diff --git a/o11nplugin-vro-core/pom.xml b/o11nplugin-vro-core/pom.xml
index f9a5bd79..c520ec8e 100644
--- a/o11nplugin-vro-core/pom.xml
+++ b/o11nplugin-vro-core/pom.xml
@@ -6,7 +6,7 @@
vro
com.vmware.avi
- 21.1.3.RELEASE
+ 21.1.6.RELEASE
4.0.0
@@ -23,7 +23,7 @@
com.vmware.avi.sdk
avisdk
- 21.1.3.RELEASE
+ 21.1.6.RELEASE
@@ -148,6 +148,13 @@
4.3.7.RELEASE
provided
+
+
+
+ org.apache.httpcomponents
+ httpmime
+ 4.0.1
+
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/Constants.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/Constants.java
index f92df4ee..80750c73 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/Constants.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/Constants.java
@@ -10,6 +10,7 @@ public class Constants {
public static final String FINDER_VRO_WORKFLOW_RUNTIME = "WorkflowRuntime";
public static final String FINDER_VRO_AVI_RUNTIME_INFO = "AviRunTimeInfo";
public static final String FINDER_VRO_CLIENT = "AviVroClient";
+ public static final String FINDER_VRO_CLIENT_INFO = "AviConnectionInfo";
public static final String FINDER_VRO_PLUGIN_NAME = "Avi";
public static final String FINDER_VRO_PLUGIN = "Vro";
public static final String FINDER_VRO_AVIRESTRESOURCE = "AviRestResource";
@@ -28,7 +29,6 @@ public class Constants {
public static final String FINDER_VRO_APICNETWORKREL = "APICNetworkRel";
public static final String FINDER_VRO_AWSASGDELETE = "AWSASGDelete";
public static final String FINDER_VRO_AWSASGNOTIFDETAILS = "AWSASGNotifDetails";
- public static final String FINDER_VRO_AWSLOGIN = "AWSLogin";
public static final String FINDER_VRO_AWSSETUP = "AWSSetup";
public static final String FINDER_VRO_ABPOOL = "AbPool";
public static final String FINDER_VRO_ACTIONGROUPCONFIG = "ActionGroupConfig";
@@ -156,6 +156,8 @@ public class Constants {
public static final String FINDER_VRO_CAPTUREIPC = "CaptureIPC";
public static final String FINDER_VRO_CASECONFIG = "CaseConfig";
public static final String FINDER_VRO_CDPLLDPINFO = "CdpLldpInfo";
+ public static final String FINDER_VRO_CENTRALLICENSEREFRESHDETAILS = "CentralLicenseRefreshDetails";
+ public static final String FINDER_VRO_CENTRALLICENSESUBSCRIPTIONDETAILS = "CentralLicenseSubscriptionDetails";
public static final String FINDER_VRO_CERTIFICATEAUTHORITY = "CertificateAuthority";
public static final String FINDER_VRO_CERTIFICATEMANAGEMENTPROFILE = "CertificateManagementProfile";
public static final String FINDER_VRO_CFGSTATE = "CfgState";
@@ -347,7 +349,6 @@ public class Constants {
public static final String FINDER_VRO_EVENTCACHE = "EventCache";
public static final String FINDER_VRO_EVENTDETAILS = "EventDetails";
public static final String FINDER_VRO_EVENTDETAILSFILTER = "EventDetailsFilter";
- public static final String FINDER_VRO_EVENTGENPARAMS = "EventGenParams";
public static final String FINDER_VRO_EVENTLOG = "EventLog";
public static final String FINDER_VRO_EVENTMAP = "EventMap";
public static final String FINDER_VRO_FAILACTION = "FailAction";
@@ -551,6 +552,10 @@ public class Constants {
public static final String FINDER_VRO_KEYVALUE = "KeyValue";
public static final String FINDER_VRO_KEYVALUETUPLE = "KeyValueTuple";
public static final String FINDER_VRO_KNIPORTRANGE = "KniPortRange";
+ public static final String FINDER_VRO_L1FMANDATORYTESTCASE = "L1FMandatoryTestCase";
+ public static final String FINDER_VRO_L1STRINGLENGTHTESTCASE = "L1StringLengthTestCase";
+ public static final String FINDER_VRO_L2FMANDATORYTESTCASE = "L2FMandatoryTestCase";
+ public static final String FINDER_VRO_L2STRINGLENGTHTESTCASE = "L2StringLengthTestCase";
public static final String FINDER_VRO_L4CONNECTIONPOLICY = "L4ConnectionPolicy";
public static final String FINDER_VRO_L4POLICIES = "L4Policies";
public static final String FINDER_VRO_L4POLICYSET = "L4PolicySet";
@@ -572,6 +577,7 @@ public class Constants {
public static final String FINDER_VRO_LICENSEEXPIRYDETAILS = "LicenseExpiryDetails";
public static final String FINDER_VRO_LICENSEINFO = "LicenseInfo";
public static final String FINDER_VRO_LICENSELEDGERDETAILS = "LicenseLedgerDetails";
+ public static final String FINDER_VRO_LICENSESERVICEUPDATE = "LicenseServiceUpdate";
public static final String FINDER_VRO_LICENSESTATUS = "LicenseStatus";
public static final String FINDER_VRO_LICENSETIERSWITCHDETIAILS = "LicenseTierSwitchDetiails";
public static final String FINDER_VRO_LICENSETIERUSAGE = "LicenseTierUsage";
@@ -694,9 +700,9 @@ public class Constants {
public static final String FINDER_VRO_OPENSTACKSYNCSERVICES = "OpenStackSyncServices";
public static final String FINDER_VRO_OPENSTACKVIPNETWORK = "OpenStackVipNetwork";
public static final String FINDER_VRO_OPENSTACKVNICCHANGE = "OpenStackVnicChange";
- public static final String FINDER_VRO_OPENSTACKLOGIN = "OpenstackLogin";
public static final String FINDER_VRO_OPERATIONALSTATUS = "OperationalStatus";
public static final String FINDER_VRO_OPSHISTORY = "OpsHistory";
+ public static final String FINDER_VRO_ORGSERVICEUNITS = "OrgServiceUnits";
public static final String FINDER_VRO_OSHIFTDOCKERREGISTRYMETADATA = "OshiftDockerRegistryMetaData";
public static final String FINDER_VRO_OSHIFTSHAREDVIRTUALSERVICE = "OshiftSharedVirtualService";
public static final String FINDER_VRO_OUTOFBANDREQUESTLOG = "OutOfBandRequestLog";
@@ -761,7 +767,6 @@ public class Constants {
public static final String FINDER_VRO_REBALANCESCALEINEVENTDETAILS = "RebalanceScaleinEventDetails";
public static final String FINDER_VRO_REBALANCESCALEOUTEVENTDETAILS = "RebalanceScaleoutEventDetails";
public static final String FINDER_VRO_REBOOTDATA = "RebootData";
- public static final String FINDER_VRO_REDISCOVERVCENTERPARAM = "RediscoverVcenterParam";
public static final String FINDER_VRO_REPLACESTRINGVAR = "ReplaceStringVar";
public static final String FINDER_VRO_REPLICATIONPOLICY = "ReplicationPolicy";
public static final String FINDER_VRO_RESPONSEMATCHTARGET = "ResponseMatchTarget";
@@ -935,6 +940,8 @@ public class Constants {
public static final String FINDER_VRO_SERVICEENGINEFAULTS = "ServiceengineFaults";
public static final String FINDER_VRO_SIDEBANDPROFILE = "SidebandProfile";
public static final String FINDER_VRO_SINGLELICENSE = "SingleLicense";
+ public static final String FINDER_VRO_SINGLEOPTIONALFIELDMESSAGE = "SingleOptionalFieldMessage";
+ public static final String FINDER_VRO_SINGLEOPTIONALSTRINGFIELD = "SingleOptionalStringField";
public static final String FINDER_VRO_SIPLOG = "SipLog";
public static final String FINDER_VRO_SIPMESSAGE = "SipMessage";
public static final String FINDER_VRO_SIPSERVICEAPPLICATIONPROFILE = "SipServiceApplicationProfile";
@@ -1011,42 +1018,24 @@ public class Constants {
public static final String FINDER_VRO_VCENTERCREDENTIALS = "VCenterCredentials";
public static final String FINDER_VRO_VCENTERSERVER = "VCenterServer";
public static final String FINDER_VRO_VHMATCH = "VHMatch";
- public static final String FINDER_VRO_VIADMINCREDENTIALS = "VIAdminCredentials";
- public static final String FINDER_VRO_VICONTROLLERVNICINFO = "VIControllerVnicInfo";
- public static final String FINDER_VRO_VICREATESEREQ = "VICreateSEReq";
public static final String FINDER_VRO_VIDCINFO = "VIDCInfo";
- public static final String FINDER_VRO_VIDELETENETWORKFILTER = "VIDeleteNetworkFilter";
- public static final String FINDER_VRO_VIDELETESEREQ = "VIDeleteSEReq";
- public static final String FINDER_VRO_VIFAULTINJECTION = "VIFaultInjection";
- public static final String FINDER_VRO_VIGUESTVNICIPADDR = "VIGuestvNicIPAddr";
public static final String FINDER_VRO_VIMGRCLUSTERRUNTIME = "VIMgrClusterRuntime";
- public static final String FINDER_VRO_VIMGRCONTROLLERRUNTIME = "VIMgrControllerRuntime";
- public static final String FINDER_VRO_VIMGRDCRUNTIME = "VIMgrDCRuntime";
public static final String FINDER_VRO_VIMGRGUESTNICRUNTIME = "VIMgrGuestNicRuntime";
public static final String FINDER_VRO_VIMGRHOSTRUNTIME = "VIMgrHostRuntime";
public static final String FINDER_VRO_VIMGRIPSUBNETRUNTIME = "VIMgrIPSubnetRuntime";
- public static final String FINDER_VRO_VIMGRINTERESTEDENTITY = "VIMgrInterestedEntity";
public static final String FINDER_VRO_VIMGRNWRUNTIME = "VIMgrNWRuntime";
public static final String FINDER_VRO_VIMGRSEVMRUNTIME = "VIMgrSEVMRuntime";
public static final String FINDER_VRO_VIMGRVMRUNTIME = "VIMgrVMRuntime";
- public static final String FINDER_VRO_VIMGRVCENTERRUNTIME = "VIMgrVcenterRuntime";
public static final String FINDER_VRO_VIPGNAMEINFO = "VIPGNameInfo";
- public static final String FINDER_VRO_VIRETRIEVEPGNAMES = "VIRetrievePGNames";
- public static final String FINDER_VRO_VISEVMIPCONFPARAMS = "VISeVmIpConfParams";
- public static final String FINDER_VRO_VISEVMOVAPARAMS = "VISeVmOvaParams";
- public static final String FINDER_VRO_VISETMGMTIPSEREQ = "VISetMgmtIpSEReq";
- public static final String FINDER_VRO_VISETVNICNWREQ = "VISetvNicNwReq";
- public static final String FINDER_VRO_VIVMVNICINFO = "VIVmVnicInfo";
public static final String FINDER_VRO_VSDATASCRIPT = "VSDataScript";
public static final String FINDER_VRO_VSDATASCRIPTSET = "VSDataScriptSet";
public static final String FINDER_VRO_VSDATASCRIPTS = "VSDataScripts";
- public static final String FINDER_VRO_VCENTERCLOUDSTATUSREQ = "VcenterCloudStatusReq";
public static final String FINDER_VRO_VCENTERCLUSTERDETAILS = "VcenterClusterDetails";
public static final String FINDER_VRO_VCENTERCLUSTERS = "VcenterClusters";
public static final String FINDER_VRO_VCENTERDATASTORE = "VcenterDatastore";
public static final String FINDER_VRO_VCENTERHOSTS = "VcenterHosts";
- public static final String FINDER_VRO_VCENTERINVENTORYDIAGREQ = "VcenterInventoryDiagReq";
- public static final String FINDER_VRO_VCENTERLOGIN = "VcenterLogin";
+ public static final String FINDER_VRO_VCENTERIMAGEDETAILS = "VcenterImageDetails";
+ public static final String FINDER_VRO_VCENTERQUARANTINEDHOSTPARAMS = "VcenterQuarantinedHostParams";
public static final String FINDER_VRO_VERSIONINFO = "VersionInfo";
public static final String FINDER_VRO_VINFRACNTLRHOSTUNREACHABLELIST = "VinfraCntlrHostUnreachableList";
public static final String FINDER_VRO_VINFRADISCSUMMARYDETAILS = "VinfraDiscSummaryDetails";
@@ -1135,6 +1124,7 @@ public class Constants {
public static final String FINDER_VRO_WAFRULEOVERRIDES = "WafRuleOverrides";
public static final String FINDER_VRO_WAFWHITELISTLOG = "WafWhitelistLog";
public static final String FINDER_VRO_WEBAPPLICATIONSIGNATURESERVICESTATUS = "WebApplicationSignatureServiceStatus";
+ public static final String FINDER_VRO_WEBAPPUT = "WebappUT";
public static final String FINDER_VRO_WEBHOOK = "Webhook";
public static final String FINDER_VRO_POSTSNAPSHOT = "postsnapshot";
public static final String FINDER_VRO_PRESNAPSHOT = "presnapshot";
@@ -1142,4 +1132,4 @@ public class Constants {
public static final String FINDER_VRO_VCLOUDAIRCONFIGURATION = "vCloudAirConfiguration";
public static final String FINDER_VRO_VNIC = "vNIC";
public static final String FINDER_VRO_VNICNETWORK = "vNICNetwork";
-}
+}
\ No newline at end of file
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/VroPlugin.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/VroPlugin.java
index d3d9de67..d7d024e1 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/VroPlugin.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/VroPlugin.java
@@ -1,36 +1,45 @@
package com.vmware.avi.vro;
-import java.util.Map;
+import java.io.IOException;
+import java.util.List;
-import org.json.JSONArray;
-import org.json.JSONObject;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.context.annotation.Scope;
-import com.vmware.avi.sdk.AviApi;
import com.vmware.avi.sdk.AviApiException;
-import com.vmware.avi.sdk.AviCredentials;
+import com.vmware.avi.vro.configuration.ConfigurationService;
+import com.vmware.avi.vro.model.AviConnectionInfo;
import com.vmware.o11n.plugin.sdk.annotation.VsoFinder;
import com.vmware.o11n.plugin.sdk.annotation.VsoMethod;
import com.vmware.o11n.plugin.sdk.annotation.VsoObject;
import com.vmware.o11n.plugin.sdk.spring.AbstractSpringPluginFactory;
+import com.vmware.o11n.plugin.sdk.spring.platform.GlobalPluginNotificationHandler;
import ch.dunes.vso.sdk.api.IPluginFactory;
-@VsoObject(singleton = true, create = false)
-@VsoFinder(name = Constants.FINDER_VRO_PLUGIN)
+@VsoObject(singleton = true, name = "VroPlugin")
+@VsoFinder(name = "VroPlugin")
+@Scope(value = "prototype")
public class VroPlugin {
public static final String TYPE = "Vro";
- @Autowired
- private AviVroClient service;
+ private static final Logger log = LoggerFactory.getLogger(VroPlugin.class);
public static VroPlugin createScriptingSingleton(IPluginFactory factory) {
return ((AbstractSpringPluginFactory) factory).createScriptingObject(VroPlugin.class);
}
+ @Autowired
+ private ConfigurationService configurationService;
+
+ @Autowired
+ private GlobalPluginNotificationHandler notificationHandler;
+
/***
- * Method will create AVI API session.
- *
+ * Method will create AVI endpoints
+ *
* @param controller controller IP.
* @param username username of the controller
* @param password password of the controller
@@ -40,71 +49,107 @@ public static VroPlugin createScriptingSingleton(IPluginFactory factory) {
* @throws Exception
*/
@VsoMethod
- public void addVroClient(String controller, String username, String password, String tenant, String version,
+ public String addVroClient(String controller, String username, String password, String tenant, String version,
String token) throws Exception {
+ String ctl = null;
+ try {
+ log.debug("__INIT__:: Inside addVroClient ");
+ AviConnectionInfo aviConnectionInfo = new AviConnectionInfo();
+ aviConnectionInfo.setController(controller);
+ aviConnectionInfo.setUsername(username);
+ aviConnectionInfo.setPassword(password);
+ aviConnectionInfo.setTenant(tenant);
+ aviConnectionInfo.setVersion(version);
+ aviConnectionInfo.setToken(token);
+ String addedController = controller + "-" + tenant;
+ aviConnectionInfo.setId(addedController);
+
+ ctl = this.saveAviConnectionEndpoint(addedController, aviConnectionInfo);
+ log.debug("__DONE__:: Inside addVroClient ");
+ } catch (Exception e) {
+ log.error("__ERROR__:: Inside addVroClient Catch: " + e.getMessage());
+ throw new Exception(e);
+ }
+ return ctl;
+ }
+
+ /**
+ * Method to store the all AVI endpoint
+ *
+ * @throws Exception
+ * @throws IOException
+ */
+ public String saveAviConnectionEndpoint(String id, AviConnectionInfo aviConnectionInfo) throws Exception {
+ AviConnectionInfo info = null;
+ log.debug("__INIT__:: Inside storeAviConnections to store new connection by id: " + id);
try {
- AviCredentials aviCredentials = new AviCredentials();
- aviCredentials.setController(controller);
- aviCredentials.setUsername(username);
- aviCredentials.setPassword(password);
- aviCredentials.setToken(token);
- aviCredentials.setTenant(tenant);
- aviCredentials.setVersion(version);
- AviVroClient aviVroClient = new AviVroClient();
- aviVroClient.setCred(aviCredentials);
- aviVroClient.get("tenant", null, tenant);
- String addedController = controller +"-"+ tenant;
- if (!VroPluginFactory.aviVroClientMap.containsKey(addedController)) {
- VroPluginFactory.aviVroClientMap.put(controller+ "-" + tenant, aviVroClient);
+ info = this.getVroClientById(id);
+ if (info != null) {
+ throw new Exception("Controller with the same IP is already exists: "+ id);
}else {
- throw new AviApiException("Controller with this tenant is already Exists.");
+ log.debug("__DEBUG__:: Adding new Avi connection to the endpoint. ");
+ info = configurationService.save(aviConnectionInfo);
+ notificationHandler.notifyElementsInvalidate();
}
- }catch (Exception e) {
- throw new AviApiException(e.getMessage());
+ } catch (Exception e) {
+ log.error("__ERROR__:: Inside storeAviConnections Catch: ");
+ throw new Exception(e.getMessage());
}
+ log.debug("__DONE__:: Added new Avi connection to the endpoint. ");
+ return info.getController();
}
- /****
- * This method add controller into the Plugin.
- *
- * @param controller controller IP.
- * @param username username of the controller
- * @param password password of the controller
- * @param tenant tenant name
- * @param version version
+ /**
+ * Method get all added AVI vro clients
+ *
+ * @return
* @throws Exception
*/
@VsoMethod
- @Deprecated
- public void addVroClient(String controller, String username, String password, String tenant, String version) throws Exception {
+ public List getAllAviClients() throws Exception {
try {
- AviCredentials aviCredentials = new AviCredentials(controller, username, password);
- aviCredentials.setTenant(tenant);
- aviCredentials.setVersion(version);
- AviVroClient aviVroClient = new AviVroClient();
- aviVroClient.setCred(aviCredentials);
- aviVroClient.get("tenant", null, tenant);
- String addedController = controller +"-"+ tenant;
- if (!VroPluginFactory.aviVroClientMap.containsKey(addedController)) {
- VroPluginFactory.aviVroClientMap.put(controller+ "-" + tenant, aviVroClient);
- }else {
- throw new AviApiException("Controller with this tenant is already Exists.");
- }
- }catch (Exception e) {
+ return configurationService.getAll();
+ } catch (Exception e) {
throw new AviApiException(e.getMessage());
}
}
/**
- * This method remove controller from the Plugin
- *
- * @param controller controller IP.
+ * Method get added AVI vro clients by id
+ *
+ * @return
+ * @throws Exception
+ */
+ private AviConnectionInfo getVroClientById(String id) throws Exception {
+ try {
+ return configurationService.findById(id);
+ } catch (Exception e) {
+ throw new AviApiException(e.getMessage());
+ }
+ }
+
+ @VsoMethod(description = "Loads the configuration of all brokers.")
+ public void loadConfiguration() {
+ configurationService.load();
+ notificationHandler.notifyElementsInvalidate();
+ }
+
+ /**
+ * Method remove added AVI vro clients
+ *
+ * @return
+ * @throws Exception
*/
@VsoMethod
- public void removeVroClient(String controller) {
- Map aviVroClientsMap = VroPluginFactory.getListOfAviVroClientMap();
- if (aviVroClientsMap.containsKey(controller)) {
- aviVroClientsMap.remove(controller);
+ public void removeVroClient(String controller) throws Exception {
+ log.debug("__INIT__:: Inside removeAviClient to remove connection by id: " + controller);
+ try {
+ AviConnectionInfo info = configurationService.findById(controller);
+ log.debug("__DEBUG__:: Fetch avi connection from added endpoints: " + info);
+ configurationService.delete(info);
+ log.debug("__DONE__:: Succefully removed Avi connection from the endpoint.");
+ } catch (Exception e) {
+ throw new Exception(e.getMessage());
}
}
}
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/VroPluginFactory.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/VroPluginFactory.java
index 5a1cdc7a..2961061b 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/VroPluginFactory.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/VroPluginFactory.java
@@ -1,11 +1,14 @@
package com.vmware.avi.vro;
+import java.security.NoSuchAlgorithmException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
+import javax.net.ssl.SSLContext;
+
import org.reflections.Reflections;
import org.reflections.scanners.ResourcesScanner;
import org.reflections.scanners.SubTypesScanner;
@@ -14,15 +17,23 @@
import org.reflections.util.FilterBuilder;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
+import org.springframework.beans.factory.annotation.Autowired;
+import com.vmware.avi.sdk.AviCredentials;
+import com.vmware.avi.vro.configuration.ConfigurationService;
+import com.vmware.avi.vro.model.AviConnectionInfo;
import com.vmware.avi.vro.model.AviRestResource;
+import com.vmware.avi.vro.model.HealthMonitor;
import com.vmware.avi.vro.model.Pool;
-import com.vmware.avi.vro.model.Tenant;
import com.vmware.avi.vro.model.VirtualService;
+import com.vmware.avi.vro.model.VsVip;
import com.vmware.o11n.plugin.sdk.spring.AbstractSpringPluginFactory;
import com.vmware.o11n.plugin.sdk.spring.InventoryRef;
+import ch.dunes.vso.sdk.IServiceRegistry;
import ch.dunes.vso.sdk.api.QueryResult;
+import ch.dunes.vso.sdk.context.IContext;
+import ch.dunes.vso.sdk.ssl.ISslService;
/**
*
@@ -30,10 +41,19 @@
*
*/
public class VroPluginFactory extends AbstractSpringPluginFactory {
+
private static final Logger logger = LoggerFactory.getLogger(VroPluginFactory.class);
- public static Map aviVroClientMap = new HashMap();
public static Map modelMap = new HashMap();
+ public Map aviVroClientMap = new HashMap();
+
+
+ @Autowired
+ private IServiceRegistry serviceRegistry;
+
+ @Autowired
+ private ConfigurationService configurationService;
+
/***
* This method initialize modelMap.
*
@@ -48,31 +68,50 @@ public static void initializeModelMap() {
@Override
public Object find(InventoryRef ref) {
- String object = ref.getType();
- switch (object) {
- case "VirtualService":
+ logger.debug("__INIT__ find > type: " + ref.getType() + ", id: " + ref.getId());
+ logger.debug("__DEBUG__:: Inside find aviVroClientMap -> " + aviVroClientMap.toString());
+ if (ref.isOfType(Constants.FINDER_VRO_CLIENT)) {
+ AviConnectionInfo connectionInfo = configurationService.findById(ref.getId());
+ AviVroClient vroClient = null;
+ if (!aviVroClientMap.containsKey(ref.getId())) {
+ vroClient = getAviVroClient(connectionInfo);
+ } else {
+ vroClient = aviVroClientMap.get(ref.getId());
+ }
+ return vroClient;
+ }
+ if (ref.isOfType(Constants.FINDER_VRO_VIRTUALSERVICE)) {
VirtualService virtualService = null;
String uuid = getUUID(ref.getId());
- for (AviVroClient aviVroClient : aviVroClientMap.values()) {
+ logger.debug("__DEBUG__:: Inside find virtualService -> " + uuid);
+ if (aviVroClientMap.isEmpty()) {
+ reloadAviEndpoints();
+ }
+ logger.debug("__DEBUG__:: Inside find virtualService aviVroClientMap -> " + aviVroClientMap.values());
+ for (AviVroClient aviVroClient: aviVroClientMap.values()) {
try {
String tenant = aviVroClient.getCred().getTenant();
virtualService = (VirtualService) aviVroClient.getObjectByUUID(ref.getType().toLowerCase(), uuid, tenant);
+ logger.debug("__DEBUG__:: Inside find virtualService Object -> " + virtualService);
if (virtualService.getUuid() != null) {
-
return virtualService;
}
} catch (Exception e) {
- logger.error(e.getMessage());
+ logger.error("__ERROR__:: " + e.getMessage());
}
}
return new VirtualService();
- case "Pool":
+ }
+ if (ref.isOfType(Constants.FINDER_VRO_POOL)) {
Pool pool = null;
- String uuid1 = getUUID(ref.getId());
- for (AviVroClient aviVroClient : aviVroClientMap.values()) {
+ String uuid = getUUID(ref.getId());
+ if (aviVroClientMap.isEmpty()) {
+ reloadAviEndpoints();
+ }
+ for (AviVroClient aviVroClient: aviVroClientMap.values()) {
try {
String tenant = aviVroClient.getCred().getTenant();
- pool = (Pool) aviVroClient.getObjectByUUID(ref.getType().toLowerCase(), uuid1, tenant);
+ pool = (Pool) aviVroClient.getObjectByUUID(ref.getType().toLowerCase(), uuid, tenant);
if (pool.getUuid() != null) {
return pool;
}
@@ -81,13 +120,11 @@ public Object find(InventoryRef ref) {
}
}
return new Pool();
- case "AviVroClient":
- String controllerIp = ref.getId();
- AviVroClient vroClient = VroPluginFactory.aviVroClientMap.get(controllerIp);
- return vroClient;
- case "WorkflowRuntime":
+ }
+ if (ref.isOfType(Constants.FINDER_VRO_WORKFLOW_RUNTIME)) {
return new WorkflowRuntime();
- default:
+ }
+ try {
String location = "com.vmware.avi.vro.model." + ref.getType();
Class> cls;
Object obj = null;
@@ -95,11 +132,56 @@ public Object find(InventoryRef ref) {
cls = Class.forName(location);
obj = cls.newInstance();
} catch (ClassNotFoundException | InstantiationException | IllegalAccessException e) {
- logger.debug("Exception : " + e.getMessage());
- throw new UnsupportedOperationException("Error in find..");
+ logger.error("Exception in find : " + e.getMessage());
}
return obj;
+ } catch (Exception e) {
+ logger.error(e.getMessage());
+ }
+ return null;
+ }
+
+ /**
+ * Method to load AVI credentials
+ *
+ * @param controller controller IP.
+ * @param username username of the controller
+ * @param password password of the controller
+ * @param tenant tenant name
+ * @param token token
+ * @param version version
+ * @return instance of AviVroClient
+ * @return
+ * @throws Exception
+ */
+ private AviVroClient getAviVroClient(AviConnectionInfo connectionInfo){
+ try {
+ logger.debug("__INIT__:: Inside getAviVroClient: ");
+ SSLContext context = null;
+ try {
+ context = getSslService().newSslContext("TLS");
+ } catch (NoSuchAlgorithmException e) {
+ e.printStackTrace();
+ }
+ AviCredentials aviCredentials = new AviCredentials();
+ String addedController = connectionInfo.getController() + "-" + connectionInfo.getTenant();
+ aviCredentials.setController(connectionInfo.getController());
+ aviCredentials.setUsername(connectionInfo.getUsername());
+ aviCredentials.setPassword(connectionInfo.getPassword());
+ aviCredentials.setToken(connectionInfo.getToken());
+ aviCredentials.setTenant(connectionInfo.getTenant());
+ aviCredentials.setVersion(connectionInfo.getVersion());
+ aviCredentials.setSslContext(context);
+
+ AviVroClient aviVroClient = new AviVroClient();
+ aviVroClient.setCred(aviCredentials);
+ aviVroClient.get("tenant", null, connectionInfo.getTenant());
+ aviVroClientMap.put(addedController, aviVroClient);
+ return aviVroClient;
+ } catch (Exception e) {
+ logger.error(e.getMessage());
}
+ return null;
}
/***
@@ -115,22 +197,42 @@ public String getUUID(String objectID) {
@Override
public QueryResult findAll(String type, String query) {
- return new QueryResult(getListOfAviVroClientList());
+ logger.debug("__INIT__:: findAll -> type: " + type + ", query: " + query);
+ reloadAviEndpoints();
+ if (Constants.FINDER_VRO_CLIENT.equals(type)) {
+ return new QueryResult(getListOfAviVroClientList());
+ }
+ return null;
+ }
+
+ private void reloadAviEndpoints() {
+ logger.info("__INIT__:: Inside reload endpoints to the map");
+ aviVroClientMap.clear();
+ List infos = configurationService.getAll();
+ for (AviConnectionInfo info: infos) {
+ getAviVroClient(info);
+ }
+ logger.info("__DONE__:: Reload endpoint execution done.");
}
@Override
public List> findChildrenInRootRelation(String type, String relationName) {
- return getListOfAviVroClientList();
+ logger.debug("__INIT__:: findChildrenInRootRelation > type: " + type + ", relationName: " + relationName);
+ if (VroPluginAdaptor.REL_ROOTS.equals(type) && Constants.FINDER_VRO_CLIENT.equals(relationName)) {
+ return findAll(relationName, null).getElements();
+ }
+ return null;
}
@Override
public synchronized List> findChildrenInRelation(InventoryRef parent, String relationName) {
+ logger.debug("__INIT__:: findChildrenInRelation -> parent: " + parent + ", relationName: " + relationName);
List aviRestResources = null;
- if (relationName.equals("VirtualService")) {
+ if (Constants.FINDER_VRO_VIRTUALSERVICE.equals(relationName)) {
try {
String parentId = parent.getId();
String tenant = parentId.substring(parentId.indexOf("-") + 1).toLowerCase();
- AviVroClient client = VroPluginFactory.aviVroClientMap.get(parentId);
+ AviVroClient client = aviVroClientMap.get(parentId);
if (client != null) {
aviRestResources = client.getObject("virtualservice", null, tenant);
}
@@ -138,42 +240,52 @@ public synchronized List> findChildrenInRelation(InventoryRef parent, String r
logger.debug("Exception : " + e.getMessage());
}
return aviRestResources;
- } else if (relationName.equals("Pool")) {
+ }
+ if (Constants.FINDER_VRO_POOL.equals(relationName)) {
try {
HashMap param = new HashMap();
- String parentId = parent.getId();
- String uuid = parentId.substring(parentId.indexOf("(") + 1, (parentId.indexOf(")")));
- String controller = parentId.substring(parentId.indexOf("::") + 2, (parentId.length() - 1));
- if ((controller != null) && (uuid != null)) {
- AviVroClient client = VroPluginFactory.aviVroClientMap.get(controller);
- String referred_by = "virtualservice:" + uuid;
- param.put("referred_by", referred_by);
- aviRestResources = client.getObject("pool", param);
+ String parentUuid = getUUID(parent.getId());
+ if (parentUuid != null) {
+ if (aviVroClientMap.isEmpty()) {
+ reloadAviEndpoints();
+ }
+ for (AviVroClient aviVroClient: aviVroClientMap.values()) {
+ String tenant = aviVroClient.getCred().getTenant();
+ String referred_by = "virtualservice:" + parentUuid;
+ param.put("referred_by", referred_by);
+ aviRestResources = aviVroClient.getObject("pool", param, tenant);
+ }
}
} catch (Exception e) {
- logger.debug("Exception : " + e.getMessage());
+ logger.debug("Exception in findChildrenInRelation: " + e.getMessage());
}
return aviRestResources;
- } else {
+ }
+ if (Constants.FINDER_VRO_HEALTHMONITOR.equals(relationName)) {
try {
HashMap param = new HashMap();
- String parentId = parent.getId();
- String uuid = parentId.substring(parentId.indexOf("(") + 1, (parentId.indexOf("::")));
- String controller = parentId.substring(parentId.indexOf("::") + 2, (parentId.length() - 1));
- if ((controller != null) && (uuid != null)) {
- AviVroClient client = VroPluginFactory.aviVroClientMap.get(controller);
- String referred_by = "pool:" + uuid;
- param.put("referred_by", referred_by);
- aviRestResources = client.getObject("healthmonitor", param);
+ String parentUuid = getUUID(parent.getId());
+ if (parentUuid != null) {
+ if (aviVroClientMap.isEmpty()) {
+ reloadAviEndpoints();
+ }
+ for (AviVroClient aviVroClient: aviVroClientMap.values()) {
+ String tenant = aviVroClient.getCred().getTenant();
+ String referred_by = "pool:" + parentUuid;
+ param.put("referred_by", referred_by);
+ aviRestResources = aviVroClient.getObject("healthmonitor", param, tenant);
+ }
}
} catch (Exception e) {
- logger.debug("Exception : " + e.getMessage());
+ logger.debug("Exception in findChildrenInRelation: " + e.getMessage());
}
return aviRestResources;
+ } else {
+ return null;
}
}
- public static List getListOfAviVroClientList() {
+ public List getListOfAviVroClientList() {
List listOfAviVroClient = new ArrayList(aviVroClientMap.values());
return listOfAviVroClient;
}
@@ -187,15 +299,6 @@ public static Map getModelMap() {
return modelMap;
}
- /**
- * This method return aviVroClientMap.
- *
- * @return aviVroClientMap
- */
- public static Map getListOfAviVroClientMap() {
- return aviVroClientMap;
- }
-
/**
* This method will add Class names from the package into the modelMap.
*
@@ -212,6 +315,14 @@ public static void fetchClassNames(String packageName) {
for (Class c : classes) {
VroPluginFactory.modelMap.put(c.getSimpleName().toUpperCase(), c.getSimpleName());
}
+ }
+ public ISslService getSslService() {
+ return (ISslService) serviceRegistry.getService(IServiceRegistry.SSL_SERVICE);
}
-}
\ No newline at end of file
+
+ public IContext getContextService() {
+ return (IContext) serviceRegistry.getService(IServiceRegistry.CONTEXT_SERVICE);
+ }
+
+}
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/configuration/ConfigurationChangeListener.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/configuration/ConfigurationChangeListener.java
new file mode 100644
index 00000000..7b3c26fc
--- /dev/null
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/configuration/ConfigurationChangeListener.java
@@ -0,0 +1,20 @@
+package com.vmware.avi.vro.configuration;
+
+/**
+ * An extension point of the configuration service. Serves the role of an
+ * Observer when a certain connection is created, modified or deleted.
+ *
+ */
+public interface ConfigurationChangeListener {
+
+ /**
+ * Invoked when a connection is updated or created
+ */
+ void connectionUpdated(String type, String id);
+
+ /**
+ * Invoked when the ConnectionInfo input is deleted
+ */
+ void connectionRemoved(String type, String id);
+
+}
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/configuration/ConfigurationService.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/configuration/ConfigurationService.java
new file mode 100644
index 00000000..55eb2ad1
--- /dev/null
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/configuration/ConfigurationService.java
@@ -0,0 +1,51 @@
+package com.vmware.avi.vro.configuration;
+
+import java.util.List;
+
+import com.vmware.avi.vro.model.AviConnectionInfo;
+
+/**
+ *
+ * @author mayur
+ *
+ */
+public interface ConfigurationService {
+
+ /**
+ * Stores a connection info or updates it if already available. The
+ * persister checks the availability of a connection by its ID
+ */
+ public AviConnectionInfo save(AviConnectionInfo info);
+
+ /**
+ * Deletes a connection info. The persister will use the ID of the
+ * connection
+ */
+ public void delete(AviConnectionInfo info);
+
+ /**
+ * Returns a collection by its ID or null if not found
+ */
+ public AviConnectionInfo findById(String id);
+
+ /**
+ * Returns a collection of all stored configurations (resources under a
+ * folder with the plug-in name)
+ */
+ List getAll();
+
+ /**
+ * Forces the persister to read all the configurations and trigger the
+ * events. This method is invoked when the plug-in is loaded on server
+ * start-up.
+ */
+ public void load();
+
+ /**
+ * Allows us to subscribe to the events of the persister. For example, if a
+ * connection is deleted, the persister will trigger an event, notifying all
+ * subscribers. This is an implementation of the observer pattern.
+ */
+ void addChangeListener(ConfigurationChangeListener configurationChangeListener);
+
+}
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/configuration/ConfigurationServiceImpl.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/configuration/ConfigurationServiceImpl.java
new file mode 100644
index 00000000..5d624692
--- /dev/null
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/configuration/ConfigurationServiceImpl.java
@@ -0,0 +1,267 @@
+package com.vmware.avi.vro.configuration;
+
+import java.io.IOException;
+import java.util.ArrayList;
+import java.util.Collection;
+import java.util.List;
+import java.util.concurrent.CopyOnWriteArrayList;
+
+import org.apache.commons.lang3.Validate;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.stereotype.Component;
+
+import com.vmware.avi.vro.model.AviConnectionInfo;
+
+import ch.dunes.vso.sdk.cipher.ICipher;
+import ch.dunes.vso.sdk.endpoints.IEndpointConfiguration;
+import ch.dunes.vso.sdk.endpoints.IEndpointConfigurationService;
+
+/**
+ *
+ *
+ * @author mayur
+ *
+ */
+@Component
+public class ConfigurationServiceImpl implements ConfigurationService {
+
+ private static final Logger log = LoggerFactory.getLogger(ConfigurationServiceImpl.class);
+
+ /**
+ * A list of listeners, who have subscribed to any configuration events, such as
+ * connection updates and deletions.
+ */
+ private final Collection listeners;
+
+ @Autowired
+ private ICipher cipherService ;
+
+ public ConfigurationServiceImpl() {
+ listeners = new CopyOnWriteArrayList();
+ }
+
+ /*
+ * Constants of the key names under which the connection values will be stored.
+ */
+ private static final String ID = "connectionId";
+ private static final String CONTROLLER = "controller";
+ private static final String USERNAME = "username";
+ private static final String PASSWORD = "password";
+ private static final String TENANT = "tenant";
+ private static final String VERSION = "version";
+ private static final String SESSION_ID = "sessionId";
+ private static final String TYPE = "Avi";
+
+ /*
+ * The platform-provided service for configuration persistence
+ */
+ @Autowired
+ private IEndpointConfigurationService endpointConfigurationService;
+
+ /*
+ * Returns a collection of all stored configurations for this plug-in only The
+ * service is aware of the plug-in name, thus will return only configurations
+ * for this plug-in.
+ */
+ @Override
+ public List getAll() {
+ log.debug("__INFO__:: In getAll method...");
+ Collection configs;
+ try {
+ configs = endpointConfigurationService.getEndpointConfigurations();
+ List result = new ArrayList<>(configs.size());
+ for (IEndpointConfiguration config : configs) {
+ AviConnectionInfo connectionInfo = getConnectionInfo(config);
+ if (connectionInfo != null) {
+ log.debug("Adding connection info to result map: " + connectionInfo);
+ result.add(connectionInfo);
+ }
+ }
+ log.debug("__DONE__:: In getAll method and all endpoints are: " + result.toString());
+ return result;
+ } catch (IOException e) {
+ log.error("Error reading connections.", e);
+ throw new RuntimeException(e);
+ }
+ }
+
+ /*
+ * Returns a AviConnectionInfo by its ID The service is aware of the plug-in name,
+ * thus cannot return a configuration for another plug-in.
+ */
+ @Override
+ public AviConnectionInfo findById(String id) {
+ log.debug("__INFO__:: In findById method:");
+ // Sanity checks
+ Validate.notNull(id, "Id cannot be null.");
+ IEndpointConfiguration endpointConfiguration;
+ try {
+ endpointConfiguration = endpointConfigurationService.getEndpointConfiguration(id.toString());
+ log.debug("__DONE__:: In findById method id is: " + id);
+ return getConnectionInfo(endpointConfiguration);
+ } catch (IOException e) {
+ log.error("Error finding connection by id: " + id.toString(), e);
+ throw new RuntimeException(e);
+ }
+ }
+
+ /**
+ * Save or update a connection info. The service is aware of the plug-in name,
+ * thus cannot save the configuration under the name of another plug-in.
+ */
+ @Override
+ public AviConnectionInfo save(AviConnectionInfo connectionInfo) {
+ log.debug("__INFO__:: Inside save method:");
+ IEndpointConfiguration endpointConfiguration;
+ // Sanity checks
+ Validate.notNull(connectionInfo, "Connection info cannot be null.");
+ try {
+ endpointConfiguration = endpointConfigurationService
+ .getEndpointConfiguration(connectionInfo.getId().toString());
+ if (endpointConfiguration == null) {
+ endpointConfiguration = endpointConfigurationService
+ .newEndpointConfiguration(connectionInfo.getId().toString());
+ }
+ addConnectionInfoToConfig(endpointConfiguration, connectionInfo);
+ endpointConfigurationService.saveEndpointConfiguration(endpointConfiguration);
+ fireConnectionUpdated(connectionInfo);
+ log.debug("__DONE__:: Save Config method.");
+ return connectionInfo;
+ } catch (IOException e) {
+ log.error("Error saving connection " + connectionInfo, e);
+ throw new RuntimeException(e);
+ }
+ }
+
+ /**
+ * Delete a connection info. The service is aware of the plug-in name, thus
+ * cannot delete a configuration from another plug-in.
+ */
+ @Override
+ public void delete(AviConnectionInfo connectionInfo) {
+ try {
+ endpointConfigurationService.deleteEndpointConfiguration(connectionInfo.getId().toString());
+ fireConnectionRemoved(connectionInfo);
+ } catch (IOException e) {
+ log.error("Error deleting endpoint configuration: " + connectionInfo, e);
+ throw new RuntimeException(e);
+ }
+ }
+
+ /**
+ * This method is used to load the entire configuration set of the plug-in. As a
+ * second step we fire a notification to all subscribers. This method is used
+ * when the plug-in is being loaded (on server startup).
+ */
+ @Override
+ public void load() {
+ log.debug("__INFO__:: In load method...");
+ List findAll = getAll();
+ for (AviConnectionInfo connectionInfo : findAll) {
+ fireConnectionUpdated(connectionInfo);
+ }
+ log.debug("__DONE__:: In load method...");
+ }
+
+ /**
+ * Attach a configuration listener which will be called when a connection is
+ * created/updated/deleted
+ */
+
+ @Override
+ public void addChangeListener(ConfigurationChangeListener listener) {
+ listeners.add(listener);
+ }
+
+ /*
+ * A helper method which iterates all event subscribers and fires the update
+ * notification for the provided connection info.
+ */
+ private void fireConnectionUpdated(AviConnectionInfo connectionInfo) {
+ for (ConfigurationChangeListener li : listeners) {
+ li.connectionUpdated(TYPE, connectionInfo.getId());
+ }
+ }
+
+ /*
+ * A helper method which iterates all event subscribers and fires the delete
+ * notification for the provided connection info.
+ */
+ private void fireConnectionRemoved(AviConnectionInfo connectionInfo) {
+ for (ConfigurationChangeListener li : listeners) {
+ li.connectionRemoved(TYPE, connectionInfo.getId());
+ }
+ }
+
+ /*
+ * A helper method which converts our domain object the AviConnectionInfo to an
+ * IEndpointConfiguration
+ */
+ private void addConnectionInfoToConfig(IEndpointConfiguration config, AviConnectionInfo info) {
+ log.debug("__INFO__:: In addConnectionInfoToConfig method...");
+ try {
+ config.setString(ID, info.getId());
+ config.setString(CONTROLLER, info.getController());
+ config.setString(USERNAME, info.getUsername());
+ config.setString(PASSWORD, ecryptPasswordIfNecessary(info.getPassword()));
+ config.setString(TENANT, info.getTenant());
+ config.setString(VERSION, info.getVersion());
+ log.info("__DONE__:: addConnectionInfoToConfig method.");
+ } catch (Exception e) {
+ log.error("Error converting AviConnectionInfo to IEndpointConfiguration.", e);
+ throw new RuntimeException(e);
+ }
+ }
+
+ /*
+ * A helper method which converts the IEndpointConfiguration to our domain
+ * object the AviConnectionInfo
+ */
+ private AviConnectionInfo getConnectionInfo(IEndpointConfiguration config) {
+ log.debug("__INFO__:: In getConnectionInfo method...");
+ AviConnectionInfo info = null;
+ try {
+ if (config == null) {
+ log.error("Endpoint config is not found");
+ } else {
+ info = new AviConnectionInfo(config.getString(ID));
+ info.setController(config.getString(CONTROLLER));
+ info.setUsername(config.getString(USERNAME));
+ info.setPassword(decryptPasswordIfNecessary(config.getString(PASSWORD)));
+ info.setTenant(config.getString(TENANT));
+ info.setVersion(config.getString(VERSION));
+ }
+ log.debug("__DONE__:: getConnectionInfo method.");
+ } catch (IllegalArgumentException e) {
+ log.warn("Cannot convert IEndpointConfiguration to ConnectionInfo: ", e);
+ }
+ return info;
+ }
+
+ /*
+ * Method which decrypt the sensitive fields of the configurations.
+ */
+ private String decryptPasswordIfNecessary(String password) {
+ log.debug("__INFO__:: In decryptPasswordIfNecessary method...");
+ if (password != null) {
+ password = cipherService.decrypt(password);
+ }
+ log.debug("__DONE__:: Password is successfully decrypted.");
+ return password;
+ }
+
+ /*
+ * Method which encrypt the sensitive fields of the configurations.
+ */
+ private String ecryptPasswordIfNecessary(String password) {
+ log.debug("__INFO__:: In ecryptPasswordIfNecessary method...");
+ if (password != null) {
+ log.trace("Password {} will be ecrypted.", password);
+ password = cipherService.encrypt(password);
+ }
+ log.debug("__DONE__:: Password is successfully encrypted.");
+ return password;
+ }
+}
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ACSubjectInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ACSubjectInfo.java
index a74f9487..ca0bf55f 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ACSubjectInfo.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ACSubjectInfo.java
@@ -39,6 +39,7 @@ public class ACSubjectInfo extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return type
*/
@@ -52,6 +53,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param type set the type.
*/
@@ -65,6 +67,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return value
*/
@@ -78,6 +81,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param value set the value.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ACUserIdentity.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ACUserIdentity.java
index f4579135..1f6fdae1 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ACUserIdentity.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ACUserIdentity.java
@@ -39,6 +39,7 @@ public class ACUserIdentity extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return type
*/
@@ -52,6 +53,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param type set the type.
*/
@@ -65,6 +67,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return value
*/
@@ -78,6 +81,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param value set the value.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesAccount.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesAccount.java
index 9fe2c374..a2439bd7 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesAccount.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesAccount.java
@@ -42,6 +42,7 @@ public class ALBServicesAccount extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return id
*/
@@ -54,6 +55,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param id set the id.
*/
@@ -66,6 +68,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return name
*/
@@ -78,6 +81,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param name set the name.
*/
@@ -90,6 +94,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return users
*/
@@ -102,6 +107,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return users
*/
@@ -114,6 +120,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return users
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesAccountUser.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesAccountUser.java
index f94099a2..56c994a0 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesAccountUser.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesAccountUser.java
@@ -41,6 +41,7 @@ public class ALBServicesAccountUser extends AviRestResource {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return email
*/
@@ -52,6 +53,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param email set the email.
*/
@@ -63,6 +65,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return name
*/
@@ -74,6 +77,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param name set the name.
*/
@@ -85,6 +89,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return phone
*/
@@ -96,6 +101,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param phone set the phone.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesCase.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesCase.java
index f09f504b..74482821 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesCase.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesCase.java
@@ -134,6 +134,7 @@ public class ALBServicesCase 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return assetId
*/
@@ -145,6 +146,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param assetId set the assetId.
*/
@@ -156,6 +158,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return caseAttachments
*/
@@ -167,6 +170,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return caseAttachments
*/
@@ -178,6 +182,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return caseAttachments
*/
@@ -194,6 +199,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return caseCreatedBy
*/
@@ -205,6 +211,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param caseCreatedBy set the caseCreatedBy.
*/
@@ -216,6 +223,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return caseNumber
*/
@@ -227,6 +235,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param caseNumber set the caseNumber.
*/
@@ -238,6 +247,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return caseStatus
*/
@@ -249,6 +259,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param caseStatus set the caseStatus.
*/
@@ -261,6 +272,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return contactInfo
*/
@@ -273,6 +285,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param contactInfo set the contactInfo.
*/
@@ -284,6 +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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return createdDate
*/
@@ -295,6 +309,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param createdDate set the createdDate.
*/
@@ -306,6 +321,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return customTag
*/
@@ -317,6 +333,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param customTag set the customTag.
*/
@@ -328,6 +345,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return deploymentEnvironment
*/
@@ -339,6 +357,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param deploymentEnvironment set the deploymentEnvironment.
*/
@@ -350,6 +369,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return description
*/
@@ -361,6 +381,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param description set the description.
*/
@@ -373,6 +394,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return email
*/
@@ -385,6 +407,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param email set the email.
*/
@@ -396,6 +419,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return environment
*/
@@ -407,6 +431,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param environment set the environment.
*/
@@ -419,6 +444,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return frBusinessJustification
*/
@@ -431,6 +457,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param frBusinessJustification set the frBusinessJustification.
*/
@@ -443,6 +470,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return frCurrentSolution
*/
@@ -455,6 +483,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param frCurrentSolution set the frCurrentSolution.
*/
@@ -467,6 +496,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return frTiming
*/
@@ -479,6 +509,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param frTiming set the frTiming.
*/
@@ -491,6 +522,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return frUseCases
*/
@@ -503,6 +535,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param frUseCases set the frUseCases.
*/
@@ -514,6 +547,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return id
*/
@@ -525,6 +559,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param id set the id.
*/
@@ -536,6 +571,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return lastModifiedDate
*/
@@ -547,6 +583,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param lastModifiedDate set the lastModifiedDate.
*/
@@ -560,6 +597,7 @@ public void setLastModifiedDate(String lastModifiedDate) {
* Stores the alb services configuration mode.
* Enum options - MODE_UNKNOWN, SALESFORCE, SYSTEST, MYVMWARE.
* 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 mode
*/
@@ -573,6 +611,7 @@ public String getMode() {
* Stores the alb services configuration mode.
* Enum options - MODE_UNKNOWN, SALESFORCE, SYSTEST, MYVMWARE.
* 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 mode set the mode.
*/
@@ -584,6 +623,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return patchVersion
*/
@@ -595,6 +635,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param patchVersion set the patchVersion.
*/
@@ -606,6 +647,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return severity
*/
@@ -617,6 +659,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param severity set the severity.
*/
@@ -628,6 +671,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return status
*/
@@ -639,6 +683,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param status set the status.
*/
@@ -650,6 +695,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return subject
*/
@@ -661,6 +707,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param subject set the subject.
*/
@@ -672,6 +719,7 @@ public void setSubject(String subject) {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return time
*/
@@ -683,6 +731,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param time set the time.
*/
@@ -694,6 +743,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return type
*/
@@ -705,6 +755,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param type set the type.
*/
@@ -716,6 +767,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return version
*/
@@ -727,6 +779,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param version set the version.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesCaseAttachment.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesCaseAttachment.java
index 6b72c191..98227ee6 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesCaseAttachment.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesCaseAttachment.java
@@ -41,6 +41,7 @@ public class ALBServicesCaseAttachment 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return attachmentName
*/
@@ -52,6 +53,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param attachmentName set the attachmentName.
*/
@@ -63,6 +65,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return attachmentSize
*/
@@ -74,6 +77,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param attachmentSize set the attachmentSize.
*/
@@ -85,6 +89,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return attachmentUrl
*/
@@ -96,6 +101,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param attachmentUrl set the attachmentUrl.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesConfig.java
index cc8c9b23..13f6deae 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesConfig.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesConfig.java
@@ -108,7 +108,8 @@ public class ALBServicesConfig extends AviRestResource {
* This is the getter method this will return the attribute value.
* Default values to be used for application signature sync.
* Field introduced in 20.1.4.
- * Allowed in basic edition, essentials edition, enterprise edition.
+ * 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 null.
* @return appSignatureConfig
*/
@@ -121,7 +122,8 @@ public AppSignatureConfig getAppSignatureConfig() {
* This is the setter method to the attribute.
* Default values to be used for application signature sync.
* Field introduced in 20.1.4.
- * Allowed in basic edition, essentials edition, enterprise edition.
+ * 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 null.
* @param appSignatureConfig set the appSignatureConfig.
*/
@@ -134,6 +136,7 @@ public void setAppSignatureConfig(AppSignatureConfig appSignatureConfig) {
* This is the getter method this will return the attribute value.
* Information about the 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return assetContact
*/
@@ -146,6 +149,7 @@ public ALBServicesUser getAssetContact() {
* This is the setter method to the attribute.
* Information about the 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param assetContact set the assetContact.
*/
@@ -158,7 +162,8 @@ public void setAssetContact(ALBServicesUser assetContact) {
* This is the getter method this will return the attribute value.
* Default values to be used for pulse case management.
* Field introduced in 21.1.1.
- * Allowed in basic edition, essentials edition, enterprise edition.
+ * 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 null.
* @return caseConfig
*/
@@ -171,7 +176,8 @@ public CaseConfig getCaseConfig() {
* This is the setter method to the attribute.
* Default values to be used for pulse case management.
* Field introduced in 21.1.1.
- * Allowed in basic edition, essentials edition, enterprise edition.
+ * 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 null.
* @param caseConfig set the caseConfig.
*/
@@ -184,7 +190,6 @@ public void setCaseConfig(CaseConfig caseConfig) {
* This is the getter method this will return the attribute value.
* Information about the portal features opted in for controller.
* Field introduced in 20.1.1.
- * Allowed in enterprise edition, enterprise edition.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return featureOptInStatus
*/
@@ -197,7 +202,6 @@ public PortalFeatureOptIn getFeatureOptInStatus() {
* This is the setter method to the attribute.
* Information about the portal features opted in for controller.
* Field introduced in 20.1.1.
- * Allowed in enterprise edition, enterprise edition.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param featureOptInStatus set the featureOptInStatus.
*/
@@ -210,6 +214,7 @@ public void setFeatureOptInStatus(PortalFeatureOptIn featureOptInStatus) {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ipReputationConfig
*/
@@ -222,6 +227,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ipReputationConfig set the ipReputationConfig.
*/
@@ -235,8 +241,8 @@ public void setIpReputationConfig(IpReputationConfig ipReputationConfig) {
* Mode helps log collection and upload.
* Enum options - MODE_UNKNOWN, SALESFORCE, SYSTEST, MYVMWARE.
* Field introduced in 20.1.2.
- * Allowed in basic(allowed values- salesforce,myvmware,systest) edition, essentials(allowed values- salesforce,myvmware,systest) edition,
- * enterprise edition.
+ * 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.
* Default value when not specified in API or module is interpreted by Avi Controller as "MYVMWARE".
* @return mode
*/
@@ -250,8 +256,8 @@ public String getMode() {
* Mode helps log collection and upload.
* Enum options - MODE_UNKNOWN, SALESFORCE, SYSTEST, MYVMWARE.
* Field introduced in 20.1.2.
- * Allowed in basic(allowed values- salesforce,myvmware,systest) edition, essentials(allowed values- salesforce,myvmware,systest) edition,
- * enterprise edition.
+ * 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.
* Default value when not specified in API or module is interpreted by Avi Controller as "MYVMWARE".
* @param mode set the mode.
*/
@@ -265,6 +271,7 @@ public void setMode(String mode) {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as 10.
* @return pollingInterval
*/
@@ -278,6 +285,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 10.
* @param pollingInterval set the pollingInterval.
*/
@@ -290,6 +298,7 @@ public void setPollingInterval(Integer pollingInterval) {
* This is the getter method this will return the attribute value.
* The fqdn or ip address of the customer portal.
* 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 null.
* @return portalUrl
*/
@@ -302,6 +311,7 @@ public String getPortalUrl() {
* This is the setter method to the attribute.
* The fqdn or ip address of the customer portal.
* 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 null.
* @param portalUrl set the portalUrl.
*/
@@ -315,6 +325,7 @@ public void setPortalUrl(String portalUrl) {
* This field is deprecated.
* Field deprecated in 21.1.1.
* Field introduced in 20.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return proactiveSupportDefaults
*/
@VsoMethod
@@ -327,6 +338,7 @@ public ProactiveSupportDefaults getProactiveSupportDefaults() {
* This field is deprecated.
* Field deprecated in 21.1.1.
* Field introduced in 20.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param proactiveSupportDefaults set the proactiveSupportDefaults.
*/
@VsoMethod
@@ -338,7 +350,8 @@ public void setProactiveSupportDefaults(ProactiveSupportDefaults proactiveSuppor
* This is the getter method this will return the attribute value.
* Saas licensing configuration.
* Field introduced in 21.1.3.
- * Allowed in basic edition, essentials edition, enterprise edition.
+ * 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 null.
* @return saasLicensingConfig
*/
@@ -351,7 +364,8 @@ public SaasLicensingInfo getSaasLicensingConfig() {
* This is the setter method to the attribute.
* Saas licensing configuration.
* Field introduced in 21.1.3.
- * Allowed in basic edition, essentials edition, enterprise edition.
+ * 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 null.
* @param saasLicensingConfig set the saasLicensingConfig.
*/
@@ -364,6 +378,7 @@ public void setSaasLicensingConfig(SaasLicensingInfo saasLicensingConfig) {
* This is the getter method this will return the attribute value.
* Split proxy configuration to connect external pulse services.
* 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.
* @return splitProxyConfiguration
*/
@@ -376,6 +391,7 @@ public ProxyConfiguration getSplitProxyConfiguration() {
* This is the setter method to the attribute.
* Split proxy configuration to connect external pulse services.
* 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.
* @param splitProxyConfiguration set the splitProxyConfiguration.
*/
@@ -408,6 +424,7 @@ public void setUrl(String url) {
* By default, pulse uses proxy added in system configuration.
* If pulse needs to use a seperate 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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return useSplitProxy
*/
@@ -421,6 +438,7 @@ public Boolean getUseSplitProxy() {
* By default, pulse uses proxy added in system configuration.
* If pulse needs to use a seperate 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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param useSplitProxy set the useSplitProxy.
*/
@@ -433,7 +451,7 @@ public void setUseSplitProxy(Boolean useSplitProxy) {
* This is the getter method this will return the attribute value.
* Secure the controller to pulse communication over tls.
* Field introduced in 20.1.3.
- * Allowed in basic edition, enterprise edition.
+ * Allowed in enterprise 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 true.
* @return useTls
*/
@@ -446,7 +464,7 @@ public Boolean getUseTls() {
* This is the setter method to the attribute.
* Secure the controller to pulse communication over tls.
* Field introduced in 20.1.3.
- * Allowed in basic edition, enterprise edition.
+ * Allowed in enterprise 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 true.
* @param useTls set the useTls.
*/
@@ -459,7 +477,8 @@ public void setUseTls(Boolean useTls) {
* This is the getter method this will return the attribute value.
* Default values to be used for user agent db service.
* Field introduced in 21.1.1.
- * Allowed in basic edition, essentials edition, enterprise edition.
+ * 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 null.
* @return userAgentDbConfig
*/
@@ -472,7 +491,8 @@ public UserAgentDBConfig getUserAgentDbConfig() {
* This is the setter method to the attribute.
* Default values to be used for user agent db service.
* Field introduced in 21.1.1.
- * Allowed in basic edition, essentials edition, enterprise edition.
+ * 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 null.
* @param userAgentDbConfig set the userAgentDbConfig.
*/
@@ -484,6 +504,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return uuid
*/
@@ -495,6 +516,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param uuid set the uuid.
*/
@@ -507,7 +529,7 @@ public void setUuid(String uuid) {
* This is the getter method this will return the attribute value.
* Default values to be used for pulse waf management.
* Field introduced in 21.1.1.
- * Allowed in basic edition, essentials edition, enterprise edition.
+ * Allowed in essentials edition with any value, basic edition with any value, enterprise, enterprise with cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return wafConfig
*/
@@ -520,7 +542,7 @@ public WafCrsConfig getWafConfig() {
* This is the setter method to the attribute.
* Default values to be used for pulse waf management.
* Field introduced in 21.1.1.
- * Allowed in basic edition, essentials edition, enterprise edition.
+ * Allowed in essentials edition with any value, basic edition with any value, 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/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesFileUpload.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesFileUpload.java
index f1fc3b66..62caf581 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesFileUpload.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesFileUpload.java
@@ -66,6 +66,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return caseId
*/
@@ -78,6 +79,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param caseId set the caseId.
*/
@@ -90,6 +92,8 @@ 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.
* @return error
*/
@VsoMethod
@@ -101,6 +105,8 @@ 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.
* @param error set the error.
*/
@VsoMethod
@@ -112,6 +118,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return filePath
*/
@@ -124,6 +131,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param filePath set the filePath.
*/
@@ -135,6 +143,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return name
*/
@@ -146,6 +155,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param name set the name.
*/
@@ -158,6 +168,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return s3Directory
*/
@@ -170,6 +181,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param s3Directory set the s3Directory.
*/
@@ -185,6 +197,8 @@ public void setS3Directory(String s3Directory) {
* 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...
* 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.
* @return status
*/
@VsoMethod
@@ -199,6 +213,8 @@ public String getStatus() {
* 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...
* 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.
* @param status set the status.
*/
@VsoMethod
@@ -210,6 +226,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRef
*/
@@ -222,6 +239,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tenantRef set the tenantRef.
*/
@@ -251,7 +269,7 @@ public void setUrl(String url) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of the object.
+ * 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
*/
@@ -262,7 +280,7 @@ public String getUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of the object.
+ * 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.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesJob.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesJob.java
index a582eb5d..563c85a5 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesJob.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesJob.java
@@ -68,6 +68,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return command
*/
@@ -80,6 +81,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param command set the command.
*/
@@ -92,6 +94,7 @@ public void setCommand(String command) {
* This is the getter method this will return the attribute value.
* The time at which the albservicesjob is ended.
* 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 endTime
*/
@@ -104,6 +107,7 @@ public TimeStamp getEndTime() {
* This is the setter method to the attribute.
* The time at which the albservicesjob is ended.
* 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 endTime set the endTime.
*/
@@ -116,6 +120,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return name
*/
@@ -128,6 +133,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param name set the name.
*/
@@ -140,6 +146,7 @@ public void setName(String name) {
* This is the getter method this will return the attribute value.
* A unique identifier for this job entry on the pulse portal.
* 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 pulseJobId
*/
@@ -152,6 +159,7 @@ public String getPulseJobId() {
* This is the setter method to the attribute.
* A unique identifier for this job entry on the pulse portal.
* 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 pulseJobId set the pulseJobId.
*/
@@ -164,6 +172,7 @@ public void setPulseJobId(String pulseJobId) {
* This is the getter method this will return the attribute value.
* The time at which the albservicesjob is started.
* 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 startTime
*/
@@ -176,6 +185,7 @@ public TimeStamp getStartTime() {
* This is the setter method to the attribute.
* The time at which the albservicesjob is started.
* 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 startTime set the startTime.
*/
@@ -189,6 +199,7 @@ public void setStartTime(TimeStamp startTime) {
* The status of the albservicesjob.
* Enum options - UNDETERMINED, PENDING, IN_PROGRESS, COMPLETED, FAILED.
* 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 "PENDING".
* @return status
*/
@@ -202,6 +213,7 @@ public String getStatus() {
* The status of the albservicesjob.
* Enum options - UNDETERMINED, PENDING, IN_PROGRESS, COMPLETED, FAILED.
* 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 "PENDING".
* @param status set the status.
*/
@@ -215,6 +227,7 @@ public void setStatus(String status) {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRef
*/
@@ -228,6 +241,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tenantRef set the tenantRef.
*/
@@ -259,6 +273,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return uuid
*/
@@ -271,6 +286,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param uuid set the uuid.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesStatusDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesStatusDetails.java
index 5e55c783..54447194 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesStatusDetails.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesStatusDetails.java
@@ -43,6 +43,7 @@ public class ALBServicesStatusDetails extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return connectivity
*/
@@ -56,6 +57,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param connectivity set the connectivity.
*/
@@ -68,6 +70,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return reason
*/
@@ -80,6 +83,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param reason set the reason.
*/
@@ -93,6 +97,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return registration
*/
@@ -106,6 +111,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param registration set the registration.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesUser.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesUser.java
index 225fa600..23c57689 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesUser.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ALBServicesUser.java
@@ -54,6 +54,7 @@ public class ALBServicesUser extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return accountId
*/
@@ -66,6 +67,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param accountId set the accountId.
*/
@@ -78,6 +80,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return accountName
*/
@@ -90,6 +93,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param accountName set the accountName.
*/
@@ -102,6 +106,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return email
*/
@@ -114,6 +119,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param email set the email.
*/
@@ -126,6 +132,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return managedAccounts
*/
@@ -138,6 +145,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return managedAccounts
*/
@@ -150,6 +158,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return managedAccounts
*/
@@ -167,6 +176,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return name
*/
@@ -179,6 +189,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param name set the name.
*/
@@ -191,6 +202,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return phone
*/
@@ -203,6 +215,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param phone set the phone.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/APICConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/APICConfiguration.java
index c61a3728..10406aa9 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/APICConfiguration.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/APICConfiguration.java
@@ -90,6 +90,7 @@ public class APICConfiguration extends AviRestResource {
* This is the getter method this will return the attribute value.
* Name of the avi specific tenant created within apic.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return apicAdminTenant
*/
@VsoMethod
@@ -101,6 +102,7 @@ public String getApicAdminTenant() {
* This is the setter method to the attribute.
* Name of the avi specific tenant created within apic.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param apicAdminTenant set the apicAdminTenant.
*/
@VsoMethod
@@ -112,6 +114,7 @@ public void setApicAdminTenant(String apicAdminTenant) {
* This is the getter method this will return the attribute value.
* Vcenter's virtual machine manager domain within apic.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return apicDomain
*/
@VsoMethod
@@ -123,6 +126,7 @@ public String getApicDomain() {
* This is the setter method to the attribute.
* Vcenter's virtual machine manager domain within apic.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param apicDomain set the apicDomain.
*/
@VsoMethod
@@ -134,6 +138,7 @@ public void setApicDomain(String apicDomain) {
* This is the getter method this will return the attribute value.
* The hostname or ip address of the apic controller.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return apicName
*/
@VsoMethod
@@ -145,6 +150,7 @@ public List getApicName() {
* This is the setter method. this will set the apicName
* The hostname or ip address of the apic controller.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return apicName
*/
@VsoMethod
@@ -156,6 +162,7 @@ public void setApicName(List apicName) {
* This is the setter method this will set the apicName
* The hostname or ip address of the apic controller.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return apicName
*/
@VsoMethod
@@ -172,6 +179,7 @@ public APICConfiguration addApicNameItem(String apicNameItem) {
* This is the getter method this will return the attribute value.
* The password avi vantage will use when authenticating with apic.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return apicPassword
*/
@VsoMethod
@@ -183,6 +191,7 @@ public String getApicPassword() {
* This is the setter method to the attribute.
* The password avi vantage will use when authenticating with apic.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param apicPassword set the apicPassword.
*/
@VsoMethod
@@ -193,6 +202,7 @@ public void setApicPassword(String apicPassword) {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 17.2.10,18.1.2.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return apicProduct
*/
@VsoMethod
@@ -203,6 +213,7 @@ public String getApicProduct() {
/**
* This is the setter method to the attribute.
* Field deprecated in 17.2.10,18.1.2.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param apicProduct set the apicProduct.
*/
@VsoMethod
@@ -214,6 +225,7 @@ public void setApicProduct(String apicProduct) {
* This is the getter method this will return the attribute value.
* The username avi vantage will use when authenticating with apic.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return apicUsername
*/
@VsoMethod
@@ -225,6 +237,7 @@ public String getApicUsername() {
* This is the setter method to the attribute.
* The username avi vantage will use when authenticating with apic.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param apicUsername set the apicUsername.
*/
@VsoMethod
@@ -235,6 +248,7 @@ public void setApicUsername(String apicUsername) {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 17.2.10,18.1.2.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return apicVendor
*/
@VsoMethod
@@ -245,6 +259,7 @@ public String getApicVendor() {
/**
* This is the setter method to the attribute.
* Field deprecated in 17.2.10,18.1.2.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param apicVendor set the apicVendor.
*/
@VsoMethod
@@ -256,6 +271,7 @@ public void setApicVendor(String apicVendor) {
* This is the getter method this will return the attribute value.
* The password apic will use when authenticating with avi vantage.
* Field deprecated in 17.2.10,18.1.2.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return aviControllerPassword
*/
@VsoMethod
@@ -267,6 +283,7 @@ public String getAviControllerPassword() {
* This is the setter method to the attribute.
* The password apic will use when authenticating with avi vantage.
* Field deprecated in 17.2.10,18.1.2.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param aviControllerPassword set the aviControllerPassword.
*/
@VsoMethod
@@ -278,6 +295,7 @@ public void setAviControllerPassword(String aviControllerPassword) {
* This is the getter method this will return the attribute value.
* The username apic will use when authenticating with avi vantage.
* Field deprecated in 17.2.10,18.1.2.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return aviControllerUsername
*/
@VsoMethod
@@ -289,6 +307,7 @@ public String getAviControllerUsername() {
* This is the setter method to the attribute.
* The username apic will use when authenticating with avi vantage.
* Field deprecated in 17.2.10,18.1.2.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param aviControllerUsername set the aviControllerUsername.
*/
@VsoMethod
@@ -301,6 +320,7 @@ public void setAviControllerUsername(String aviControllerUsername) {
* Context aware for supporting service graphs across vrfs.
* Enum options - SINGLE_CONTEXT, MULTI_CONTEXT.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return contextAware
*/
@VsoMethod
@@ -313,6 +333,7 @@ public String getContextAware() {
* Context aware for supporting service graphs across vrfs.
* Enum options - SINGLE_CONTEXT, MULTI_CONTEXT.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param contextAware set the contextAware.
*/
@VsoMethod
@@ -323,6 +344,7 @@ public void setContextAware(String contextAware) {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 17.2.10,18.1.2.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return deployment
*/
@VsoMethod
@@ -333,6 +355,7 @@ public String getDeployment() {
/**
* This is the setter method to the attribute.
* Field deprecated in 17.2.10,18.1.2.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param deployment set the deployment.
*/
@VsoMethod
@@ -345,6 +368,7 @@ public void setDeployment(String deployment) {
* Use managed mode for apic service insertion.
* Field deprecated in 17.2.10,18.1.2.
* Field introduced in 17.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return managedMode
*/
@VsoMethod
@@ -357,6 +381,7 @@ public Boolean getManagedMode() {
* Use managed mode for apic service insertion.
* Field deprecated in 17.2.10,18.1.2.
* Field introduced in 17.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param managedMode set the managedMode.
*/
@VsoMethod
@@ -368,6 +393,7 @@ public void setManagedMode(Boolean managedMode) {
* This is the getter method this will return the attribute value.
* Avi device package minor version.
* Field deprecated in 17.2.10,18.1.2.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return minor
*/
@VsoMethod
@@ -379,6 +405,7 @@ public String getMinor() {
* This is the setter method to the attribute.
* Avi device package minor version.
* Field deprecated in 17.2.10,18.1.2.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param minor set the minor.
*/
@VsoMethod
@@ -392,6 +419,7 @@ public void setMinor(String minor) {
* Please ensure that apic bd's endpoint dataplane learning is disabled true disable dsr unconditionally.
* Field deprecated in 21.1.1.
* Field introduced in 17.2.10,18.1.2.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return seTunnelMode
*/
@VsoMethod
@@ -405,6 +433,7 @@ public Boolean getSeTunnelMode() {
* Please ensure that apic bd's endpoint dataplane learning is disabled true disable dsr unconditionally.
* Field deprecated in 21.1.1.
* Field introduced in 17.2.10,18.1.2.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param seTunnelMode set the seTunnelMode.
*/
@VsoMethod
@@ -416,6 +445,7 @@ public void setSeTunnelMode(Boolean seTunnelMode) {
* This is the getter method this will return the attribute value.
* Avi device package version.
* Field deprecated in 17.2.10,18.1.2.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return version
*/
@VsoMethod
@@ -427,6 +457,7 @@ public String getVersion() {
* This is the setter method to the attribute.
* Avi device package version.
* Field deprecated in 17.2.10,18.1.2.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param version set the version.
*/
@VsoMethod
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/APICNetworkRel.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/APICNetworkRel.java
index 914c8d4c..ec83546c 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/APICNetworkRel.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/APICNetworkRel.java
@@ -41,6 +41,7 @@ public class APICNetworkRel extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return connector
*/
@VsoMethod
@@ -51,6 +52,7 @@ public String getConnector() {
/**
* This is the setter method to the attribute.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param connector set the connector.
*/
@VsoMethod
@@ -61,6 +63,7 @@ public void setConnector(String connector) {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return relKey
*/
@VsoMethod
@@ -71,6 +74,7 @@ public String getRelKey() {
/**
* This is the setter method to the attribute.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param relKey set the relKey.
*/
@VsoMethod
@@ -81,6 +85,7 @@ public void setRelKey(String relKey) {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return targetNetwork
*/
@VsoMethod
@@ -91,6 +96,7 @@ public String getTargetNetwork() {
/**
* This is the setter method to the attribute.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param targetNetwork set the targetNetwork.
*/
@VsoMethod
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AWSASGDelete.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AWSASGDelete.java
index 0021b8c7..29e62c0a 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AWSASGDelete.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AWSASGDelete.java
@@ -42,6 +42,7 @@ public class AWSASGDelete extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return asgs
*/
@@ -54,6 +55,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return asgs
*/
@@ -66,6 +68,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return asgs
*/
@@ -83,6 +86,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ccId
*/
@@ -95,6 +99,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ccId set the ccId.
*/
@@ -107,6 +112,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return poolUuid
*/
@@ -119,6 +125,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param poolUuid set the poolUuid.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AWSASGNotifDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AWSASGNotifDetails.java
index b75be4f1..e5f59c60 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AWSASGNotifDetails.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AWSASGNotifDetails.java
@@ -61,7 +61,7 @@ public class AWSASGNotifDetails extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property asg_name of obj type awsasgnotifdetails field type str type string.
+ * 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 asgName
*/
@@ -72,7 +72,7 @@ public String getAsgName() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property asg_name of obj type awsasgnotifdetails field type str type string.
+ * 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 asgName set the asgName.
*/
@@ -83,7 +83,7 @@ public void setAsgName(String asgName) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property cc_id of obj type awsasgnotifdetails field type str type string.
+ * 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 ccId
*/
@@ -94,7 +94,7 @@ public String getCcId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property cc_id of obj type awsasgnotifdetails field type str type string.
+ * 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 ccId set the ccId.
*/
@@ -105,7 +105,7 @@ public void setCcId(String ccId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property error_string of obj type awsasgnotifdetails field type str type string.
+ * 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 errorString
*/
@@ -116,7 +116,7 @@ public String getErrorString() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property error_string of obj type awsasgnotifdetails field type str type string.
+ * 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 errorString set the errorString.
*/
@@ -127,7 +127,7 @@ public void setErrorString(String errorString) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property event_type of obj type awsasgnotifdetails field type str type string.
+ * 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 eventType
*/
@@ -138,7 +138,7 @@ public String getEventType() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property event_type of obj type awsasgnotifdetails field type str type string.
+ * 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 eventType set the eventType.
*/
@@ -149,7 +149,7 @@ public void setEventType(String eventType) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property instance_id of obj type awsasgnotifdetails field type str type string.
+ * 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 instanceId
*/
@@ -160,7 +160,7 @@ public String getInstanceId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property instance_id of obj type awsasgnotifdetails field type str type string.
+ * 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 instanceId set the instanceId.
*/
@@ -171,7 +171,7 @@ public void setInstanceId(String instanceId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property instance_ip_addr of obj type awsasgnotifdetails field type str type ref.
+ * 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 instanceIpAddr
*/
@@ -182,7 +182,7 @@ public IpAddr getInstanceIpAddr() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property instance_ip_addr of obj type awsasgnotifdetails field type str type ref.
+ * 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 instanceIpAddr set the instanceIpAddr.
*/
@@ -196,6 +196,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return poolRef
*/
@@ -209,6 +210,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param poolRef set the poolRef.
*/
@@ -219,7 +221,7 @@ public void setPoolRef(String poolRef) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property vpc_id of obj type awsasgnotifdetails field type str type string.
+ * 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 vpcId
*/
@@ -230,7 +232,7 @@ public String getVpcId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property vpc_id of obj type awsasgnotifdetails field type str type string.
+ * 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 vpcId set the vpcId.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AWSLogin.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AWSLogin.java
deleted file mode 100644
index 65ef9fc2..00000000
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AWSLogin.java
+++ /dev/null
@@ -1,229 +0,0 @@
-package com.vmware.avi.vro.model;
-
-import java.util.*;
-import com.fasterxml.jackson.annotation.JsonProperty;
-import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
-import com.fasterxml.jackson.annotation.JsonInclude;
-import com.fasterxml.jackson.annotation.JsonInclude.Include;
-import com.vmware.o11n.plugin.sdk.annotation.VsoFinder;
-import com.vmware.o11n.plugin.sdk.annotation.VsoMethod;
-import com.vmware.o11n.plugin.sdk.annotation.VsoObject;
-import com.vmware.avi.vro.Constants;
-import org.springframework.stereotype.Service;
-
-/**
- * The AWSLogin is a POJO class extends AviRestResource that used for creating
- * AWSLogin.
- *
- * @version 1.0
- * @since
- *
- */
-@VsoObject(create = false, name = "AWSLogin")
-@VsoFinder(name = Constants.FINDER_VRO_AWSLOGIN)
-@JsonIgnoreProperties(ignoreUnknown = true)
-@Service
-public class AWSLogin extends AviRestResource {
- @JsonProperty("access_key_id")
- @JsonInclude(Include.NON_NULL)
- private String accessKeyId = null;
-
- @JsonProperty("iam_assume_role")
- @JsonInclude(Include.NON_NULL)
- private String iamAssumeRole = null;
-
- @JsonProperty("region")
- @JsonInclude(Include.NON_NULL)
- private String region = "us-west-1";
-
- @JsonProperty("secret_access_key")
- @JsonInclude(Include.NON_NULL)
- private String secretAccessKey = null;
-
- @JsonProperty("use_iam_roles")
- @JsonInclude(Include.NON_NULL)
- private Boolean useIamRoles = null;
-
- @JsonProperty("vpc_id")
- @JsonInclude(Include.NON_NULL)
- private String vpcId = null;
-
-
-
- /**
- * This is the getter method this will return the attribute value.
- * Placeholder for description of property access_key_id of obj type awslogin field type str type string.
- * Default value when not specified in API or module is interpreted by Avi Controller as null.
- * @return accessKeyId
- */
- @VsoMethod
- public String getAccessKeyId() {
- return accessKeyId;
- }
-
- /**
- * This is the setter method to the attribute.
- * Placeholder for description of property access_key_id of obj type awslogin field type str type string.
- * Default value when not specified in API or module is interpreted by Avi Controller as null.
- * @param accessKeyId set the accessKeyId.
- */
- @VsoMethod
- public void setAccessKeyId(String accessKeyId) {
- this.accessKeyId = accessKeyId;
- }
-
- /**
- * This is the getter method this will return the attribute value.
- * Placeholder for description of property iam_assume_role of obj type awslogin field type str type string.
- * Default value when not specified in API or module is interpreted by Avi Controller as null.
- * @return iamAssumeRole
- */
- @VsoMethod
- public String getIamAssumeRole() {
- return iamAssumeRole;
- }
-
- /**
- * This is the setter method to the attribute.
- * Placeholder for description of property iam_assume_role of obj type awslogin field type str type string.
- * Default value when not specified in API or module is interpreted by Avi Controller as null.
- * @param iamAssumeRole set the iamAssumeRole.
- */
- @VsoMethod
- public void setIamAssumeRole(String iamAssumeRole) {
- this.iamAssumeRole = iamAssumeRole;
- }
-
- /**
- * This is the getter method this will return the attribute value.
- * Aws region.
- * Default value when not specified in API or module is interpreted by Avi Controller as "us-west-1".
- * @return region
- */
- @VsoMethod
- public String getRegion() {
- return region;
- }
-
- /**
- * This is the setter method to the attribute.
- * Aws region.
- * Default value when not specified in API or module is interpreted by Avi Controller as "us-west-1".
- * @param region set the region.
- */
- @VsoMethod
- public void setRegion(String region) {
- this.region = region;
- }
-
- /**
- * This is the getter method this will return the attribute value.
- * Placeholder for description of property secret_access_key of obj type awslogin field type str type string.
- * Default value when not specified in API or module is interpreted by Avi Controller as null.
- * @return secretAccessKey
- */
- @VsoMethod
- public String getSecretAccessKey() {
- return secretAccessKey;
- }
-
- /**
- * This is the setter method to the attribute.
- * Placeholder for description of property secret_access_key of obj type awslogin field type str type string.
- * Default value when not specified in API or module is interpreted by Avi Controller as null.
- * @param secretAccessKey set the secretAccessKey.
- */
- @VsoMethod
- public void setSecretAccessKey(String secretAccessKey) {
- this.secretAccessKey = secretAccessKey;
- }
-
- /**
- * This is the getter method this will return the attribute value.
- * Placeholder for description of property use_iam_roles of obj type awslogin field type str type boolean.
- * Default value when not specified in API or module is interpreted by Avi Controller as null.
- * @return useIamRoles
- */
- @VsoMethod
- public Boolean getUseIamRoles() {
- return useIamRoles;
- }
-
- /**
- * This is the setter method to the attribute.
- * Placeholder for description of property use_iam_roles of obj type awslogin field type str type boolean.
- * Default value when not specified in API or module is interpreted by Avi Controller as null.
- * @param useIamRoles set the useIamRoles.
- */
- @VsoMethod
- public void setUseIamRoles(Boolean useIamRoles) {
- this.useIamRoles = useIamRoles;
- }
-
- /**
- * This is the getter method this will return the attribute value.
- * Placeholder for description of property vpc_id of obj type awslogin field type str type string.
- * Default value when not specified in API or module is interpreted by Avi Controller as null.
- * @return vpcId
- */
- @VsoMethod
- public String getVpcId() {
- return vpcId;
- }
-
- /**
- * This is the setter method to the attribute.
- * Placeholder for description of property vpc_id of obj type awslogin field type str type string.
- * Default value when not specified in API or module is interpreted by Avi Controller as null.
- * @param vpcId set the vpcId.
- */
- @VsoMethod
- public void setVpcId(String vpcId) {
- this.vpcId = vpcId;
- }
-
-
-
-@Override
-public boolean equals(java.lang.Object o) {
- if (this == o) {
- return true;
- }
- if (o == null || getClass() != o.getClass()) {
- return false;
- }
- AWSLogin objAWSLogin = (AWSLogin) o;
- return Objects.equals(this.accessKeyId, objAWSLogin.accessKeyId)&&
- Objects.equals(this.secretAccessKey, objAWSLogin.secretAccessKey)&&
- Objects.equals(this.region, objAWSLogin.region)&&
- Objects.equals(this.vpcId, objAWSLogin.vpcId)&&
- Objects.equals(this.useIamRoles, objAWSLogin.useIamRoles)&&
- Objects.equals(this.iamAssumeRole, objAWSLogin.iamAssumeRole);
-}
-
-@Override
-public String toString() {
- StringBuilder sb = new StringBuilder();
- sb.append("class AWSLogin {\n");
- sb.append(" accessKeyId: ").append(toIndentedString(accessKeyId)).append("\n");
- sb.append(" iamAssumeRole: ").append(toIndentedString(iamAssumeRole)).append("\n");
- sb.append(" region: ").append(toIndentedString(region)).append("\n");
- sb.append(" secretAccessKey: ").append(toIndentedString(secretAccessKey)).append("\n");
- sb.append(" useIamRoles: ").append(toIndentedString(useIamRoles)).append("\n");
- sb.append(" vpcId: ").append(toIndentedString(vpcId)).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/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AWSSetup.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AWSSetup.java
index 54689fe6..ce33dc98 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AWSSetup.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AWSSetup.java
@@ -52,7 +52,7 @@ public class AWSSetup extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property access_key_id of obj type awssetup field type str type string.
+ * 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 accessKeyId
*/
@@ -63,7 +63,7 @@ public String getAccessKeyId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property access_key_id of obj type awssetup field type str type string.
+ * 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 accessKeyId set the accessKeyId.
*/
@@ -74,7 +74,7 @@ public void setAccessKeyId(String accessKeyId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property cc_id of obj type awssetup field type str type string.
+ * 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 ccId
*/
@@ -85,7 +85,7 @@ public String getCcId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property cc_id of obj type awssetup field type str type string.
+ * 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 ccId set the ccId.
*/
@@ -96,7 +96,7 @@ public void setCcId(String ccId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property error_string of obj type awssetup field type str type string.
+ * 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 errorString
*/
@@ -107,7 +107,7 @@ public String getErrorString() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property error_string of obj type awssetup field type str type string.
+ * 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 errorString set the errorString.
*/
@@ -119,6 +119,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return privilege
*/
@@ -130,6 +131,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param privilege set the privilege.
*/
@@ -140,7 +142,7 @@ public void setPrivilege(String privilege) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property region of obj type awssetup field type str type string.
+ * 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 region
*/
@@ -151,7 +153,7 @@ public String getRegion() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property region of obj type awssetup field type str type string.
+ * 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 region set the region.
*/
@@ -163,6 +165,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vpcId
*/
@@ -174,6 +177,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param vpcId set the vpcId.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AbPool.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AbPool.java
index 9e595d2e..96f73346 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AbPool.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AbPool.java
@@ -38,6 +38,7 @@ public class AbPool extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return poolRef
*/
@@ -50,6 +51,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param poolRef set the poolRef.
*/
@@ -62,6 +64,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 0.
* @return ratio
*/
@@ -74,6 +77,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 0.
* @param ratio set the ratio.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ActionGroupConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ActionGroupConfig.java
index d055f505..029bc1d2 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ActionGroupConfig.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ActionGroupConfig.java
@@ -78,6 +78,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return actionScriptConfigRef
*/
@@ -90,6 +91,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param actionScriptConfigRef set the actionScriptConfigRef.
*/
@@ -101,7 +103,8 @@ public void setActionScriptConfigRef(String actionScriptConfigRef) {
/**
* This is the getter method this will return the attribute value.
* Trigger notification to autoscale manager.
- * Allowed in basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return autoscaleTriggerNotification
*/
@@ -113,7 +116,8 @@ public Boolean getAutoscaleTriggerNotification() {
/**
* This is the setter method to the attribute.
* Trigger notification to autoscale manager.
- * Allowed in basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param autoscaleTriggerNotification set the autoscaleTriggerNotification.
*/
@@ -124,7 +128,7 @@ public void setAutoscaleTriggerNotification(Boolean autoscaleTriggerNotificatio
/**
* This is the getter method this will return the attribute value.
- * User defined description for the object.
+ * 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 description
*/
@@ -135,7 +139,7 @@ public String getDescription() {
/**
* This is the setter method to the attribute.
- * User defined description for the object.
+ * 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 description set the description.
*/
@@ -148,6 +152,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return emailConfigRef
*/
@@ -160,6 +165,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param emailConfigRef set the emailConfigRef.
*/
@@ -171,7 +177,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return externalOnly
*/
@@ -183,7 +190,8 @@ public Boolean getExternalOnly() {
/**
* This is the setter method to the attribute.
* Generate alert only to external destinations.
- * Allowed in basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param externalOnly set the externalOnly.
*/
@@ -196,6 +204,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "ALERT_LOW".
* @return level
*/
@@ -208,6 +217,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "ALERT_LOW".
* @param level set the level.
*/
@@ -218,7 +228,7 @@ public void setLevel(String level) {
/**
* This is the getter method this will return the attribute value.
- * Name of the object.
+ * 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 name
*/
@@ -229,7 +239,7 @@ public String getName() {
/**
* This is the setter method to the attribute.
- * Name of the object.
+ * 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 name set the name.
*/
@@ -242,6 +252,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return snmpTrapProfileRef
*/
@@ -254,6 +265,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param snmpTrapProfileRef set the snmpTrapProfileRef.
*/
@@ -266,6 +278,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return syslogConfigRef
*/
@@ -278,6 +291,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param syslogConfigRef set the syslogConfigRef.
*/
@@ -289,6 +303,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRef
*/
@@ -300,6 +315,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tenantRef set the tenantRef.
*/
@@ -329,7 +345,7 @@ public void setUrl(String url) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of the object.
+ * 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
*/
@@ -340,7 +356,7 @@ public String getUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of the object.
+ * 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.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AdaptReplEventInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AdaptReplEventInfo.java
index 514bedad..ed98c0da 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AdaptReplEventInfo.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AdaptReplEventInfo.java
@@ -43,6 +43,7 @@ public class AdaptReplEventInfo extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return objInfo
*/
@@ -55,6 +56,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param objInfo set the objInfo.
*/
@@ -67,6 +69,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return reason
*/
@@ -79,6 +82,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param reason set the reason.
*/
@@ -91,6 +95,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return recommendation
*/
@@ -103,6 +108,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param recommendation set the recommendation.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AdminAuthConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AdminAuthConfiguration.java
index 0dd2f1e8..a3661453 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AdminAuthConfiguration.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AdminAuthConfiguration.java
@@ -46,6 +46,7 @@ public class AdminAuthConfiguration extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return allowLocalUserLogin
*/
@@ -58,6 +59,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param allowLocalUserLogin set the allowLocalUserLogin.
*/
@@ -71,6 +73,7 @@ public void setAllowLocalUserLogin(Boolean allowLocalUserLogin) {
* Secondary authentication mechanisms to be used.
* Field introduced in 20.1.6.
* Maximum of 1 items allowed.
+ * Allowed in enterprise edition with any value, enterprise with cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return alternateAuthConfigurations
*/
@@ -84,6 +87,7 @@ public List getAlternateAuthConfigurations() {
* Secondary authentication mechanisms to be used.
* Field introduced in 20.1.6.
* Maximum of 1 items allowed.
+ * Allowed in enterprise edition with any value, enterprise with cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return alternateAuthConfigurations
*/
@@ -97,6 +101,7 @@ public void setAlternateAuthConfigurations(List alt
* Secondary authentication mechanisms to be used.
* Field introduced in 20.1.6.
* Maximum of 1 items allowed.
+ * Allowed in enterprise edition with any value, enterprise with cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return alternateAuthConfigurations
*/
@@ -113,6 +118,7 @@ public AdminAuthConfiguration addAlternateAuthConfigurationsItem(AlternateAuthCo
/**
* This is the getter method this will return the attribute value.
* It is a reference to an object of type authprofile.
+ * 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 authProfileRef
*/
@@ -124,6 +130,7 @@ public String getAuthProfileRef() {
/**
* This is the setter method to the attribute.
* It is a reference to an object of type authprofile.
+ * 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 authProfileRef set the authProfileRef.
*/
@@ -135,6 +142,7 @@ public void setAuthProfileRef(String authProfileRef) {
/**
* This is the getter method this will return the attribute value.
* Rules list for tenant or role mapping.
+ * 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 mappingRules
*/
@@ -146,6 +154,7 @@ public List getMappingRules() {
/**
* This is the setter method. this will set the mappingRules
* Rules list for tenant or role mapping.
+ * 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 mappingRules
*/
@@ -157,6 +166,7 @@ public void setMappingRules(List mappingRules) {
/**
* This is the setter method this will set the mappingRules
* Rules list for tenant or role mapping.
+ * 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 mappingRules
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Alert.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Alert.java
index 84e7d2fd..9538d7d9 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Alert.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Alert.java
@@ -125,6 +125,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return actionScriptOutput
*/
@@ -136,6 +137,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param actionScriptOutput set the actionScriptOutput.
*/
@@ -147,6 +149,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return alertConfigRef
*/
@@ -158,6 +161,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param alertConfigRef set the alertConfigRef.
*/
@@ -168,7 +172,7 @@ public void setAlertConfigRef(String alertConfigRef) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property app_events of obj type alert field type str type array.
+ * 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 appEvents
*/
@@ -179,7 +183,7 @@ public List getAppEvents() {
/**
* This is the setter method. this will set the appEvents
- * Placeholder for description of property app_events of obj type alert field type str type array.
+ * 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 appEvents
*/
@@ -190,7 +194,7 @@ public void setAppEvents(List appEvents) {
/**
* This is the setter method this will set the appEvents
- * Placeholder for description of property app_events of obj type alert field type str type array.
+ * 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 appEvents
*/
@@ -206,7 +210,7 @@ public Alert addAppEventsItem(ApplicationLog appEventsItem) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property conn_events of obj type alert field type str type array.
+ * 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 connEvents
*/
@@ -217,7 +221,7 @@ public List getConnEvents() {
/**
* This is the setter method. this will set the connEvents
- * Placeholder for description of property conn_events of obj type alert field type str type array.
+ * 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 connEvents
*/
@@ -228,7 +232,7 @@ public void setConnEvents(List connEvents) {
/**
* This is the setter method this will set the connEvents
- * Placeholder for description of property conn_events of obj type alert field type str type array.
+ * 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 connEvents
*/
@@ -245,6 +249,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return description
*/
@@ -256,6 +261,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param description set the description.
*/
@@ -267,6 +273,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return eventPages
*/
@@ -278,6 +285,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return eventPages
*/
@@ -289,6 +297,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return eventPages
*/
@@ -304,7 +313,7 @@ public Alert addEventPagesItem(String eventPagesItem) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property events of obj type alert field type str type array.
+ * 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 events
*/
@@ -315,7 +324,7 @@ public List getEvents() {
/**
* This is the setter method. this will set the events
- * Placeholder for description of property events of obj type alert field type str type array.
+ * 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 events
*/
@@ -326,7 +335,7 @@ public void setEvents(List events) {
/**
* This is the setter method this will set the events
- * Placeholder for description of property events of obj type alert field type str type array.
+ * 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 events
*/
@@ -343,6 +352,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return lastThrottleTimestamp
*/
@@ -354,6 +364,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param lastThrottleTimestamp set the lastThrottleTimestamp.
*/
@@ -366,6 +377,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return level
*/
@@ -378,6 +390,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param level set the level.
*/
@@ -388,7 +401,7 @@ public void setLevel(String level) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property metric_info of obj type alert field type str type array.
+ * 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 metricInfo
*/
@@ -399,7 +412,7 @@ public List getMetricInfo() {
/**
* This is the setter method. this will set the metricInfo
- * Placeholder for description of property metric_info of obj type alert field type str type array.
+ * 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 metricInfo
*/
@@ -410,7 +423,7 @@ public void setMetricInfo(List metricInfo) {
/**
* This is the setter method this will set the metricInfo
- * Placeholder for description of property metric_info of obj type alert field type str type array.
+ * 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 metricInfo
*/
@@ -426,7 +439,7 @@ public Alert addMetricInfoItem(MetricLog metricInfoItem) {
/**
* This is the getter method this will return the attribute value.
- * Name of the object.
+ * 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 name
*/
@@ -437,7 +450,7 @@ public String getName() {
/**
* This is the setter method to the attribute.
- * Name of the object.
+ * 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 name set the name.
*/
@@ -449,6 +462,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return objKey
*/
@@ -460,6 +474,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param objKey set the objKey.
*/
@@ -471,6 +486,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return objName
*/
@@ -482,6 +498,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param objName set the objName.
*/
@@ -493,6 +510,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return objUuid
*/
@@ -504,6 +522,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param objUuid set the objUuid.
*/
@@ -514,7 +533,7 @@ public void setObjUuid(String objUuid) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property reason of obj type alert field type str type string.
+ * 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 reason
*/
@@ -525,7 +544,7 @@ public String getReason() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property reason of obj type alert field type str type string.
+ * 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 reason set the reason.
*/
@@ -540,6 +559,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return relatedUuids
*/
@@ -554,6 +574,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return relatedUuids
*/
@@ -568,6 +589,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return relatedUuids
*/
@@ -586,6 +608,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return state
*/
@@ -599,6 +622,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param state set the state.
*/
@@ -610,6 +634,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return summary
*/
@@ -621,6 +646,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param summary set the summary.
*/
@@ -632,6 +658,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRef
*/
@@ -643,6 +670,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tenantRef set the tenantRef.
*/
@@ -653,7 +681,7 @@ public void setTenantRef(String tenantRef) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property threshold of obj type alert field type str type integer.
+ * 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 threshold
*/
@@ -664,7 +692,7 @@ public Integer getThreshold() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property threshold of obj type alert field type str type integer.
+ * 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 threshold set the threshold.
*/
@@ -676,6 +704,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 0.
* @return throttleCount
*/
@@ -687,6 +716,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 0.
* @param throttleCount set the throttleCount.
*/
@@ -698,6 +728,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return timestamp
*/
@@ -709,6 +740,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param timestamp set the timestamp.
*/
@@ -738,7 +770,7 @@ public void setUrl(String url) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of the object.
+ * 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
*/
@@ -749,7 +781,7 @@ public String getUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of the object.
+ * 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.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertConfig.java
index 4254f0bf..325d5c9a 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertConfig.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertConfig.java
@@ -107,6 +107,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return actionGroupRef
*/
@@ -119,6 +120,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param actionGroupRef set the actionGroupRef.
*/
@@ -130,6 +132,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return alertRule
*/
@@ -141,6 +144,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param alertRule set the alertRule.
*/
@@ -152,6 +156,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return autoscaleAlert
*/
@@ -163,6 +168,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param autoscaleAlert set the autoscaleAlert.
*/
@@ -176,6 +182,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "REALTIME".
* @return category
*/
@@ -189,6 +196,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "REALTIME".
* @param category set the category.
*/
@@ -200,6 +208,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return description
*/
@@ -211,6 +220,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param description set the description.
*/
@@ -222,6 +232,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return enabled
*/
@@ -233,6 +244,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param enabled set the enabled.
*/
@@ -247,6 +259,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 86400.
* @return expiryTime
*/
@@ -261,6 +274,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 86400.
* @param expiryTime set the expiryTime.
*/
@@ -272,6 +286,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return name
*/
@@ -283,6 +298,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param name set the name.
*/
@@ -294,6 +310,7 @@ public void setName(String name) {
/**
* This is the getter method this will return the attribute value.
* Uuid of the resource for which alert was raised.
+ * 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 objUuid
*/
@@ -305,6 +322,7 @@ public String getObjUuid() {
/**
* This is the setter method to the attribute.
* Uuid of the resource for which alert was raised.
+ * 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 objUuid set the objUuid.
*/
@@ -320,6 +338,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return objectType
*/
@@ -335,6 +354,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param objectType set the objectType.
*/
@@ -345,7 +365,7 @@ public void setObjectType(String objectType) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property recommendation of obj type alertconfig field type str type string.
+ * 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 recommendation
*/
@@ -356,7 +376,7 @@ public String getRecommendation() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property recommendation of obj type alertconfig field type str type string.
+ * 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 recommendation set the recommendation.
*/
@@ -370,6 +390,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 300.
* @return rollingWindow
*/
@@ -383,6 +404,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 300.
* @param rollingWindow set the rollingWindow.
*/
@@ -395,6 +417,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return source
*/
@@ -407,6 +430,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param source set the source.
*/
@@ -418,6 +442,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return summary
*/
@@ -429,6 +454,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param summary set the summary.
*/
@@ -440,6 +466,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRef
*/
@@ -451,6 +478,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tenantRef set the tenantRef.
*/
@@ -463,6 +491,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 1.
* @return threshold
*/
@@ -475,6 +504,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 1.
* @param threshold set the threshold.
*/
@@ -488,6 +518,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 600.
* @return throttle
*/
@@ -501,6 +532,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 600.
* @param throttle set the throttle.
*/
@@ -530,7 +562,7 @@ public void setUrl(String url) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of the object.
+ * 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
*/
@@ -541,7 +573,7 @@ public String getUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of the object.
+ * 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.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertEmailConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertEmailConfig.java
index 605d1e71..f4cd391a 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertEmailConfig.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertEmailConfig.java
@@ -57,6 +57,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ccEmails
*/
@@ -68,6 +69,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ccEmails set the ccEmails.
*/
@@ -78,7 +80,7 @@ public void setCcEmails(String ccEmails) {
/**
* This is the getter method this will return the attribute value.
- * User defined description for the object.
+ * 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 description
*/
@@ -89,7 +91,7 @@ public String getDescription() {
/**
* This is the setter method to the attribute.
- * User defined description for the object.
+ * 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 description set the description.
*/
@@ -101,6 +103,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return name
*/
@@ -112,6 +115,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param name set the name.
*/
@@ -123,6 +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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRef
*/
@@ -134,6 +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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tenantRef set the tenantRef.
*/
@@ -145,6 +151,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return toEmails
*/
@@ -156,6 +163,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param toEmails set the toEmails.
*/
@@ -185,7 +193,7 @@ public void setUrl(String url) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of the object.
+ * 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
*/
@@ -196,7 +204,7 @@ public String getUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of the object.
+ * 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.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertFilter.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertFilter.java
index f3918aec..8e16e43f 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertFilter.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertFilter.java
@@ -36,7 +36,7 @@ public class AlertFilter extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property filter_action of obj type alertfilter field type str type string.
+ * 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 filterAction
*/
@@ -47,7 +47,7 @@ public String getFilterAction() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property filter_action of obj type alertfilter field type str type string.
+ * 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 filterAction set the filterAction.
*/
@@ -58,7 +58,7 @@ public void setFilterAction(String filterAction) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property filter_string of obj type alertfilter field type str type string.
+ * 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 filterString
*/
@@ -69,7 +69,7 @@ public String getFilterString() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property filter_string of obj type alertfilter field type str type string.
+ * 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 filterString set the filterString.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertMetricThreshold.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertMetricThreshold.java
index 58a0be72..c15a2f17 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertMetricThreshold.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertMetricThreshold.java
@@ -37,6 +37,7 @@ public class AlertMetricThreshold extends AviRestResource {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as "ALERT_OP_GT".
* @return comparator
*/
@@ -48,6 +49,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "ALERT_OP_GT".
* @param comparator set the comparator.
*/
@@ -59,6 +61,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return threshold
*/
@@ -70,6 +73,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param threshold set the threshold.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertMgrDebugFilter.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertMgrDebugFilter.java
index a512bdc2..a9e7ee6e 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertMgrDebugFilter.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertMgrDebugFilter.java
@@ -41,6 +41,7 @@ public class AlertMgrDebugFilter extends AviRestResource {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return alertObjid
*/
@@ -52,6 +53,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param alertObjid set the alertObjid.
*/
@@ -63,6 +65,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return alertUuid
*/
@@ -74,6 +77,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param alertUuid set the alertUuid.
*/
@@ -85,6 +89,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return cfgUuid
*/
@@ -96,6 +101,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param cfgUuid set the cfgUuid.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertObjectList.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertObjectList.java
index caf0c9c0..8a16ace0 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertObjectList.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertObjectList.java
@@ -52,7 +52,7 @@ public class AlertObjectList extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Name of the object.
+ * 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 name
*/
@@ -63,7 +63,7 @@ public String getName() {
/**
* This is the setter method to the attribute.
- * Name of the object.
+ * 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 name set the name.
*/
@@ -77,6 +77,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return objects
*/
@@ -90,6 +91,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return objects
*/
@@ -103,6 +105,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return objects
*/
@@ -119,6 +122,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return source
*/
@@ -130,6 +134,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param source set the source.
*/
@@ -141,6 +146,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRef
*/
@@ -152,6 +158,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tenantRef set the tenantRef.
*/
@@ -181,7 +188,7 @@ public void setUrl(String url) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of the object.
+ * 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
*/
@@ -192,7 +199,7 @@ public String getUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of the object.
+ * 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.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertRule.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertRule.java
index de6c2b65..a37ffc2c 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertRule.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertRule.java
@@ -49,7 +49,7 @@ public class AlertRule extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property conn_app_log_rule of obj type alertrule field type str type ref.
+ * 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 connAppLogRule
*/
@@ -60,7 +60,7 @@ public AlertFilter getConnAppLogRule() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property conn_app_log_rule of obj type alertrule field type str type ref.
+ * 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 connAppLogRule set the connAppLogRule.
*/
@@ -71,7 +71,7 @@ public void setConnAppLogRule(AlertFilter connAppLogRule) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property event_match_filter of obj type alertrule field type str type string.
+ * 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 eventMatchFilter
*/
@@ -82,7 +82,7 @@ public String getEventMatchFilter() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property event_match_filter of obj type alertrule field type str type string.
+ * 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 eventMatchFilter set the eventMatchFilter.
*/
@@ -93,7 +93,7 @@ public void setEventMatchFilter(String eventMatchFilter) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property metrics_rule of obj type alertrule field type str type array.
+ * 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 metricsRule
*/
@@ -104,7 +104,7 @@ public List getMetricsRule() {
/**
* This is the setter method. this will set the metricsRule
- * Placeholder for description of property metrics_rule of obj type alertrule field type str type array.
+ * 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 metricsRule
*/
@@ -115,7 +115,7 @@ public void setMetricsRule(List metricsRule) {
/**
* This is the setter method this will set the metricsRule
- * Placeholder for description of property metrics_rule of obj type alertrule field type str type array.
+ * 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 metricsRule
*/
@@ -132,6 +132,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "OPERATOR_AND".
* @return operator
*/
@@ -143,6 +144,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "OPERATOR_AND".
* @param operator set the operator.
*/
@@ -153,7 +155,7 @@ public void setOperator(String operator) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property sys_event_rule of obj type alertrule field type str type array.
+ * 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 sysEventRule
*/
@@ -164,7 +166,7 @@ public List getSysEventRule() {
/**
* This is the setter method. this will set the sysEventRule
- * Placeholder for description of property sys_event_rule of obj type alertrule field type str type array.
+ * 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 sysEventRule
*/
@@ -175,7 +177,7 @@ public void setSysEventRule(List sysEventRule) {
/**
* This is the setter method this will set the sysEventRule
- * Placeholder for description of property sys_event_rule of obj type alertrule field type str type array.
+ * 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 sysEventRule
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertRuleEvent.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertRuleEvent.java
index f6671b51..0cf07f2e 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertRuleEvent.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertRuleEvent.java
@@ -40,7 +40,7 @@ public class AlertRuleEvent extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property event_details of obj type alertruleevent field type str type array.
+ * 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 eventDetails
*/
@@ -51,7 +51,7 @@ public List getEventDetails() {
/**
* This is the setter method. this will set the eventDetails
- * Placeholder for description of property event_details of obj type alertruleevent field type str type array.
+ * 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 eventDetails
*/
@@ -62,7 +62,7 @@ public void setEventDetails(List eventDetails) {
/**
* This is the setter method this will set the eventDetails
- * Placeholder for description of property event_details of obj type alertruleevent field type str type array.
+ * 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 eventDetails
*/
@@ -82,6 +82,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return eventId
*/
@@ -96,6 +97,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param eventId set the eventId.
*/
@@ -106,7 +108,7 @@ public void setEventId(String eventId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property not_cond of obj type alertruleevent field type str type boolean.
+ * 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 notCond
*/
@@ -117,7 +119,7 @@ public Boolean getNotCond() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property not_cond of obj type alertruleevent field type str type boolean.
+ * 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 notCond set the notCond.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertRuleMetric.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertRuleMetric.java
index 389d78f7..4df6b542 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertRuleMetric.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertRuleMetric.java
@@ -43,6 +43,7 @@ public class AlertRuleMetric extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return duration
*/
@@ -55,6 +56,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param duration set the duration.
*/
@@ -68,6 +70,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return metricId
*/
@@ -81,6 +84,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param metricId set the metricId.
*/
@@ -91,7 +95,7 @@ public void setMetricId(String metricId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property metric_threshold of obj type alertrulemetric field type str type ref.
+ * 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 metricThreshold
*/
@@ -102,7 +106,7 @@ public AlertMetricThreshold getMetricThreshold() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property metric_threshold of obj type alertrulemetric field type str type ref.
+ * 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 metricThreshold set the metricThreshold.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertScriptConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertScriptConfig.java
index bd99945b..0a117de7 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertScriptConfig.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertScriptConfig.java
@@ -50,6 +50,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return actionScript
*/
@@ -62,6 +63,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param actionScript set the actionScript.
*/
@@ -73,6 +75,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return name
*/
@@ -84,6 +87,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param name set the name.
*/
@@ -95,6 +99,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRef
*/
@@ -106,6 +111,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tenantRef set the tenantRef.
*/
@@ -135,7 +141,7 @@ public void setUrl(String url) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of the object.
+ * 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
*/
@@ -146,7 +152,7 @@ public String getUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of the object.
+ * 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.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertSyslogConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertSyslogConfig.java
index adc87edb..0b886199 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertSyslogConfig.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertSyslogConfig.java
@@ -53,6 +53,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return description
*/
@@ -64,6 +65,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param description set the description.
*/
@@ -75,6 +77,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return name
*/
@@ -86,6 +89,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param name set the name.
*/
@@ -97,6 +101,7 @@ public void setName(String name) {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return syslogServers
*/
@@ -108,6 +113,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return syslogServers
*/
@@ -119,6 +125,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return syslogServers
*/
@@ -135,6 +142,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRef
*/
@@ -146,6 +154,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tenantRef set the tenantRef.
*/
@@ -175,7 +184,7 @@ public void setUrl(String url) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of the object.
+ * 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
*/
@@ -186,7 +195,7 @@ public String getUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of the object.
+ * 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.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertSyslogServer.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertSyslogServer.java
index ef24dc00..59d4f630 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertSyslogServer.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertSyslogServer.java
@@ -62,6 +62,7 @@ public class AlertSyslogServer extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return anonAuth
*/
@@ -74,6 +75,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param anonAuth set the anonAuth.
*/
@@ -87,6 +89,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "SYSLOG_LEGACY".
* @return format
*/
@@ -100,6 +103,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "SYSLOG_LEGACY".
* @param format set the format.
*/
@@ -113,6 +117,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return pkiprofileRef
*/
@@ -126,6 +131,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param pkiprofileRef set the pkiprofileRef.
*/
@@ -139,6 +145,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return sslKeyAndCertificateRef
*/
@@ -152,6 +159,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param sslKeyAndCertificateRef set the sslKeyAndCertificateRef.
*/
@@ -163,6 +171,7 @@ public void setSslKeyAndCertificateRef(String sslKeyAndCertificateRef) {
/**
* This is the getter method this will return the attribute value.
* The destination syslog server ip address or hostname.
+ * 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 syslogServer
*/
@@ -174,6 +183,7 @@ public String getSyslogServer() {
/**
* This is the setter method to the attribute.
* The destination syslog server ip address or hostname.
+ * 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 syslogServer set the syslogServer.
*/
@@ -185,6 +195,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 514.
* @return syslogServerPort
*/
@@ -196,6 +207,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 514.
* @param syslogServerPort set the syslogServerPort.
*/
@@ -208,6 +220,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return tlsEnable
*/
@@ -220,6 +233,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param tlsEnable set the tlsEnable.
*/
@@ -231,6 +245,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return udp
*/
@@ -242,6 +257,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param udp set the udp.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertTestEmailParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertTestEmailParams.java
index 6a435a70..6fc1b745 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertTestEmailParams.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertTestEmailParams.java
@@ -41,6 +41,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return subject
*/
@@ -52,6 +53,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param subject set the subject.
*/
@@ -63,6 +65,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return text
*/
@@ -74,6 +77,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param text set the text.
*/
@@ -84,7 +88,7 @@ public void setText(String text) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of the object.
+ * 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
*/
@@ -95,7 +99,7 @@ public String getUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of the object.
+ * 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.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertTestSyslogSnmpParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertTestSyslogSnmpParams.java
index 2f40e42b..b1a61244 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertTestSyslogSnmpParams.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlertTestSyslogSnmpParams.java
@@ -37,6 +37,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return text
*/
@@ -48,6 +49,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param text set the text.
*/
@@ -58,7 +60,7 @@ public void setText(String text) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of the object.
+ * 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
*/
@@ -69,7 +71,7 @@ public String getUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of the object.
+ * 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.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AllSeUpgradeEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AllSeUpgradeEventDetails.java
index 0534fd51..d32363db 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AllSeUpgradeEventDetails.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AllSeUpgradeEventDetails.java
@@ -45,7 +45,7 @@ public class AllSeUpgradeEventDetails extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property notes of obj type allseupgradeeventdetails field type str type array.
+ * 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 notes
*/
@@ -56,7 +56,7 @@ public List getNotes() {
/**
* This is the setter method. this will set the notes
- * Placeholder for description of property notes of obj type allseupgradeeventdetails field type str type array.
+ * 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 notes
*/
@@ -67,7 +67,7 @@ public void setNotes(List notes) {
/**
* This is the setter method this will set the notes
- * Placeholder for description of property notes of obj type allseupgradeeventdetails field type str type array.
+ * 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 notes
*/
@@ -83,7 +83,7 @@ public AllSeUpgradeEventDetails addNotesItem(String notesItem) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property num_se of obj type allseupgradeeventdetails field type str type integer.
+ * 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 numSe
*/
@@ -94,7 +94,7 @@ public Integer getNumSe() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property num_se of obj type allseupgradeeventdetails field type str type integer.
+ * 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 numSe set the numSe.
*/
@@ -105,7 +105,7 @@ public void setNumSe(Integer numSe) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property num_vs of obj type allseupgradeeventdetails field type str type integer.
+ * 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 numVs
*/
@@ -116,7 +116,7 @@ public Integer getNumVs() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property num_vs of obj type allseupgradeeventdetails field type str type integer.
+ * 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 numVs set the numVs.
*/
@@ -127,7 +127,7 @@ public void setNumVs(Integer numVs) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property request of obj type allseupgradeeventdetails field type str type ref.
+ * 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 request
*/
@@ -138,7 +138,7 @@ public SeUpgradeParams getRequest() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property request of obj type allseupgradeeventdetails field type str type ref.
+ * 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 request set the request.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlternateAuthConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlternateAuthConfiguration.java
index 052c8931..f8743dbd 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlternateAuthConfiguration.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AlternateAuthConfiguration.java
@@ -43,6 +43,7 @@ public class AlternateAuthConfiguration extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return authProfileRef
*/
@@ -56,6 +57,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param authProfileRef set the authProfileRef.
*/
@@ -68,6 +70,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return index
*/
@@ -80,6 +83,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param index set the index.
*/
@@ -92,6 +96,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return mappingRules
*/
@@ -104,6 +109,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return mappingRules
*/
@@ -116,6 +122,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return mappingRules
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AnalyticsPolicy.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AnalyticsPolicy.java
index e81858d0..e551f847 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AnalyticsPolicy.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AnalyticsPolicy.java
@@ -69,6 +69,7 @@ public class AnalyticsPolicy extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return allHeaders
*/
@@ -81,6 +82,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param allHeaders set the allHeaders.
*/
@@ -93,6 +95,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "NO_INSIGHTS".
* @return clientInsights
*/
@@ -105,6 +108,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "NO_INSIGHTS".
* @param clientInsights set the clientInsights.
*/
@@ -115,7 +119,7 @@ public void setClientInsights(String clientInsights) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property client_insights_sampling of obj type analyticspolicy field type str type ref.
+ * 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 clientInsightsSampling
*/
@@ -126,7 +130,7 @@ public ClientInsightsSampling getClientInsightsSampling() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property client_insights_sampling of obj type analyticspolicy field type str type ref.
+ * 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 clientInsightsSampling set the clientInsightsSampling.
*/
@@ -137,7 +141,7 @@ public void setClientInsightsSampling(ClientInsightsSampling clientInsightsSampl
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property client_log_filters of obj type analyticspolicy field type str type array.
+ * 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 clientLogFilters
*/
@@ -148,7 +152,7 @@ public List getClientLogFilters() {
/**
* This is the setter method. this will set the clientLogFilters
- * Placeholder for description of property client_log_filters of obj type analyticspolicy field type str type array.
+ * 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 clientLogFilters
*/
@@ -159,7 +163,7 @@ public void setClientLogFilters(List clientLogFilters) {
/**
* This is the setter method this will set the clientLogFilters
- * Placeholder for description of property client_log_filters of obj type analyticspolicy field type str type array.
+ * 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 clientLogFilters
*/
@@ -181,6 +185,7 @@ public AnalyticsPolicy addClientLogFiltersItem(ClientLogFilter clientLogFiltersI
* Disable_vs_analytics (for virtualservices metrics), disable_server_analytics (for pool metrics) and client_log_config (for logs).
* Field deprecated in 18.2.1.
* Field introduced in 17.2.4.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return enabled
*/
@VsoMethod
@@ -196,6 +201,7 @@ public Boolean getEnabled() {
* Disable_vs_analytics (for virtualservices metrics), disable_server_analytics (for pool metrics) and client_log_config (for logs).
* Field deprecated in 18.2.1.
* Field introduced in 17.2.4.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param enabled set the enabled.
*/
@VsoMethod
@@ -205,7 +211,7 @@ public void setEnabled(Boolean enabled) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property full_client_logs of obj type analyticspolicy field type str type ref.
+ * 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 fullClientLogs
*/
@@ -216,7 +222,7 @@ public FullClientLogs getFullClientLogs() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property full_client_logs of obj type analyticspolicy field type str type ref.
+ * 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 fullClientLogs set the fullClientLogs.
*/
@@ -228,6 +234,7 @@ public void setFullClientLogs(FullClientLogs fullClientLogs) {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return metricsRealtimeUpdate
*/
@@ -239,6 +246,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param metricsRealtimeUpdate set the metricsRealtimeUpdate.
*/
@@ -254,6 +262,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 10.
* @return significantLogThrottle
*/
@@ -269,6 +278,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 10.
* @param significantLogThrottle set the significantLogThrottle.
*/
@@ -285,6 +295,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 10.
* @return udfLogThrottle
*/
@@ -301,6 +312,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 10.
* @param udfLogThrottle set the udfLogThrottle.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AnalyticsProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AnalyticsProfile.java
index 967a7871..4ba47b64 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AnalyticsProfile.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AnalyticsProfile.java
@@ -401,7 +401,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 basic(allowed values- 500) edition, essentials(allowed values- 500) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 500), basic edition(allowed values- 500), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 500.
* @return apdexResponseThreshold
*/
@@ -417,7 +418,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 basic(allowed values- 500) edition, essentials(allowed values- 500) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 500), basic edition(allowed values- 500), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 500.
* @param apdexResponseThreshold set the apdexResponseThreshold.
*/
@@ -431,7 +433,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 basic(allowed values- 4) edition, essentials(allowed values- 4) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 4), basic edition(allowed values- 4), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 4.0f.
* @return apdexResponseToleratedFactor
*/
@@ -445,7 +448,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 basic(allowed values- 4) edition, essentials(allowed values- 4) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 4), basic edition(allowed values- 4), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 4.0f.
* @param apdexResponseToleratedFactor set the apdexResponseToleratedFactor.
*/
@@ -459,7 +463,8 @@ public void setApdexResponseToleratedFactor(Float apdexResponseToleratedFactor)
* Satisfactory client to avi round trip time(rtt).
* Allowed values are 1-2000.
* Unit is milliseconds.
- * Allowed in basic(allowed values- 250) edition, essentials(allowed values- 250) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 250), basic edition(allowed values- 250), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 250.
* @return apdexRttThreshold
*/
@@ -473,7 +478,8 @@ public Integer getApdexRttThreshold() {
* Satisfactory client to avi round trip time(rtt).
* Allowed values are 1-2000.
* Unit is milliseconds.
- * Allowed in basic(allowed values- 250) edition, essentials(allowed values- 250) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 250), basic edition(allowed values- 250), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 250.
* @param apdexRttThreshold set the apdexRttThreshold.
*/
@@ -487,7 +493,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 basic(allowed values- 4) edition, essentials(allowed values- 4) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 4), basic edition(allowed values- 4), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 4.0f.
* @return apdexRttToleratedFactor
*/
@@ -501,7 +508,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 basic(allowed values- 4) edition, essentials(allowed values- 4) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 4), basic edition(allowed values- 4), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 4.0f.
* @param apdexRttToleratedFactor set the apdexRttToleratedFactor.
*/
@@ -518,7 +526,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 basic(allowed values- 5000) edition, essentials(allowed values- 5000) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 5000), basic edition(allowed values- 5000), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 5000.
* @return apdexRumThreshold
*/
@@ -535,7 +544,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 basic(allowed values- 5000) edition, essentials(allowed values- 5000) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 5000), basic edition(allowed values- 5000), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 5000.
* @param apdexRumThreshold set the apdexRumThreshold.
*/
@@ -548,7 +558,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 basic(allowed values- 4) edition, essentials(allowed values- 4) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 4), basic edition(allowed values- 4), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 4.0f.
* @return apdexRumToleratedFactor
*/
@@ -561,7 +572,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 basic(allowed values- 4) edition, essentials(allowed values- 4) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 4), basic edition(allowed values- 4), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 4.0f.
* @param apdexRumToleratedFactor set the apdexRumToleratedFactor.
*/
@@ -577,7 +589,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 basic(allowed values- 400) edition, essentials(allowed values- 400) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 400), basic edition(allowed values- 400), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 400.
* @return apdexServerResponseThreshold
*/
@@ -593,7 +606,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 basic(allowed values- 400) edition, essentials(allowed values- 400) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 400), basic edition(allowed values- 400), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 400.
* @param apdexServerResponseThreshold set the apdexServerResponseThreshold.
*/
@@ -607,7 +621,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 basic(allowed values- 4) edition, essentials(allowed values- 4) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 4), basic edition(allowed values- 4), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 4.0f.
* @return apdexServerResponseToleratedFactor
*/
@@ -621,7 +636,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 basic(allowed values- 4) edition, essentials(allowed values- 4) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 4), basic edition(allowed values- 4), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 4.0f.
* @param apdexServerResponseToleratedFactor set the apdexServerResponseToleratedFactor.
*/
@@ -635,7 +651,8 @@ public void setApdexServerResponseToleratedFactor(Float apdexServerResponseTole
* Satisfactory client to avi round trip time(rtt).
* Allowed values are 1-2000.
* Unit is milliseconds.
- * Allowed in basic(allowed values- 125) edition, essentials(allowed values- 125) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 125), basic edition(allowed values- 125), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 125.
* @return apdexServerRttThreshold
*/
@@ -649,7 +666,8 @@ public Integer getApdexServerRttThreshold() {
* Satisfactory client to avi round trip time(rtt).
* Allowed values are 1-2000.
* Unit is milliseconds.
- * Allowed in basic(allowed values- 125) edition, essentials(allowed values- 125) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 125), basic edition(allowed values- 125), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 125.
* @param apdexServerRttThreshold set the apdexServerRttThreshold.
*/
@@ -663,7 +681,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 basic(allowed values- 4) edition, essentials(allowed values- 4) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 4), basic edition(allowed values- 4), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 4.0f.
* @return apdexServerRttToleratedFactor
*/
@@ -677,7 +696,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 basic(allowed values- 4) edition, essentials(allowed values- 4) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 4), basic edition(allowed values- 4), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 4.0f.
* @param apdexServerRttToleratedFactor set the apdexServerRttToleratedFactor.
*/
@@ -689,6 +709,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return clientLogConfig
*/
@@ -700,6 +721,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param clientLogConfig set the clientLogConfig.
*/
@@ -712,7 +734,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 basic edition, essentials edition, enterprise edition.
+ * 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 clientLogStreamingConfig
*/
@@ -725,7 +747,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 basic edition, essentials edition, enterprise edition.
+ * 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 clientLogStreamingConfig set the clientLogStreamingConfig.
*/
@@ -739,7 +761,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 basic(allowed values- 50) edition, essentials(allowed values- 50) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 50), basic edition(allowed values- 50), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 50.
* @return connLossyOooThreshold
*/
@@ -753,7 +776,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 basic(allowed values- 50) edition, essentials(allowed values- 50) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 50), basic edition(allowed values- 50), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 50.
* @param connLossyOooThreshold set the connLossyOooThreshold.
*/
@@ -767,7 +791,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 basic(allowed values- 20) edition, essentials(allowed values- 20) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 20), basic edition(allowed values- 20), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 20.
* @return connLossyTimeoRexmtThreshold
*/
@@ -781,7 +806,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 basic(allowed values- 20) edition, essentials(allowed values- 20) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 20), basic edition(allowed values- 20), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 20.
* @param connLossyTimeoRexmtThreshold set the connLossyTimeoRexmtThreshold.
*/
@@ -795,7 +821,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 basic(allowed values- 50) edition, essentials(allowed values- 50) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 50), basic edition(allowed values- 50), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 50.
* @return connLossyTotalRexmtThreshold
*/
@@ -809,7 +836,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 basic(allowed values- 50) edition, essentials(allowed values- 50) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 50), basic edition(allowed values- 50), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 50.
* @param connLossyTotalRexmtThreshold set the connLossyTotalRexmtThreshold.
*/
@@ -823,7 +851,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 basic(allowed values- 2) edition, essentials(allowed values- 2) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 2), basic edition(allowed values- 2), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 2.
* @return connLossyZeroWinSizeEventThreshold
*/
@@ -837,7 +866,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 basic(allowed values- 2) edition, essentials(allowed values- 2) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 2), basic edition(allowed values- 2), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 2.
* @param connLossyZeroWinSizeEventThreshold set the connLossyZeroWinSizeEventThreshold.
*/
@@ -851,7 +881,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 basic(allowed values- 50) edition, essentials(allowed values- 50) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 50), basic edition(allowed values- 50), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 50.
* @return connServerLossyOooThreshold
*/
@@ -865,7 +896,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 basic(allowed values- 50) edition, essentials(allowed values- 50) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 50), basic edition(allowed values- 50), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 50.
* @param connServerLossyOooThreshold set the connServerLossyOooThreshold.
*/
@@ -879,7 +911,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 basic(allowed values- 20) edition, essentials(allowed values- 20) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 20), basic edition(allowed values- 20), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 20.
* @return connServerLossyTimeoRexmtThreshold
*/
@@ -893,7 +926,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 basic(allowed values- 20) edition, essentials(allowed values- 20) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 20), basic edition(allowed values- 20), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 20.
* @param connServerLossyTimeoRexmtThreshold set the connServerLossyTimeoRexmtThreshold.
*/
@@ -907,7 +941,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 basic(allowed values- 50) edition, essentials(allowed values- 50) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 50), basic edition(allowed values- 50), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 50.
* @return connServerLossyTotalRexmtThreshold
*/
@@ -921,7 +956,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 basic(allowed values- 50) edition, essentials(allowed values- 50) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 50), basic edition(allowed values- 50), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 50.
* @param connServerLossyTotalRexmtThreshold set the connServerLossyTotalRexmtThreshold.
*/
@@ -935,7 +971,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 basic(allowed values- 2) edition, essentials(allowed values- 2) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 2), basic edition(allowed values- 2), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 2.
* @return connServerLossyZeroWinSizeEventThreshold
*/
@@ -949,7 +986,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 basic(allowed values- 2) edition, essentials(allowed values- 2) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 2), basic edition(allowed values- 2), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 2.
* @param connServerLossyZeroWinSizeEventThreshold set the connServerLossyZeroWinSizeEventThreshold.
*/
@@ -960,7 +998,7 @@ public void setConnServerLossyZeroWinSizeEventThreshold(Integer connServerLossy
/**
* This is the getter method this will return the attribute value.
- * User defined description for the object.
+ * 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 description
*/
@@ -971,7 +1009,7 @@ public String getDescription() {
/**
* This is the setter method to the attribute.
- * User defined description for the object.
+ * 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 description set the description.
*/
@@ -986,6 +1024,7 @@ public void setDescription(String description) {
* 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 deprecated in 20.1.3.
* Field introduced in 18.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return disableOndemandMetrics
*/
@VsoMethod
@@ -999,6 +1038,7 @@ public Boolean getDisableOndemandMetrics() {
* 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 deprecated in 20.1.3.
* Field introduced in 18.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param disableOndemandMetrics set the disableOndemandMetrics.
*/
@VsoMethod
@@ -1010,6 +1050,7 @@ public void setDisableOndemandMetrics(Boolean disableOndemandMetrics) {
* This is the getter method this will return the attribute value.
* Disable node (service engine) level analytics forvs metrics.
* Field deprecated in 20.1.3.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return disableSeAnalytics
*/
@VsoMethod
@@ -1021,6 +1062,7 @@ public Boolean getDisableSeAnalytics() {
* This is the setter method to the attribute.
* Disable node (service engine) level analytics forvs metrics.
* Field deprecated in 20.1.3.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param disableSeAnalytics set the disableSeAnalytics.
*/
@VsoMethod
@@ -1034,6 +1076,7 @@ public void setDisableSeAnalytics(Boolean disableSeAnalytics) {
* 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 disabled.
* Field deprecated in 20.1.3.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return disableServerAnalytics
*/
@VsoMethod
@@ -1047,6 +1090,7 @@ public Boolean getDisableServerAnalytics() {
* 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 disabled.
* Field deprecated in 20.1.3.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param disableServerAnalytics set the disableServerAnalytics.
*/
@VsoMethod
@@ -1060,6 +1104,7 @@ public void setDisableServerAnalytics(Boolean disableServerAnalytics) {
* This flag disables metrics and healthscore for virtualservice.
* Field deprecated in 20.1.3.
* Field introduced in 18.2.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return disableVsAnalytics
*/
@VsoMethod
@@ -1073,6 +1118,7 @@ public Boolean getDisableVsAnalytics() {
* This flag disables metrics and healthscore for virtualservice.
* Field deprecated in 20.1.3.
* Field introduced in 18.2.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param disableVsAnalytics set the disableVsAnalytics.
*/
@VsoMethod
@@ -1084,6 +1130,7 @@ public void setDisableVsAnalytics(Boolean disableVsAnalytics) {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return enableAdaptiveConfig
*/
@@ -1096,6 +1143,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param enableAdaptiveConfig set the enableAdaptiveConfig.
*/
@@ -1110,8 +1158,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
- * Special default for basic edition is false, essentials edition is false, enterprise is true.
+ * 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.
* @return enableAdvancedAnalytics
*/
@VsoMethod
@@ -1125,8 +1174,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
- * Special default for basic edition is false, essentials edition is false, enterprise is true.
+ * 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.
* @param enableAdvancedAnalytics set the enableAdvancedAnalytics.
*/
@VsoMethod
@@ -1139,6 +1189,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return enableOndemandMetrics
*/
@@ -1152,6 +1203,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param enableOndemandMetrics set the enableOndemandMetrics.
*/
@@ -1164,6 +1216,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return enableSeAnalytics
*/
@@ -1176,6 +1229,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param enableSeAnalytics set the enableSeAnalytics.
*/
@@ -1190,6 +1244,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return enableServerAnalytics
*/
@@ -1204,6 +1259,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param enableServerAnalytics set the enableServerAnalytics.
*/
@@ -1217,6 +1273,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return enableVsAnalytics
*/
@@ -1230,6 +1287,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param enableVsAnalytics set the enableVsAnalytics.
*/
@@ -1241,7 +1299,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return excludeClientCloseBeforeRequestAsError
*/
@@ -1253,7 +1312,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param excludeClientCloseBeforeRequestAsError set the excludeClientCloseBeforeRequestAsError.
*/
@@ -1266,7 +1326,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return excludeDnsPolicyDropAsSignificant
*/
@@ -1279,7 +1340,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param excludeDnsPolicyDropAsSignificant set the excludeDnsPolicyDropAsSignificant.
*/
@@ -1291,7 +1353,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return excludeGsDownAsError
*/
@@ -1303,7 +1366,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param excludeGsDownAsError set the excludeGsDownAsError.
*/
@@ -1316,6 +1380,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return excludeHttpErrorCodes
*/
@@ -1328,6 +1393,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return excludeHttpErrorCodes
*/
@@ -1340,6 +1406,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return excludeHttpErrorCodes
*/
@@ -1356,7 +1423,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return excludeInvalidDnsDomainAsError
*/
@@ -1368,7 +1436,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param excludeInvalidDnsDomainAsError set the excludeInvalidDnsDomainAsError.
*/
@@ -1380,7 +1449,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return excludeInvalidDnsQueryAsError
*/
@@ -1392,7 +1462,8 @@ public Boolean getExcludeInvalidDnsQueryAsError() {
/**
* This is the setter method to the attribute.
* Exclude invalid dns queries from the list of errors.
- * Allowed in basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param excludeInvalidDnsQueryAsError set the excludeInvalidDnsQueryAsError.
*/
@@ -1405,7 +1476,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 basic(allowed values- true) edition, essentials(allowed values- true) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return excludeIssuerRevokedOcspResponsesAsError
*/
@@ -1418,7 +1490,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 basic(allowed values- true) edition, essentials(allowed values- true) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param excludeIssuerRevokedOcspResponsesAsError set the excludeIssuerRevokedOcspResponsesAsError.
*/
@@ -1430,7 +1503,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return excludeNoDnsRecordAsError
*/
@@ -1442,7 +1516,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param excludeNoDnsRecordAsError set the excludeNoDnsRecordAsError.
*/
@@ -1454,7 +1529,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return excludeNoValidGsMemberAsError
*/
@@ -1466,7 +1542,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param excludeNoValidGsMemberAsError set the excludeNoValidGsMemberAsError.
*/
@@ -1478,7 +1555,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return excludePersistenceChangeAsError
*/
@@ -1490,7 +1568,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param excludePersistenceChangeAsError set the excludePersistenceChangeAsError.
*/
@@ -1503,7 +1582,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 basic(allowed values- true) edition, essentials(allowed values- true) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return excludeRevokedOcspResponsesAsError
*/
@@ -1516,7 +1596,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 basic(allowed values- true) edition, essentials(allowed values- true) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param excludeRevokedOcspResponsesAsError set the excludeRevokedOcspResponsesAsError.
*/
@@ -1528,7 +1609,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return excludeServerDnsErrorAsError
*/
@@ -1540,7 +1622,8 @@ public Boolean getExcludeServerDnsErrorAsError() {
/**
* This is the setter method to the attribute.
* Exclude server dns error response from the list of errors.
- * Allowed in basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param excludeServerDnsErrorAsError set the excludeServerDnsErrorAsError.
*/
@@ -1553,7 +1636,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return excludeServerTcpResetAsError
*/
@@ -1566,7 +1650,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param excludeServerTcpResetAsError set the excludeServerTcpResetAsError.
*/
@@ -1579,7 +1664,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 basic edition, essentials edition, enterprise edition.
+ * 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 excludeSipErrorCodes
*/
@@ -1592,7 +1677,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 basic edition, essentials edition, enterprise edition.
+ * 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 excludeSipErrorCodes
*/
@@ -1605,7 +1690,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 basic edition, essentials edition, enterprise edition.
+ * 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 excludeSipErrorCodes
*/
@@ -1623,7 +1708,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 basic(allowed values- true) edition, essentials(allowed values- true) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return excludeStaleOcspResponsesAsError
*/
@@ -1636,7 +1722,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 basic(allowed values- true) edition, essentials(allowed values- true) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param excludeStaleOcspResponsesAsError set the excludeStaleOcspResponsesAsError.
*/
@@ -1648,7 +1735,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return excludeSynRetransmitAsError
*/
@@ -1660,7 +1748,8 @@ public Boolean getExcludeSynRetransmitAsError() {
/**
* This is the setter method to the attribute.
* Exclude 'server unanswered syns' from the list of errors.
- * Allowed in basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param excludeSynRetransmitAsError set the excludeSynRetransmitAsError.
*/
@@ -1672,7 +1761,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return excludeTcpResetAsError
*/
@@ -1684,7 +1774,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param excludeTcpResetAsError set the excludeTcpResetAsError.
*/
@@ -1697,7 +1788,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 basic(allowed values- true) edition, essentials(allowed values- true) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return excludeUnavailableOcspResponsesAsError
*/
@@ -1710,7 +1802,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 basic(allowed values- true) edition, essentials(allowed values- true) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param excludeUnavailableOcspResponsesAsError set the excludeUnavailableOcspResponsesAsError.
*/
@@ -1722,7 +1815,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return excludeUnsupportedDnsQueryAsError
*/
@@ -1734,7 +1828,8 @@ public Boolean getExcludeUnsupportedDnsQueryAsError() {
/**
* This is the setter method to the attribute.
* Exclude unsupported dns queries from the list of errors.
- * Allowed in basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param excludeUnsupportedDnsQueryAsError set the excludeUnsupportedDnsQueryAsError.
*/
@@ -1747,10 +1842,11 @@ public void setExcludeUnsupportedDnsQueryAsError(Boolean excludeUnsupportedDnsQ
* This is the getter method this will return the attribute value.
* Skips health score computation of pool servers when number of servers in a pool is more than this setting.
* Allowed values are 0-5000.
- * Special values are 0- 'server health score is deactivated'.
+ * Special values are 0- server health score is deactivated.
* Field introduced in 17.2.13, 18.1.4.
- * Allowed in basic(allowed values- 0) edition, essentials(allowed values- 0) edition, enterprise edition.
- * Special default for basic edition is 0, essentials edition is 0, enterprise is 20.
+ * 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.
* @return healthscoreMaxServerLimit
*/
@VsoMethod
@@ -1762,10 +1858,11 @@ public Integer getHealthscoreMaxServerLimit() {
* This is the setter method to the attribute.
* Skips health score computation of pool servers when number of servers in a pool is more than this setting.
* Allowed values are 0-5000.
- * Special values are 0- 'server health score is deactivated'.
+ * Special values are 0- server health score is deactivated.
* Field introduced in 17.2.13, 18.1.4.
- * Allowed in basic(allowed values- 0) edition, essentials(allowed values- 0) edition, enterprise edition.
- * Special default for basic edition is 0, essentials edition is 0, enterprise is 20.
+ * 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.
* @param healthscoreMaxServerLimit set the healthscoreMaxServerLimit.
*/
@VsoMethod
@@ -1776,7 +1873,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 basic(allowed values- 1209600) edition, essentials(allowed values- 1209600) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 1209600), basic edition(allowed values- 1209600), enterprise
+ * with cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 1209600.
* @return hsEventThrottleWindow
*/
@@ -1788,7 +1886,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 basic(allowed values- 1209600) edition, essentials(allowed values- 1209600) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 1209600), basic edition(allowed values- 1209600), enterprise
+ * with cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 1209600.
* @param hsEventThrottleWindow set the hsEventThrottleWindow.
*/
@@ -1801,7 +1900,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 basic(allowed values- 10) edition, essentials(allowed values- 10) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 10), basic edition(allowed values- 10), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 10.
* @return hsMaxAnomalyPenalty
*/
@@ -1814,7 +1914,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 basic(allowed values- 10) edition, essentials(allowed values- 10) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 10), basic edition(allowed values- 10), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 10.
* @param hsMaxAnomalyPenalty set the hsMaxAnomalyPenalty.
*/
@@ -1827,7 +1928,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 basic(allowed values- 25) edition, essentials(allowed values- 25) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 25), basic edition(allowed values- 25), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 25.
* @return hsMaxResourcesPenalty
*/
@@ -1840,7 +1942,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 basic(allowed values- 25) edition, essentials(allowed values- 25) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 25), basic edition(allowed values- 25), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 25.
* @param hsMaxResourcesPenalty set the hsMaxResourcesPenalty.
*/
@@ -1853,7 +1956,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 basic(allowed values- 100) edition, essentials(allowed values- 100) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 100), basic edition(allowed values- 100), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 100.
* @return hsMaxSecurityPenalty
*/
@@ -1866,7 +1970,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 basic(allowed values- 100) edition, essentials(allowed values- 100) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 100), basic edition(allowed values- 100), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 100.
* @param hsMaxSecurityPenalty set the hsMaxSecurityPenalty.
*/
@@ -1878,7 +1983,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 basic(allowed values- 1000) edition, essentials(allowed values- 1000) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 1000), basic edition(allowed values- 1000), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 1000.
* @return hsMinDosRate
*/
@@ -1890,7 +1996,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 basic(allowed values- 1000) edition, essentials(allowed values- 1000) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 1000), basic edition(allowed values- 1000), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 1000.
* @param hsMinDosRate set the hsMinDosRate.
*/
@@ -1904,7 +2011,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 basic(allowed values- 0) edition, essentials(allowed values- 0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 0.
* @return hsPerformanceBoost
*/
@@ -1918,7 +2026,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 basic(allowed values- 0) edition, essentials(allowed values- 0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 0.
* @param hsPerformanceBoost set the hsPerformanceBoost.
*/
@@ -1930,7 +2039,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 basic(allowed values- 10) edition, essentials(allowed values- 10) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 10), basic edition(allowed values- 10), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 10.0f.
* @return hsPscoreTrafficThresholdL4Client
*/
@@ -1942,7 +2052,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 basic(allowed values- 10) edition, essentials(allowed values- 10) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 10), basic edition(allowed values- 10), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 10.0f.
* @param hsPscoreTrafficThresholdL4Client set the hsPscoreTrafficThresholdL4Client.
*/
@@ -1954,7 +2065,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 basic(allowed values- 10) edition, essentials(allowed values- 10) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 10), basic edition(allowed values- 10), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 10.0f.
* @return hsPscoreTrafficThresholdL4Server
*/
@@ -1966,7 +2078,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 basic(allowed values- 10) edition, essentials(allowed values- 10) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 10), basic edition(allowed values- 10), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 10.0f.
* @param hsPscoreTrafficThresholdL4Server set the hsPscoreTrafficThresholdL4Server.
*/
@@ -1979,7 +2092,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 basic(allowed values- 0.0) edition, essentials(allowed values- 0.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 0.0), basic edition(allowed values- 0.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 0.0f.
* @return hsSecurityCertscoreExpired
*/
@@ -1992,7 +2106,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 basic(allowed values- 0.0) edition, essentials(allowed values- 0.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 0.0), basic edition(allowed values- 0.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 0.0f.
* @param hsSecurityCertscoreExpired set the hsSecurityCertscoreExpired.
*/
@@ -2005,7 +2120,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 basic(allowed values- 5.0) edition, essentials(allowed values- 5.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 5.0), basic edition(allowed values- 5.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 5.0f.
* @return hsSecurityCertscoreGt30D
*/
@@ -2018,7 +2134,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 basic(allowed values- 5.0) edition, essentials(allowed values- 5.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 5.0), basic edition(allowed values- 5.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 5.0f.
* @param hsSecurityCertscoreGt30D set the hsSecurityCertscoreGt30D.
*/
@@ -2031,7 +2148,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 basic(allowed values- 2.0) edition, essentials(allowed values- 2.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 2.0), basic edition(allowed values- 2.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 2.0f.
* @return hsSecurityCertscoreLe07D
*/
@@ -2044,7 +2162,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 basic(allowed values- 2.0) edition, essentials(allowed values- 2.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 2.0), basic edition(allowed values- 2.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 2.0f.
* @param hsSecurityCertscoreLe07D set the hsSecurityCertscoreLe07D.
*/
@@ -2057,7 +2176,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 basic(allowed values- 4.0) edition, essentials(allowed values- 4.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 4.0), basic edition(allowed values- 4.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 4.0f.
* @return hsSecurityCertscoreLe30D
*/
@@ -2070,7 +2190,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 basic(allowed values- 4.0) edition, essentials(allowed values- 4.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 4.0), basic edition(allowed values- 4.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 4.0f.
* @param hsSecurityCertscoreLe30D set the hsSecurityCertscoreLe30D.
*/
@@ -2083,7 +2204,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 basic(allowed values- 1.0) edition, essentials(allowed values- 1.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 1.0), basic edition(allowed values- 1.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 1.0f.
* @return hsSecurityChainInvalidityPenalty
*/
@@ -2096,7 +2218,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 basic(allowed values- 1.0) edition, essentials(allowed values- 1.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 1.0), basic edition(allowed values- 1.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 1.0f.
* @param hsSecurityChainInvalidityPenalty set the hsSecurityChainInvalidityPenalty.
*/
@@ -2109,7 +2232,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 basic(allowed values- 0.0) edition, essentials(allowed values- 0.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 0.0), basic edition(allowed values- 0.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 0.0f.
* @return hsSecurityCipherscoreEq000B
*/
@@ -2122,7 +2246,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 basic(allowed values- 0.0) edition, essentials(allowed values- 0.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 0.0), basic edition(allowed values- 0.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 0.0f.
* @param hsSecurityCipherscoreEq000B set the hsSecurityCipherscoreEq000B.
*/
@@ -2135,7 +2260,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 basic(allowed values- 5.0) edition, essentials(allowed values- 5.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 5.0), basic edition(allowed values- 5.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 5.0f.
* @return hsSecurityCipherscoreGe128B
*/
@@ -2148,7 +2274,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 basic(allowed values- 5.0) edition, essentials(allowed values- 5.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 5.0), basic edition(allowed values- 5.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 5.0f.
* @param hsSecurityCipherscoreGe128B set the hsSecurityCipherscoreGe128B.
*/
@@ -2161,7 +2288,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 basic(allowed values- 3.5) edition, essentials(allowed values- 3.5) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 3.5), basic edition(allowed values- 3.5), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 3.5f.
* @return hsSecurityCipherscoreLt128B
*/
@@ -2174,7 +2302,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 basic(allowed values- 3.5) edition, essentials(allowed values- 3.5) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 3.5), basic edition(allowed values- 3.5), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 3.5f.
* @param hsSecurityCipherscoreLt128B set the hsSecurityCipherscoreLt128B.
*/
@@ -2187,7 +2316,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 basic(allowed values- 0.0) edition, essentials(allowed values- 0.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 0.0), basic edition(allowed values- 0.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 0.0f.
* @return hsSecurityEncalgoScoreNone
*/
@@ -2200,7 +2330,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 basic(allowed values- 0.0) edition, essentials(allowed values- 0.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 0.0), basic edition(allowed values- 0.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 0.0f.
* @param hsSecurityEncalgoScoreNone set the hsSecurityEncalgoScoreNone.
*/
@@ -2213,7 +2344,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 basic(allowed values- 2.5) edition, essentials(allowed values- 2.5) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 2.5), basic edition(allowed values- 2.5), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 2.5f.
* @return hsSecurityEncalgoScoreRc4
*/
@@ -2226,7 +2358,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 basic(allowed values- 2.5) edition, essentials(allowed values- 2.5) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 2.5), basic edition(allowed values- 2.5), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 2.5f.
* @param hsSecurityEncalgoScoreRc4 set the hsSecurityEncalgoScoreRc4.
*/
@@ -2239,7 +2372,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 basic(allowed values- 1.0) edition, essentials(allowed values- 1.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 1.0), basic edition(allowed values- 1.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 1.0f.
* @return hsSecurityHstsPenalty
*/
@@ -2252,7 +2386,8 @@ public Float getHsSecurityHstsPenalty() {
* This is the setter method to the attribute.
* Penalty for not enabling hsts.
* Allowed values are 0-5.
- * Allowed in basic(allowed values- 1.0) edition, essentials(allowed values- 1.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 1.0), basic edition(allowed values- 1.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 1.0f.
* @param hsSecurityHstsPenalty set the hsSecurityHstsPenalty.
*/
@@ -2265,7 +2400,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 basic(allowed values- 1.0) edition, essentials(allowed values- 1.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 1.0), basic edition(allowed values- 1.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 1.0f.
* @return hsSecurityNonpfsPenalty
*/
@@ -2278,7 +2414,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 basic(allowed values- 1.0) edition, essentials(allowed values- 1.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 1.0), basic edition(allowed values- 1.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 1.0f.
* @param hsSecurityNonpfsPenalty set the hsSecurityNonpfsPenalty.
*/
@@ -2292,7 +2429,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 basic(allowed values- 0.0) edition, essentials(allowed values- 0.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 0.0), basic edition(allowed values- 0.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 0.0f.
* @return hsSecurityOcspRevokedScore
*/
@@ -2306,7 +2444,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 basic(allowed values- 0.0) edition, essentials(allowed values- 0.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 0.0), basic edition(allowed values- 0.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 0.0f.
* @param hsSecurityOcspRevokedScore set the hsSecurityOcspRevokedScore.
*/
@@ -2319,7 +2458,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 basic(allowed values- 1.0) edition, essentials(allowed values- 1.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 1.0), basic edition(allowed values- 1.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 1.0f.
* @return hsSecuritySelfsignedcertPenalty
*/
@@ -2332,7 +2472,8 @@ public Float getHsSecuritySelfsignedcertPenalty() {
* This is the setter method to the attribute.
* Deprecated.
* Allowed values are 0-5.
- * Allowed in basic(allowed values- 1.0) edition, essentials(allowed values- 1.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 1.0), basic edition(allowed values- 1.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 1.0f.
* @param hsSecuritySelfsignedcertPenalty set the hsSecuritySelfsignedcertPenalty.
*/
@@ -2345,7 +2486,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 basic(allowed values- 3.5) edition, essentials(allowed values- 3.5) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 3.5), basic edition(allowed values- 3.5), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 3.5f.
* @return hsSecuritySsl30Score
*/
@@ -2358,7 +2500,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 basic(allowed values- 3.5) edition, essentials(allowed values- 3.5) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 3.5), basic edition(allowed values- 3.5), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 3.5f.
* @param hsSecuritySsl30Score set the hsSecuritySsl30Score.
*/
@@ -2371,7 +2514,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 basic(allowed values- 5.0) edition, essentials(allowed values- 5.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 5.0), basic edition(allowed values- 5.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 5.0f.
* @return hsSecurityTls10Score
*/
@@ -2384,7 +2528,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 basic(allowed values- 5.0) edition, essentials(allowed values- 5.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 5.0), basic edition(allowed values- 5.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 5.0f.
* @param hsSecurityTls10Score set the hsSecurityTls10Score.
*/
@@ -2397,7 +2542,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 basic(allowed values- 5.0) edition, essentials(allowed values- 5.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 5.0), basic edition(allowed values- 5.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 5.0f.
* @return hsSecurityTls11Score
*/
@@ -2410,7 +2556,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 basic(allowed values- 5.0) edition, essentials(allowed values- 5.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 5.0), basic edition(allowed values- 5.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 5.0f.
* @param hsSecurityTls11Score set the hsSecurityTls11Score.
*/
@@ -2423,7 +2570,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 basic(allowed values- 5.0) edition, essentials(allowed values- 5.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 5.0), basic edition(allowed values- 5.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 5.0f.
* @return hsSecurityTls12Score
*/
@@ -2436,7 +2584,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 basic(allowed values- 5.0) edition, essentials(allowed values- 5.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 5.0), basic edition(allowed values- 5.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 5.0f.
* @param hsSecurityTls12Score set the hsSecurityTls12Score.
*/
@@ -2450,7 +2599,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 basic(allowed values- 5.0) edition, essentials(allowed values- 5.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 5.0), basic edition(allowed values- 5.0), enterprise with cloud
+ * services edition.
* @return hsSecurityTls13Score
*/
@VsoMethod
@@ -2463,7 +2613,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 basic(allowed values- 5.0) edition, essentials(allowed values- 5.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 5.0), basic edition(allowed values- 5.0), enterprise with cloud
+ * services edition.
* @param hsSecurityTls13Score set the hsSecurityTls13Score.
*/
@VsoMethod
@@ -2475,7 +2626,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 basic(allowed values- 1.0) edition, essentials(allowed values- 1.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 1.0), basic edition(allowed values- 1.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 1.0f.
* @return hsSecurityWeakSignatureAlgoPenalty
*/
@@ -2488,7 +2640,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 basic(allowed values- 1.0) edition, essentials(allowed values- 1.0) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 1.0), basic edition(allowed values- 1.0), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 1.0f.
* @param hsSecurityWeakSignatureAlgoPenalty set the hsSecurityWeakSignatureAlgoPenalty.
*/
@@ -2504,6 +2657,7 @@ public void setHsSecurityWeakSignatureAlgoPenalty(Float hsSecurityWeakSignature
* Field deprecated in 20.1.5.
* Field introduced in 20.1.2.
* Maximum of 4 items allowed.
+ * Allowed in enterprise edition with any value, enterprise with cloud services edition.
* @return labels
*/
@VsoMethod
@@ -2518,6 +2672,7 @@ public List getLabels() {
* Field deprecated in 20.1.5.
* Field introduced in 20.1.2.
* Maximum of 4 items allowed.
+ * Allowed in enterprise edition with any value, enterprise with cloud services edition.
* @return labels
*/
@VsoMethod
@@ -2532,6 +2687,7 @@ public void setLabels(List labels) {
* Field deprecated in 20.1.5.
* Field introduced in 20.1.2.
* Maximum of 4 items allowed.
+ * Allowed in enterprise edition with any value, enterprise with cloud services edition.
* @return labels
*/
@VsoMethod
@@ -2548,6 +2704,7 @@ public AnalyticsProfile addLabelsItem(KeyValue labelsItem) {
* This is the getter method this will return the attribute value.
* Influence the audit of ingress latency and connection establishement time.
* 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.
* @return latencyAuditProps
*/
@@ -2560,6 +2717,7 @@ public LatencyAuditProperties getLatencyAuditProps() {
* This is the setter method to the attribute.
* Influence the audit of ingress latency and connection establishement time.
* 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.
* @param latencyAuditProps set the latencyAuditProps.
*/
@@ -2572,7 +2730,8 @@ 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 basic edition, essentials edition, enterprise edition.
+ * 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 null.
* @return markers
*/
@@ -2585,7 +2744,8 @@ 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 basic edition, essentials edition, enterprise edition.
+ * 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 null.
* @return markers
*/
@@ -2598,7 +2758,8 @@ 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 basic edition, essentials edition, enterprise edition.
+ * 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 null.
* @return markers
*/
@@ -2615,6 +2776,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return name
*/
@@ -2626,6 +2788,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param name set the name.
*/
@@ -2640,6 +2803,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 1800.
* @return ondemandMetricsIdleTimeout
*/
@@ -2654,6 +2818,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 1800.
* @param ondemandMetricsIdleTimeout set the ondemandMetricsIdleTimeout.
*/
@@ -2665,6 +2830,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ranges
*/
@@ -2676,6 +2842,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ranges
*/
@@ -2687,6 +2854,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ranges
*/
@@ -2704,6 +2872,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return respCodeBlock
*/
@@ -2716,6 +2885,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return respCodeBlock
*/
@@ -2728,6 +2898,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return respCodeBlock
*/
@@ -2745,7 +2916,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 basic edition, essentials edition, enterprise edition.
+ * 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 sensitiveLogProfile
*/
@@ -2758,7 +2929,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 basic edition, essentials edition, enterprise edition.
+ * 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 sensitiveLogProfile set the sensitiveLogProfile.
*/
@@ -2773,7 +2944,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 basic(allowed values- 20) edition, essentials(allowed values- 20) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 20), basic edition(allowed values- 20), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 20.
* @return sipLogDepth
*/
@@ -2788,7 +2960,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 basic(allowed values- 20) edition, essentials(allowed values- 20) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 20), basic edition(allowed values- 20), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 20.
* @param sipLogDepth set the sipLogDepth.
*/
@@ -2800,6 +2973,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRef
*/
@@ -2811,6 +2985,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tenantRef set the tenantRef.
*/
@@ -2841,6 +3016,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return uuid
*/
@@ -2852,6 +3028,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param uuid set the uuid.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AnomalyEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AnomalyEventDetails.java
index 50336e9a..ba445cea 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AnomalyEventDetails.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AnomalyEventDetails.java
@@ -76,7 +76,7 @@ public class AnomalyEventDetails extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property deviation of obj type anomalyeventdetails field type str type float.
+ * 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 0.0f.
* @return deviation
*/
@@ -87,7 +87,7 @@ public Float getDeviation() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property deviation of obj type anomalyeventdetails field type str type float.
+ * 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 0.0f.
* @param deviation set the deviation.
*/
@@ -98,7 +98,7 @@ public void setDeviation(Float deviation) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property metric_id of obj type anomalyeventdetails field type str type string.
+ * 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 metricId
*/
@@ -109,7 +109,7 @@ public String getMetricId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property metric_id of obj type anomalyeventdetails field type str type string.
+ * 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 metricId set the metricId.
*/
@@ -120,7 +120,7 @@ public void setMetricId(String metricId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property metric_timestamp of obj type anomalyeventdetails field type str type string.
+ * 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 metricTimestamp
*/
@@ -131,7 +131,7 @@ public String getMetricTimestamp() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property metric_timestamp of obj type anomalyeventdetails field type str type string.
+ * 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 metricTimestamp set the metricTimestamp.
*/
@@ -144,6 +144,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "EXPONENTIAL_WEIGHTED_MOVING_AVG".
* @return model
*/
@@ -156,6 +157,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "EXPONENTIAL_WEIGHTED_MOVING_AVG".
* @param model set the model.
*/
@@ -167,6 +169,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return models
*/
@@ -178,6 +181,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return models
*/
@@ -189,6 +193,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return models
*/
@@ -204,7 +209,7 @@ public AnomalyEventDetails addModelsItem(String modelsItem) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property node_id of obj type anomalyeventdetails field type str type string.
+ * 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 nodeId
*/
@@ -215,7 +220,7 @@ public String getNodeId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property node_id of obj type anomalyeventdetails field type str type string.
+ * 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 nodeId set the nodeId.
*/
@@ -230,6 +235,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return objType
*/
@@ -244,6 +250,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param objType set the objType.
*/
@@ -254,7 +261,7 @@ public void setObjType(String objType) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property pool_name of obj type anomalyeventdetails field type str type string.
+ * 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 poolName
*/
@@ -265,7 +272,7 @@ public String getPoolName() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property pool_name of obj type anomalyeventdetails field type str type string.
+ * 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 poolName set the poolName.
*/
@@ -276,7 +283,7 @@ public void setPoolName(String poolName) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of pool.
+ * 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 poolUuid
*/
@@ -287,7 +294,7 @@ public String getPoolUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of pool.
+ * 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 poolUuid set the poolUuid.
*/
@@ -299,6 +306,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return priority
*/
@@ -310,6 +318,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param priority set the priority.
*/
@@ -320,7 +329,7 @@ public void setPriority(String priority) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property server of obj type anomalyeventdetails field type str type string.
+ * 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 server
*/
@@ -331,7 +340,7 @@ public String getServer() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property server of obj type anomalyeventdetails field type str type string.
+ * 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 server set the server.
*/
@@ -342,7 +351,7 @@ public void setServer(String server) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property value of obj type anomalyeventdetails field type str type float.
+ * 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 value
*/
@@ -353,7 +362,7 @@ public Float getValue() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property value of obj type anomalyeventdetails field type str type float.
+ * 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 value set the value.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApiVersionDeprecated.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApiVersionDeprecated.java
index 5f325099..6051a781 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApiVersionDeprecated.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApiVersionDeprecated.java
@@ -50,6 +50,7 @@ public class ApiVersionDeprecated extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return apiVersionUsed
*/
@@ -62,6 +63,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param apiVersionUsed set the apiVersionUsed.
*/
@@ -74,6 +76,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return clientIp
*/
@@ -86,6 +89,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param clientIp set the clientIp.
*/
@@ -98,6 +102,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return minSupportedApiVersion
*/
@@ -110,6 +115,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param minSupportedApiVersion set the minSupportedApiVersion.
*/
@@ -122,6 +128,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return path
*/
@@ -134,6 +141,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param path set the path.
*/
@@ -146,6 +154,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return user
*/
@@ -158,6 +167,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param user set the user.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApicAgentBridgeDomainVrfChange.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApicAgentBridgeDomainVrfChange.java
index 31478e37..2f27a117 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApicAgentBridgeDomainVrfChange.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApicAgentBridgeDomainVrfChange.java
@@ -49,6 +49,7 @@ public class ApicAgentBridgeDomainVrfChange extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return bridgeDomain
*/
@VsoMethod
@@ -59,6 +60,7 @@ public String getBridgeDomain() {
/**
* This is the setter method to the attribute.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param bridgeDomain set the bridgeDomain.
*/
@VsoMethod
@@ -69,6 +71,7 @@ public void setBridgeDomain(String bridgeDomain) {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return newVrf
*/
@VsoMethod
@@ -79,6 +82,7 @@ public String getNewVrf() {
/**
* This is the setter method to the attribute.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param newVrf set the newVrf.
*/
@VsoMethod
@@ -89,6 +93,7 @@ public void setNewVrf(String newVrf) {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return oldVrf
*/
@VsoMethod
@@ -99,6 +104,7 @@ public String getOldVrf() {
/**
* This is the setter method to the attribute.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param oldVrf set the oldVrf.
*/
@VsoMethod
@@ -109,6 +115,7 @@ public void setOldVrf(String oldVrf) {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return poolList
*/
@VsoMethod
@@ -119,6 +126,7 @@ public List getPoolList() {
/**
* This is the setter method. this will set the poolList
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return poolList
*/
@VsoMethod
@@ -129,6 +137,7 @@ public void setPoolList(List poolList) {
/**
* This is the setter method this will set the poolList
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return poolList
*/
@VsoMethod
@@ -144,6 +153,7 @@ public ApicAgentBridgeDomainVrfChange addPoolListItem(String poolListItem) {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return vsList
*/
@VsoMethod
@@ -154,6 +164,7 @@ public List getVsList() {
/**
* This is the setter method. this will set the vsList
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return vsList
*/
@VsoMethod
@@ -164,6 +175,7 @@ public void setVsList(List vsList) {
/**
* This is the setter method this will set the vsList
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return vsList
*/
@VsoMethod
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApicAgentGenericEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApicAgentGenericEventDetails.java
index 3a21acf9..17d13858 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApicAgentGenericEventDetails.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApicAgentGenericEventDetails.java
@@ -73,6 +73,7 @@ public class ApicAgentGenericEventDetails extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return contractGraphs
*/
@VsoMethod
@@ -83,6 +84,7 @@ public List getContractGraphs() {
/**
* This is the setter method. this will set the contractGraphs
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return contractGraphs
*/
@VsoMethod
@@ -93,6 +95,7 @@ public void setContractGraphs(List contractGraphs) {
/**
* This is the setter method this will set the contractGraphs
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return contractGraphs
*/
@VsoMethod
@@ -108,6 +111,7 @@ public ApicAgentGenericEventDetails addContractGraphsItem(String contractGraphsI
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return lifCifAttachment
*/
@VsoMethod
@@ -118,6 +122,7 @@ public List getLifCifAttachment() {
/**
* This is the setter method. this will set the lifCifAttachment
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return lifCifAttachment
*/
@VsoMethod
@@ -128,6 +133,7 @@ public void setLifCifAttachment(List lifCifAttachment) {
/**
* This is the setter method this will set the lifCifAttachment
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return lifCifAttachment
*/
@VsoMethod
@@ -143,6 +149,7 @@ public ApicAgentGenericEventDetails addLifCifAttachmentItem(String lifCifAttachm
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return lifs
*/
@VsoMethod
@@ -153,6 +160,7 @@ public List getLifs() {
/**
* This is the setter method. this will set the lifs
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return lifs
*/
@VsoMethod
@@ -163,6 +171,7 @@ public void setLifs(List lifs) {
/**
* This is the setter method this will set the lifs
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return lifs
*/
@VsoMethod
@@ -178,6 +187,7 @@ public ApicAgentGenericEventDetails addLifsItem(String lifsItem) {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return networks
*/
@VsoMethod
@@ -188,6 +198,7 @@ public List getNetworks() {
/**
* This is the setter method. this will set the networks
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return networks
*/
@VsoMethod
@@ -198,6 +209,7 @@ public void setNetworks(List networks) {
/**
* This is the setter method this will set the networks
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return networks
*/
@VsoMethod
@@ -213,6 +225,7 @@ public ApicAgentGenericEventDetails addNetworksItem(String networksItem) {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return seUuid
*/
@VsoMethod
@@ -223,6 +236,7 @@ public String getSeUuid() {
/**
* This is the setter method to the attribute.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param seUuid set the seUuid.
*/
@VsoMethod
@@ -233,6 +247,7 @@ public void setSeUuid(String seUuid) {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return serviceEngineVnics
*/
@VsoMethod
@@ -243,6 +258,7 @@ public List getServiceEngineVnics() {
/**
* This is the setter method. this will set the serviceEngineVnics
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return serviceEngineVnics
*/
@VsoMethod
@@ -253,6 +269,7 @@ public void setServiceEngineVnics(List serviceEngineVnics) {
/**
* This is the setter method this will set the serviceEngineVnics
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return serviceEngineVnics
*/
@VsoMethod
@@ -268,6 +285,7 @@ public ApicAgentGenericEventDetails addServiceEngineVnicsItem(String serviceEngi
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return tenantName
*/
@VsoMethod
@@ -278,6 +296,7 @@ public String getTenantName() {
/**
* This is the setter method to the attribute.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param tenantName set the tenantName.
*/
@VsoMethod
@@ -288,6 +307,7 @@ public void setTenantName(String tenantName) {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return tenantUuid
*/
@VsoMethod
@@ -298,6 +318,7 @@ public String getTenantUuid() {
/**
* This is the setter method to the attribute.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param tenantUuid set the tenantUuid.
*/
@VsoMethod
@@ -308,6 +329,7 @@ public void setTenantUuid(String tenantUuid) {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return vnicNetworkAttachment
*/
@VsoMethod
@@ -318,6 +340,7 @@ public List getVnicNetworkAttachment() {
/**
* This is the setter method. this will set the vnicNetworkAttachment
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return vnicNetworkAttachment
*/
@VsoMethod
@@ -328,6 +351,7 @@ public void setVnicNetworkAttachment(List vnicNetworkAttachment) {
/**
* This is the setter method this will set the vnicNetworkAttachment
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return vnicNetworkAttachment
*/
@VsoMethod
@@ -343,6 +367,7 @@ public ApicAgentGenericEventDetails addVnicNetworkAttachmentItem(String vnicNetw
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return vsName
*/
@VsoMethod
@@ -353,6 +378,7 @@ public String getVsName() {
/**
* This is the setter method to the attribute.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param vsName set the vsName.
*/
@VsoMethod
@@ -363,6 +389,7 @@ public void setVsName(String vsName) {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return vsUuid
*/
@VsoMethod
@@ -373,6 +400,7 @@ public String getVsUuid() {
/**
* This is the setter method to the attribute.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param vsUuid set the vsUuid.
*/
@VsoMethod
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApicAgentVsNetworkError.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApicAgentVsNetworkError.java
index d6aa6e58..b7a7d05c 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApicAgentVsNetworkError.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApicAgentVsNetworkError.java
@@ -45,6 +45,7 @@ public class ApicAgentVsNetworkError extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return poolName
*/
@VsoMethod
@@ -55,6 +56,7 @@ public String getPoolName() {
/**
* This is the setter method to the attribute.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param poolName set the poolName.
*/
@VsoMethod
@@ -65,6 +67,7 @@ public void setPoolName(String poolName) {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return poolNetwork
*/
@VsoMethod
@@ -75,6 +78,7 @@ public String getPoolNetwork() {
/**
* This is the setter method to the attribute.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param poolNetwork set the poolNetwork.
*/
@VsoMethod
@@ -85,6 +89,7 @@ public void setPoolNetwork(String poolNetwork) {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return vsName
*/
@VsoMethod
@@ -95,6 +100,7 @@ public String getVsName() {
/**
* This is the setter method to the attribute.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param vsName set the vsName.
*/
@VsoMethod
@@ -105,6 +111,7 @@ public void setVsName(String vsName) {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return vsNetwork
*/
@VsoMethod
@@ -115,6 +122,7 @@ public String getVsNetwork() {
/**
* This is the setter method to the attribute.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param vsNetwork set the vsNetwork.
*/
@VsoMethod
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApicVSPlacementReq.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApicVSPlacementReq.java
index 335fd477..3feada0c 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApicVSPlacementReq.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApicVSPlacementReq.java
@@ -53,6 +53,7 @@ public class ApicVSPlacementReq extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return graph
*/
@VsoMethod
@@ -63,6 +64,7 @@ public String getGraph() {
/**
* This is the setter method to the attribute.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param graph set the graph.
*/
@VsoMethod
@@ -73,6 +75,7 @@ public void setGraph(String graph) {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return lifs
*/
@VsoMethod
@@ -83,6 +86,7 @@ public List getLifs() {
/**
* This is the setter method. this will set the lifs
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return lifs
*/
@VsoMethod
@@ -93,6 +97,7 @@ public void setLifs(List lifs) {
/**
* This is the setter method this will set the lifs
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return lifs
*/
@VsoMethod
@@ -108,6 +113,7 @@ public ApicVSPlacementReq addLifsItem(Lif lifsItem) {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return networkRel
*/
@VsoMethod
@@ -118,6 +124,7 @@ public List getNetworkRel() {
/**
* This is the setter method. this will set the networkRel
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return networkRel
*/
@VsoMethod
@@ -128,6 +135,7 @@ public void setNetworkRel(List networkRel) {
/**
* This is the setter method this will set the networkRel
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return networkRel
*/
@VsoMethod
@@ -143,6 +151,7 @@ public ApicVSPlacementReq addNetworkRelItem(APICNetworkRel networkRelItem) {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return tenantName
*/
@VsoMethod
@@ -153,6 +162,7 @@ public String getTenantName() {
/**
* This is the setter method to the attribute.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param tenantName set the tenantName.
*/
@VsoMethod
@@ -163,6 +173,7 @@ public void setTenantName(String tenantName) {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return vdev
*/
@VsoMethod
@@ -173,6 +184,7 @@ public String getVdev() {
/**
* This is the setter method to the attribute.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param vdev set the vdev.
*/
@VsoMethod
@@ -183,6 +195,7 @@ public void setVdev(String vdev) {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return vgrp
*/
@VsoMethod
@@ -193,6 +206,7 @@ public String getVgrp() {
/**
* This is the setter method to the attribute.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param vgrp set the vgrp.
*/
@VsoMethod
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AppCookiePersistenceProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AppCookiePersistenceProfile.java
index b35c97be..e350c318 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AppCookiePersistenceProfile.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AppCookiePersistenceProfile.java
@@ -41,6 +41,7 @@ public class AppCookiePersistenceProfile extends AviRestResource {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return encryptionKey
*/
@@ -52,6 +53,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param encryptionKey set the encryptionKey.
*/
@@ -63,6 +65,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return prstHdrName
*/
@@ -74,6 +77,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param prstHdrName set the prstHdrName.
*/
@@ -87,6 +91,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 20.
* @return timeout
*/
@@ -100,6 +105,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 20.
* @param timeout set the timeout.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AppHdr.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AppHdr.java
index f1c58a1f..3c5c95b0 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AppHdr.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AppHdr.java
@@ -41,6 +41,7 @@ public class AppHdr extends AviRestResource {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return hdrMatchCase
*/
@@ -52,6 +53,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param hdrMatchCase set the hdrMatchCase.
*/
@@ -62,7 +64,7 @@ public void setHdrMatchCase(String hdrMatchCase) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property hdr_name of obj type apphdr field type str type string.
+ * 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 hdrName
*/
@@ -73,7 +75,7 @@ public String getHdrName() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property hdr_name of obj type apphdr field type str type string.
+ * 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 hdrName set the hdrName.
*/
@@ -86,9 +88,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 basic(allowed values- begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal)
- * edition, essentials(allowed values- begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal)
- * edition, enterprise edition.
+ * 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return hdrStringOp
*/
@@ -101,9 +104,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 basic(allowed values- begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal)
- * edition, essentials(allowed values- begins_with,does_not_begin_with,contains,does_not_contain,ends_with,does_not_end_with,equals,does_not_equal)
- * edition, enterprise edition.
+ * 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param hdrStringOp set the hdrStringOp.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AppInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AppInfo.java
index 1fe11f53..568333c2 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AppInfo.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AppInfo.java
@@ -36,7 +36,7 @@ public class AppInfo extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property app_hdr_name of obj type appinfo field type str type string.
+ * 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 appHdrName
*/
@@ -47,7 +47,7 @@ public String getAppHdrName() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property app_hdr_name of obj type appinfo field type str type string.
+ * 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 appHdrName set the appHdrName.
*/
@@ -58,7 +58,7 @@ public void setAppHdrName(String appHdrName) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property app_hdr_value of obj type appinfo field type str type string.
+ * 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 appHdrValue
*/
@@ -69,7 +69,7 @@ public String getAppHdrValue() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property app_hdr_value of obj type appinfo field type str type string.
+ * 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 appHdrValue set the appHdrValue.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AppLearningConfidenceOverride.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AppLearningConfidenceOverride.java
index aaee16c0..b86df156 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AppLearningConfidenceOverride.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AppLearningConfidenceOverride.java
@@ -46,6 +46,7 @@ public class AppLearningConfidenceOverride extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as 9500.
* @return confidHighValue
*/
@@ -58,6 +59,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 9500.
* @param confidHighValue set the confidHighValue.
*/
@@ -70,6 +72,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 7500.
* @return confidLowValue
*/
@@ -82,6 +85,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 7500.
* @param confidLowValue set the confidLowValue.
*/
@@ -94,6 +98,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 9000.
* @return confidProbableValue
*/
@@ -106,6 +111,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 9000.
* @param confidProbableValue set the confidProbableValue.
*/
@@ -118,6 +124,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 9999.
* @return confidVeryHighValue
*/
@@ -130,6 +137,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 9999.
* @param confidVeryHighValue set the confidVeryHighValue.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AppLearningParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AppLearningParams.java
index 5b4212b4..949b3c57 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AppLearningParams.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AppLearningParams.java
@@ -54,6 +54,7 @@ public class AppLearningParams extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return enablePerUriLearning
*/
@@ -66,6 +67,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param enablePerUriLearning set the enablePerUriLearning.
*/
@@ -79,6 +81,7 @@ public void setEnablePerUriLearning(Boolean enablePerUriLearning) {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as 100.
* @return maxParams
*/
@@ -92,6 +95,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 100.
* @param maxParams set the maxParams.
*/
@@ -105,6 +109,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 500.
* @return maxUris
*/
@@ -118,6 +123,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 500.
* @param maxUris set the maxUris.
*/
@@ -130,6 +136,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 10000.
* @return minHitsToLearn
*/
@@ -142,6 +149,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 10000.
* @param minHitsToLearn set the minHitsToLearn.
*/
@@ -156,6 +164,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 1.
* @return samplingPercent
*/
@@ -170,6 +179,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 1.
* @param samplingPercent set the samplingPercent.
*/
@@ -184,6 +194,7 @@ public void setSamplingPercent(Integer samplingPercent) {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as 30.
* @return updateInterval
*/
@@ -198,6 +209,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 30.
* @param updateInterval set the updateInterval.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AppSignatureConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AppSignatureConfig.java
index 657be07c..5e91becc 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AppSignatureConfig.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AppSignatureConfig.java
@@ -33,11 +33,12 @@ public class AppSignatureConfig extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
* Application signature db sync interval in minutes.
- * Allowed values are 60-10080.
+ * Allowed values are 1440-10080.
* Field introduced in 20.1.4.
* Unit is min.
- * Allowed in basic edition, essentials edition, enterprise edition.
- * Special default for basic edition is 1440, essentials edition is 1440, enterprise is 1440.
+ * 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.
* @return appSignatureSyncInterval
*/
@VsoMethod
@@ -48,11 +49,12 @@ public Integer getAppSignatureSyncInterval() {
/**
* This is the setter method to the attribute.
* Application signature db sync interval in minutes.
- * Allowed values are 60-10080.
+ * Allowed values are 1440-10080.
* Field introduced in 20.1.4.
* Unit is min.
- * Allowed in basic edition, essentials edition, enterprise edition.
- * Special default for basic edition is 1440, essentials edition is 1440, enterprise is 1440.
+ * 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.
* @param appSignatureSyncInterval set the appSignatureSyncInterval.
*/
@VsoMethod
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AppSignatureEventData.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AppSignatureEventData.java
index adcb7a6d..9100603e 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AppSignatureEventData.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AppSignatureEventData.java
@@ -42,6 +42,7 @@ public class AppSignatureEventData extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return lastSuccessfulUpdatedTime
*/
@@ -54,6 +55,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param lastSuccessfulUpdatedTime set the lastSuccessfulUpdatedTime.
*/
@@ -66,6 +68,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return reason
*/
@@ -78,6 +81,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param reason set the reason.
*/
@@ -90,6 +94,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return status
*/
@@ -102,6 +107,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param status set the status.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Application.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Application.java
index 0d2326bf..c9984134 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Application.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Application.java
@@ -52,7 +52,7 @@ public class Application extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * User defined description for the object.
+ * 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 description
*/
@@ -63,7 +63,7 @@ public String getDescription() {
/**
* This is the setter method to the attribute.
- * User defined description for the object.
+ * 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 description set the description.
*/
@@ -74,7 +74,7 @@ public void setDescription(String description) {
/**
* This is the getter method this will return the attribute value.
- * Name of the object.
+ * 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 name
*/
@@ -85,7 +85,7 @@ public String getName() {
/**
* This is the setter method to the attribute.
- * Name of the object.
+ * 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 name set the name.
*/
@@ -97,6 +97,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRef
*/
@@ -108,6 +109,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tenantRef set the tenantRef.
*/
@@ -137,7 +139,7 @@ public void setUrl(String url) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of the object.
+ * 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
*/
@@ -148,7 +150,7 @@ public String getUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of the object.
+ * 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.
*/
@@ -160,6 +162,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return virtualserviceRefs
*/
@@ -171,6 +174,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return virtualserviceRefs
*/
@@ -182,6 +186,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return virtualserviceRefs
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApplicationLog.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApplicationLog.java
index 8d27c640..fc8080fa 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApplicationLog.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApplicationLog.java
@@ -552,7 +552,7 @@ public class ApplicationLog extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property adf of obj type applicationlog field type str type boolean.
+ * 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 adf
*/
@@ -563,7 +563,7 @@ public Boolean getAdf() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property adf of obj type applicationlog field type str type boolean.
+ * 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 adf set the adf.
*/
@@ -574,7 +574,7 @@ public void setAdf(Boolean adf) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property all_request_headers of obj type applicationlog field type str type string.
+ * 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 allRequestHeaders
*/
@@ -585,7 +585,7 @@ public String getAllRequestHeaders() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property all_request_headers of obj type applicationlog field type str type string.
+ * 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 allRequestHeaders set the allRequestHeaders.
*/
@@ -596,7 +596,7 @@ public void setAllRequestHeaders(String allRequestHeaders) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property all_response_headers of obj type applicationlog field type str type string.
+ * 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 allResponseHeaders
*/
@@ -607,7 +607,7 @@ public String getAllResponseHeaders() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property all_response_headers of obj type applicationlog field type str type string.
+ * 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 allResponseHeaders set the allResponseHeaders.
*/
@@ -619,6 +619,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return appResponseTime
*/
@@ -630,6 +631,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param appResponseTime set the appResponseTime.
*/
@@ -644,6 +646,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "AUTH_STATUS_NO_AUTHENTICATION".
* @return authStatus
*/
@@ -658,6 +661,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "AUTH_STATUS_NO_AUTHENTICATION".
* @param authStatus set the authStatus.
*/
@@ -670,6 +674,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return avgIngressLatencyBe
*/
@@ -682,6 +687,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param avgIngressLatencyBe set the avgIngressLatencyBe.
*/
@@ -694,6 +700,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return avgIngressLatencyFe
*/
@@ -706,6 +713,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param avgIngressLatencyFe set the avgIngressLatencyFe.
*/
@@ -718,6 +726,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "NOT_UPDATED".
* @return bodyUpdated
*/
@@ -730,6 +739,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "NOT_UPDATED".
* @param bodyUpdated set the bodyUpdated.
*/
@@ -742,6 +752,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return botManagementLog
*/
@@ -754,6 +765,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param botManagementLog set the botManagementLog.
*/
@@ -766,6 +778,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return cacheDisabledByDs
*/
@@ -778,6 +791,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param cacheDisabledByDs set the cacheDisabledByDs.
*/
@@ -788,7 +802,7 @@ public void setCacheDisabledByDs(Boolean cacheDisabledByDs) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property cache_hit of obj type applicationlog field type str type boolean.
+ * 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 cacheHit
*/
@@ -799,7 +813,7 @@ public Boolean getCacheHit() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property cache_hit of obj type applicationlog field type str type boolean.
+ * 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 cacheHit set the cacheHit.
*/
@@ -810,7 +824,7 @@ public void setCacheHit(Boolean cacheHit) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property cacheable of obj type applicationlog field type str type boolean.
+ * 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 cacheable
*/
@@ -821,7 +835,7 @@ public Boolean getCacheable() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property cacheable of obj type applicationlog field type str type boolean.
+ * 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 cacheable set the cacheable.
*/
@@ -832,7 +846,7 @@ public void setCacheable(Boolean cacheable) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property client_browser of obj type applicationlog field type str type string.
+ * 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 clientBrowser
*/
@@ -843,7 +857,7 @@ public String getClientBrowser() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property client_browser of obj type applicationlog field type str type string.
+ * 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 clientBrowser set the clientBrowser.
*/
@@ -857,6 +871,7 @@ public void setClientBrowser(String clientBrowser) {
* List of ciphers sent by client in tls/ssl client hello.
* Only sent 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return clientCipherList
*/
@@ -870,6 +885,7 @@ public SSLCipherList getClientCipherList() {
* List of ciphers sent by client in tls/ssl client hello.
* Only sent 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param clientCipherList set the clientCipherList.
*/
@@ -880,7 +896,7 @@ public void setClientCipherList(SSLCipherList clientCipherList) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property client_dest_port of obj type applicationlog field type str type integer.
+ * 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 clientDestPort
*/
@@ -891,7 +907,7 @@ public Integer getClientDestPort() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property client_dest_port of obj type applicationlog field type str type integer.
+ * 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 clientDestPort set the clientDestPort.
*/
@@ -902,7 +918,7 @@ public void setClientDestPort(Integer clientDestPort) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property client_device of obj type applicationlog field type str type string.
+ * 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 clientDevice
*/
@@ -913,7 +929,7 @@ public String getClientDevice() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property client_device of obj type applicationlog field type str type string.
+ * 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 clientDevice set the clientDevice.
*/
@@ -927,6 +943,7 @@ public void setClientDevice(String clientDevice) {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return clientInsights
*/
@@ -940,6 +957,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param clientInsights set the clientInsights.
*/
@@ -952,6 +970,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return clientIp
*/
@@ -964,6 +983,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param clientIp set the clientIp.
*/
@@ -976,6 +996,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return clientIp6
*/
@@ -988,6 +1009,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param clientIp6 set the clientIp6.
*/
@@ -998,7 +1020,7 @@ public void setClientIp6(String clientIp6) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property client_location of obj type applicationlog field type str type string.
+ * 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 clientLocation
*/
@@ -1009,7 +1031,7 @@ public String getClientLocation() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property client_location of obj type applicationlog field type str type string.
+ * 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 clientLocation set the clientLocation.
*/
@@ -1022,6 +1044,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return clientLogFilterName
*/
@@ -1034,6 +1057,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param clientLogFilterName set the clientLogFilterName.
*/
@@ -1044,7 +1068,7 @@ public void setClientLogFilterName(String clientLogFilterName) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property client_os of obj type applicationlog field type str type string.
+ * 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 clientOs
*/
@@ -1055,7 +1079,7 @@ public String getClientOs() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property client_os of obj type applicationlog field type str type string.
+ * 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 clientOs set the clientOs.
*/
@@ -1067,6 +1091,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return clientRtt
*/
@@ -1078,6 +1103,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param clientRtt set the clientRtt.
*/
@@ -1088,7 +1114,7 @@ public void setClientRtt(Integer clientRtt) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property client_src_port of obj type applicationlog field type str type integer.
+ * 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 clientSrcPort
*/
@@ -1099,7 +1125,7 @@ public Integer getClientSrcPort() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property client_src_port of obj type applicationlog field type str type integer.
+ * 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 clientSrcPort set the clientSrcPort.
*/
@@ -1112,6 +1138,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return compression
*/
@@ -1124,6 +1151,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param compression set the compression.
*/
@@ -1134,7 +1162,7 @@ public void setCompression(String compression) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property compression_percentage of obj type applicationlog field type str type integer.
+ * 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 compressionPercentage
*/
@@ -1145,7 +1173,7 @@ public Integer getCompressionPercentage() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property compression_percentage of obj type applicationlog field type str type integer.
+ * 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 compressionPercentage set the compressionPercentage.
*/
@@ -1158,6 +1186,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return connEstTimeBe
*/
@@ -1170,6 +1199,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param connEstTimeBe set the connEstTimeBe.
*/
@@ -1182,6 +1212,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return connEstTimeFe
*/
@@ -1194,6 +1225,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param connEstTimeFe set the connEstTimeFe.
*/
@@ -1204,7 +1236,7 @@ public void setConnEstTimeFe(Integer connEstTimeFe) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property connection_error_info of obj type applicationlog field type str type ref.
+ * 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 connectionErrorInfo
*/
@@ -1215,7 +1247,7 @@ public ConnErrorInfo getConnectionErrorInfo() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property connection_error_info of obj type applicationlog field type str type ref.
+ * 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 connectionErrorInfo set the connectionErrorInfo.
*/
@@ -1228,6 +1260,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return criticalErrorEncountered
*/
@@ -1240,6 +1273,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param criticalErrorEncountered set the criticalErrorEncountered.
*/
@@ -1251,6 +1285,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return dataTransferTime
*/
@@ -1262,6 +1297,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param dataTransferTime set the dataTransferTime.
*/
@@ -1272,7 +1308,7 @@ public void setDataTransferTime(Integer dataTransferTime) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property datascript_error_trace of obj type applicationlog field type str type ref.
+ * 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 datascriptErrorTrace
*/
@@ -1283,7 +1319,7 @@ public DataScriptErrorTrace getDatascriptErrorTrace() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property datascript_error_trace of obj type applicationlog field type str type ref.
+ * 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 datascriptErrorTrace set the datascriptErrorTrace.
*/
@@ -1295,6 +1331,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return datascriptLog
*/
@@ -1306,6 +1343,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param datascriptLog set the datascriptLog.
*/
@@ -1316,7 +1354,7 @@ public void setDatascriptLog(String datascriptLog) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property etag of obj type applicationlog field type str type string.
+ * 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 etag
*/
@@ -1327,7 +1365,7 @@ public String getEtag() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property etag of obj type applicationlog field type str type string.
+ * 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 etag set the etag.
*/
@@ -1340,6 +1378,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return grpcMethodName
*/
@@ -1352,6 +1391,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param grpcMethodName set the grpcMethodName.
*/
@@ -1364,6 +1404,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return grpcServiceName
*/
@@ -1376,6 +1417,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param grpcServiceName set the grpcServiceName.
*/
@@ -1387,8 +1429,9 @@ public void setGrpcServiceName(String grpcServiceName) {
/**
* This is the getter method this will return the attribute value.
* 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.'.
+ * 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return grpcStatus
*/
@@ -1400,8 +1443,9 @@ public Integer getGrpcStatus() {
/**
* This is the setter method to the attribute.
* 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.'.
+ * 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param grpcStatus set the grpcStatus.
*/
@@ -1419,6 +1463,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return grpcStatusReasonPhrase
*/
@@ -1436,6 +1481,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param grpcStatusReasonPhrase set the grpcStatusReasonPhrase.
*/
@@ -1447,6 +1493,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return headersReceivedFromServer
*/
@@ -1458,6 +1505,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param headersReceivedFromServer set the headersReceivedFromServer.
*/
@@ -1469,6 +1517,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return headersSentToServer
*/
@@ -1480,6 +1529,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param headersSentToServer set the headersSentToServer.
*/
@@ -1490,7 +1540,7 @@ public void setHeadersSentToServer(String headersSentToServer) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property host of obj type applicationlog field type str type string.
+ * 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 host
*/
@@ -1501,7 +1551,7 @@ public String getHost() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property host of obj type applicationlog field type str type string.
+ * 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 host set the host.
*/
@@ -1514,6 +1564,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return http2StreamId
*/
@@ -1526,6 +1577,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param http2StreamId set the http2StreamId.
*/
@@ -1536,7 +1588,7 @@ public void setHttp2StreamId(Integer http2StreamId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property http_request_policy_rule_name of obj type applicationlog field type str type string.
+ * 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 httpRequestPolicyRuleName
*/
@@ -1547,7 +1599,7 @@ public String getHttpRequestPolicyRuleName() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property http_request_policy_rule_name of obj type applicationlog field type str type string.
+ * 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 httpRequestPolicyRuleName set the httpRequestPolicyRuleName.
*/
@@ -1558,7 +1610,7 @@ public void setHttpRequestPolicyRuleName(String httpRequestPolicyRuleName) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property http_response_policy_rule_name of obj type applicationlog field type str type string.
+ * 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 httpResponsePolicyRuleName
*/
@@ -1569,7 +1621,7 @@ public String getHttpResponsePolicyRuleName() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property http_response_policy_rule_name of obj type applicationlog field type str type string.
+ * 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 httpResponsePolicyRuleName set the httpResponsePolicyRuleName.
*/
@@ -1580,7 +1632,7 @@ public void setHttpResponsePolicyRuleName(String httpResponsePolicyRuleName) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property http_security_policy_rule_name of obj type applicationlog field type str type string.
+ * 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 httpSecurityPolicyRuleName
*/
@@ -1591,7 +1643,7 @@ public String getHttpSecurityPolicyRuleName() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property http_security_policy_rule_name of obj type applicationlog field type str type string.
+ * 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 httpSecurityPolicyRuleName set the httpSecurityPolicyRuleName.
*/
@@ -1602,7 +1654,7 @@ public void setHttpSecurityPolicyRuleName(String httpSecurityPolicyRuleName) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property http_version of obj type applicationlog field type str type string.
+ * 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 httpVersion
*/
@@ -1613,7 +1665,7 @@ public String getHttpVersion() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property http_version of obj type applicationlog field type str type string.
+ * 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 httpVersion set the httpVersion.
*/
@@ -1626,6 +1678,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return icapLog
*/
@@ -1638,6 +1691,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param icapLog set the icapLog.
*/
@@ -1650,6 +1704,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return jwtLog
*/
@@ -1662,6 +1717,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param jwtLog set the jwtLog.
*/
@@ -1672,7 +1728,7 @@ public void setJwtLog(JwtLog jwtLog) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property log_id of obj type applicationlog field type str type integer.
+ * 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 logId
*/
@@ -1683,7 +1739,7 @@ public Integer getLogId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property log_id of obj type applicationlog field type str type integer.
+ * 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 logId set the logId.
*/
@@ -1696,6 +1752,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return maxIngressLatencyBe
*/
@@ -1708,6 +1765,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param maxIngressLatencyBe set the maxIngressLatencyBe.
*/
@@ -1720,6 +1778,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return maxIngressLatencyFe
*/
@@ -1732,6 +1791,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param maxIngressLatencyFe set the maxIngressLatencyFe.
*/
@@ -1742,7 +1802,7 @@ public void setMaxIngressLatencyFe(Integer maxIngressLatencyFe) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property method of obj type applicationlog field type str type string.
+ * 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 method
*/
@@ -1753,7 +1813,7 @@ public String getMethod() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property method of obj type applicationlog field type str type string.
+ * 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 method set the method.
*/
@@ -1764,7 +1824,7 @@ public void setMethod(String method) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property microservice of obj type applicationlog field type str type string.
+ * 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 microservice
*/
@@ -1775,7 +1835,7 @@ public String getMicroservice() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property microservice of obj type applicationlog field type str type string.
+ * 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 microservice set the microservice.
*/
@@ -1786,7 +1846,7 @@ public void setMicroservice(String microservice) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property microservice_name of obj type applicationlog field type str type string.
+ * 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 microserviceName
*/
@@ -1797,7 +1857,7 @@ public String getMicroserviceName() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property microservice_name of obj type applicationlog field type str type string.
+ * 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 microserviceName set the microserviceName.
*/
@@ -1808,7 +1868,7 @@ public void setMicroserviceName(String microserviceName) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property network_security_policy_rule_name of obj type applicationlog field type str type string.
+ * 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 networkSecurityPolicyRuleName
*/
@@ -1819,7 +1879,7 @@ public String getNetworkSecurityPolicyRuleName() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property network_security_policy_rule_name of obj type applicationlog field type str type string.
+ * 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 networkSecurityPolicyRuleName set the networkSecurityPolicyRuleName.
*/
@@ -1832,6 +1892,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ntlmLog
*/
@@ -1844,6 +1905,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ntlmLog set the ntlmLog.
*/
@@ -1856,6 +1918,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return oauthLog
*/
@@ -1868,6 +1931,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param oauthLog set the oauthLog.
*/
@@ -1880,6 +1944,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return ocspStatusRespSent
*/
@@ -1892,6 +1957,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param ocspStatusRespSent set the ocspStatusRespSent.
*/
@@ -1904,6 +1970,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return oobLog
*/
@@ -1916,6 +1983,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param oobLog set the oobLog.
*/
@@ -1928,6 +1996,7 @@ public void setOobLog(OutOfBandRequestLog oobLog) {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return paaLog
*/
@@ -1940,6 +2009,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param paaLog set the paaLog.
*/
@@ -1950,7 +2020,7 @@ public void setPaaLog(PaaLog paaLog) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property persistence_used of obj type applicationlog field type str type boolean.
+ * 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 persistenceUsed
*/
@@ -1961,7 +2031,7 @@ public Boolean getPersistenceUsed() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property persistence_used of obj type applicationlog field type str type boolean.
+ * 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 persistenceUsed set the persistenceUsed.
*/
@@ -1972,7 +2042,7 @@ public void setPersistenceUsed(Boolean persistenceUsed) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property persistent_session_id of obj type applicationlog field type str type integer.
+ * 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 persistentSessionId
*/
@@ -1983,7 +2053,7 @@ public Integer getPersistentSessionId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property persistent_session_id of obj type applicationlog field type str type integer.
+ * 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 persistentSessionId set the persistentSessionId.
*/
@@ -1994,7 +2064,7 @@ public void setPersistentSessionId(Integer persistentSessionId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property pool of obj type applicationlog field type str type string.
+ * 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 pool
*/
@@ -2005,7 +2075,7 @@ public String getPool() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property pool of obj type applicationlog field type str type string.
+ * 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 pool set the pool.
*/
@@ -2016,7 +2086,7 @@ public void setPool(String pool) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property pool_name of obj type applicationlog field type str type string.
+ * 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 poolName
*/
@@ -2027,7 +2097,7 @@ public String getPoolName() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property pool_name of obj type applicationlog field type str type string.
+ * 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 poolName set the poolName.
*/
@@ -2038,7 +2108,7 @@ public void setPoolName(String poolName) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property redirected_uri of obj type applicationlog field type str type string.
+ * 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 redirectedUri
*/
@@ -2049,7 +2119,7 @@ public String getRedirectedUri() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property redirected_uri of obj type applicationlog field type str type string.
+ * 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 redirectedUri set the redirectedUri.
*/
@@ -2060,7 +2130,7 @@ public void setRedirectedUri(String redirectedUri) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property referer of obj type applicationlog field type str type string.
+ * 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 referer
*/
@@ -2071,7 +2141,7 @@ public String getReferer() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property referer of obj type applicationlog field type str type string.
+ * 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 referer set the referer.
*/
@@ -2082,7 +2152,7 @@ public void setReferer(String referer) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property report_timestamp of obj type applicationlog field type str type integer.
+ * 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 reportTimestamp
*/
@@ -2093,7 +2163,7 @@ public Integer getReportTimestamp() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property report_timestamp of obj type applicationlog field type str type integer.
+ * 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 reportTimestamp set the reportTimestamp.
*/
@@ -2104,7 +2174,7 @@ public void setReportTimestamp(Integer reportTimestamp) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property request_content_type of obj type applicationlog field type str type string.
+ * 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 requestContentType
*/
@@ -2115,7 +2185,7 @@ public String getRequestContentType() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property request_content_type of obj type applicationlog field type str type string.
+ * 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 requestContentType set the requestContentType.
*/
@@ -2126,7 +2196,7 @@ public void setRequestContentType(String requestContentType) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property request_headers of obj type applicationlog field type str type integer.
+ * 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 requestHeaders
*/
@@ -2137,7 +2207,7 @@ public Integer getRequestHeaders() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property request_headers of obj type applicationlog field type str type integer.
+ * 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 requestHeaders set the requestHeaders.
*/
@@ -2150,6 +2220,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return requestId
*/
@@ -2162,6 +2233,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param requestId set the requestId.
*/
@@ -2173,6 +2245,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return requestLength
*/
@@ -2184,6 +2257,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param requestLength set the requestLength.
*/
@@ -2196,6 +2270,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return requestServedLocallyRemoteSiteDown
*/
@@ -2208,6 +2283,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param requestServedLocallyRemoteSiteDown set the requestServedLocallyRemoteSiteDown.
*/
@@ -2226,6 +2302,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return requestState
*/
@@ -2244,6 +2321,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param requestState set the requestState.
*/
@@ -2254,7 +2332,7 @@ public void setRequestState(String requestState) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property response_code of obj type applicationlog field type str type integer.
+ * 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 responseCode
*/
@@ -2265,7 +2343,7 @@ public Integer getResponseCode() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property response_code of obj type applicationlog field type str type integer.
+ * 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 responseCode set the responseCode.
*/
@@ -2276,7 +2354,7 @@ public void setResponseCode(Integer responseCode) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property response_content_type of obj type applicationlog field type str type string.
+ * 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 responseContentType
*/
@@ -2287,7 +2365,7 @@ public String getResponseContentType() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property response_content_type of obj type applicationlog field type str type string.
+ * 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 responseContentType set the responseContentType.
*/
@@ -2298,7 +2376,7 @@ public void setResponseContentType(String responseContentType) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property response_headers of obj type applicationlog field type str type integer.
+ * 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 responseHeaders
*/
@@ -2309,7 +2387,7 @@ public Integer getResponseHeaders() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property response_headers of obj type applicationlog field type str type integer.
+ * 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 responseHeaders set the responseHeaders.
*/
@@ -2321,6 +2399,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return responseLength
*/
@@ -2332,6 +2411,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param responseLength set the responseLength.
*/
@@ -2343,6 +2423,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return responseTimeFirstByte
*/
@@ -2354,6 +2435,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param responseTimeFirstByte set the responseTimeFirstByte.
*/
@@ -2365,6 +2447,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return responseTimeLastByte
*/
@@ -2376,6 +2459,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param responseTimeLastByte set the responseTimeLastByte.
*/
@@ -2386,7 +2470,7 @@ public void setResponseTimeLastByte(Integer responseTimeLastByte) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property rewritten_uri_path of obj type applicationlog field type str type string.
+ * 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 rewrittenUriPath
*/
@@ -2397,7 +2481,7 @@ public String getRewrittenUriPath() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property rewritten_uri_path of obj type applicationlog field type str type string.
+ * 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 rewrittenUriPath set the rewrittenUriPath.
*/
@@ -2408,7 +2492,7 @@ public void setRewrittenUriPath(String rewrittenUriPath) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property rewritten_uri_query of obj type applicationlog field type str type string.
+ * 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 rewrittenUriQuery
*/
@@ -2419,7 +2503,7 @@ public String getRewrittenUriQuery() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property rewritten_uri_query of obj type applicationlog field type str type string.
+ * 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 rewrittenUriQuery set the rewrittenUriQuery.
*/
@@ -2432,6 +2516,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return samlAuthRequestGenerated
*/
@@ -2444,6 +2529,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param samlAuthRequestGenerated set the samlAuthRequestGenerated.
*/
@@ -2456,6 +2542,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return samlAuthResponseReceived
*/
@@ -2468,6 +2555,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param samlAuthResponseReceived set the samlAuthResponseReceived.
*/
@@ -2480,6 +2568,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return samlAuthSessionId
*/
@@ -2492,6 +2581,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param samlAuthSessionId set the samlAuthSessionId.
*/
@@ -2504,6 +2594,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return samlAuthenticationUsed
*/
@@ -2516,6 +2607,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param samlAuthenticationUsed set the samlAuthenticationUsed.
*/
@@ -2528,6 +2620,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return samlLog
*/
@@ -2540,6 +2633,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param samlLog set the samlLog.
*/
@@ -2552,6 +2646,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return samlSessionCookieValid
*/
@@ -2564,6 +2659,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param samlSessionCookieValid set the samlSessionCookieValid.
*/
@@ -2574,7 +2670,7 @@ public void setSamlSessionCookieValid(Boolean samlSessionCookieValid) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property server_conn_src_ip of obj type applicationlog field type str type integer.
+ * 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 serverConnSrcIp
*/
@@ -2585,7 +2681,7 @@ public Integer getServerConnSrcIp() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property server_conn_src_ip of obj type applicationlog field type str type integer.
+ * 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 serverConnSrcIp set the serverConnSrcIp.
*/
@@ -2598,6 +2694,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return serverConnSrcIp6
*/
@@ -2610,6 +2707,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param serverConnSrcIp6 set the serverConnSrcIp6.
*/
@@ -2621,6 +2719,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return serverConnectionReused
*/
@@ -2632,6 +2731,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param serverConnectionReused set the serverConnectionReused.
*/
@@ -2642,7 +2742,7 @@ public void setServerConnectionReused(Boolean serverConnectionReused) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property server_dest_port of obj type applicationlog field type str type integer.
+ * 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 serverDestPort
*/
@@ -2653,7 +2753,7 @@ public Integer getServerDestPort() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property server_dest_port of obj type applicationlog field type str type integer.
+ * 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 serverDestPort set the serverDestPort.
*/
@@ -2664,7 +2764,7 @@ public void setServerDestPort(Integer serverDestPort) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property server_ip of obj type applicationlog field type str type integer.
+ * 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 serverIp
*/
@@ -2675,7 +2775,7 @@ public Integer getServerIp() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property server_ip of obj type applicationlog field type str type integer.
+ * 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 serverIp set the serverIp.
*/
@@ -2688,6 +2788,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return serverIp6
*/
@@ -2700,6 +2801,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param serverIp6 set the serverIp6.
*/
@@ -2710,7 +2812,7 @@ public void setServerIp6(String serverIp6) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property server_name of obj type applicationlog field type str type string.
+ * 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 serverName
*/
@@ -2721,7 +2823,7 @@ public String getServerName() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property server_name of obj type applicationlog field type str type string.
+ * 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 serverName set the serverName.
*/
@@ -2732,7 +2834,7 @@ public void setServerName(String serverName) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property server_response_code of obj type applicationlog field type str type integer.
+ * 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 serverResponseCode
*/
@@ -2743,7 +2845,7 @@ public Integer getServerResponseCode() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property server_response_code of obj type applicationlog field type str type integer.
+ * 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 serverResponseCode set the serverResponseCode.
*/
@@ -2755,6 +2857,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return serverResponseLength
*/
@@ -2766,6 +2869,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param serverResponseLength set the serverResponseLength.
*/
@@ -2777,6 +2881,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return serverResponseTimeFirstByte
*/
@@ -2788,6 +2893,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param serverResponseTimeFirstByte set the serverResponseTimeFirstByte.
*/
@@ -2799,6 +2905,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return serverResponseTimeLastByte
*/
@@ -2810,6 +2917,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param serverResponseTimeLastByte set the serverResponseTimeLastByte.
*/
@@ -2821,6 +2929,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return serverRtt
*/
@@ -2832,6 +2941,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param serverRtt set the serverRtt.
*/
@@ -2842,7 +2952,7 @@ public void setServerRtt(Integer serverRtt) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property server_side_redirect_uri of obj type applicationlog field type str type string.
+ * 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 serverSideRedirectUri
*/
@@ -2853,7 +2963,7 @@ public String getServerSideRedirectUri() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property server_side_redirect_uri of obj type applicationlog field type str type string.
+ * 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 serverSideRedirectUri set the serverSideRedirectUri.
*/
@@ -2864,7 +2974,7 @@ public void setServerSideRedirectUri(String serverSideRedirectUri) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property server_src_port of obj type applicationlog field type str type integer.
+ * 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 serverSrcPort
*/
@@ -2875,7 +2985,7 @@ public Integer getServerSrcPort() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property server_src_port of obj type applicationlog field type str type integer.
+ * 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 serverSrcPort set the serverSrcPort.
*/
@@ -2887,6 +2997,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return serverSslSessionId
*/
@@ -2898,6 +3009,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param serverSslSessionId set the serverSslSessionId.
*/
@@ -2909,6 +3021,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return serverSslSessionReused
*/
@@ -2920,6 +3033,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param serverSslSessionReused set the serverSslSessionReused.
*/
@@ -2932,6 +3046,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 0.
* @return serversTried
*/
@@ -2944,6 +3059,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 0.
* @param serversTried set the serversTried.
*/
@@ -2954,7 +3070,7 @@ public void setServersTried(Integer serversTried) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property service_engine of obj type applicationlog field type str type string.
+ * 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 serviceEngine
*/
@@ -2965,7 +3081,7 @@ public String getServiceEngine() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property service_engine of obj type applicationlog field type str type string.
+ * 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 serviceEngine set the serviceEngine.
*/
@@ -2978,6 +3094,7 @@ 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().
* 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.
* @return sessionId
*/
@@ -2990,6 +3107,7 @@ public String getSessionId() {
* This is the setter method to the attribute.
* Field set by datascript using avi.vs.set_session_id().
* 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.
* @param sessionId set the sessionId.
*/
@@ -3000,7 +3118,7 @@ public void setSessionId(String sessionId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property significance of obj type applicationlog field type str type string.
+ * 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 significance
*/
@@ -3011,7 +3129,7 @@ public String getSignificance() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property significance of obj type applicationlog field type str type string.
+ * 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 significance set the significance.
*/
@@ -3022,7 +3140,7 @@ public void setSignificance(String significance) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property significant of obj type applicationlog field type str type integer.
+ * 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 significant
*/
@@ -3033,7 +3151,7 @@ public Integer getSignificant() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property significant of obj type applicationlog field type str type integer.
+ * 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 significant set the significant.
*/
@@ -3050,6 +3168,7 @@ public void setSignificant(Integer significant) {
* ADF_UDP_CONN_SETUP_FAILED_INTERNAL, ADF_UDP_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, ADF_CLIENT_CONN_FAILED, ADF_SERVER_CERTIFICATE_VERIFICATION_FAILED, ADF_SERVER_SIDE_SSL_HANDSHAKE_FAILED...
+ * 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 significantLog
*/
@@ -3066,6 +3185,7 @@ public List getSignificantLog() {
* ADF_UDP_CONN_SETUP_FAILED_INTERNAL, ADF_UDP_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, ADF_CLIENT_CONN_FAILED, ADF_SERVER_CERTIFICATE_VERIFICATION_FAILED, ADF_SERVER_SIDE_SSL_HANDSHAKE_FAILED...
+ * 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 significantLog
*/
@@ -3082,6 +3202,7 @@ public void setSignificantLog(List significantLog) {
* ADF_UDP_CONN_SETUP_FAILED_INTERNAL, ADF_UDP_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, ADF_CLIENT_CONN_FAILED, ADF_SERVER_CERTIFICATE_VERIFICATION_FAILED, ADF_SERVER_SIDE_SSL_HANDSHAKE_FAILED...
+ * 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 significantLog
*/
@@ -3098,6 +3219,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return sniHostname
*/
@@ -3109,6 +3231,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param sniHostname set the sniHostname.
*/
@@ -3122,6 +3245,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return sourceIp
*/
@@ -3135,6 +3259,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param sourceIp set the sourceIp.
*/
@@ -3148,6 +3273,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return sourceIp6
*/
@@ -3161,6 +3287,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param sourceIp6 set the sourceIp6.
*/
@@ -3171,7 +3298,7 @@ public void setSourceIp6(String sourceIp6) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property spdy_version of obj type applicationlog field type str type string.
+ * 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 spdyVersion
*/
@@ -3182,7 +3309,7 @@ public String getSpdyVersion() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property spdy_version of obj type applicationlog field type str type string.
+ * 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 spdyVersion set the spdyVersion.
*/
@@ -3193,7 +3320,7 @@ public void setSpdyVersion(String spdyVersion) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property ssl_cipher of obj type applicationlog field type str type string.
+ * 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 sslCipher
*/
@@ -3204,7 +3331,7 @@ public String getSslCipher() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property ssl_cipher of obj type applicationlog field type str type string.
+ * 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 sslCipher set the sslCipher.
*/
@@ -3215,7 +3342,7 @@ public void setSslCipher(String sslCipher) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property ssl_session_id of obj type applicationlog field type str type string.
+ * 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 sslSessionId
*/
@@ -3226,7 +3353,7 @@ public String getSslSessionId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property ssl_session_id of obj type applicationlog field type str type string.
+ * 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 sslSessionId set the sslSessionId.
*/
@@ -3237,7 +3364,7 @@ public void setSslSessionId(String sslSessionId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property ssl_version of obj type applicationlog field type str type string.
+ * 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 sslVersion
*/
@@ -3248,7 +3375,7 @@ public String getSslVersion() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property ssl_version of obj type applicationlog field type str type string.
+ * 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 sslVersion set the sslVersion.
*/
@@ -3260,6 +3387,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return totalTime
*/
@@ -3271,6 +3399,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param totalTime set the totalTime.
*/
@@ -3281,7 +3410,7 @@ public void setTotalTime(Integer totalTime) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property udf of obj type applicationlog field type str type boolean.
+ * 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 udf
*/
@@ -3292,7 +3421,7 @@ public Boolean getUdf() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property udf of obj type applicationlog field type str type boolean.
+ * 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 udf set the udf.
*/
@@ -3303,7 +3432,7 @@ public void setUdf(Boolean udf) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property uri_path of obj type applicationlog field type str type string.
+ * 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 uriPath
*/
@@ -3314,7 +3443,7 @@ public String getUriPath() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property uri_path of obj type applicationlog field type str type string.
+ * 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 uriPath set the uriPath.
*/
@@ -3325,7 +3454,7 @@ public void setUriPath(String uriPath) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property uri_query of obj type applicationlog field type str type string.
+ * 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 uriQuery
*/
@@ -3336,7 +3465,7 @@ public String getUriQuery() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property uri_query of obj type applicationlog field type str type string.
+ * 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 uriQuery set the uriQuery.
*/
@@ -3347,7 +3476,7 @@ public void setUriQuery(String uriQuery) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property user_agent of obj type applicationlog field type str type string.
+ * 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 userAgent
*/
@@ -3358,7 +3487,7 @@ public String getUserAgent() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property user_agent of obj type applicationlog field type str type string.
+ * 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 userAgent set the userAgent.
*/
@@ -3369,7 +3498,7 @@ public void setUserAgent(String userAgent) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property user_id of obj type applicationlog field type str type string.
+ * 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 userId
*/
@@ -3380,7 +3509,7 @@ public String getUserId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property user_id of obj type applicationlog field type str type string.
+ * 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 userId set the userId.
*/
@@ -3391,7 +3520,7 @@ public void setUserId(String userId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property vcpu_id of obj type applicationlog field type str type integer.
+ * 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 vcpuId
*/
@@ -3402,7 +3531,7 @@ public Integer getVcpuId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property vcpu_id of obj type applicationlog field type str type integer.
+ * 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 vcpuId set the vcpuId.
*/
@@ -3413,7 +3542,7 @@ public void setVcpuId(Integer vcpuId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property virtualservice of obj type applicationlog field type str type string.
+ * 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 virtualservice
*/
@@ -3424,7 +3553,7 @@ public String getVirtualservice() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property virtualservice of obj type applicationlog field type str type string.
+ * 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 virtualservice set the virtualservice.
*/
@@ -3436,6 +3565,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vsIp
*/
@@ -3447,6 +3577,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param vsIp set the vsIp.
*/
@@ -3459,6 +3590,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vsIp6
*/
@@ -3471,6 +3603,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param vsIp6 set the vsIp6.
*/
@@ -3483,6 +3616,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return wafLog
*/
@@ -3495,6 +3629,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param wafLog set the wafLog.
*/
@@ -3505,7 +3640,7 @@ public void setWafLog(WafLog wafLog) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property xff of obj type applicationlog field type str type string.
+ * 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 xff
*/
@@ -3516,7 +3651,7 @@ public String getXff() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property xff of obj type applicationlog field type str type string.
+ * 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 xff set the xff.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApplicationPersistenceProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApplicationPersistenceProfile.java
index 453d5a82..9baf697e 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApplicationPersistenceProfile.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApplicationPersistenceProfile.java
@@ -89,6 +89,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return appCookiePersistenceProfile
*/
@@ -100,6 +101,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param appCookiePersistenceProfile set the appCookiePersistenceProfile.
*/
@@ -110,7 +112,7 @@ public void setAppCookiePersistenceProfile(AppCookiePersistenceProfile appCookie
/**
* This is the getter method this will return the attribute value.
- * User defined description for the object.
+ * 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 description
*/
@@ -121,7 +123,7 @@ public String getDescription() {
/**
* This is the setter method to the attribute.
- * User defined description for the object.
+ * 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 description set the description.
*/
@@ -133,6 +135,7 @@ public void setDescription(String description) {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return hdrPersistenceProfile
*/
@@ -144,6 +147,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param hdrPersistenceProfile set the hdrPersistenceProfile.
*/
@@ -155,6 +159,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return httpCookiePersistenceProfile
*/
@@ -166,6 +171,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param httpCookiePersistenceProfile set the httpCookiePersistenceProfile.
*/
@@ -177,6 +183,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ipPersistenceProfile
*/
@@ -188,6 +195,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ipPersistenceProfile set the ipPersistenceProfile.
*/
@@ -202,6 +210,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return isFederated
*/
@@ -216,6 +225,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param isFederated set the isFederated.
*/
@@ -231,6 +241,7 @@ public void setIsFederated(Boolean isFederated) {
* Field deprecated in 20.1.5.
* Field introduced in 20.1.2.
* Maximum of 4 items allowed.
+ * Allowed in enterprise edition with any value, enterprise with cloud services edition.
* @return labels
*/
@VsoMethod
@@ -245,6 +256,7 @@ public List getLabels() {
* Field deprecated in 20.1.5.
* Field introduced in 20.1.2.
* Maximum of 4 items allowed.
+ * Allowed in enterprise edition with any value, enterprise with cloud services edition.
* @return labels
*/
@VsoMethod
@@ -259,6 +271,7 @@ public void setLabels(List labels) {
* Field deprecated in 20.1.5.
* Field introduced in 20.1.2.
* Maximum of 4 items allowed.
+ * Allowed in enterprise edition with any value, enterprise with cloud services edition.
* @return labels
*/
@VsoMethod
@@ -275,7 +288,8 @@ public ApplicationPersistenceProfile addLabelsItem(KeyValue labelsItem) {
* 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 basic edition, essentials edition, enterprise edition.
+ * 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 null.
* @return markers
*/
@@ -288,7 +302,8 @@ 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 basic edition, essentials edition, enterprise edition.
+ * 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 null.
* @return markers
*/
@@ -301,7 +316,8 @@ 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 basic edition, essentials edition, enterprise edition.
+ * 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 null.
* @return markers
*/
@@ -318,6 +334,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return name
*/
@@ -329,6 +346,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param name set the name.
*/
@@ -342,8 +360,9 @@ public void setName(String name) {
* 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 basic(allowed values- persistence_type_client_ip_address,persistence_type_http_cookie) edition, essentials(allowed values-
- * persistence_type_client_ip_address,persistence_type_http_cookie) edition, enterprise edition.
+ * 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.
* Default value when not specified in API or module is interpreted by Avi Controller as "PERSISTENCE_TYPE_CLIENT_IP_ADDRESS".
* @return persistenceType
*/
@@ -357,8 +376,9 @@ public String getPersistenceType() {
* 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 basic(allowed values- persistence_type_client_ip_address,persistence_type_http_cookie) edition, essentials(allowed values-
- * persistence_type_client_ip_address,persistence_type_http_cookie) edition, enterprise edition.
+ * 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.
* 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.
*/
@@ -371,8 +391,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 basic(allowed values- hm_down_pick_new_server) edition, essentials(allowed values- hm_down_pick_new_server) edition, enterprise
- * edition.
+ * 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.
* Default value when not specified in API or module is interpreted by Avi Controller as "HM_DOWN_PICK_NEW_SERVER".
* @return serverHmDownRecovery
*/
@@ -385,8 +405,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 basic(allowed values- hm_down_pick_new_server) edition, essentials(allowed values- hm_down_pick_new_server) edition, enterprise
- * edition.
+ * 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.
* 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.
*/
@@ -398,6 +418,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRef
*/
@@ -409,6 +430,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tenantRef set the tenantRef.
*/
@@ -439,6 +461,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return uuid
*/
@@ -450,6 +473,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param uuid set the uuid.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApplicationProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApplicationProfile.java
index fe0e714c..ea73d1c0 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApplicationProfile.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ApplicationProfile.java
@@ -108,6 +108,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.
* 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 appServiceType
*/
@@ -121,6 +122,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.
* 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 appServiceType set the appServiceType.
*/
@@ -134,6 +136,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return cloudConfigCksum
*/
@@ -147,6 +150,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param cloudConfigCksum set the cloudConfigCksum.
*/
@@ -159,6 +163,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return createdBy
*/
@@ -171,6 +176,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param createdBy set the createdBy.
*/
@@ -181,7 +187,7 @@ public void setCreatedBy(String createdBy) {
/**
* This is the getter method this will return the attribute value.
- * User defined description for the object.
+ * 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 description
*/
@@ -192,7 +198,7 @@ public String getDescription() {
/**
* This is the setter method to the attribute.
- * User defined description for the object.
+ * 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 description set the description.
*/
@@ -204,6 +210,7 @@ public void setDescription(String description) {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return dnsServiceProfile
*/
@@ -215,6 +222,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param dnsServiceProfile set the dnsServiceProfile.
*/
@@ -226,6 +234,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return dosRlProfile
*/
@@ -237,6 +246,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param dosRlProfile set the dosRlProfile.
*/
@@ -248,6 +258,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return httpProfile
*/
@@ -259,6 +270,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param httpProfile set the httpProfile.
*/
@@ -271,7 +283,8 @@ public void setHttpProfile(HTTPApplicationProfile httpProfile) {
* 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 basic edition, essentials edition, enterprise edition.
+ * 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 null.
* @return markers
*/
@@ -284,7 +297,8 @@ 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 basic edition, essentials edition, enterprise edition.
+ * 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 null.
* @return markers
*/
@@ -297,7 +311,8 @@ 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 basic edition, essentials edition, enterprise edition.
+ * 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 null.
* @return markers
*/
@@ -314,6 +329,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return name
*/
@@ -325,6 +341,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param name set the name.
*/
@@ -337,6 +354,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return preserveClientIp
*/
@@ -349,6 +367,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param preserveClientIp set the preserveClientIp.
*/
@@ -361,6 +380,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return preserveClientPort
*/
@@ -373,6 +393,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param preserveClientPort set the preserveClientPort.
*/
@@ -385,7 +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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return preserveDestIpPort
*/
@@ -398,7 +420,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param preserveDestIpPort set the preserveDestIpPort.
*/
@@ -411,7 +434,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 basic edition, essentials edition, enterprise edition.
+ * 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 sipServiceProfile
*/
@@ -424,7 +447,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 basic edition, essentials edition, enterprise edition.
+ * 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 sipServiceProfile set the sipServiceProfile.
*/
@@ -436,6 +459,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tcpAppProfile
*/
@@ -447,6 +471,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tcpAppProfile set the tcpAppProfile.
*/
@@ -458,6 +483,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRef
*/
@@ -469,6 +495,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tenantRef set the tenantRef.
*/
@@ -482,8 +509,8 @@ public void setTenantRef(String tenantRef) {
* 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 basic(allowed values- application_profile_type_l4,application_profile_type_http) edition, essentials(allowed values-
- * application_profile_type_l4) edition, enterprise edition.
+ * 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return type
*/
@@ -497,8 +524,8 @@ public String getType() {
* 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 basic(allowed values- application_profile_type_l4,application_profile_type_http) edition, essentials(allowed values-
- * application_profile_type_l4) edition, enterprise edition.
+ * 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param type set the type.
*/
@@ -529,6 +556,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return uuid
*/
@@ -540,6 +568,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param uuid set the uuid.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ArpTableFilter.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ArpTableFilter.java
index 49e989ae..ce5d379c 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ArpTableFilter.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ArpTableFilter.java
@@ -34,6 +34,7 @@ public class ArpTableFilter extends AviRestResource {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ipAddress
*/
@@ -45,6 +46,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ipAddress set the ipAddress.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AttachIpStatusEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AttachIpStatusEventDetails.java
index 3b95599f..efc233e3 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AttachIpStatusEventDetails.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AttachIpStatusEventDetails.java
@@ -46,6 +46,7 @@ public class AttachIpStatusEventDetails extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return reason
*/
@@ -58,6 +59,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param reason set the reason.
*/
@@ -70,6 +72,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return seName
*/
@@ -82,6 +85,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param seName set the seName.
*/
@@ -94,6 +98,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vipId
*/
@@ -106,6 +111,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param vipId set the vipId.
*/
@@ -118,6 +124,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vsName
*/
@@ -130,6 +137,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param vsName set the vsName.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AttackDnsAmplification.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AttackDnsAmplification.java
index 4db06ff7..d1c1a719 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AttackDnsAmplification.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AttackDnsAmplification.java
@@ -41,6 +41,7 @@ public class AttackDnsAmplification extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return recordType
*/
@@ -56,6 +57,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param recordType set the recordType.
*/
@@ -68,6 +70,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return srcPort
*/
@@ -80,6 +83,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param srcPort set the srcPort.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AttackMetaData.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AttackMetaData.java
index 47389c74..4285b5ae 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AttackMetaData.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AttackMetaData.java
@@ -47,6 +47,7 @@ public class AttackMetaData extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return amplification
*/
@@ -59,6 +60,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param amplification set the amplification.
*/
@@ -69,7 +71,7 @@ public void setAmplification(AttackDnsAmplification amplification) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property ip of obj type attackmetadata field type str type string.
+ * 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 ip
*/
@@ -80,7 +82,7 @@ public String getIp() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property ip of obj type attackmetadata field type str type string.
+ * 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 ip set the ip.
*/
@@ -91,7 +93,7 @@ public void setIp(String ip) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property max_resp_time of obj type attackmetadata field type str type integer.
+ * 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 maxRespTime
*/
@@ -102,7 +104,7 @@ public Integer getMaxRespTime() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property max_resp_time of obj type attackmetadata field type str type integer.
+ * 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 maxRespTime set the maxRespTime.
*/
@@ -112,7 +114,7 @@ public void setMaxRespTime(Integer maxRespTime) {
}
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property url of obj type attackmetadata field type str type string.
+ * 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 url
*/
@@ -123,7 +125,7 @@ public String getUrl() {
/**
* This is the setter method. this will set the url
- * Placeholder for description of property url of obj type attackmetadata field type str type string.
+ * 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 url
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AttackMitigationAction.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AttackMitigationAction.java
index 738928b1..7927395c 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AttackMitigationAction.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AttackMitigationAction.java
@@ -34,6 +34,7 @@ public class AttackMitigationAction extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return deny
*/
@@ -46,6 +47,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param deny set the deny.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuditComplianceEventInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuditComplianceEventInfo.java
index ef1f7837..489fa373 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuditComplianceEventInfo.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuditComplianceEventInfo.java
@@ -94,6 +94,7 @@ public class AuditComplianceEventInfo extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return clusterUuid
*/
@@ -106,6 +107,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param clusterUuid set the clusterUuid.
*/
@@ -118,6 +120,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return coreArchive
*/
@@ -130,6 +133,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param coreArchive set the coreArchive.
*/
@@ -142,6 +146,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return detailedReason
*/
@@ -154,6 +159,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param detailedReason set the detailedReason.
*/
@@ -166,6 +172,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return eventGeneratedBySe
*/
@@ -178,6 +185,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param eventGeneratedBySe set the eventGeneratedBySe.
*/
@@ -190,6 +198,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return fingerprint
*/
@@ -202,6 +211,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param fingerprint set the fingerprint.
*/
@@ -215,6 +225,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return location
*/
@@ -228,6 +239,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param location set the location.
*/
@@ -240,6 +252,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return node
*/
@@ -252,6 +265,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param node set the node.
*/
@@ -264,6 +278,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return patchVersion
*/
@@ -276,6 +291,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param patchVersion set the patchVersion.
*/
@@ -288,6 +304,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return processName
*/
@@ -300,6 +317,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param processName set the processName.
*/
@@ -313,6 +331,7 @@ public void setProcessName(String processName) {
* Protocol used for communication to the external entity.
* Enum options - SSH1_0, 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return protocol
*/
@@ -326,6 +345,7 @@ public String getProtocol() {
* Protocol used for communication to the external entity.
* Enum options - SSH1_0, 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param protocol set the protocol.
*/
@@ -339,6 +359,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return result
*/
@@ -352,6 +373,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param result set the result.
*/
@@ -364,6 +386,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return seUuid
*/
@@ -376,6 +399,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param seUuid set the seUuid.
*/
@@ -389,6 +413,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return subjects
*/
@@ -402,6 +427,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return subjects
*/
@@ -415,6 +441,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return subjects
*/
@@ -436,6 +463,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return type
*/
@@ -452,6 +480,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param type set the type.
*/
@@ -465,6 +494,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return userIdentities
*/
@@ -478,6 +508,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return userIdentities
*/
@@ -491,6 +522,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return userIdentities
*/
@@ -508,6 +540,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return version
*/
@@ -520,6 +553,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param version set the version.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthAttributeMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthAttributeMatch.java
index 35deeed1..46d264ae 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthAttributeMatch.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthAttributeMatch.java
@@ -39,6 +39,7 @@ public class AuthAttributeMatch extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return attributeName
*/
@@ -51,6 +52,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param attributeName set the attributeName.
*/
@@ -63,7 +65,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 basic edition, essentials edition, enterprise edition.
+ * 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 attributeValueList
*/
@@ -76,7 +78,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 basic edition, essentials edition, enterprise edition.
+ * 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 attributeValueList set the attributeValueList.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthMappingRule.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthMappingRule.java
index cbf8f1bb..2a70e092 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthMappingRule.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthMappingRule.java
@@ -98,6 +98,7 @@ public class AuthMappingRule extends AviRestResource {
* Enum options - ASSIGN_ALL, ASSIGN_FROM_SELECT_LIST, ASSIGN_MATCHING_GROUP_NAME, ASSIGN_MATCHING_ATTRIBUTE_VALUE, ASSIGN_MATCHING_GROUP_REGEX,
* ASSIGN_MATCHING_ATTRIBUTE_REGEX.
* Field introduced in 18.2.7, 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.
* @return assignPolicy
*/
@@ -112,6 +113,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.
* Field introduced in 18.2.7, 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.
* @param assignPolicy set the assignPolicy.
*/
@@ -124,6 +126,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.
+ * 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 assignRole
*/
@@ -136,6 +139,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.
+ * 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 assignRole set the assignRole.
*/
@@ -148,6 +152,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.
+ * 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 assignTenant
*/
@@ -160,6 +165,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.
+ * 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 assignTenant set the assignTenant.
*/
@@ -174,6 +180,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.
* Field introduced in 20.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 assignUserprofile
*/
@@ -188,6 +195,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.
* Field introduced in 20.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 assignUserprofile set the assignUserprofile.
*/
@@ -198,7 +206,7 @@ public void setAssignUserprofile(String assignUserprofile) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property attribute_match of obj type authmappingrule field type str type ref.
+ * 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 attributeMatch
*/
@@ -209,7 +217,7 @@ public AuthMatchAttribute getAttributeMatch() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property attribute_match of obj type authmappingrule field type str type ref.
+ * 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 attributeMatch set the attributeMatch.
*/
@@ -220,7 +228,7 @@ public void setAttributeMatch(AuthMatchAttribute attributeMatch) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property group_match of obj type authmappingrule field type str type ref.
+ * 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 groupMatch
*/
@@ -231,7 +239,7 @@ public AuthMatchGroupMembership getGroupMatch() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property group_match of obj type authmappingrule field type str type ref.
+ * 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 groupMatch set the groupMatch.
*/
@@ -242,7 +250,7 @@ public void setGroupMatch(AuthMatchGroupMembership groupMatch) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property index of obj type authmappingrule field type str type integer.
+ * 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 index
*/
@@ -253,7 +261,7 @@ public Integer getIndex() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property index of obj type authmappingrule field type str type integer.
+ * 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 index set the index.
*/
@@ -264,7 +272,7 @@ public void setIndex(Integer index) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property is_superuser of obj type authmappingrule field type str type boolean.
+ * 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 isSuperuser
*/
@@ -275,7 +283,7 @@ public Boolean getIsSuperuser() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property is_superuser of obj type authmappingrule field type str type boolean.
+ * 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 isSuperuser set the isSuperuser.
*/
@@ -290,6 +298,7 @@ public void setIsSuperuser(Boolean isSuperuser) {
* It is a reference to an object of type objectaccesspolicy.
* Field deprecated in 20.1.2.
* Field introduced in 18.2.7, 20.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return objectAccessPolicyRefs
*/
@VsoMethod
@@ -303,6 +312,7 @@ public List getObjectAccessPolicyRefs() {
* It is a reference to an object of type objectaccesspolicy.
* Field deprecated in 20.1.2.
* Field introduced in 18.2.7, 20.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return objectAccessPolicyRefs
*/
@VsoMethod
@@ -316,6 +326,7 @@ public void setObjectAccessPolicyRefs(List objectAccessPolicyRefs) {
* It is a reference to an object of type objectaccesspolicy.
* Field deprecated in 20.1.2.
* Field introduced in 18.2.7, 20.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return objectAccessPolicyRefs
*/
@VsoMethod
@@ -332,6 +343,7 @@ public AuthMappingRule addObjectAccessPolicyRefsItem(String objectAccessPolicyRe
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return policyAttributeName
*/
@@ -344,6 +356,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param policyAttributeName set the policyAttributeName.
*/
@@ -354,7 +367,7 @@ public void setPolicyAttributeName(String policyAttributeName) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property role_attribute_name of obj type authmappingrule field type str type string.
+ * 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 roleAttributeName
*/
@@ -365,7 +378,7 @@ public String getRoleAttributeName() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property role_attribute_name of obj type authmappingrule field type str type string.
+ * 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 roleAttributeName set the roleAttributeName.
*/
@@ -377,6 +390,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return roleRefs
*/
@@ -388,6 +402,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return roleRefs
*/
@@ -399,6 +414,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return roleRefs
*/
@@ -414,7 +430,7 @@ public AuthMappingRule addRoleRefsItem(String roleRefsItem) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property tenant_attribute_name of obj type authmappingrule field type str type string.
+ * 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 tenantAttributeName
*/
@@ -425,7 +441,7 @@ public String getTenantAttributeName() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property tenant_attribute_name of obj type authmappingrule field type str type string.
+ * 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 tenantAttributeName set the tenantAttributeName.
*/
@@ -437,6 +453,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRefs
*/
@@ -448,6 +465,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRefs
*/
@@ -459,6 +477,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRefs
*/
@@ -476,6 +495,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return userprofileAttributeName
*/
@@ -488,6 +508,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param userprofileAttributeName set the userprofileAttributeName.
*/
@@ -501,6 +522,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return userprofileRef
*/
@@ -514,6 +536,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param userprofileRef set the userprofileRef.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthMatchAttribute.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthMatchAttribute.java
index 3a4ae904..0301b644 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthMatchAttribute.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthMatchAttribute.java
@@ -42,6 +42,7 @@ public class AuthMatchAttribute extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return criteria
*/
@@ -54,6 +55,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param criteria set the criteria.
*/
@@ -64,7 +66,7 @@ public void setCriteria(String criteria) {
/**
* This is the getter method this will return the attribute value.
- * Name of the object.
+ * 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 name
*/
@@ -75,7 +77,7 @@ public String getName() {
/**
* This is the setter method to the attribute.
- * Name of the object.
+ * 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 name set the name.
*/
@@ -86,7 +88,7 @@ public void setName(String name) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property values of obj type authmatchattribute field type str type array.
+ * 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 values
*/
@@ -97,7 +99,7 @@ public List getValues() {
/**
* This is the setter method. this will set the values
- * Placeholder for description of property values of obj type authmatchattribute field type str type array.
+ * 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 values
*/
@@ -108,7 +110,7 @@ public void setValues(List values) {
/**
* This is the setter method this will set the values
- * Placeholder for description of property values of obj type authmatchattribute field type str type array.
+ * 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 values
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthMatchGroupMembership.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthMatchGroupMembership.java
index 3482fea5..ce70d714 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthMatchGroupMembership.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthMatchGroupMembership.java
@@ -38,6 +38,7 @@ public class AuthMatchGroupMembership extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return criteria
*/
@@ -50,6 +51,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param criteria set the criteria.
*/
@@ -60,7 +62,7 @@ public void setCriteria(String criteria) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property groups of obj type authmatchgroupmembership field type str type array.
+ * 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 groups
*/
@@ -71,7 +73,7 @@ public List getGroups() {
/**
* This is the setter method. this will set the groups
- * Placeholder for description of property groups of obj type authmatchgroupmembership field type str type array.
+ * 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 groups
*/
@@ -82,7 +84,7 @@ public void setGroups(List groups) {
/**
* This is the setter method this will set the groups
- * Placeholder for description of property groups of obj type authmatchgroupmembership field type str type array.
+ * 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 groups
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthProfile.java
index 7c04af9d..d6b08b16 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthProfile.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthProfile.java
@@ -89,7 +89,7 @@ public class AuthProfile extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * User defined description for the object.
+ * 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 description
*/
@@ -100,7 +100,7 @@ public String getDescription() {
/**
* This is the setter method to the attribute.
- * User defined description for the object.
+ * 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 description set the description.
*/
@@ -112,6 +112,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return http
*/
@@ -123,6 +124,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param http set the http.
*/
@@ -136,6 +138,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return jwtProfileRef
*/
@@ -149,6 +152,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param jwtProfileRef set the jwtProfileRef.
*/
@@ -160,6 +164,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ldap
*/
@@ -171,6 +176,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ldap set the ldap.
*/
@@ -183,7 +189,8 @@ 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 basic edition, essentials edition, enterprise edition.
+ * 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 null.
* @return markers
*/
@@ -196,7 +203,8 @@ 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 basic edition, essentials edition, enterprise edition.
+ * 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 null.
* @return markers
*/
@@ -209,7 +217,8 @@ 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 basic edition, essentials edition, enterprise edition.
+ * 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 null.
* @return markers
*/
@@ -226,6 +235,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return name
*/
@@ -237,6 +247,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param name set the name.
*/
@@ -249,6 +260,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return oauthProfile
*/
@@ -261,6 +273,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param oauthProfile set the oauthProfile.
*/
@@ -274,7 +287,7 @@ public void setOauthProfile(OAuthProfile oauthProfile) {
* Pingaccessagent uuid.
* It is a reference to an object of type pingaccessagent.
* Field introduced in 18.2.3.
- * Allowed in basic edition, essentials edition, enterprise edition.
+ * 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 paAgentRef
*/
@@ -288,7 +301,7 @@ public String getPaAgentRef() {
* Pingaccessagent uuid.
* It is a reference to an object of type pingaccessagent.
* Field introduced in 18.2.3.
- * Allowed in basic edition, essentials edition, enterprise edition.
+ * 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 paAgentRef set the paAgentRef.
*/
@@ -301,6 +314,7 @@ public void setPaAgentRef(String paAgentRef) {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return saml
*/
@@ -313,6 +327,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param saml set the saml.
*/
@@ -324,6 +339,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tacacsPlus
*/
@@ -335,6 +351,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tacacsPlus set the tacacsPlus.
*/
@@ -346,6 +363,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRef
*/
@@ -357,6 +375,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tenantRef set the tenantRef.
*/
@@ -369,6 +388,7 @@ 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, basic, enterprise with cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return type
*/
@@ -381,6 +401,7 @@ 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, 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.
*/
@@ -411,6 +432,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return uuid
*/
@@ -422,6 +444,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param uuid set the uuid.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthProfileHTTPClientParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthProfileHTTPClientParams.java
index 2135435b..06f6194a 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthProfileHTTPClientParams.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthProfileHTTPClientParams.java
@@ -47,6 +47,7 @@ public class AuthProfileHTTPClientParams extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as 5.
* @return cacheExpirationTime
*/
@@ -60,6 +61,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 5.
* @param cacheExpirationTime set the cacheExpirationTime.
*/
@@ -73,6 +75,7 @@ public void setCacheExpirationTime(Integer cacheExpirationTime) {
* Group member entries contain full dns instead of just user id attribute values.
* This should now be configured using the ldapdirectorysettings field instead.
* Field deprecated in 18.2.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return groupMemberIsFullDn
*/
@VsoMethod
@@ -85,6 +88,7 @@ public Boolean getGroupMemberIsFullDn() {
* Group member entries contain full dns instead of just user id attribute values.
* This should now be configured using the ldapdirectorysettings field instead.
* Field deprecated in 18.2.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param groupMemberIsFullDn set the groupMemberIsFullDn.
*/
@VsoMethod
@@ -97,6 +101,7 @@ public void setGroupMemberIsFullDn(Boolean groupMemberIsFullDn) {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return requestHeader
*/
@@ -110,6 +115,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param requestHeader set the requestHeader.
*/
@@ -123,6 +129,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return requireUserGroups
*/
@@ -136,6 +143,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return requireUserGroups
*/
@@ -149,6 +157,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return requireUserGroups
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthTacacsPlusAttributeValuePair.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthTacacsPlusAttributeValuePair.java
index 5c914c0a..f9ffc314 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthTacacsPlusAttributeValuePair.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthTacacsPlusAttributeValuePair.java
@@ -41,6 +41,7 @@ public class AuthTacacsPlusAttributeValuePair extends AviRestResource {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return mandatory
*/
@@ -52,6 +53,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param mandatory set the mandatory.
*/
@@ -63,6 +65,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return name
*/
@@ -74,6 +77,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param name set the name.
*/
@@ -85,6 +89,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return value
*/
@@ -96,6 +101,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param value set the value.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthenticationAction.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthenticationAction.java
index 9e2bf4dc..853f26cd 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthenticationAction.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthenticationAction.java
@@ -35,6 +35,7 @@ public class AuthenticationAction extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as "USE_DEFAULT_AUTHENTICATION".
* @return type
*/
@@ -48,6 +49,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.
* 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/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthenticationMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthenticationMatch.java
index 649c1df8..15220ab6 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthenticationMatch.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthenticationMatch.java
@@ -45,6 +45,7 @@ public class AuthenticationMatch extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return clientIp
*/
@@ -57,6 +58,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param clientIp set the clientIp.
*/
@@ -69,6 +71,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return hostHdr
*/
@@ -81,6 +84,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param hostHdr set the hostHdr.
*/
@@ -93,6 +97,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return path
*/
@@ -105,6 +110,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param path set the path.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthenticationPolicy.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthenticationPolicy.java
index 3e43e3a7..5d307c41 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthenticationPolicy.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthenticationPolicy.java
@@ -68,6 +68,7 @@ public class AuthenticationPolicy extends AviRestResource {
* It is a reference to an object of type authprofile.
* Field deprecated in 18.2.3.
* Field introduced in 18.2.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return authProfileRef
*/
@VsoMethod
@@ -81,6 +82,7 @@ public String getAuthProfileRef() {
* It is a reference to an object of type authprofile.
* Field deprecated in 18.2.3.
* Field introduced in 18.2.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param authProfileRef set the authProfileRef.
*/
@VsoMethod
@@ -92,6 +94,7 @@ public void setAuthProfileRef(String authProfileRef) {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return authnRules
*/
@@ -104,6 +107,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return authnRules
*/
@@ -116,6 +120,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return authnRules
*/
@@ -134,6 +139,7 @@ public AuthenticationPolicy addAuthnRulesItem(AuthenticationRule authnRulesItem)
* Http cookie name for authenticated session.
* Field deprecated in 18.2.3.
* Field introduced in 18.2.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return cookieName
*/
@VsoMethod
@@ -146,6 +152,7 @@ public String getCookieName() {
* Http cookie name for authenticated session.
* Field deprecated in 18.2.3.
* Field introduced in 18.2.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param cookieName set the cookieName.
*/
@VsoMethod
@@ -160,6 +167,7 @@ public void setCookieName(String cookieName) {
* Field deprecated in 18.2.3.
* Field introduced in 18.2.1.
* Unit is min.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return cookieTimeout
*/
@VsoMethod
@@ -174,6 +182,7 @@ public Integer getCookieTimeout() {
* Field deprecated in 18.2.3.
* Field introduced in 18.2.1.
* Unit is min.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param cookieTimeout set the cookieTimeout.
*/
@VsoMethod
@@ -186,6 +195,7 @@ public void setCookieTimeout(Integer cookieTimeout) {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return defaultAuthProfileRef
*/
@@ -199,6 +209,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param defaultAuthProfileRef set the defaultAuthProfileRef.
*/
@@ -213,6 +224,7 @@ public void setDefaultAuthProfileRef(String defaultAuthProfileRef) {
* Entity id on the idp should match this.
* Field deprecated in 18.2.3.
* Field introduced in 18.2.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return entityId
*/
@VsoMethod
@@ -226,6 +238,7 @@ public String getEntityId() {
* Entity id on the idp should match this.
* Field deprecated in 18.2.3.
* Field introduced in 18.2.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param entityId set the entityId.
*/
@VsoMethod
@@ -238,6 +251,7 @@ public void setEntityId(String entityId) {
* Key to generate the cookie.
* Field deprecated in 18.2.3.
* Field introduced in 18.2.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return key
*/
@VsoMethod
@@ -250,6 +264,7 @@ public List getKey() {
* Key to generate the cookie.
* Field deprecated in 18.2.3.
* Field introduced in 18.2.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return key
*/
@VsoMethod
@@ -262,6 +277,7 @@ public void setKey(List key) {
* Key to generate the cookie.
* Field deprecated in 18.2.3.
* Field introduced in 18.2.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return key
*/
@VsoMethod
@@ -279,6 +295,7 @@ public AuthenticationPolicy addKeyItem(HttpCookiePersistenceKey keyItem) {
* Single signon url to be programmed on the idp.
* Field deprecated in 18.2.3.
* Field introduced in 18.2.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return singleSignonUrl
*/
@VsoMethod
@@ -291,6 +308,7 @@ public String getSingleSignonUrl() {
* Single signon url to be programmed on the idp.
* Field deprecated in 18.2.3.
* Field introduced in 18.2.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param singleSignonUrl set the singleSignonUrl.
*/
@VsoMethod
@@ -303,6 +321,8 @@ public void setSingleSignonUrl(String singleSignonUrl) {
* Saml sp metadata.
* Field deprecated in 18.2.3.
* Field introduced in 18.2.1.
+ * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services
+ * edition.
* @return spMetadata
*/
@VsoMethod
@@ -315,6 +335,8 @@ public String getSpMetadata() {
* Saml sp metadata.
* Field deprecated in 18.2.3.
* Field introduced in 18.2.1.
+ * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services
+ * edition.
* @param spMetadata set the spMetadata.
*/
@VsoMethod
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthenticationRule.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthenticationRule.java
index e6b15268..c8d77e58 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthenticationRule.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthenticationRule.java
@@ -52,6 +52,7 @@ public class AuthenticationRule extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return action
*/
@@ -64,6 +65,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param action set the action.
*/
@@ -76,6 +78,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return enable
*/
@@ -88,6 +91,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param enable set the enable.
*/
@@ -100,6 +104,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return index
*/
@@ -112,6 +117,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param index set the index.
*/
@@ -124,7 +130,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 basic edition, essentials edition, enterprise edition.
+ * 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 match
*/
@@ -137,7 +143,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 basic edition, essentials edition, enterprise edition.
+ * 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 match set the match.
*/
@@ -150,6 +156,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return name
*/
@@ -162,6 +169,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param name set the name.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthnRuleMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthnRuleMatch.java
index 3554800f..45faf093 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthnRuleMatch.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthnRuleMatch.java
@@ -39,6 +39,7 @@ public class AuthnRuleMatch extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ruleAction
*/
@@ -52,6 +53,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ruleAction set the ruleAction.
*/
@@ -64,6 +66,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ruleName
*/
@@ -76,6 +79,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ruleName set the ruleName.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthorizationAction.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthorizationAction.java
index d39820d7..a4684468 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthorizationAction.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthorizationAction.java
@@ -39,6 +39,7 @@ public class AuthorizationAction extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return statusCode
*/
@@ -52,6 +53,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param statusCode set the statusCode.
*/
@@ -66,6 +68,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "ALLOW_ACCESS".
* @return type
*/
@@ -80,6 +83,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.
* 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/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthorizationMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthorizationMatch.java
index 0ce0a43a..766a17e4 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthorizationMatch.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthorizationMatch.java
@@ -54,6 +54,7 @@ public class AuthorizationMatch extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return accessToken
*/
@@ -66,6 +67,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param accessToken set the accessToken.
*/
@@ -78,7 +80,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 basic edition, essentials edition, enterprise edition.
+ * 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 attrMatches
*/
@@ -91,7 +93,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 basic edition, essentials edition, enterprise edition.
+ * 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 attrMatches
*/
@@ -104,7 +106,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 basic edition, essentials edition, enterprise edition.
+ * 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 attrMatches
*/
@@ -122,6 +124,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return hostHdr
*/
@@ -134,6 +137,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param hostHdr set the hostHdr.
*/
@@ -146,6 +150,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return method
*/
@@ -158,6 +163,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param method set the method.
*/
@@ -170,6 +176,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return path
*/
@@ -182,6 +189,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param path set the path.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthorizationPolicy.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthorizationPolicy.java
index 3df19a97..b8b5df22 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthorizationPolicy.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthorizationPolicy.java
@@ -34,6 +34,7 @@ public class AuthorizationPolicy extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return authzRules
*/
@@ -46,6 +47,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return authzRules
*/
@@ -58,6 +60,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return authzRules
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthorizationRule.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthorizationRule.java
index 041f8cab..4452e0fe 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthorizationRule.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthorizationRule.java
@@ -52,6 +52,7 @@ public class AuthorizationRule extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return action
*/
@@ -64,6 +65,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param action set the action.
*/
@@ -76,6 +78,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return enable
*/
@@ -88,6 +91,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param enable set the enable.
*/
@@ -100,6 +104,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return index
*/
@@ -112,6 +117,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param index set the index.
*/
@@ -124,7 +130,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 basic edition, essentials edition, enterprise edition.
+ * 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 match
*/
@@ -137,7 +143,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 basic edition, essentials edition, enterprise edition.
+ * 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 match set the match.
*/
@@ -150,6 +156,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return name
*/
@@ -162,6 +169,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param name set the name.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthzRuleMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthzRuleMatch.java
index e9ab2371..dfa6bffb 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthzRuleMatch.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AuthzRuleMatch.java
@@ -39,6 +39,7 @@ public class AuthzRuleMatch extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ruleAction
*/
@@ -52,6 +53,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ruleAction set the ruleAction.
*/
@@ -64,6 +66,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ruleName
*/
@@ -76,6 +79,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ruleName set the ruleName.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AutoScaleLaunchConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AutoScaleLaunchConfig.java
index adba1001..e3be1d85 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AutoScaleLaunchConfig.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AutoScaleLaunchConfig.java
@@ -74,7 +74,7 @@ public class AutoScaleLaunchConfig extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * User defined description for the object.
+ * 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 description
*/
@@ -85,7 +85,7 @@ public String getDescription() {
/**
* This is the setter method to the attribute.
- * User defined description for the object.
+ * 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 description set the description.
*/
@@ -97,6 +97,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return imageId
*/
@@ -108,6 +109,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param imageId set the imageId.
*/
@@ -123,6 +125,7 @@ public void setImageId(String imageId) {
* Field deprecated in 20.1.5.
* Field introduced in 20.1.2.
* Maximum of 4 items allowed.
+ * Allowed in enterprise edition with any value, enterprise with cloud services edition.
* @return labels
*/
@VsoMethod
@@ -137,6 +140,7 @@ public List getLabels() {
* Field deprecated in 20.1.5.
* Field introduced in 20.1.2.
* Maximum of 4 items allowed.
+ * Allowed in enterprise edition with any value, enterprise with cloud services edition.
* @return labels
*/
@VsoMethod
@@ -151,6 +155,7 @@ public void setLabels(List labels) {
* Field deprecated in 20.1.5.
* Field introduced in 20.1.2.
* Maximum of 4 items allowed.
+ * Allowed in enterprise edition with any value, enterprise with cloud services edition.
* @return labels
*/
@VsoMethod
@@ -167,7 +172,8 @@ public AutoScaleLaunchConfig addLabelsItem(KeyValue labelsItem) {
* 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 basic edition, essentials edition, enterprise edition.
+ * 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 null.
* @return markers
*/
@@ -180,7 +186,8 @@ 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 basic edition, essentials edition, enterprise edition.
+ * 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 null.
* @return markers
*/
@@ -193,7 +200,8 @@ 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 basic edition, essentials edition, enterprise edition.
+ * 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 null.
* @return markers
*/
@@ -209,7 +217,7 @@ public AutoScaleLaunchConfig addMarkersItem(RoleFilterMatchLabel markersItem) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property mesos of obj type autoscalelaunchconfig field type str type ref.
+ * 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 mesos
*/
@@ -220,7 +228,7 @@ public AutoScaleMesosSettings getMesos() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property mesos of obj type autoscalelaunchconfig field type str type ref.
+ * 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 mesos set the mesos.
*/
@@ -231,7 +239,7 @@ public void setMesos(AutoScaleMesosSettings mesos) {
/**
* This is the getter method this will return the attribute value.
- * Name of the object.
+ * 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 name
*/
@@ -242,7 +250,7 @@ public String getName() {
/**
* This is the setter method to the attribute.
- * Name of the object.
+ * 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 name set the name.
*/
@@ -253,7 +261,7 @@ public void setName(String name) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property openstack of obj type autoscalelaunchconfig field type str type ref.
+ * 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 openstack
*/
@@ -264,7 +272,7 @@ public AutoScaleOpenStackSettings getOpenstack() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property openstack of obj type autoscalelaunchconfig field type str type ref.
+ * 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 openstack set the openstack.
*/
@@ -276,6 +284,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRef
*/
@@ -287,6 +296,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tenantRef set the tenantRef.
*/
@@ -319,6 +329,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return useExternalAsg
*/
@@ -332,6 +343,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param useExternalAsg set the useExternalAsg.
*/
@@ -342,7 +354,7 @@ public void setUseExternalAsg(Boolean useExternalAsg) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of the object.
+ * 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
*/
@@ -353,7 +365,7 @@ public String getUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of the object.
+ * 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.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AutoScaleMesosSettings.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AutoScaleMesosSettings.java
index 9f99c004..16d114a3 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AutoScaleMesosSettings.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AutoScaleMesosSettings.java
@@ -33,6 +33,7 @@ public class AutoScaleMesosSettings extends AviRestResource {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return force
*/
@@ -44,6 +45,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param force set the force.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AutoScaleMgrDebugFilter.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AutoScaleMgrDebugFilter.java
index e9f607ec..6da741b6 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AutoScaleMgrDebugFilter.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AutoScaleMgrDebugFilter.java
@@ -43,6 +43,7 @@ public class AutoScaleMgrDebugFilter extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return enableAwsAutoscaleIntegration
*/
@@ -56,6 +57,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param enableAwsAutoscaleIntegration set the enableAwsAutoscaleIntegration.
*/
@@ -67,6 +69,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return intelligentAutoscalePeriod
*/
@@ -78,6 +81,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param intelligentAutoscalePeriod set the intelligentAutoscalePeriod.
*/
@@ -90,6 +94,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return poolRef
*/
@@ -102,6 +107,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param poolRef set the poolRef.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AutoScaleOpenStackSettings.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AutoScaleOpenStackSettings.java
index 523386cf..8394e7df 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AutoScaleOpenStackSettings.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AutoScaleOpenStackSettings.java
@@ -40,6 +40,7 @@ public class AutoScaleOpenStackSettings extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return heatScaleDownUrl
*/
@@ -54,6 +55,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param heatScaleDownUrl set the heatScaleDownUrl.
*/
@@ -68,6 +70,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return heatScaleUpUrl
*/
@@ -82,6 +85,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param heatScaleUpUrl set the heatScaleUpUrl.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AvailabilityZone.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AvailabilityZone.java
index 079b4a65..fd513459 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AvailabilityZone.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AvailabilityZone.java
@@ -55,6 +55,7 @@ public class AvailabilityZone extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return cloudRef
*/
@@ -68,6 +69,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param cloudRef set the cloudRef.
*/
@@ -80,6 +82,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return name
*/
@@ -92,6 +95,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param name set the name.
*/
@@ -105,6 +109,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRef
*/
@@ -118,6 +123,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tenantRef set the tenantRef.
*/
@@ -149,6 +155,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return uuid
*/
@@ -161,6 +168,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param uuid set the uuid.
*/
@@ -175,6 +183,7 @@ public void setUuid(String uuid) {
* It is a reference to an object of type vcenterserver.
* 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.
* @return vcenterRefs
*/
@@ -189,6 +198,7 @@ public List getVcenterRefs() {
* It is a reference to an object of type vcenterserver.
* 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.
* @return vcenterRefs
*/
@@ -203,6 +213,7 @@ public void setVcenterRefs(List vcenterRefs) {
* It is a reference to an object of type vcenterserver.
* 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.
* @return vcenterRefs
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AvgUptimeChangeDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AvgUptimeChangeDetails.java
index f220763d..b463e7c1 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AvgUptimeChangeDetails.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AvgUptimeChangeDetails.java
@@ -48,7 +48,7 @@ public class AvgUptimeChangeDetails extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property current_value of obj type avguptimechangedetails field type str type float.
+ * 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 currentValue
*/
@@ -59,7 +59,7 @@ public Float getCurrentValue() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property current_value of obj type avguptimechangedetails field type str type float.
+ * 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 currentValue set the currentValue.
*/
@@ -70,7 +70,7 @@ public void setCurrentValue(Float currentValue) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property metric_id of obj type avguptimechangedetails field type str type string.
+ * 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 metricId
*/
@@ -81,7 +81,7 @@ public String getMetricId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property metric_id of obj type avguptimechangedetails field type str type string.
+ * 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 metricId set the metricId.
*/
@@ -92,7 +92,7 @@ public void setMetricId(String metricId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property metric_name of obj type avguptimechangedetails field type str type string.
+ * 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 metricName
*/
@@ -103,7 +103,7 @@ public String getMetricName() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property metric_name of obj type avguptimechangedetails field type str type string.
+ * 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 metricName set the metricName.
*/
@@ -114,7 +114,7 @@ public void setMetricName(String metricName) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property resource_str of obj type avguptimechangedetails field type str type string.
+ * 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 resourceStr
*/
@@ -125,7 +125,7 @@ public String getResourceStr() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property resource_str of obj type avguptimechangedetails field type str type string.
+ * 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 resourceStr set the resourceStr.
*/
@@ -136,7 +136,7 @@ public void setResourceStr(String resourceStr) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property threshold of obj type avguptimechangedetails field type str type float.
+ * 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 threshold
*/
@@ -147,7 +147,7 @@ public Float getThreshold() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property threshold of obj type avguptimechangedetails field type str type float.
+ * 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 threshold set the threshold.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AviConnectionInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AviConnectionInfo.java
new file mode 100644
index 00000000..904913f6
--- /dev/null
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AviConnectionInfo.java
@@ -0,0 +1,145 @@
+package com.vmware.avi.vro.model;
+
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
+import org.springframework.stereotype.Service;
+
+import com.vmware.avi.vro.Constants;
+import com.vmware.o11n.plugin.sdk.annotation.VsoFinder;
+import com.vmware.o11n.plugin.sdk.annotation.VsoObject;
+
+/***
+ * Object for all the AVI connection details.
+ *
+ * @author mayur
+ *
+ */
+
+@VsoObject(create = false, name = "AviConnectionInfo")
+@VsoFinder(name = Constants.FINDER_VRO_CLIENT_INFO)
+@Service
+public class AviConnectionInfo {
+
+ private static final Logger log = LoggerFactory.getLogger(AviConnectionInfo.class);
+
+ private boolean isValid;
+ private String id;
+ private String controller;
+ private String username;
+ private String password;
+ private String tenant;
+ private String version;
+ private String token;
+ private String sessionID;
+ private String configurationId;
+
+ public AviConnectionInfo(String id) {
+ super();
+ this.id = id;
+ }
+
+ public AviConnectionInfo() {
+ }
+
+ public void setId(String id) {
+ this.id = id;
+ }
+
+ public String getId() {
+ return id;
+ }
+
+ public String getConfigurationId() {
+ return configurationId;
+ }
+
+ public void setConfigurationId(String configurationId) {
+ this.configurationId = configurationId;
+ }
+
+ public String getController() {
+ return controller;
+ }
+
+ public void setController(String controller) {
+ this.controller = controller;
+ }
+
+ public String getUsername() {
+ return username;
+ }
+
+ public void setUsername(String username) {
+ this.username = username;
+ }
+
+ public String getPassword() {
+ return password;
+ }
+
+ public void setPassword(String password) {
+ this.password = password;
+ }
+
+ public String getTenant() {
+ return tenant;
+ }
+
+ public void setTenant(String tenant) {
+ this.tenant = tenant;
+ }
+
+ public String getVersion() {
+ return version;
+ }
+
+ public boolean isValid() {
+ return this.isValid;
+ }
+
+ public void setVersion(String version) {
+ this.version = version;
+ }
+
+ public String getToken() {
+ return token;
+ }
+
+ public void setToken(String token) {
+ this.token = token;
+ }
+
+ public String getSessionID() {
+ return sessionID;
+ }
+
+ public void setSessionID(String sessionID) {
+ this.sessionID = sessionID;
+ }
+
+ public String getDisplayName() {
+ return getController() + "-" + getTenant();
+ }
+
+ /**
+ * Updates this connection with the provided info. This operation will destroy
+ * the existing third party client, causing all associated operations to fail.
+ */
+ public synchronized void update(AviConnectionInfo connectionInfo) {
+ if (this.getController() != null && !connectionInfo.getId().equals(this.getId())) {
+ throw new IllegalArgumentException("Cannot update using different id");
+ }
+ destroy();
+ }
+
+ public synchronized void destroy() {
+ // Destroy the third party client
+ }
+
+ @Override
+ public String toString() {
+ return "AviConnectionInfo [id=" + id + ", controller=" + controller + ", username=" + username
+ + ", password=" + password + ", tenant=" + tenant + ", version=" + version + ", sessionID=" + sessionID
+ + "]";
+ }
+}
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AwsConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AwsConfiguration.java
index 5bc31b09..1e7a3d9b 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AwsConfiguration.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AwsConfiguration.java
@@ -104,6 +104,7 @@ public class AwsConfiguration extends AviRestResource {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return accessKeyId
*/
@@ -115,6 +116,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param accessKeyId set the accessKeyId.
*/
@@ -129,6 +131,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 600.
* @return asgPollInterval
*/
@@ -143,6 +146,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 600.
* @param asgPollInterval set the asgPollInterval.
*/
@@ -155,6 +159,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ebsEncryption
*/
@@ -167,6 +172,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ebsEncryption set the ebsEncryption.
*/
@@ -178,6 +184,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return freeElasticips
*/
@@ -189,6 +196,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param freeElasticips set the freeElasticips.
*/
@@ -200,6 +208,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return iamAssumeRole
*/
@@ -211,6 +220,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param iamAssumeRole set the iamAssumeRole.
*/
@@ -223,6 +233,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return publishVipToPublicZone
*/
@@ -235,6 +246,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param publishVipToPublicZone set the publishVipToPublicZone.
*/
@@ -246,6 +258,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "us-west-1".
* @return region
*/
@@ -257,6 +270,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "us-west-1".
* @param region set the region.
*/
@@ -268,6 +282,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return route53Integration
*/
@@ -279,6 +294,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param route53Integration set the route53Integration.
*/
@@ -292,6 +308,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return s3Encryption
*/
@@ -305,6 +322,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param s3Encryption set the s3Encryption.
*/
@@ -316,6 +334,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return secretAccessKey
*/
@@ -327,6 +346,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param secretAccessKey set the secretAccessKey.
*/
@@ -339,6 +359,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return sqsEncryption
*/
@@ -351,6 +372,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param sqsEncryption set the sqsEncryption.
*/
@@ -365,6 +387,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 60.
* @return ttl
*/
@@ -379,6 +402,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 60.
* @param ttl set the ttl.
*/
@@ -390,6 +414,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return useIamRoles
*/
@@ -401,6 +426,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param useIamRoles set the useIamRoles.
*/
@@ -413,6 +439,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return useSnsSqs
*/
@@ -425,6 +452,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param useSnsSqs set the useSnsSqs.
*/
@@ -436,6 +464,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vpc
*/
@@ -447,6 +476,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param vpc set the vpc.
*/
@@ -458,6 +488,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vpcId
*/
@@ -469,6 +500,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param vpcId set the vpcId.
*/
@@ -482,6 +514,7 @@ public void setVpcId(String vpcId) {
* If enabled, program se security group with ingress rule to allow ssh (port 22) access from 0.0.0.0/0.
* Field deprecated in 17.1.5.
* Field introduced in 17.1.3.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return wildcardAccess
*/
@VsoMethod
@@ -494,6 +527,7 @@ public Boolean getWildcardAccess() {
* If enabled, program se security group with ingress rule to allow ssh (port 22) access from 0.0.0.0/0.
* Field deprecated in 17.1.5.
* Field introduced in 17.1.3.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param wildcardAccess set the wildcardAccess.
*/
@VsoMethod
@@ -503,7 +537,7 @@ public void setWildcardAccess(Boolean wildcardAccess) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property zones of obj type awsconfiguration field type str type array.
+ * 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 zones
*/
@@ -514,7 +548,7 @@ public List getZones() {
/**
* This is the setter method. this will set the zones
- * Placeholder for description of property zones of obj type awsconfiguration field type str type array.
+ * 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 zones
*/
@@ -525,7 +559,7 @@ public void setZones(List zones) {
/**
* This is the setter method this will set the zones
- * Placeholder for description of property zones of obj type awsconfiguration field type str type array.
+ * 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 zones
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AwsEncryption.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AwsEncryption.java
index b9382340..52e85517 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AwsEncryption.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AwsEncryption.java
@@ -38,6 +38,7 @@ public class AwsEncryption extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return masterKey
*/
@@ -50,6 +51,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param masterKey set the masterKey.
*/
@@ -63,6 +65,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "AWS_ENCRYPTION_MODE_NONE".
* @return mode
*/
@@ -76,6 +79,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.
* 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/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AwsZoneConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AwsZoneConfig.java
index b2b116ae..14e95dcb 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AwsZoneConfig.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AwsZoneConfig.java
@@ -41,6 +41,7 @@ public class AwsZoneConfig extends AviRestResource {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return availabilityZone
*/
@@ -52,6 +53,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param availabilityZone set the availabilityZone.
*/
@@ -63,6 +65,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return mgmtNetworkName
*/
@@ -74,6 +77,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param mgmtNetworkName set the mgmtNetworkName.
*/
@@ -85,6 +89,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return mgmtNetworkUuid
*/
@@ -96,6 +101,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param mgmtNetworkUuid set the mgmtNetworkUuid.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AwsZoneNetwork.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AwsZoneNetwork.java
index ec1727e6..bd6a679a 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AwsZoneNetwork.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AwsZoneNetwork.java
@@ -38,6 +38,7 @@ public class AwsZoneNetwork extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return availabilityZone
*/
@@ -50,6 +51,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param availabilityZone set the availabilityZone.
*/
@@ -64,6 +66,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return usableNetworkUuids
*/
@@ -78,6 +81,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return usableNetworkUuids
*/
@@ -92,6 +96,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return usableNetworkUuids
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureClusterInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureClusterInfo.java
index 16641932..0ccd5f94 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureClusterInfo.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureClusterInfo.java
@@ -38,6 +38,7 @@ public class AzureClusterInfo extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return cloudCredentialRef
*/
@@ -50,6 +51,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param cloudCredentialRef set the cloudCredentialRef.
*/
@@ -61,6 +63,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return subscriptionId
*/
@@ -72,6 +75,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param subscriptionId set the subscriptionId.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureConfiguration.java
index e1e70604..19659126 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureConfiguration.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureConfiguration.java
@@ -74,6 +74,7 @@ public class AzureConfiguration extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return availabilityZones
*/
@@ -86,6 +87,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return availabilityZones
*/
@@ -98,6 +100,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return availabilityZones
*/
@@ -116,6 +119,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return cloudCredentialsRef
*/
@@ -129,6 +133,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param cloudCredentialsRef set the cloudCredentialsRef.
*/
@@ -141,6 +146,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return desId
*/
@@ -153,6 +159,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param desId set the desId.
*/
@@ -165,6 +172,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return location
*/
@@ -177,6 +185,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param location set the location.
*/
@@ -191,6 +200,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return networkInfo
*/
@@ -205,6 +215,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return networkInfo
*/
@@ -219,6 +230,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return networkInfo
*/
@@ -237,6 +249,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return resourceGroup
*/
@@ -250,6 +263,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param resourceGroup set the resourceGroup.
*/
@@ -262,6 +276,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return subscriptionId
*/
@@ -274,6 +289,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param subscriptionId set the subscriptionId.
*/
@@ -286,6 +302,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return useAzureDns
*/
@@ -298,6 +315,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param useAzureDns set the useAzureDns.
*/
@@ -311,6 +329,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return useEnhancedHa
*/
@@ -324,6 +343,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param useEnhancedHa set the useEnhancedHa.
*/
@@ -336,6 +356,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return useManagedDisks
*/
@@ -348,6 +369,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param useManagedDisks set the useManagedDisks.
*/
@@ -361,6 +383,7 @@ public void setUseManagedDisks(Boolean useManagedDisks) {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return useStandardAlb
*/
@@ -374,6 +397,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param useStandardAlb set the useStandardAlb.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureInfo.java
index ccdf6635..639384a5 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureInfo.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureInfo.java
@@ -62,6 +62,7 @@ public class AzureInfo extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return availabilitySet
*/
@@ -74,6 +75,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param availabilitySet set the availabilitySet.
*/
@@ -86,6 +88,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return faultDomain
*/
@@ -98,6 +101,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param faultDomain set the faultDomain.
*/
@@ -110,6 +114,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return name
*/
@@ -122,6 +127,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param name set the name.
*/
@@ -134,6 +140,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return resourceGroup
*/
@@ -146,6 +153,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param resourceGroup set the resourceGroup.
*/
@@ -158,6 +166,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return subnetId
*/
@@ -170,6 +179,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param subnetId set the subnetId.
*/
@@ -182,6 +192,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return updateDomain
*/
@@ -194,6 +205,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param updateDomain set the updateDomain.
*/
@@ -206,6 +218,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vmUuid
*/
@@ -218,6 +231,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param vmUuid set the vmUuid.
*/
@@ -230,6 +244,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vnicId
*/
@@ -242,6 +257,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param vnicId set the vnicId.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureMarketplace.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureMarketplace.java
index e19eb70e..e4d4ba66 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureMarketplace.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureMarketplace.java
@@ -66,6 +66,7 @@ public class AzureMarketplace extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ccId
*/
@@ -78,6 +79,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ccId set the ccId.
*/
@@ -90,6 +92,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return offer
*/
@@ -102,6 +105,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param offer set the offer.
*/
@@ -114,6 +118,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return publisher
*/
@@ -126,6 +131,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param publisher set the publisher.
*/
@@ -138,6 +144,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return reason
*/
@@ -150,6 +157,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param reason set the reason.
*/
@@ -162,6 +170,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return resourceGroup
*/
@@ -174,6 +183,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param resourceGroup set the resourceGroup.
*/
@@ -186,6 +196,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return skus
*/
@@ -198,6 +209,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return skus
*/
@@ -210,6 +222,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return skus
*/
@@ -227,6 +240,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return status
*/
@@ -239,6 +253,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param status set the status.
*/
@@ -251,6 +266,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return subscriptionId
*/
@@ -263,6 +279,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param subscriptionId set the subscriptionId.
*/
@@ -275,6 +292,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vnetId
*/
@@ -287,6 +305,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param vnetId set the vnetId.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureNetworkInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureNetworkInfo.java
index f3cbb6bb..083996cc 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureNetworkInfo.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureNetworkInfo.java
@@ -43,6 +43,7 @@ public class AzureNetworkInfo extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return managementNetworkId
*/
@@ -56,6 +57,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param managementNetworkId set the managementNetworkId.
*/
@@ -68,6 +70,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return seNetworkId
*/
@@ -80,6 +83,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param seNetworkId set the seNetworkId.
*/
@@ -92,6 +96,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return virtualNetworkId
*/
@@ -104,6 +109,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param virtualNetworkId set the virtualNetworkId.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureServicePrincipalCredentials.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureServicePrincipalCredentials.java
index da8edbba..69360ba2 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureServicePrincipalCredentials.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureServicePrincipalCredentials.java
@@ -43,6 +43,7 @@ public class AzureServicePrincipalCredentials extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return applicationId
*/
@@ -56,6 +57,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param applicationId set the applicationId.
*/
@@ -69,6 +71,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return authenticationToken
*/
@@ -82,6 +85,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param authenticationToken set the authenticationToken.
*/
@@ -95,6 +99,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantId
*/
@@ -108,6 +113,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tenantId set the tenantId.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureSetup.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureSetup.java
index 6d8f0719..1445e1e0 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureSetup.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureSetup.java
@@ -68,7 +68,7 @@ public class AzureSetup extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property alb_id of obj type azuresetup field type str type string.
+ * 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 albId
*/
@@ -79,7 +79,7 @@ public String getAlbId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property alb_id of obj type azuresetup field type str type string.
+ * 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 albId set the albId.
*/
@@ -90,7 +90,7 @@ public void setAlbId(String albId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property cc_id of obj type azuresetup field type str type string.
+ * 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 ccId
*/
@@ -101,7 +101,7 @@ public String getCcId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property cc_id of obj type azuresetup field type str type string.
+ * 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 ccId set the ccId.
*/
@@ -112,7 +112,7 @@ public void setCcId(String ccId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property nic_id of obj type azuresetup field type str type string.
+ * 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 nicId
*/
@@ -123,7 +123,7 @@ public String getNicId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property nic_id of obj type azuresetup field type str type string.
+ * 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 nicId set the nicId.
*/
@@ -134,7 +134,7 @@ public void setNicId(String nicId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property reason of obj type azuresetup field type str type string.
+ * 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 reason
*/
@@ -145,7 +145,7 @@ public String getReason() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property reason of obj type azuresetup field type str type string.
+ * 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 reason set the reason.
*/
@@ -156,7 +156,7 @@ public void setReason(String reason) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property resource_group of obj type azuresetup field type str type string.
+ * 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 resourceGroup
*/
@@ -167,7 +167,7 @@ public String getResourceGroup() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property resource_group of obj type azuresetup field type str type string.
+ * 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 resourceGroup set the resourceGroup.
*/
@@ -178,7 +178,7 @@ public void setResourceGroup(String resourceGroup) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property status of obj type azuresetup field type str type string.
+ * 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 status
*/
@@ -189,7 +189,7 @@ public String getStatus() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property status of obj type azuresetup field type str type string.
+ * 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 status set the status.
*/
@@ -200,7 +200,7 @@ public void setStatus(String status) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property subscription_id of obj type azuresetup field type str type string.
+ * 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 subscriptionId
*/
@@ -211,7 +211,7 @@ public String getSubscriptionId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property subscription_id of obj type azuresetup field type str type string.
+ * 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 subscriptionId set the subscriptionId.
*/
@@ -222,7 +222,7 @@ public void setSubscriptionId(String subscriptionId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property vips of obj type azuresetup field type str type array.
+ * 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 vips
*/
@@ -233,7 +233,7 @@ public List getVips() {
/**
* This is the setter method. this will set the vips
- * Placeholder for description of property vips of obj type azuresetup field type str type array.
+ * 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 vips
*/
@@ -244,7 +244,7 @@ public void setVips(List vips) {
/**
* This is the setter method this will set the vips
- * Placeholder for description of property vips of obj type azuresetup field type str type array.
+ * 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 vips
*/
@@ -260,7 +260,7 @@ public AzureSetup addVipsItem(IpAddr vipsItem) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property vnet_id of obj type azuresetup field type str type string.
+ * 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 vnetId
*/
@@ -271,7 +271,7 @@ public String getVnetId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property vnet_id of obj type azuresetup field type str type string.
+ * 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 vnetId set the vnetId.
*/
@@ -282,7 +282,7 @@ public void setVnetId(String vnetId) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifiers of vss.
+ * 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 vsUuids
*/
@@ -293,7 +293,7 @@ public List getVsUuids() {
/**
* This is the setter method. this will set the vsUuids
- * Unique object identifiers of vss.
+ * 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 vsUuids
*/
@@ -304,7 +304,7 @@ public void setVsUuids(List vsUuids) {
/**
* This is the setter method this will set the vsUuids
- * Unique object identifiers of vss.
+ * 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 vsUuids
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureUserPassCredentials.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureUserPassCredentials.java
index 74ae5fa5..fed0ea33 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureUserPassCredentials.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/AzureUserPassCredentials.java
@@ -43,6 +43,7 @@ public class AzureUserPassCredentials extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return password
*/
@@ -56,6 +57,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param password set the password.
*/
@@ -69,6 +71,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantName
*/
@@ -82,6 +85,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tenantName set the tenantName.
*/
@@ -95,6 +99,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return username
*/
@@ -108,6 +113,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param username set the username.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BMSetup.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BMSetup.java
index 8a781913..9525048d 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BMSetup.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BMSetup.java
@@ -36,7 +36,7 @@ public class BMSetup extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property cc_id of obj type bmsetup field type str type string.
+ * 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 ccId
*/
@@ -47,7 +47,7 @@ public String getCcId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property cc_id of obj type bmsetup field type str type string.
+ * 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 ccId set the ccId.
*/
@@ -58,7 +58,7 @@ public void setCcId(String ccId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property error_string of obj type bmsetup field type str type string.
+ * 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 errorString
*/
@@ -69,7 +69,7 @@ public String getErrorString() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property error_string of obj type bmsetup field type str type string.
+ * 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 errorString set the errorString.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Backup.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Backup.java
index 8cc4bc9f..28e120a7 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Backup.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Backup.java
@@ -66,6 +66,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return backupConfigRef
*/
@@ -78,6 +79,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param backupConfigRef set the backupConfigRef.
*/
@@ -89,6 +91,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return fileName
*/
@@ -100,6 +103,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param fileName set the fileName.
*/
@@ -111,6 +115,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return localFileUrl
*/
@@ -122,6 +127,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param localFileUrl set the localFileUrl.
*/
@@ -133,6 +139,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return remoteFileUrl
*/
@@ -144,6 +151,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param remoteFileUrl set the remoteFileUrl.
*/
@@ -156,6 +164,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return schedulerRef
*/
@@ -168,6 +177,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param schedulerRef set the schedulerRef.
*/
@@ -179,6 +189,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRef
*/
@@ -190,6 +201,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tenantRef set the tenantRef.
*/
@@ -201,6 +213,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return timestamp
*/
@@ -212,6 +225,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param timestamp set the timestamp.
*/
@@ -241,7 +255,7 @@ public void setUrl(String url) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of the object.
+ * 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
*/
@@ -252,7 +266,7 @@ public String getUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of the object.
+ * 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.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BackupConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BackupConfiguration.java
index 80de352e..339ef550 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BackupConfiguration.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BackupConfiguration.java
@@ -32,6 +32,10 @@ public class BackupConfiguration extends AviRestResource {
@JsonInclude(Include.NON_NULL)
private String awsBucketId = null;
+ @JsonProperty("aws_bucket_region")
+ @JsonInclude(Include.NON_NULL)
+ private String awsBucketRegion = null;
+
@JsonProperty("aws_secret_access")
@JsonInclude(Include.NON_NULL)
private String awsSecretAccess = null;
@@ -94,7 +98,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 basic edition, essentials edition, enterprise edition.
+ * 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 awsAccessKey
*/
@@ -107,7 +111,7 @@ public String getAwsAccessKey() {
* This is the setter method to the attribute.
* Aws access key id.
* Field introduced in 18.2.3.
- * Allowed in basic edition, essentials edition, enterprise edition.
+ * 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 awsAccessKey set the awsAccessKey.
*/
@@ -120,7 +124,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 basic edition, essentials edition, enterprise edition.
+ * 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 awsBucketId
*/
@@ -133,7 +137,7 @@ public String getAwsBucketId() {
* This is the setter method to the attribute.
* Aws bucket.
* Field introduced in 18.2.3.
- * Allowed in basic edition, essentials edition, enterprise edition.
+ * 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 awsBucketId set the awsBucketId.
*/
@@ -142,11 +146,37 @@ public void setAwsBucketId(String awsBucketId) {
this.awsBucketId = 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.
+ * 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 awsBucketRegion
+ */
+ @VsoMethod
+ public String getAwsBucketRegion() {
+ return awsBucketRegion;
+ }
+
+ /**
+ * This is the setter method to the attribute.
+ * The name of the aws region associated with the bucket.
+ * Field introduced in 21.1.5.
+ * 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 awsBucketRegion set the awsBucketRegion.
+ */
+ @VsoMethod
+ public void setAwsBucketRegion(String awsBucketRegion) {
+ this.awsBucketRegion = awsBucketRegion;
+ }
+
/**
* This is the getter method this will return the attribute value.
* Aws secret access key.
* Field introduced in 18.2.3.
- * Allowed in basic edition, essentials edition, enterprise edition.
+ * 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 awsSecretAccess
*/
@@ -159,7 +189,7 @@ public String getAwsSecretAccess() {
* This is the setter method to the attribute.
* Aws secret access key.
* Field introduced in 18.2.3.
- * Allowed in basic edition, essentials edition, enterprise edition.
+ * 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 awsSecretAccess set the awsSecretAccess.
*/
@@ -172,6 +202,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return backupFilePrefix
*/
@@ -184,6 +215,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param backupFilePrefix set the backupFilePrefix.
*/
@@ -195,6 +227,7 @@ public void setBackupFilePrefix(String backupFilePrefix) {
/**
* This is the getter method this will return the attribute value.
* Default passphrase for configuration export and periodic backup.
+ * 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 backupPassphrase
*/
@@ -206,6 +239,7 @@ public String getBackupPassphrase() {
/**
* This is the setter method to the attribute.
* Default passphrase for configuration export and periodic backup.
+ * 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 backupPassphrase set the backupPassphrase.
*/
@@ -218,6 +252,7 @@ public void setBackupPassphrase(String backupPassphrase) {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as 4.
* @return maximumBackupsStored
*/
@@ -230,6 +265,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 4.
* @param maximumBackupsStored set the maximumBackupsStored.
*/
@@ -241,6 +277,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return name
*/
@@ -252,6 +289,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param name set the name.
*/
@@ -263,6 +301,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return remoteDirectory
*/
@@ -274,6 +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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param remoteDirectory set the remoteDirectory.
*/
@@ -285,6 +325,7 @@ public void setRemoteDirectory(String remoteDirectory) {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return remoteHostname
*/
@@ -296,6 +337,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param remoteHostname set the remoteHostname.
*/
@@ -307,6 +349,7 @@ public void setRemoteHostname(String remoteHostname) {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return saveLocal
*/
@@ -318,6 +361,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param saveLocal set the saveLocal.
*/
@@ -330,6 +374,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return sshUserRef
*/
@@ -342,6 +387,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param sshUserRef set the sshUserRef.
*/
@@ -353,6 +399,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRef
*/
@@ -364,6 +411,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tenantRef set the tenantRef.
*/
@@ -375,6 +423,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return uploadToRemoteHost
*/
@@ -386,6 +435,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param uploadToRemoteHost set the uploadToRemoteHost.
*/
@@ -398,7 +448,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 basic edition, essentials edition, enterprise edition.
+ * 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 uploadToS3
*/
@@ -411,7 +461,7 @@ public Boolean getUploadToS3() {
* This is the setter method to the attribute.
* Cloud backup.
* Field introduced in 18.2.3.
- * Allowed in basic edition, essentials edition, enterprise edition.
+ * 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 uploadToS3 set the uploadToS3.
*/
@@ -441,7 +491,7 @@ public void setUrl(String url) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of the object.
+ * 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
*/
@@ -452,7 +502,7 @@ public String getUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of the object.
+ * 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.
*/
@@ -489,6 +539,7 @@ public boolean equals(java.lang.Object o) {
Objects.equals(this.awsAccessKey, objBackupConfiguration.awsAccessKey)&&
Objects.equals(this.awsSecretAccess, objBackupConfiguration.awsSecretAccess)&&
Objects.equals(this.awsBucketId, objBackupConfiguration.awsBucketId)&&
+ Objects.equals(this.awsBucketRegion, objBackupConfiguration.awsBucketRegion)&&
Objects.equals(this.tenantRef, objBackupConfiguration.tenantRef);
}
@@ -498,6 +549,7 @@ public String toString() {
sb.append("class BackupConfiguration {\n");
sb.append(" awsAccessKey: ").append(toIndentedString(awsAccessKey)).append("\n");
sb.append(" awsBucketId: ").append(toIndentedString(awsBucketId)).append("\n");
+ sb.append(" awsBucketRegion: ").append(toIndentedString(awsBucketRegion)).append("\n");
sb.append(" awsSecretAccess: ").append(toIndentedString(awsSecretAccess)).append("\n");
sb.append(" backupFilePrefix: ").append(toIndentedString(backupFilePrefix)).append("\n");
sb.append(" backupPassphrase: ").append(toIndentedString(backupPassphrase)).append("\n");
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BfdProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BfdProfile.java
index 3cda143b..7bb2d4c3 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BfdProfile.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BfdProfile.java
@@ -44,6 +44,7 @@ public class BfdProfile extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as 1000.
* @return minrx
*/
@@ -58,6 +59,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 1000.
* @param minrx set the minrx.
*/
@@ -72,6 +74,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 1000.
* @return mintx
*/
@@ -86,6 +89,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 1000.
* @param mintx set the mintx.
*/
@@ -99,6 +103,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 3.
* @return multi
*/
@@ -112,6 +117,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 3.
* @param multi set the multi.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BgpPeer.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BgpPeer.java
index 45f64e4c..9f26d00b 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BgpPeer.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BgpPeer.java
@@ -109,6 +109,7 @@ public class BgpPeer extends AviRestResource {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return advertiseSnatIp
*/
@@ -120,6 +121,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param advertiseSnatIp set the advertiseSnatIp.
*/
@@ -131,6 +133,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return advertiseVip
*/
@@ -142,6 +145,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param advertiseVip set the advertiseVip.
*/
@@ -154,6 +158,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 5.
* @return advertisementInterval
*/
@@ -166,6 +171,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 5.
* @param advertisementInterval set the advertisementInterval.
*/
@@ -178,6 +184,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return bfd
*/
@@ -190,6 +197,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param bfd set the bfd.
*/
@@ -202,6 +210,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 10.
* @return connectTimer
*/
@@ -214,6 +223,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 10.
* @param connectTimer set the connectTimer.
*/
@@ -227,6 +237,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 0.
* @return ebgpMultihop
*/
@@ -240,6 +251,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 0.
* @param ebgpMultihop set the ebgpMultihop.
*/
@@ -252,6 +264,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return holdTime
*/
@@ -264,6 +277,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param holdTime set the holdTime.
*/
@@ -276,6 +290,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ibgpLocalAsOverride
*/
@@ -288,6 +303,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ibgpLocalAsOverride set the ibgpLocalAsOverride.
*/
@@ -300,6 +316,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return keepaliveInterval
*/
@@ -312,6 +329,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param keepaliveInterval set the keepaliveInterval.
*/
@@ -324,6 +342,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return label
*/
@@ -336,6 +355,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param label set the label.
*/
@@ -350,6 +370,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return localAs
*/
@@ -364,6 +385,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param localAs set the localAs.
*/
@@ -375,6 +397,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return md5Secret
*/
@@ -386,6 +409,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param md5Secret set the md5Secret.
*/
@@ -398,6 +422,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return networkRef
*/
@@ -410,6 +435,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param networkRef set the networkRef.
*/
@@ -421,6 +447,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return peerIp
*/
@@ -432,6 +459,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param peerIp set the peerIp.
*/
@@ -444,6 +472,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return peerIp6
*/
@@ -456,6 +485,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param peerIp6 set the peerIp6.
*/
@@ -468,6 +498,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return remoteAs
*/
@@ -480,6 +511,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param remoteAs set the remoteAs.
*/
@@ -492,6 +524,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return shutdown
*/
@@ -504,6 +537,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param shutdown set the shutdown.
*/
@@ -515,6 +549,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return subnet
*/
@@ -526,6 +561,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param subnet set the subnet.
*/
@@ -538,6 +574,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return subnet6
*/
@@ -550,6 +587,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param subnet6 set the subnet6.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BgpProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BgpProfile.java
index 8324814d..8f529e95 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BgpProfile.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BgpProfile.java
@@ -79,6 +79,7 @@ public class BgpProfile extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return community
*/
@@ -92,6 +93,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return community
*/
@@ -105,6 +107,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return community
*/
@@ -122,6 +125,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 180.
* @return holdTime
*/
@@ -134,6 +138,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 180.
* @param holdTime set the holdTime.
*/
@@ -145,6 +150,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return ibgp
*/
@@ -156,6 +162,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param ibgp set the ibgp.
*/
@@ -169,6 +176,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ipCommunities
*/
@@ -182,6 +190,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ipCommunities
*/
@@ -195,6 +204,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ipCommunities
*/
@@ -212,6 +222,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 60.
* @return keepaliveInterval
*/
@@ -224,6 +235,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 60.
* @param keepaliveInterval set the keepaliveInterval.
*/
@@ -236,6 +248,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return localAs
*/
@@ -248,6 +261,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param localAs set the localAs.
*/
@@ -261,6 +275,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return localPreference
*/
@@ -274,6 +289,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param localPreference set the localPreference.
*/
@@ -287,6 +303,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return numAsPathPrepend
*/
@@ -300,6 +317,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param numAsPathPrepend set the numAsPathPrepend.
*/
@@ -312,6 +330,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return peers
*/
@@ -324,6 +343,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return peers
*/
@@ -336,6 +356,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return peers
*/
@@ -354,6 +375,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return routingOptions
*/
@@ -367,6 +389,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return routingOptions
*/
@@ -380,6 +403,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return routingOptions
*/
@@ -397,6 +421,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return sendCommunity
*/
@@ -409,6 +434,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param sendCommunity set the sendCommunity.
*/
@@ -421,6 +447,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return shutdown
*/
@@ -433,6 +460,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param shutdown set the shutdown.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BgpRoutingOptions.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BgpRoutingOptions.java
index add500c3..d21d3c68 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BgpRoutingOptions.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BgpRoutingOptions.java
@@ -54,6 +54,7 @@ public class BgpRoutingOptions extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return advertiseDefaultRoute
*/
@@ -66,6 +67,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param advertiseDefaultRoute set the advertiseDefaultRoute.
*/
@@ -78,6 +80,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return advertiseLearnedRoutes
*/
@@ -90,6 +93,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param advertiseLearnedRoutes set the advertiseLearnedRoutes.
*/
@@ -102,6 +106,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return label
*/
@@ -114,6 +119,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param label set the label.
*/
@@ -126,6 +132,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return learnOnlyDefaultRoute
*/
@@ -138,6 +145,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param learnOnlyDefaultRoute set the learnOnlyDefaultRoute.
*/
@@ -150,6 +158,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return learnRoutes
*/
@@ -162,6 +171,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param learnRoutes set the learnRoutes.
*/
@@ -175,6 +185,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 50.
* @return maxLearnLimit
*/
@@ -188,6 +199,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 50.
* @param maxLearnLimit set the maxLearnLimit.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotAllowList.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotAllowList.java
index b103a098..07609d35 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotAllowList.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotAllowList.java
@@ -34,6 +34,7 @@ public class BotAllowList extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return rules
*/
@@ -46,6 +47,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return rules
*/
@@ -58,6 +60,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return rules
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotAllowRule.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotAllowRule.java
index 7438f9e1..1bd4d72a 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotAllowRule.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotAllowRule.java
@@ -48,6 +48,7 @@ public class BotAllowRule extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return action
*/
@@ -61,6 +62,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param action set the action.
*/
@@ -73,6 +75,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return condition
*/
@@ -85,6 +88,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param condition set the condition.
*/
@@ -97,6 +101,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return index
*/
@@ -109,6 +114,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param index set the index.
*/
@@ -121,6 +127,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return name
*/
@@ -133,6 +140,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param name set the name.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotClassMatcher.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotClassMatcher.java
index 7c90dc87..61cb73d0 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotClassMatcher.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotClassMatcher.java
@@ -40,6 +40,7 @@ public class BotClassMatcher extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return clientClasses
*/
@@ -54,6 +55,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return clientClasses
*/
@@ -68,6 +70,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return clientClasses
*/
@@ -86,6 +89,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "IS_IN".
* @return op
*/
@@ -99,6 +103,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.
* 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/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotClassification.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotClassification.java
index 25707dbb..9ee5fe13 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotClassification.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotClassification.java
@@ -39,6 +39,7 @@ public class BotClassification extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return type
*/
@@ -52,6 +53,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param type set the type.
*/
@@ -64,6 +66,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return userDefinedType
*/
@@ -76,6 +79,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param userDefinedType set the userDefinedType.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotConfigConsolidator.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotConfigConsolidator.java
index 13e0e8d0..7bba6eec 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotConfigConsolidator.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotConfigConsolidator.java
@@ -54,6 +54,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return description
*/
@@ -66,6 +67,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param description set the description.
*/
@@ -78,6 +80,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return name
*/
@@ -90,6 +93,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param name set the name.
*/
@@ -102,6 +106,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return script
*/
@@ -114,6 +119,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param script set the script.
*/
@@ -127,6 +133,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRef
*/
@@ -140,6 +147,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tenantRef set the tenantRef.
*/
@@ -171,6 +179,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return uuid
*/
@@ -183,6 +192,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param uuid set the uuid.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotConfigIPLocation.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotConfigIPLocation.java
index 85a6e928..67d4ca8e 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotConfigIPLocation.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotConfigIPLocation.java
@@ -46,6 +46,7 @@ public class BotConfigIPLocation extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return enabled
*/
@@ -58,6 +59,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param enabled set the enabled.
*/
@@ -71,6 +73,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ipLocationDbRef
*/
@@ -84,6 +87,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ipLocationDbRef set the ipLocationDbRef.
*/
@@ -97,6 +101,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return systemCloudProvidersRef
*/
@@ -110,6 +115,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param systemCloudProvidersRef set the systemCloudProvidersRef.
*/
@@ -123,6 +129,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return systemSearchEnginesRef
*/
@@ -136,6 +143,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param systemSearchEnginesRef set the systemSearchEnginesRef.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotConfigIPReputation.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotConfigIPReputation.java
index fc964edb..4603ee9a 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotConfigIPReputation.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotConfigIPReputation.java
@@ -42,6 +42,7 @@ public class BotConfigIPReputation extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return enabled
*/
@@ -54,6 +55,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param enabled set the enabled.
*/
@@ -67,6 +69,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ipReputationDbRef
*/
@@ -80,6 +83,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ipReputationDbRef set the ipReputationDbRef.
*/
@@ -93,6 +97,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return systemIpReputationMappingRef
*/
@@ -106,6 +111,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param systemIpReputationMappingRef set the systemIpReputationMappingRef.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotConfigUserAgent.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotConfigUserAgent.java
index 56cee1a6..341bfb27 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotConfigUserAgent.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotConfigUserAgent.java
@@ -34,6 +34,7 @@ public class BotConfigUserAgent extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return enabled
*/
@@ -46,6 +47,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param enabled set the enabled.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotDetectionMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotDetectionMatch.java
index f91f3cfd..9fe8016b 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotDetectionMatch.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotDetectionMatch.java
@@ -38,6 +38,7 @@ public class BotDetectionMatch extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return classifications
*/
@@ -50,6 +51,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return classifications
*/
@@ -62,6 +64,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return classifications
*/
@@ -80,6 +83,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return matchOperation
*/
@@ -93,6 +97,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param matchOperation set the matchOperation.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotDetectionPolicy.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotDetectionPolicy.java
index 76ecbcbc..2177b5ae 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotDetectionPolicy.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotDetectionPolicy.java
@@ -86,6 +86,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return allowList
*/
@@ -98,6 +99,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param allowList set the allowList.
*/
@@ -110,6 +112,7 @@ public void setAllowList(BotAllowList allowList) {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return description
*/
@@ -122,6 +125,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param description set the description.
*/
@@ -134,6 +138,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ipLocationDetector
*/
@@ -146,6 +151,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ipLocationDetector set the ipLocationDetector.
*/
@@ -158,6 +164,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ipReputationDetector
*/
@@ -170,6 +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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ipReputationDetector set the ipReputationDetector.
*/
@@ -182,6 +190,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return name
*/
@@ -194,6 +203,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param name set the name.
*/
@@ -207,6 +217,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return systemBotMappingRef
*/
@@ -220,6 +231,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param systemBotMappingRef set the systemBotMappingRef.
*/
@@ -233,6 +245,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return systemConsolidatorRef
*/
@@ -246,6 +259,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param systemConsolidatorRef set the systemConsolidatorRef.
*/
@@ -259,6 +273,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRef
*/
@@ -272,6 +287,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tenantRef set the tenantRef.
*/
@@ -303,6 +319,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return userAgentDetector
*/
@@ -315,6 +332,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param userAgentDetector set the userAgentDetector.
*/
@@ -330,6 +348,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return userBotMappingRef
*/
@@ -345,6 +364,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param userBotMappingRef set the userBotMappingRef.
*/
@@ -360,6 +380,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return userConsolidatorRef
*/
@@ -375,6 +396,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param userConsolidatorRef set the userConsolidatorRef.
*/
@@ -387,6 +409,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return uuid
*/
@@ -399,6 +422,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param uuid set the uuid.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotEvaluationResult.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotEvaluationResult.java
index 916b0b90..1ba62777 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotEvaluationResult.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotEvaluationResult.java
@@ -48,6 +48,7 @@ public class BotEvaluationResult extends AviRestResource {
* The component of the bot module that made this evaluation.
* Enum options - BOT_DECIDER_CONSOLIDATION, BOT_DECIDER_USER_AGENT, BOT_DECIDER_IP_REPUTATION, BOT_DECIDER_IP_NETWORK_LOCATION.
* 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.
* @return component
*/
@@ -61,6 +62,7 @@ public String getComponent() {
* The component of the bot module that made this evaluation.
* Enum options - BOT_DECIDER_CONSOLIDATION, BOT_DECIDER_USER_AGENT, BOT_DECIDER_IP_REPUTATION, BOT_DECIDER_IP_NETWORK_LOCATION.
* 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.
* @param component set the component.
*/
@@ -74,6 +76,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return confidence
*/
@@ -87,6 +90,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param confidence set the confidence.
*/
@@ -99,6 +103,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return identification
*/
@@ -111,6 +116,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param identification set the identification.
*/
@@ -123,6 +129,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return notes
*/
@@ -135,6 +142,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return notes
*/
@@ -147,6 +155,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return notes
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotIPReputationTypeMapping.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotIPReputationTypeMapping.java
index 228ca167..f4d20dbf 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotIPReputationTypeMapping.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotIPReputationTypeMapping.java
@@ -50,6 +50,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ipReputationMappings
*/
@@ -62,6 +63,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ipReputationMappings
*/
@@ -74,6 +76,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ipReputationMappings
*/
@@ -91,6 +94,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return name
*/
@@ -103,6 +107,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param name set the name.
*/
@@ -116,6 +121,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRef
*/
@@ -129,6 +135,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tenantRef set the tenantRef.
*/
@@ -160,6 +167,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return uuid
*/
@@ -172,6 +180,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param uuid set the uuid.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotIdentification.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotIdentification.java
index 57b41f7f..d691e07f 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotIdentification.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotIdentification.java
@@ -43,6 +43,7 @@ public class BotIdentification extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return classStr
*/
@@ -56,6 +57,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param classStr set the classStr.
*/
@@ -68,6 +70,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return identifier
*/
@@ -80,6 +83,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param identifier set the identifier.
*/
@@ -94,6 +98,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.
* 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.
* @return type
*/
@@ -108,6 +113,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.
* 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.
* @param type set the type.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotManagementLog.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotManagementLog.java
index 50a850c2..fca26386 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotManagementLog.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotManagementLog.java
@@ -39,6 +39,7 @@ public class BotManagementLog extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return classification
*/
@@ -51,6 +52,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param classification set the classification.
*/
@@ -63,6 +65,7 @@ public void setClassification(BotClassification classification) {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return results
*/
@@ -75,6 +78,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return results
*/
@@ -87,6 +91,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return results
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotMapping.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotMapping.java
index 65597e83..141753ec 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotMapping.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotMapping.java
@@ -50,6 +50,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return mappingRules
*/
@@ -62,6 +63,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return mappingRules
*/
@@ -74,6 +76,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return mappingRules
*/
@@ -91,6 +94,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return name
*/
@@ -103,6 +107,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param name set the name.
*/
@@ -116,6 +121,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRef
*/
@@ -129,6 +135,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tenantRef set the tenantRef.
*/
@@ -160,6 +167,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return uuid
*/
@@ -172,6 +180,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param uuid set the uuid.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotMappingRule.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotMappingRule.java
index f6b6f9b0..7c159f5f 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotMappingRule.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotMappingRule.java
@@ -68,6 +68,7 @@ public class BotMappingRule extends AviRestResource {
* How to match the botclientclass.
* Field deprecated in 21.1.3.
* Field introduced in 21.1.1.
+ * Allowed in enterprise edition with any value, enterprise with cloud services edition.
* @return classMatcher
*/
@VsoMethod
@@ -80,6 +81,7 @@ public BotClassMatcher getClassMatcher() {
* How to match the botclientclass.
* Field deprecated in 21.1.3.
* Field introduced in 21.1.1.
+ * Allowed in enterprise edition with any value, enterprise with cloud services edition.
* @param classMatcher set the classMatcher.
*/
@VsoMethod
@@ -91,6 +93,7 @@ public void setClassMatcher(BotClassMatcher classMatcher) {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return classification
*/
@@ -103,6 +106,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param classification set the classification.
*/
@@ -117,6 +121,7 @@ public void setClassification(BotClassification classification) {
* Enum options - BOT_DECIDER_CONSOLIDATION, BOT_DECIDER_USER_AGENT, BOT_DECIDER_IP_REPUTATION, BOT_DECIDER_IP_NETWORK_LOCATION.
* Field deprecated in 21.1.3.
* Field introduced in 21.1.1.
+ * Allowed in enterprise edition with any value, enterprise with cloud services edition.
* @return componentMatcher
*/
@VsoMethod
@@ -130,6 +135,7 @@ public String getComponentMatcher() {
* Enum options - BOT_DECIDER_CONSOLIDATION, BOT_DECIDER_USER_AGENT, BOT_DECIDER_IP_REPUTATION, BOT_DECIDER_IP_NETWORK_LOCATION.
* Field deprecated in 21.1.3.
* Field introduced in 21.1.1.
+ * Allowed in enterprise edition with any value, enterprise with cloud services edition.
* @param componentMatcher set the componentMatcher.
*/
@VsoMethod
@@ -142,6 +148,7 @@ public void setComponentMatcher(String componentMatcher) {
* The list of bot identifier names and how they're matched.
* Field deprecated in 21.1.3.
* Field introduced in 21.1.1.
+ * Allowed in enterprise edition with any value, enterprise with cloud services edition.
* @return identifierMatcher
*/
@VsoMethod
@@ -154,6 +161,7 @@ public StringMatch getIdentifierMatcher() {
* The list of bot identifier names and how they're matched.
* Field deprecated in 21.1.3.
* Field introduced in 21.1.1.
+ * Allowed in enterprise edition with any value, enterprise with cloud services edition.
* @param identifierMatcher set the identifierMatcher.
*/
@VsoMethod
@@ -165,6 +173,7 @@ public void setIdentifierMatcher(StringMatch identifierMatcher) {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return index
*/
@@ -177,6 +186,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param index set the index.
*/
@@ -189,6 +199,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return match
*/
@@ -201,6 +212,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param match set the match.
*/
@@ -213,6 +225,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return name
*/
@@ -225,6 +238,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param name set the name.
*/
@@ -238,6 +252,7 @@ public void setName(String name) {
* How to match the botclienttype.
* Field deprecated in 21.1.3.
* Field introduced in 21.1.1.
+ * Allowed in enterprise edition with any value, enterprise with cloud services edition.
* @return typeMatcher
*/
@VsoMethod
@@ -250,6 +265,7 @@ public BotTypeMatcher getTypeMatcher() {
* How to match the botclienttype.
* Field deprecated in 21.1.3.
* Field introduced in 21.1.1.
+ * Allowed in enterprise edition with any value, enterprise with cloud services edition.
* @param typeMatcher set the typeMatcher.
*/
@VsoMethod
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotMappingRuleMatchTarget.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotMappingRuleMatchTarget.java
index 5784fddb..45b9d4fa 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotMappingRuleMatchTarget.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotMappingRuleMatchTarget.java
@@ -73,6 +73,7 @@ public class BotMappingRuleMatchTarget extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return classMatcher
*/
@@ -85,6 +86,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param classMatcher set the classMatcher.
*/
@@ -97,6 +99,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return clientIp
*/
@@ -109,6 +112,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param clientIp set the clientIp.
*/
@@ -122,6 +126,7 @@ public void setClientIp(IpAddrMatch clientIp) {
* The component for which this mapping is used.
* Enum options - BOT_DECIDER_CONSOLIDATION, BOT_DECIDER_USER_AGENT, BOT_DECIDER_IP_REPUTATION, BOT_DECIDER_IP_NETWORK_LOCATION.
* 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 componentMatcher
*/
@@ -135,6 +140,7 @@ public String getComponentMatcher() {
* The component for which this mapping is used.
* Enum options - BOT_DECIDER_CONSOLIDATION, BOT_DECIDER_USER_AGENT, BOT_DECIDER_IP_REPUTATION, BOT_DECIDER_IP_NETWORK_LOCATION.
* 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 componentMatcher set the componentMatcher.
*/
@@ -148,6 +154,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return hdrs
*/
@@ -161,6 +168,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return hdrs
*/
@@ -174,6 +182,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return hdrs
*/
@@ -191,6 +200,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return hostHdr
*/
@@ -203,6 +213,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param hostHdr set the hostHdr.
*/
@@ -215,6 +226,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return identifierMatcher
*/
@@ -227,6 +239,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param identifierMatcher set the identifierMatcher.
*/
@@ -239,6 +252,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return method
*/
@@ -251,6 +265,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param method set the method.
*/
@@ -263,6 +278,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return path
*/
@@ -275,6 +291,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param path set the path.
*/
@@ -287,6 +304,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return typeMatcher
*/
@@ -299,6 +317,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param typeMatcher set the typeMatcher.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotTypeMatcher.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotTypeMatcher.java
index 7fba7d1c..beeb6c44 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotTypeMatcher.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BotTypeMatcher.java
@@ -41,6 +41,7 @@ public class BotTypeMatcher extends AviRestResource {
* DENIAL_OF_SERVICE, CLOUD_SOURCE, SECURITY_SCANNER, SITE_MONITOR, GENERIC_APPLICATION.
* Field introduced in 21.1.1.
* 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 clientTypes
*/
@@ -56,6 +57,7 @@ public List getClientTypes() {
* DENIAL_OF_SERVICE, CLOUD_SOURCE, SECURITY_SCANNER, SITE_MONITOR, GENERIC_APPLICATION.
* Field introduced in 21.1.1.
* 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 clientTypes
*/
@@ -71,6 +73,7 @@ public void setClientTypes(List clientTypes) {
* DENIAL_OF_SERVICE, CLOUD_SOURCE, SECURITY_SCANNER, SITE_MONITOR, GENERIC_APPLICATION.
* Field introduced in 21.1.1.
* 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 clientTypes
*/
@@ -89,6 +92,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "IS_IN".
* @return op
*/
@@ -102,6 +106,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.
* 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/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BuildInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BuildInfo.java
index ba7f4165..5ed9c85c 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BuildInfo.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BuildInfo.java
@@ -62,6 +62,7 @@ public class BuildInfo extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return buildNo
*/
@@ -74,6 +75,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param buildNo set the buildNo.
*/
@@ -86,6 +88,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return date
*/
@@ -98,6 +101,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param date set the date.
*/
@@ -110,6 +114,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return minVersion
*/
@@ -122,6 +127,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param minVersion set the minVersion.
*/
@@ -134,6 +140,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return patchVersion
*/
@@ -146,6 +153,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param patchVersion set the patchVersion.
*/
@@ -158,6 +166,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return product
*/
@@ -170,6 +179,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param product set the product.
*/
@@ -182,6 +192,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return productName
*/
@@ -194,6 +205,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param productName set the productName.
*/
@@ -206,6 +218,7 @@ public void setProductName(String productName) {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tag
*/
@@ -218,6 +231,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tag set the tag.
*/
@@ -230,6 +244,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return version
*/
@@ -242,6 +257,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param version set the version.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BurstLicenseDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BurstLicenseDetails.java
index 1a06ad2a..57b3af10 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BurstLicenseDetails.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BurstLicenseDetails.java
@@ -48,7 +48,7 @@ public class BurstLicenseDetails extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property cores of obj type burstlicensedetails field type str type integer.
+ * 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 cores
*/
@@ -59,7 +59,7 @@ public Integer getCores() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property cores of obj type burstlicensedetails field type str type integer.
+ * 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 cores set the cores.
*/
@@ -70,7 +70,7 @@ public void setCores(Integer cores) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property end_time of obj type burstlicensedetails field type str type string.
+ * 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 endTime
*/
@@ -81,7 +81,7 @@ public String getEndTime() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property end_time of obj type burstlicensedetails field type str type string.
+ * 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 endTime set the endTime.
*/
@@ -92,7 +92,7 @@ public void setEndTime(String endTime) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property se_name of obj type burstlicensedetails field type str type string.
+ * 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 seName
*/
@@ -103,7 +103,7 @@ public String getSeName() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property se_name of obj type burstlicensedetails field type str type string.
+ * 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 seName set the seName.
*/
@@ -114,7 +114,7 @@ public void setSeName(String seName) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of se.
+ * 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
*/
@@ -125,7 +125,7 @@ public String getSeUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of se.
+ * 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.
*/
@@ -136,7 +136,7 @@ public void setSeUuid(String seUuid) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property start_time of obj type burstlicensedetails field type str type string.
+ * 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 startTime
*/
@@ -147,7 +147,7 @@ public String getStartTime() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property start_time of obj type burstlicensedetails field type str type string.
+ * 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 startTime set the startTime.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BurstResource.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BurstResource.java
index d4f46daa..defc7c45 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BurstResource.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/BurstResource.java
@@ -54,6 +54,7 @@ public class BurstResource extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return accountedLicenseId
*/
@@ -66,6 +67,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param accountedLicenseId set the accountedLicenseId.
*/
@@ -78,6 +80,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return lastAlertTime
*/
@@ -90,6 +93,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param lastAlertTime set the lastAlertTime.
*/
@@ -102,6 +106,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return licenseTier
*/
@@ -114,6 +119,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param licenseTier set the licenseTier.
*/
@@ -125,6 +131,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return seCookie
*/
@@ -136,6 +143,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param seCookie set the seCookie.
*/
@@ -148,6 +156,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return seUuid
*/
@@ -160,6 +169,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param seUuid set the seUuid.
*/
@@ -172,6 +182,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return startTime
*/
@@ -184,6 +195,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param startTime set the startTime.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CCScaleSetNotifDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CCScaleSetNotifDetails.java
index c9dacadd..687a67cc 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CCScaleSetNotifDetails.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CCScaleSetNotifDetails.java
@@ -42,6 +42,7 @@ public class CCScaleSetNotifDetails extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ccId
*/
@@ -54,6 +55,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ccId set the ccId.
*/
@@ -66,6 +68,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return reason
*/
@@ -78,6 +81,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param reason set the reason.
*/
@@ -90,6 +94,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return scalesetNames
*/
@@ -102,6 +107,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return scalesetNames
*/
@@ -114,6 +120,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return scalesetNames
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CC_AgentProperties.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CC_AgentProperties.java
index c494bf8d..8cf7a3fe 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CC_AgentProperties.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CC_AgentProperties.java
@@ -44,6 +44,22 @@ public class CC_AgentProperties extends AviRestResource {
@JsonInclude(Include.NON_NULL)
private Integer pollSlowTarget = 240;
+ @JsonProperty("vcenter_host_ping_interval")
+ @JsonInclude(Include.NON_NULL)
+ private Integer vcenterHostPingInterval = 300;
+
+ @JsonProperty("vcenter_inventory_max_object_updates")
+ @JsonInclude(Include.NON_NULL)
+ private Integer vcenterInventoryMaxObjectUpdates = 100;
+
+ @JsonProperty("vcenter_max_datastore_go_routines")
+ @JsonInclude(Include.NON_NULL)
+ private Integer vcenterMaxDatastoreGoRoutines = 20;
+
+ @JsonProperty("vcenter_reconcile_interval")
+ @JsonInclude(Include.NON_NULL)
+ private Integer vcenterReconcileInterval = 3600;
+
@JsonProperty("vnic_retries")
@JsonInclude(Include.NON_NULL)
private Integer vnicRetries = 60;
@@ -57,6 +73,7 @@ public class CC_AgentProperties extends AviRestResource {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as 5.
* @return asyncRetries
*/
@@ -68,6 +85,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 5.
* @param asyncRetries set the asyncRetries.
*/
@@ -80,6 +98,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 10.
* @return asyncRetriesDelay
*/
@@ -92,6 +111,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 10.
* @param asyncRetriesDelay set the asyncRetriesDelay.
*/
@@ -105,6 +125,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 10.
* @return pollDurationTarget
*/
@@ -118,6 +139,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 10.
* @param pollDurationTarget set the pollDurationTarget.
*/
@@ -130,6 +152,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 60.
* @return pollFastTarget
*/
@@ -142,6 +165,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 60.
* @param pollFastTarget set the pollFastTarget.
*/
@@ -154,6 +178,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 240.
* @return pollSlowTarget
*/
@@ -166,6 +191,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 240.
* @param pollSlowTarget set the pollSlowTarget.
*/
@@ -174,9 +200,126 @@ public void setPollSlowTarget(Integer pollSlowTarget) {
this.pollSlowTarget = pollSlowTarget;
}
+ /**
+ * This is the getter method this will return the attribute value.
+ * Vcenter host reachability check interval.
+ * Allowed values are 60-3600.
+ * Field introduced in 21.1.6.
+ * 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 300.
+ * @return vcenterHostPingInterval
+ */
+ @VsoMethod
+ public Integer getVcenterHostPingInterval() {
+ return vcenterHostPingInterval;
+ }
+
+ /**
+ * This is the setter method to the attribute.
+ * Vcenter host reachability check interval.
+ * Allowed values are 60-3600.
+ * Field introduced in 21.1.6.
+ * 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 300.
+ * @param vcenterHostPingInterval set the vcenterHostPingInterval.
+ */
+ @VsoMethod
+ public void setVcenterHostPingInterval(Integer vcenterHostPingInterval) {
+ this.vcenterHostPingInterval = vcenterHostPingInterval;
+ }
+
+ /**
+ * This is the getter method this will return the attribute value.
+ * Batch size of vcenter inventory updates.
+ * Allowed values are 1-500.
+ * Field introduced in 21.1.6.
+ * 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 100.
+ * @return vcenterInventoryMaxObjectUpdates
+ */
+ @VsoMethod
+ public Integer getVcenterInventoryMaxObjectUpdates() {
+ return vcenterInventoryMaxObjectUpdates;
+ }
+
+ /**
+ * This is the setter method to the attribute.
+ * Batch size of vcenter inventory updates.
+ * Allowed values are 1-500.
+ * Field introduced in 21.1.6.
+ * 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 100.
+ * @param vcenterInventoryMaxObjectUpdates set the vcenterInventoryMaxObjectUpdates.
+ */
+ @VsoMethod
+ public void setVcenterInventoryMaxObjectUpdates(Integer vcenterInventoryMaxObjectUpdates) {
+ this.vcenterInventoryMaxObjectUpdates = vcenterInventoryMaxObjectUpdates;
+ }
+
+ /**
+ * This is the getter method this will return the attribute value.
+ * Max datastore processing go routines for vcenter datastore updates.
+ * Allowed values are 1-40.
+ * Field introduced in 21.1.6.
+ * Allowed in enterprise edition with any value, enterprise with cloud services edition.
+ * Default value when not specified in API or module is interpreted by Avi Controller as 20.
+ * @return vcenterMaxDatastoreGoRoutines
+ */
+ @VsoMethod
+ public Integer getVcenterMaxDatastoreGoRoutines() {
+ return vcenterMaxDatastoreGoRoutines;
+ }
+
+ /**
+ * This is the setter method to the attribute.
+ * Max datastore processing go routines for vcenter datastore updates.
+ * Allowed values are 1-40.
+ * Field introduced in 21.1.6.
+ * Allowed in enterprise edition with any value, enterprise with cloud services edition.
+ * Default value when not specified in API or module is interpreted by Avi Controller as 20.
+ * @param vcenterMaxDatastoreGoRoutines set the vcenterMaxDatastoreGoRoutines.
+ */
+ @VsoMethod
+ public void setVcenterMaxDatastoreGoRoutines(Integer vcenterMaxDatastoreGoRoutines) {
+ this.vcenterMaxDatastoreGoRoutines = vcenterMaxDatastoreGoRoutines;
+ }
+
+ /**
+ * This is the getter method this will return the attribute value.
+ * Reconcile interval for vcenter inventory.
+ * Allowed values are 60-3600.
+ * Field introduced in 21.1.6.
+ * 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 3600.
+ * @return vcenterReconcileInterval
+ */
+ @VsoMethod
+ public Integer getVcenterReconcileInterval() {
+ return vcenterReconcileInterval;
+ }
+
+ /**
+ * This is the setter method to the attribute.
+ * Reconcile interval for vcenter inventory.
+ * Allowed values are 60-3600.
+ * Field introduced in 21.1.6.
+ * 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 3600.
+ * @param vcenterReconcileInterval set the vcenterReconcileInterval.
+ */
+ @VsoMethod
+ public void setVcenterReconcileInterval(Integer vcenterReconcileInterval) {
+ this.vcenterReconcileInterval = 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.
* Default value when not specified in API or module is interpreted by Avi Controller as 60.
* @return vnicRetries
*/
@@ -188,6 +331,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 60.
* @param vnicRetries set the vnicRetries.
*/
@@ -200,6 +344,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 5.
* @return vnicRetriesDelay
*/
@@ -212,6 +357,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 5.
* @param vnicRetriesDelay set the vnicRetriesDelay.
*/
@@ -237,7 +383,11 @@ public boolean equals(java.lang.Object o) {
Objects.equals(this.asyncRetries, objCC_AgentProperties.asyncRetries)&&
Objects.equals(this.asyncRetriesDelay, objCC_AgentProperties.asyncRetriesDelay)&&
Objects.equals(this.vnicRetries, objCC_AgentProperties.vnicRetries)&&
- Objects.equals(this.vnicRetriesDelay, objCC_AgentProperties.vnicRetriesDelay);
+ Objects.equals(this.vnicRetriesDelay, objCC_AgentProperties.vnicRetriesDelay)&&
+ Objects.equals(this.vcenterReconcileInterval, objCC_AgentProperties.vcenterReconcileInterval)&&
+ Objects.equals(this.vcenterInventoryMaxObjectUpdates, objCC_AgentProperties.vcenterInventoryMaxObjectUpdates)&&
+ Objects.equals(this.vcenterMaxDatastoreGoRoutines, objCC_AgentProperties.vcenterMaxDatastoreGoRoutines)&&
+ Objects.equals(this.vcenterHostPingInterval, objCC_AgentProperties.vcenterHostPingInterval);
}
@Override
@@ -249,6 +399,10 @@ public String toString() {
sb.append(" pollDurationTarget: ").append(toIndentedString(pollDurationTarget)).append("\n");
sb.append(" pollFastTarget: ").append(toIndentedString(pollFastTarget)).append("\n");
sb.append(" pollSlowTarget: ").append(toIndentedString(pollSlowTarget)).append("\n");
+ sb.append(" vcenterHostPingInterval: ").append(toIndentedString(vcenterHostPingInterval)).append("\n");
+ sb.append(" vcenterInventoryMaxObjectUpdates: ").append(toIndentedString(vcenterInventoryMaxObjectUpdates)).append("\n");
+ sb.append(" vcenterMaxDatastoreGoRoutines: ").append(toIndentedString(vcenterMaxDatastoreGoRoutines)).append("\n");
+ sb.append(" vcenterReconcileInterval: ").append(toIndentedString(vcenterReconcileInterval)).append("\n");
sb.append(" vnicRetries: ").append(toIndentedString(vnicRetries)).append("\n");
sb.append(" vnicRetriesDelay: ").append(toIndentedString(vnicRetriesDelay)).append("\n");
sb.append("}");
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CC_Properties.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CC_Properties.java
index 4656cb0c..f81cf134 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CC_Properties.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CC_Properties.java
@@ -37,6 +37,7 @@ public class CC_Properties extends AviRestResource {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as 60.
* @return rpcPollInterval
*/
@@ -48,6 +49,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 60.
* @param rpcPollInterval set the rpcPollInterval.
*/
@@ -58,7 +60,7 @@ public void setRpcPollInterval(Integer rpcPollInterval) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property rpc_queue_size of obj type cc_properties field type str type integer.
+ * 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 100.
* @return rpcQueueSize
*/
@@ -69,7 +71,7 @@ public Integer getRpcQueueSize() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property rpc_queue_size of obj type cc_properties field type str type integer.
+ * 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 100.
* @param rpcQueueSize set the rpcQueueSize.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CC_VnicInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CC_VnicInfo.java
index 80907ba2..2bb58f4c 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CC_VnicInfo.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CC_VnicInfo.java
@@ -56,7 +56,7 @@ public class CC_VnicInfo extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property mac_address of obj type cc_vnicinfo field type str type string.
+ * 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 macAddress
*/
@@ -67,7 +67,7 @@ public String getMacAddress() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property mac_address of obj type cc_vnicinfo field type str type string.
+ * 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 macAddress set the macAddress.
*/
@@ -78,7 +78,7 @@ public void setMacAddress(String macAddress) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of network.
+ * 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 networkUuid
*/
@@ -89,7 +89,7 @@ public String getNetworkUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of network.
+ * 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 networkUuid set the networkUuid.
*/
@@ -100,7 +100,7 @@ public void setNetworkUuid(String networkUuid) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of port.
+ * 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 portUuid
*/
@@ -111,7 +111,7 @@ public String getPortUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of port.
+ * 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 portUuid set the portUuid.
*/
@@ -125,6 +125,7 @@ public void setPortUuid(String portUuid) {
* 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 "SYSERR_SUCCESS".
* @return status
*/
@@ -138,6 +139,7 @@ public String getStatus() {
* 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 "SYSERR_SUCCESS".
* @param status set the status.
*/
@@ -148,7 +150,7 @@ public void setStatus(String status) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property status_string of obj type cc_vnicinfo field type str type string.
+ * 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 statusString
*/
@@ -159,7 +161,7 @@ public String getStatusString() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property status_string of obj type cc_vnicinfo field type str type string.
+ * 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 statusString set the statusString.
*/
@@ -170,7 +172,7 @@ public void setStatusString(String statusString) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of subnet.
+ * 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 subnetUuid
*/
@@ -181,7 +183,7 @@ public String getSubnetUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of subnet.
+ * 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 subnetUuid set the subnetUuid.
*/
@@ -192,7 +194,7 @@ public void setSubnetUuid(String subnetUuid) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of vrf.
+ * 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 vrfUuid
*/
@@ -203,7 +205,7 @@ public String getVrfUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of vrf.
+ * 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 vrfUuid set the vrfUuid.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CPUUsage.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CPUUsage.java
index bf54159d..d55ef306 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CPUUsage.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CPUUsage.java
@@ -39,6 +39,7 @@ public class CPUUsage extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return cpuPercent
*/
@@ -52,6 +53,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param cpuPercent set the cpuPercent.
*/
@@ -62,7 +64,7 @@ public void setCpuPercent(Float cpuPercent) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property num_cores of obj type cpuusage field type str type integer.
+ * 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 numCores
*/
@@ -73,7 +75,7 @@ public Integer getNumCores() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property num_cores of obj type cpuusage field type str type integer.
+ * 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 numCores set the numCores.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CPUUsageInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CPUUsageInfo.java
index 327f06d9..ecc21a67 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CPUUsageInfo.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CPUUsageInfo.java
@@ -34,6 +34,7 @@ public class CPUUsageInfo extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return cpuUsageOnNodes
*/
@@ -46,6 +47,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return cpuUsageOnNodes
*/
@@ -58,6 +60,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return cpuUsageOnNodes
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CPUUsagePerNode.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CPUUsagePerNode.java
index 5d81acd3..a3cebbd9 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CPUUsagePerNode.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CPUUsagePerNode.java
@@ -39,6 +39,7 @@ public class CPUUsagePerNode extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return cpuInfo
*/
@@ -51,6 +52,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param cpuInfo set the cpuInfo.
*/
@@ -63,6 +65,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return name
*/
@@ -75,6 +78,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param name set the name.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CRL.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CRL.java
index de4d7590..b5675a1f 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CRL.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CRL.java
@@ -74,6 +74,7 @@ public class CRL extends AviRestResource {
* This is the getter method this will return the attribute value.
* Certificate revocation list from a given issuer in pem format.
* This can either be configured directly or via the server_url.
+ * 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 body
*/
@@ -86,6 +87,7 @@ public String getBody() {
* This is the setter method to the attribute.
* Certificate revocation list from a given issuer in pem format.
* This can either be configured directly or via the server_url.
+ * 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 body set the body.
*/
@@ -97,6 +99,7 @@ public void setBody(String body) {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return commonName
*/
@@ -108,6 +111,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param commonName set the commonName.
*/
@@ -119,6 +123,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return distinguishedName
*/
@@ -130,6 +135,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param distinguishedName set the distinguishedName.
*/
@@ -141,6 +147,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return etag
*/
@@ -152,6 +159,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param etag set the etag.
*/
@@ -164,6 +172,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return fingerprint
*/
@@ -176,6 +185,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param fingerprint set the fingerprint.
*/
@@ -188,6 +198,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return lastRefreshed
*/
@@ -200,6 +211,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param lastRefreshed set the lastRefreshed.
*/
@@ -211,6 +223,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return lastUpdate
*/
@@ -222,6 +235,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param lastUpdate set the lastUpdate.
*/
@@ -234,6 +248,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return nextUpdate
*/
@@ -246,6 +261,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param nextUpdate set the nextUpdate.
*/
@@ -259,6 +275,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return serverUrl
*/
@@ -272,6 +289,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param serverUrl set the serverUrl.
*/
@@ -283,6 +301,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return text
*/
@@ -294,6 +313,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param text set the text.
*/
@@ -308,6 +328,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return updateInterval
*/
@@ -322,6 +343,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param updateInterval set the updateInterval.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CRSDeploymentFailure.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CRSDeploymentFailure.java
index a3effb9f..f4e47429 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CRSDeploymentFailure.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CRSDeploymentFailure.java
@@ -38,6 +38,7 @@ public class CRSDeploymentFailure extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return crsInfo
*/
@@ -50,6 +51,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return crsInfo
*/
@@ -62,6 +64,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return crsInfo
*/
@@ -79,6 +82,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return message
*/
@@ -91,6 +95,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param message set the message.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CRSDeploymentSuccess.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CRSDeploymentSuccess.java
index 27177f02..054f71a4 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CRSDeploymentSuccess.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CRSDeploymentSuccess.java
@@ -34,6 +34,7 @@ public class CRSDeploymentSuccess extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return crsInfo
*/
@@ -46,6 +47,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return crsInfo
*/
@@ -58,6 +60,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return crsInfo
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CRSDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CRSDetails.java
index 4c2a62aa..ecfa065a 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CRSDetails.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CRSDetails.java
@@ -46,6 +46,7 @@ public class CRSDetails extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return name
*/
@@ -58,6 +59,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param name set the name.
*/
@@ -70,6 +72,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return releaseDate
*/
@@ -82,6 +85,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param releaseDate set the releaseDate.
*/
@@ -93,6 +97,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return url
*/
@@ -105,6 +110,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return url
*/
@@ -117,6 +123,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return version
*/
@@ -129,6 +136,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param version set the version.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CRSUpdateDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CRSUpdateDetails.java
index 8ed21421..2c347fc5 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CRSUpdateDetails.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CRSUpdateDetails.java
@@ -34,6 +34,7 @@ public class CRSUpdateDetails extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return crsInfo
*/
@@ -46,6 +47,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return crsInfo
*/
@@ -58,6 +60,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return crsInfo
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CaptureFileSize.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CaptureFileSize.java
index ce4df9aa..0be22baf 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CaptureFileSize.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CaptureFileSize.java
@@ -39,9 +39,10 @@ public class CaptureFileSize extends AviRestResource {
* Maximum size in mb.
* Set 0 for avi default size.
* Allowed values are 100-512000.
- * Special values are 0 - 'avi_default'.
+ * 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.
* Default value when not specified in API or module is interpreted by Avi Controller as 0.
* @return absoluteSize
*/
@@ -55,9 +56,10 @@ public Integer getAbsoluteSize() {
* Maximum size in mb.
* Set 0 for avi default size.
* Allowed values are 100-512000.
- * Special values are 0 - 'avi_default'.
+ * 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.
* Default value when not specified in API or module is interpreted by Avi Controller as 0.
* @param absoluteSize set the absoluteSize.
*/
@@ -72,6 +74,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 0.
* @return percentageSize
*/
@@ -86,6 +89,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 0.
* @param percentageSize set the percentageSize.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CaptureFilters.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CaptureFilters.java
index 224710a8..6b878307 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CaptureFilters.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CaptureFilters.java
@@ -82,6 +82,7 @@ public class CaptureFilters extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return captureIp
*/
@@ -96,6 +97,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param captureIp set the captureIp.
*/
@@ -109,6 +111,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return captureIpc
*/
@@ -122,6 +125,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param captureIpc set the captureIpc.
*/
@@ -134,6 +138,7 @@ public void setCaptureIpc(CaptureIPC captureIpc) {
* This is the getter method this will return the attribute value.
* Destination port range filter.
* Field introduced in 18.2.5.
+ * 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 dstPortEnd
*/
@@ -146,6 +151,7 @@ public Integer getDstPortEnd() {
* This is the setter method to the attribute.
* Destination port range filter.
* Field introduced in 18.2.5.
+ * 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 dstPortEnd set the dstPortEnd.
*/
@@ -158,6 +164,7 @@ public void setDstPortEnd(Integer dstPortEnd) {
* This is the getter method this will return the attribute value.
* Destination port range filter.
* Field introduced in 18.2.5.
+ * 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 dstPortStart
*/
@@ -170,6 +177,7 @@ public Integer getDstPortStart() {
* This is the setter method to the attribute.
* Destination port range filter.
* Field introduced in 18.2.5.
+ * 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 dstPortStart set the dstPortStart.
*/
@@ -183,6 +191,7 @@ public void setDstPortStart(Integer dstPortStart) {
* Ethernet proto filter.
* Enum options - ETH_TYPE_IPV4.
* Field introduced in 18.2.5.
+ * 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 ethProto
*/
@@ -196,6 +205,7 @@ public String getEthProto() {
* Ethernet proto filter.
* Enum options - ETH_TYPE_IPV4.
* Field introduced in 18.2.5.
+ * 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 ethProto set the ethProto.
*/
@@ -210,6 +220,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ipProto
*/
@@ -224,6 +235,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ipProto set the ipProto.
*/
@@ -236,6 +248,7 @@ public void setIpProto(String ipProto) {
* This is the getter method this will return the attribute value.
* Source port filter.
* Field introduced in 18.2.5.
+ * 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 srcPort
*/
@@ -248,6 +261,7 @@ public Integer getSrcPort() {
* This is the setter method to the attribute.
* Source port filter.
* Field introduced in 18.2.5.
+ * 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 srcPort set the srcPort.
*/
@@ -262,6 +276,7 @@ public void setSrcPort(Integer srcPort) {
* If specified, the source port filter will be a range.
* The filter range will be between src_port and src_port_range_end.
* 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.
* @return srcPortRangeEnd
*/
@@ -276,6 +291,7 @@ public Integer getSrcPortRangeEnd() {
* If specified, the source port filter will be a range.
* The filter range will be between src_port and src_port_range_end.
* 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.
* @param srcPortRangeEnd set the srcPortRangeEnd.
*/
@@ -288,6 +304,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tcpAck
*/
@@ -300,6 +317,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tcpAck set the tcpAck.
*/
@@ -312,6 +330,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tcpFin
*/
@@ -324,6 +343,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tcpFin set the tcpFin.
*/
@@ -336,6 +356,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tcpPush
*/
@@ -348,6 +369,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tcpPush set the tcpPush.
*/
@@ -360,6 +382,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tcpSyn
*/
@@ -372,6 +395,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tcpSyn set the tcpSyn.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CaptureIPC.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CaptureIPC.java
index 111a2a86..b072e304 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CaptureIPC.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CaptureIPC.java
@@ -78,6 +78,7 @@ public class CaptureIPC extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return flowDelProbe
*/
@@ -90,6 +91,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param flowDelProbe set the flowDelProbe.
*/
@@ -102,6 +104,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return flowMirrorAdd
*/
@@ -114,6 +117,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param flowMirrorAdd set the flowMirrorAdd.
*/
@@ -126,6 +130,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return flowMirrorAll
*/
@@ -138,6 +143,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param flowMirrorAll set the flowMirrorAll.
*/
@@ -150,6 +156,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return flowMirrorDel
*/
@@ -162,6 +169,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param flowMirrorDel set the flowMirrorDel.
*/
@@ -174,6 +182,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return flowProbe
*/
@@ -186,6 +195,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param flowProbe set the flowProbe.
*/
@@ -198,6 +208,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return flowProbeAll
*/
@@ -210,6 +221,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param flowProbeAll set the flowProbeAll.
*/
@@ -222,6 +234,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ipcBatched
*/
@@ -234,6 +247,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ipcBatched set the ipcBatched.
*/
@@ -246,6 +260,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ipcRxReq
*/
@@ -258,6 +273,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ipcRxReq set the ipcRxReq.
*/
@@ -270,6 +286,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ipcRxRes
*/
@@ -282,6 +299,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ipcRxRes set the ipcRxRes.
*/
@@ -294,6 +312,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ipcTxReq
*/
@@ -306,6 +325,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ipcTxReq set the ipcTxReq.
*/
@@ -318,6 +338,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ipcTxRes
*/
@@ -330,6 +351,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ipcTxRes set the ipcTxRes.
*/
@@ -342,6 +364,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vsHb
*/
@@ -354,6 +377,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param vsHb set the vsHb.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CaseConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CaseConfig.java
index bb10c2e4..35123193 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CaseConfig.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CaseConfig.java
@@ -42,7 +42,8 @@ public class CaseConfig extends AviRestResource {
* 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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return enableAutoCaseCreationOnControllerFailure
*/
@@ -55,7 +56,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param enableAutoCaseCreationOnControllerFailure set the enableAutoCaseCreationOnControllerFailure.
*/
@@ -68,7 +70,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return enableAutoCaseCreationOnSeFailure
*/
@@ -81,7 +84,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param enableAutoCaseCreationOnSeFailure set the enableAutoCaseCreationOnSeFailure.
*/
@@ -94,8 +98,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
- * Special default for basic edition is false, essentials edition is false, enterprise is true.
+ * 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.
* @return enableCleanupOfAttachedFiles
*/
@VsoMethod
@@ -107,8 +112,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
- * Special default for basic edition is false, essentials edition is false, enterprise is true.
+ * 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.
* @param enableCleanupOfAttachedFiles set the enableCleanupOfAttachedFiles.
*/
@VsoMethod
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CdpLldpInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CdpLldpInfo.java
index 86b407da..590260e0 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CdpLldpInfo.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CdpLldpInfo.java
@@ -52,7 +52,7 @@ public class CdpLldpInfo extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property chassis of obj type cdplldpinfo field type str type string.
+ * 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 chassis
*/
@@ -63,7 +63,7 @@ public String getChassis() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property chassis of obj type cdplldpinfo field type str type string.
+ * 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 chassis set the chassis.
*/
@@ -74,7 +74,7 @@ public void setChassis(String chassis) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property device of obj type cdplldpinfo field type str type string.
+ * 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 device
*/
@@ -85,7 +85,7 @@ public String getDevice() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property device of obj type cdplldpinfo field type str type string.
+ * 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 device set the device.
*/
@@ -96,7 +96,7 @@ public void setDevice(String device) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property mgmtaddr of obj type cdplldpinfo field type str type string.
+ * 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 mgmtaddr
*/
@@ -107,7 +107,7 @@ public String getMgmtaddr() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property mgmtaddr of obj type cdplldpinfo field type str type string.
+ * 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 mgmtaddr set the mgmtaddr.
*/
@@ -118,7 +118,7 @@ public void setMgmtaddr(String mgmtaddr) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property port of obj type cdplldpinfo field type str type string.
+ * 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 port
*/
@@ -129,7 +129,7 @@ public String getPort() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property port of obj type cdplldpinfo field type str type string.
+ * 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 port set the port.
*/
@@ -141,6 +141,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return switchInfoType
*/
@@ -152,6 +153,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param switchInfoType set the switchInfoType.
*/
@@ -162,7 +164,7 @@ public void setSwitchInfoType(String switchInfoType) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property system_name of obj type cdplldpinfo field type str type string.
+ * 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 systemName
*/
@@ -173,7 +175,7 @@ public String getSystemName() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property system_name of obj type cdplldpinfo field type str type string.
+ * 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 systemName set the systemName.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CentralLicenseRefreshDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CentralLicenseRefreshDetails.java
new file mode 100644
index 00000000..6fc34b2d
--- /dev/null
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CentralLicenseRefreshDetails.java
@@ -0,0 +1,125 @@
+package com.vmware.avi.vro.model;
+
+import java.util.*;
+import com.fasterxml.jackson.annotation.JsonProperty;
+import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
+import com.fasterxml.jackson.annotation.JsonInclude;
+import com.fasterxml.jackson.annotation.JsonInclude.Include;
+import com.vmware.o11n.plugin.sdk.annotation.VsoFinder;
+import com.vmware.o11n.plugin.sdk.annotation.VsoMethod;
+import com.vmware.o11n.plugin.sdk.annotation.VsoObject;
+import com.vmware.avi.vro.Constants;
+import org.springframework.stereotype.Service;
+
+/**
+ * The CentralLicenseRefreshDetails is a POJO class extends AviRestResource that used for creating
+ * CentralLicenseRefreshDetails.
+ *
+ * @version 1.0
+ * @since
+ *
+ */
+@VsoObject(create = false, name = "CentralLicenseRefreshDetails")
+@VsoFinder(name = Constants.FINDER_VRO_CENTRALLICENSEREFRESHDETAILS)
+@JsonIgnoreProperties(ignoreUnknown = true)
+@Service
+public class CentralLicenseRefreshDetails extends AviRestResource {
+ @JsonProperty("message")
+ @JsonInclude(Include.NON_NULL)
+ private String message = null;
+
+ @JsonProperty("service_units")
+ @JsonInclude(Include.NON_NULL)
+ private Float serviceUnits = null;
+
+
+
+ /**
+ * 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.
+ * Default value when not specified in API or module is interpreted by Avi Controller as null.
+ * @return message
+ */
+ @VsoMethod
+ public String getMessage() {
+ return message;
+ }
+
+ /**
+ * 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.
+ * Default value when not specified in API or module is interpreted by Avi Controller as null.
+ * @param message set the message.
+ */
+ @VsoMethod
+ public void setMessage(String message) {
+ this.message = 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.
+ * Default value when not specified in API or module is interpreted by Avi Controller as null.
+ * @return serviceUnits
+ */
+ @VsoMethod
+ public Float getServiceUnits() {
+ return serviceUnits;
+ }
+
+ /**
+ * 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.
+ * Default value when not specified in API or module is interpreted by Avi Controller as null.
+ * @param serviceUnits set the serviceUnits.
+ */
+ @VsoMethod
+ public void setServiceUnits(Float serviceUnits) {
+ this.serviceUnits = serviceUnits;
+ }
+
+
+
+@Override
+public boolean equals(java.lang.Object o) {
+ if (this == o) {
+ return true;
+ }
+ if (o == null || getClass() != o.getClass()) {
+ return false;
+ }
+ CentralLicenseRefreshDetails objCentralLicenseRefreshDetails = (CentralLicenseRefreshDetails) o;
+ return Objects.equals(this.message, objCentralLicenseRefreshDetails.message)&&
+ Objects.equals(this.serviceUnits, objCentralLicenseRefreshDetails.serviceUnits);
+}
+
+@Override
+public String toString() {
+ StringBuilder sb = new StringBuilder();
+ sb.append("class CentralLicenseRefreshDetails {\n");
+ sb.append(" message: ").append(toIndentedString(message)).append("\n");
+ sb.append(" serviceUnits: ").append(toIndentedString(serviceUnits)).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/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VcenterInventoryDiagReq.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CentralLicenseSubscriptionDetails.java
similarity index 56%
rename from o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VcenterInventoryDiagReq.java
rename to o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CentralLicenseSubscriptionDetails.java
index 41f67a27..780775ac 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VcenterInventoryDiagReq.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CentralLicenseSubscriptionDetails.java
@@ -12,44 +12,48 @@
import org.springframework.stereotype.Service;
/**
- * The VcenterInventoryDiagReq is a POJO class extends AviRestResource that used for creating
- * VcenterInventoryDiagReq.
+ * The CentralLicenseSubscriptionDetails is a POJO class extends AviRestResource that used for creating
+ * CentralLicenseSubscriptionDetails.
*
* @version 1.0
* @since
*
*/
-@VsoObject(create = false, name = "VcenterInventoryDiagReq")
-@VsoFinder(name = Constants.FINDER_VRO_VCENTERINVENTORYDIAGREQ)
+@VsoObject(create = false, name = "CentralLicenseSubscriptionDetails")
+@VsoFinder(name = Constants.FINDER_VRO_CENTRALLICENSESUBSCRIPTIONDETAILS)
@JsonIgnoreProperties(ignoreUnknown = true)
@Service
-public class VcenterInventoryDiagReq extends AviRestResource {
- @JsonProperty("cloud_uuid")
+public class CentralLicenseSubscriptionDetails extends AviRestResource {
+ @JsonProperty("message")
@JsonInclude(Include.NON_NULL)
- private String cloudUuid = null;
+ private String message = null;
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of cloud.
+ * Message.
+ * Field introduced in 21.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 null.
- * @return cloudUuid
+ * @return message
*/
@VsoMethod
- public String getCloudUuid() {
- return cloudUuid;
+ public String getMessage() {
+ return message;
}
/**
* This is the setter method to the attribute.
- * Unique object identifier of cloud.
+ * Message.
+ * Field introduced in 21.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 null.
- * @param cloudUuid set the cloudUuid.
+ * @param message set the message.
*/
@VsoMethod
- public void setCloudUuid(String cloudUuid) {
- this.cloudUuid = cloudUuid;
+ public void setMessage(String message) {
+ this.message = message;
}
@@ -62,15 +66,15 @@ public boolean equals(java.lang.Object o) {
if (o == null || getClass() != o.getClass()) {
return false;
}
- VcenterInventoryDiagReq objVcenterInventoryDiagReq = (VcenterInventoryDiagReq) o;
- return Objects.equals(this.cloudUuid, objVcenterInventoryDiagReq.cloudUuid);
+ CentralLicenseSubscriptionDetails objCentralLicenseSubscriptionDetails = (CentralLicenseSubscriptionDetails) o;
+ return Objects.equals(this.message, objCentralLicenseSubscriptionDetails.message);
}
@Override
public String toString() {
StringBuilder sb = new StringBuilder();
- sb.append("class VcenterInventoryDiagReq {\n");
- sb.append(" cloudUuid: ").append(toIndentedString(cloudUuid)).append("\n");
+ sb.append("class CentralLicenseSubscriptionDetails {\n");
+ sb.append(" message: ").append(toIndentedString(message)).append("\n");
sb.append("}");
return sb.toString();
}
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CertificateAuthority.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CertificateAuthority.java
index f522edfe..ce64c1ce 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CertificateAuthority.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CertificateAuthority.java
@@ -37,6 +37,7 @@ public class CertificateAuthority extends AviRestResource {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return caRef
*/
@@ -48,6 +49,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param caRef set the caRef.
*/
@@ -58,7 +60,7 @@ public void setCaRef(String caRef) {
/**
* This is the getter method this will return the attribute value.
- * Name of the object.
+ * 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 name
*/
@@ -69,7 +71,7 @@ public String getName() {
/**
* This is the setter method to the attribute.
- * Name of the object.
+ * 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 name set the name.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CertificateManagementProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CertificateManagementProfile.java
index dbfcd848..c5ea780b 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CertificateManagementProfile.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CertificateManagementProfile.java
@@ -62,7 +62,8 @@ 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 basic edition, essentials edition, enterprise edition.
+ * 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 null.
* @return markers
*/
@@ -75,7 +76,8 @@ 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 basic edition, essentials edition, enterprise edition.
+ * 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 null.
* @return markers
*/
@@ -88,7 +90,8 @@ 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 basic edition, essentials edition, enterprise edition.
+ * 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 null.
* @return markers
*/
@@ -105,6 +108,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return name
*/
@@ -116,6 +120,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param name set the name.
*/
@@ -129,6 +134,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return runScriptRef
*/
@@ -142,6 +148,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param runScriptRef set the runScriptRef.
*/
@@ -152,7 +159,7 @@ public void setRunScriptRef(String runScriptRef) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property script_params of obj type certificatemanagementprofile field type str type array.
+ * 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 scriptParams
*/
@@ -163,7 +170,7 @@ public List getScriptParams() {
/**
* This is the setter method. this will set the scriptParams
- * Placeholder for description of property script_params of obj type certificatemanagementprofile field type str type array.
+ * 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 scriptParams
*/
@@ -174,7 +181,7 @@ public void setScriptParams(List scriptParams) {
/**
* This is the setter method this will set the scriptParams
- * Placeholder for description of property script_params of obj type certificatemanagementprofile field type str type array.
+ * 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 scriptParams
*/
@@ -191,6 +198,7 @@ public CertificateManagementProfile addScriptParamsItem(CustomParams scriptParam
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 20.1.3.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return scriptPath
*/
@VsoMethod
@@ -201,6 +209,7 @@ public String getScriptPath() {
/**
* This is the setter method to the attribute.
* Field deprecated in 20.1.3.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param scriptPath set the scriptPath.
*/
@VsoMethod
@@ -211,6 +220,7 @@ public void setScriptPath(String scriptPath) {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRef
*/
@@ -222,6 +232,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tenantRef set the tenantRef.
*/
@@ -251,7 +262,7 @@ public void setUrl(String url) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of the object.
+ * 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
*/
@@ -262,7 +273,7 @@ public String getUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of the object.
+ * 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.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CfgState.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CfgState.java
index d4320f73..f84001d9 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CfgState.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CfgState.java
@@ -58,6 +58,7 @@ public class CfgState extends AviRestResource {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return cfgVersion
*/
@@ -69,6 +70,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param cfgVersion set the cfgVersion.
*/
@@ -80,6 +82,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return cfgVersionInFlight
*/
@@ -91,6 +94,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param cfgVersionInFlight set the cfgVersionInFlight.
*/
@@ -101,7 +105,7 @@ public void setCfgVersionInFlight(Integer cfgVersionInFlight) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property last_changed_time of obj type cfgstate field type str type ref.
+ * 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 lastChangedTime
*/
@@ -112,7 +116,7 @@ public TimeStamp getLastChangedTime() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property last_changed_time of obj type cfgstate field type str type ref.
+ * 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 lastChangedTime set the lastChangedTime.
*/
@@ -123,7 +127,7 @@ public void setLastChangedTime(TimeStamp lastChangedTime) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property reason of obj type cfgstate field type str type string.
+ * 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 reason
*/
@@ -134,7 +138,7 @@ public String getReason() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property reason of obj type cfgstate field type str type string.
+ * 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 reason set the reason.
*/
@@ -146,6 +150,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return siteUuid
*/
@@ -157,6 +162,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param siteUuid set the siteUuid.
*/
@@ -171,6 +177,7 @@ public void setSiteUuid(String siteUuid) {
* 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 "SYSERR_SUCCESS".
* @return status
*/
@@ -185,6 +192,7 @@ public String getStatus() {
* 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 "SYSERR_SUCCESS".
* @param status set the status.
*/
@@ -196,6 +204,7 @@ public void setStatus(String 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
*/
@@ -207,6 +216,7 @@ public String getUuid() {
/**
* 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.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ChildProcessInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ChildProcessInfo.java
index 5eca2f2c..171156a6 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ChildProcessInfo.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ChildProcessInfo.java
@@ -37,6 +37,7 @@ public class ChildProcessInfo extends AviRestResource {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return memory
*/
@@ -48,6 +49,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param memory set the memory.
*/
@@ -59,6 +61,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return pid
*/
@@ -70,6 +73,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param pid set the pid.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Cif.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Cif.java
index 5c5327a0..ba74cdbf 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Cif.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Cif.java
@@ -49,6 +49,7 @@ public class Cif extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return adapter
*/
@VsoMethod
@@ -59,6 +60,7 @@ public String getAdapter() {
/**
* This is the setter method to the attribute.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param adapter set the adapter.
*/
@VsoMethod
@@ -69,6 +71,7 @@ public void setAdapter(String adapter) {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return cif
*/
@VsoMethod
@@ -79,6 +82,7 @@ public String getCif() {
/**
* This is the setter method to the attribute.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param cif set the cif.
*/
@VsoMethod
@@ -89,6 +93,7 @@ public void setCif(String cif) {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return macAddress
*/
@VsoMethod
@@ -99,6 +104,7 @@ public String getMacAddress() {
/**
* This is the setter method to the attribute.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param macAddress set the macAddress.
*/
@VsoMethod
@@ -109,6 +115,7 @@ public void setMacAddress(String macAddress) {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return resources
*/
@VsoMethod
@@ -119,6 +126,7 @@ public List getResources() {
/**
* This is the setter method. this will set the resources
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return resources
*/
@VsoMethod
@@ -129,6 +137,7 @@ public void setResources(List resources) {
/**
* This is the setter method this will set the resources
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return resources
*/
@VsoMethod
@@ -144,6 +153,7 @@ public Cif addResourcesItem(String resourcesItem) {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return seUuid
*/
@VsoMethod
@@ -154,6 +164,7 @@ public String getSeUuid() {
/**
* This is the setter method to the attribute.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param seUuid set the seUuid.
*/
@VsoMethod
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClientInsightsSampling.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClientInsightsSampling.java
index 1c233631..7374739e 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClientInsightsSampling.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClientInsightsSampling.java
@@ -44,6 +44,7 @@ public class ClientInsightsSampling extends AviRestResource {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return clientIp
*/
@@ -55,6 +56,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param clientIp set the clientIp.
*/
@@ -66,6 +68,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return sampleUris
*/
@@ -77,6 +80,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param sampleUris set the sampleUris.
*/
@@ -88,6 +92,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return skipUris
*/
@@ -99,6 +104,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param skipUris set the skipUris.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClientLogConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClientLogConfiguration.java
index e714ec97..7bcb99a4 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClientLogConfiguration.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClientLogConfiguration.java
@@ -48,8 +48,9 @@ public class ClientLogConfiguration extends AviRestResource {
* 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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
- * Special default for basic edition is false, essentials edition is false, enterprise is true.
+ * 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.
* @return enableSignificantLogCollection
*/
@VsoMethod
@@ -63,8 +64,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
- * Special default for basic edition is false, essentials edition is false, enterprise is true.
+ * 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.
* @param enableSignificantLogCollection set the enableSignificantLogCollection.
*/
@VsoMethod
@@ -79,6 +81,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "LOGS_PROCESSING_SYNC_AND_INDEX_ON_DEMAND".
* @return filteredLogProcessing
*/
@@ -94,6 +97,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.
* 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.
*/
@@ -108,6 +112,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "LOGS_PROCESSING_SYNC_AND_INDEX_ON_DEMAND".
* @return nonSignificantLogProcessing
*/
@@ -122,6 +127,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.
* 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.
*/
@@ -136,6 +142,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "LOGS_PROCESSING_SYNC_AND_INDEX_ON_DEMAND".
* @return significantLogProcessing
*/
@@ -150,6 +157,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.
* 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/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClientLogFilter.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClientLogFilter.java
index be9e8d36..2410ad5c 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClientLogFilter.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClientLogFilter.java
@@ -58,7 +58,7 @@ public class ClientLogFilter extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property all_headers of obj type clientlogfilter field type str type boolean.
+ * 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 allHeaders
*/
@@ -69,7 +69,7 @@ public Boolean getAllHeaders() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property all_headers of obj type clientlogfilter field type str type boolean.
+ * 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 allHeaders set the allHeaders.
*/
@@ -80,7 +80,7 @@ public void setAllHeaders(Boolean allHeaders) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property client_ip of obj type clientlogfilter field type str type ref.
+ * 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 clientIp
*/
@@ -91,7 +91,7 @@ public IpAddrMatch getClientIp() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property client_ip of obj type clientlogfilter field type str type ref.
+ * 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 clientIp set the clientIp.
*/
@@ -102,8 +102,9 @@ public void setClientIp(IpAddrMatch clientIp) {
/**
* This is the getter method this will return the attribute value.
- * Special values are 0 - 'infinite'.
+ * Special values are 0 - infinite.
* Unit is min.
+ * 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 30.
* @return duration
*/
@@ -114,8 +115,9 @@ public Integer getDuration() {
/**
* This is the setter method to the attribute.
- * Special values are 0 - 'infinite'.
+ * Special values are 0 - infinite.
* Unit is min.
+ * 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 30.
* @param duration set the duration.
*/
@@ -126,7 +128,7 @@ public void setDuration(Integer duration) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property enabled of obj type clientlogfilter field type str type boolean.
+ * 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 enabled
*/
@@ -137,7 +139,7 @@ public Boolean getEnabled() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property enabled of obj type clientlogfilter field type str type boolean.
+ * 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 enabled set the enabled.
*/
@@ -148,7 +150,7 @@ public void setEnabled(Boolean enabled) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property index of obj type clientlogfilter field type str type integer.
+ * 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 index
*/
@@ -159,7 +161,7 @@ public Integer getIndex() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property index of obj type clientlogfilter field type str type integer.
+ * 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 index set the index.
*/
@@ -170,7 +172,7 @@ public void setIndex(Integer index) {
/**
* This is the getter method this will return the attribute value.
- * Name of the object.
+ * 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 name
*/
@@ -181,7 +183,7 @@ public String getName() {
/**
* This is the setter method to the attribute.
- * Name of the object.
+ * 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 name set the name.
*/
@@ -192,7 +194,7 @@ public void setName(String name) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property uri of obj type clientlogfilter field type str type ref.
+ * 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 uri
*/
@@ -203,7 +205,7 @@ public StringMatch getUri() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property uri of obj type clientlogfilter field type str type ref.
+ * 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 uri set the uri.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClientLogStreamingConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClientLogStreamingConfig.java
index 3794643c..12db1f8c 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClientLogStreamingConfig.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClientLogStreamingConfig.java
@@ -63,6 +63,7 @@ public class ClientLogStreamingConfig extends AviRestResource {
* Multiple servers are supported by furnishing a comma-separated list of ip addresses or host names, for example, 11.11.11.11,23.12.12.4.
* 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.
* 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 externalServer
*/
@@ -78,6 +79,7 @@ public String getExternalServer() {
* Multiple servers are supported by furnishing a comma-separated list of ip addresses or host names, for example, 11.11.11.11,23.12.12.4.
* 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.
* 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 externalServer set the externalServer.
*/
@@ -92,6 +94,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 514.
* @return externalServerPort
*/
@@ -106,6 +109,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 514.
* @param externalServerPort set the externalServerPort.
*/
@@ -119,6 +123,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return formatConfig
*/
@@ -132,6 +137,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param formatConfig set the formatConfig.
*/
@@ -146,6 +152,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "LOGS_ALL".
* @return logTypesToSend
*/
@@ -160,6 +167,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "LOGS_ALL".
* @param logTypesToSend set the logTypesToSend.
*/
@@ -174,6 +182,7 @@ public void setLogTypesToSend(String logTypesToSend) {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as 100.
* @return maxLogsPerSecond
*/
@@ -188,6 +197,7 @@ public Integer getMaxLogsPerSecond() {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as 100.
* @param maxLogsPerSecond set the maxLogsPerSecond.
*/
@@ -202,6 +212,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "LOG_STREAMING_PROTOCOL_UDP".
* @return protocol
*/
@@ -216,6 +227,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "LOG_STREAMING_PROTOCOL_UDP".
* @param protocol set the protocol.
*/
@@ -228,6 +240,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return syslogConfig
*/
@@ -240,6 +253,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param syslogConfig set the syslogConfig.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClientLogStreamingFormat.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClientLogStreamingFormat.java
index dcc6d45f..00052aee 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClientLogStreamingFormat.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClientLogStreamingFormat.java
@@ -39,6 +39,7 @@ public class ClientLogStreamingFormat extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return format
*/
@@ -52,6 +53,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param format set the format.
*/
@@ -65,6 +67,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return includedFields
*/
@@ -78,6 +81,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return includedFields
*/
@@ -91,6 +95,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return includedFields
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloneServer.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloneServer.java
index 16091014..40ec63d4 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloneServer.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloneServer.java
@@ -48,6 +48,7 @@ public class CloneServer extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ipAddress
*/
@@ -60,6 +61,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ipAddress set the ipAddress.
*/
@@ -72,6 +74,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return mac
*/
@@ -84,6 +87,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param mac set the mac.
*/
@@ -97,6 +101,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return networkRef
*/
@@ -110,6 +115,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param networkRef set the networkRef.
*/
@@ -122,6 +128,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return subnet
*/
@@ -134,6 +141,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param subnet set the subnet.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Cloud.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Cloud.java
index 8972f753..474bff56 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Cloud.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Cloud.java
@@ -132,10 +132,18 @@ public class Cloud extends AviRestResource {
@JsonInclude(Include.NON_NULL)
private Boolean maintenanceMode = false;
+ @JsonProperty("markers")
+ @JsonInclude(Include.NON_NULL)
+ private List markers = null;
+
@JsonProperty("mesos_configuration")
@JsonInclude(Include.NON_NULL)
private MesosConfiguration mesosConfiguration;
+ @JsonProperty("metrics_polling_interval")
+ @JsonInclude(Include.NON_NULL)
+ private Integer metricsPollingInterval = 300;
+
@JsonProperty("mtu")
@JsonInclude(Include.NON_NULL)
private Integer mtu = 1500;
@@ -217,6 +225,7 @@ public class Cloud extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, enterprise with cloud services edition.
* @return apicConfiguration
*/
@VsoMethod
@@ -227,6 +236,7 @@ public APICConfiguration getApicConfiguration() {
/**
* This is the setter method to the attribute.
* Field deprecated in 21.1.1.
+ * Allowed in enterprise edition with any value, enterprise with cloud services edition.
* @param apicConfiguration set the apicConfiguration.
*/
@VsoMethod
@@ -237,7 +247,8 @@ public void setApicConfiguration(APICConfiguration apicConfiguration) {
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 21.1.1.
- * Allowed in basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* @return apicMode
*/
@VsoMethod
@@ -248,7 +259,8 @@ public Boolean getApicMode() {
/**
* This is the setter method to the attribute.
* Field deprecated in 21.1.1.
- * Allowed in basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* @param apicMode set the apicMode.
*/
@VsoMethod
@@ -262,7 +274,8 @@ public void setApicMode(Boolean apicMode) {
* Allowed values are 60-3600.
* Field introduced in 18.2.2.
* Unit is seconds.
- * Allowed in basic(allowed values- 60) edition, essentials(allowed values- 60) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 60), basic edition(allowed values- 60), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 60.
* @return autoscalePollingInterval
*/
@@ -277,7 +290,8 @@ public Integer getAutoscalePollingInterval() {
* Allowed values are 60-3600.
* Field introduced in 18.2.2.
* Unit is seconds.
- * Allowed in basic(allowed values- 60) edition, essentials(allowed values- 60) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- 60), basic edition(allowed values- 60), enterprise with cloud
+ * services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as 60.
* @param autoscalePollingInterval set the autoscalePollingInterval.
*/
@@ -288,7 +302,7 @@ public void setAutoscalePollingInterval(Integer autoscalePollingInterval) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property aws_configuration of obj type cloud field type str type ref.
+ * 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 awsConfiguration
*/
@@ -299,7 +313,7 @@ public AwsConfiguration getAwsConfiguration() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property aws_configuration of obj type cloud field type str type ref.
+ * 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 awsConfiguration set the awsConfiguration.
*/
@@ -311,7 +325,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 basic edition, essentials edition, enterprise edition.
+ * 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 azureConfiguration
*/
@@ -323,7 +337,7 @@ public AzureConfiguration getAzureConfiguration() {
/**
* This is the setter method to the attribute.
* Field introduced in 17.2.1.
- * Allowed in basic edition, essentials edition, enterprise edition.
+ * 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 azureConfiguration set the azureConfiguration.
*/
@@ -334,7 +348,7 @@ public void setAzureConfiguration(AzureConfiguration azureConfiguration) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property cloudstack_configuration of obj type cloud field type str type ref.
+ * 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 cloudstackConfiguration
*/
@@ -345,7 +359,7 @@ public CloudStackConfiguration getCloudstackConfiguration() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property cloudstack_configuration of obj type cloud field type str type ref.
+ * 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 cloudstackConfiguration set the cloudstackConfiguration.
*/
@@ -358,6 +372,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return customTags
*/
@@ -370,6 +385,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return customTags
*/
@@ -382,6 +398,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return customTags
*/
@@ -398,6 +415,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return dhcpEnabled
*/
@@ -409,6 +427,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param dhcpEnabled set the dhcpEnabled.
*/
@@ -421,6 +440,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return dnsProviderRef
*/
@@ -433,6 +453,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param dnsProviderRef set the dnsProviderRef.
*/
@@ -447,7 +468,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return dnsResolutionOnSe
*/
@@ -462,7 +484,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 basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param dnsResolutionOnSe set the dnsResolutionOnSe.
*/
@@ -476,6 +499,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return dnsResolvers
*/
@@ -489,6 +513,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return dnsResolvers
*/
@@ -502,6 +527,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return dnsResolvers
*/
@@ -517,7 +543,7 @@ public Cloud addDnsResolversItem(DnsResolver dnsResolversItem) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property docker_configuration of obj type cloud field type str type ref.
+ * 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 dockerConfiguration
*/
@@ -528,7 +554,7 @@ public DockerConfiguration getDockerConfiguration() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property docker_configuration of obj type cloud field type str type ref.
+ * 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 dockerConfiguration set the dockerConfiguration.
*/
@@ -541,6 +567,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return eastWestDnsProviderRef
*/
@@ -553,6 +580,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param eastWestDnsProviderRef set the eastWestDnsProviderRef.
*/
@@ -568,6 +596,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return eastWestIpamProviderRef
*/
@@ -583,6 +612,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param eastWestIpamProviderRef set the eastWestIpamProviderRef.
*/
@@ -595,6 +625,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return enableVipOnAllInterfaces
*/
@@ -607,6 +638,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param enableVipOnAllInterfaces set the enableVipOnAllInterfaces.
*/
@@ -618,6 +650,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return enableVipStaticRoutes
*/
@@ -629,6 +662,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param enableVipStaticRoutes set the enableVipStaticRoutes.
*/
@@ -641,7 +675,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 basic edition, essentials edition, enterprise edition.
+ * 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 gcpConfiguration
*/
@@ -654,7 +688,7 @@ public GCPConfiguration getGcpConfiguration() {
* This is the setter method to the attribute.
* Google cloud platform configuration.
* Field introduced in 18.2.1.
- * Allowed in basic edition, essentials edition, enterprise edition.
+ * 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 gcpConfiguration set the gcpConfiguration.
*/
@@ -667,6 +701,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return ip6AutocfgEnabled
*/
@@ -679,6 +714,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param ip6AutocfgEnabled set the ip6AutocfgEnabled.
*/
@@ -691,6 +727,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ipamProviderRef
*/
@@ -703,6 +740,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ipamProviderRef set the ipamProviderRef.
*/
@@ -717,6 +755,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return licenseTier
*/
@@ -731,6 +770,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param licenseTier set the licenseTier.
*/
@@ -744,6 +784,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return licenseType
*/
@@ -757,6 +798,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param licenseType set the licenseType.
*/
@@ -767,7 +809,7 @@ public void setLicenseType(String licenseType) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property linuxserver_configuration of obj type cloud field type str type ref.
+ * 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 linuxserverConfiguration
*/
@@ -778,7 +820,7 @@ public LinuxServerConfiguration getLinuxserverConfiguration() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property linuxserver_configuration of obj type cloud field type str type ref.
+ * 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 linuxserverConfiguration set the linuxserverConfiguration.
*/
@@ -791,6 +833,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return maintenanceMode
*/
@@ -803,6 +846,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param maintenanceMode set the maintenanceMode.
*/
@@ -811,9 +855,57 @@ public void setMaintenanceMode(Boolean maintenanceMode) {
this.maintenanceMode = maintenanceMode;
}
+ /**
+ * This is the getter method this will return the attribute value.
+ * List of labels to be used for granular rbac.
+ * Field introduced in 21.1.6.
+ * 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 null.
+ * @return markers
+ */
+ @VsoMethod
+ public List getMarkers() {
+ return markers;
+ }
+
+ /**
+ * This is the setter method. this will set the markers
+ * List of labels to be used for granular rbac.
+ * Field introduced in 21.1.6.
+ * 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 null.
+ * @return markers
+ */
+ @VsoMethod
+ public void setMarkers(List markers) {
+ this.markers = markers;
+ }
+
+ /**
+ * This is the setter method this will set the markers
+ * List of labels to be used for granular rbac.
+ * Field introduced in 21.1.6.
+ * 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 null.
+ * @return markers
+ */
+ @VsoMethod
+ public Cloud addMarkersItem(RoleFilterMatchLabel markersItem) {
+ if (this.markers == null) {
+ this.markers = new ArrayList();
+ }
+ this.markers.add(markersItem);
+ return this;
+ }
+
+
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 18.2.2.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return mesosConfiguration
*/
@VsoMethod
@@ -824,6 +916,7 @@ public MesosConfiguration getMesosConfiguration() {
/**
* This is the setter method to the attribute.
* Field deprecated in 18.2.2.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param mesosConfiguration set the mesosConfiguration.
*/
@VsoMethod
@@ -831,10 +924,41 @@ public void setMesosConfiguration(MesosConfiguration mesosConfiguration) {
this.mesosConfiguration = mesosConfiguration;
}
+ /**
+ * This is the getter method this will return the attribute value.
+ * Cloud metrics collector polling interval in seconds.
+ * Field introduced in 21.1.6.
+ * 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.
+ * Default value when not specified in API or module is interpreted by Avi Controller as 300.
+ * @return metricsPollingInterval
+ */
+ @VsoMethod
+ public Integer getMetricsPollingInterval() {
+ return metricsPollingInterval;
+ }
+
+ /**
+ * This is the setter method to the attribute.
+ * Cloud metrics collector polling interval in seconds.
+ * Field introduced in 21.1.6.
+ * 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.
+ * Default value when not specified in API or module is interpreted by Avi Controller as 300.
+ * @param metricsPollingInterval set the metricsPollingInterval.
+ */
+ @VsoMethod
+ public void setMetricsPollingInterval(Integer metricsPollingInterval) {
+ this.metricsPollingInterval = metricsPollingInterval;
+ }
+
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as 1500.
* @return mtu
*/
@@ -847,6 +971,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 1500.
* @param mtu set the mtu.
*/
@@ -857,7 +982,7 @@ public void setMtu(Integer mtu) {
/**
* This is the getter method this will return the attribute value.
- * Name of the object.
+ * 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 name
*/
@@ -868,7 +993,7 @@ public String getName() {
/**
* This is the setter method to the attribute.
- * Name of the object.
+ * 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 name set the name.
*/
@@ -882,6 +1007,7 @@ public void setName(String name) {
* Configuration parameters for nsx manager.
* Field deprecated in 21.1.1.
* Field introduced in 17.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return nsxConfiguration
*/
@VsoMethod
@@ -894,6 +1020,7 @@ public NsxConfiguration getNsxConfiguration() {
* Configuration parameters for nsx manager.
* Field deprecated in 21.1.1.
* Field introduced in 17.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param nsxConfiguration set the nsxConfiguration.
*/
@VsoMethod
@@ -905,7 +1032,7 @@ public void setNsxConfiguration(NsxConfiguration nsxConfiguration) {
* This is the getter method this will return the attribute value.
* Nsx-t cloud platform configuration.
* Field introduced in 20.1.1.
- * Allowed in essentials edition, enterprise edition.
+ * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return nsxtConfiguration
*/
@@ -918,7 +1045,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 essentials edition, enterprise edition.
+ * Allowed in enterprise edition with any value, 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.
*/
@@ -931,6 +1058,7 @@ public void setNsxtConfiguration(NsxtConfiguration nsxtConfiguration) {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return objNamePrefix
*/
@@ -943,6 +1071,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param objNamePrefix set the objNamePrefix.
*/
@@ -953,7 +1082,7 @@ public void setObjNamePrefix(String objNamePrefix) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property openstack_configuration of obj type cloud field type str type ref.
+ * 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 openstackConfiguration
*/
@@ -964,7 +1093,7 @@ public OpenStackConfiguration getOpenstackConfiguration() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property openstack_configuration of obj type cloud field type str type ref.
+ * 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 openstackConfiguration set the openstackConfiguration.
*/
@@ -976,6 +1105,7 @@ public void setOpenstackConfiguration(OpenStackConfiguration openstackConfigurat
/**
* This is the getter method this will return the attribute value.
* Field deprecated in 20.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @return oshiftk8sConfiguration
*/
@VsoMethod
@@ -986,6 +1116,7 @@ public OShiftK8SConfiguration getOshiftk8SConfiguration() {
/**
* This is the setter method to the attribute.
* Field deprecated in 20.1.1.
+ * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition.
* @param oshiftk8sConfiguration set the oshiftk8sConfiguration.
*/
@VsoMethod
@@ -996,6 +1127,7 @@ public void setOshiftk8SConfiguration(OShiftK8SConfiguration oshiftk8sConfigurat
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return preferStaticRoutes
*/
@@ -1007,6 +1139,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param preferStaticRoutes set the preferStaticRoutes.
*/
@@ -1017,7 +1150,7 @@ public void setPreferStaticRoutes(Boolean preferStaticRoutes) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property proxy_configuration of obj type cloud field type str type ref.
+ * 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 proxyConfiguration
*/
@@ -1028,7 +1161,7 @@ public ProxyConfiguration getProxyConfiguration() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property proxy_configuration of obj type cloud field type str type ref.
+ * 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 proxyConfiguration set the proxyConfiguration.
*/
@@ -1039,7 +1172,7 @@ public void setProxyConfiguration(ProxyConfiguration proxyConfiguration) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property rancher_configuration of obj type cloud field type str type ref.
+ * 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 rancherConfiguration
*/
@@ -1050,7 +1183,7 @@ public RancherConfiguration getRancherConfiguration() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property rancher_configuration of obj type cloud field type str type ref.
+ * 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 rancherConfiguration set the rancherConfiguration.
*/
@@ -1064,6 +1197,7 @@ public void setRancherConfiguration(RancherConfiguration rancherConfiguration) {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return seGroupTemplateRef
*/
@@ -1077,6 +1211,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param seGroupTemplateRef set the seGroupTemplateRef.
*/
@@ -1089,7 +1224,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 basic(allowed values- true) edition, essentials(allowed values- true) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return stateBasedDnsRegistration
*/
@@ -1102,7 +1238,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 basic(allowed values- true) edition, essentials(allowed values- true) edition, enterprise edition.
+ * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with
+ * cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param stateBasedDnsRegistration set the stateBasedDnsRegistration.
*/
@@ -1114,6 +1251,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRef
*/
@@ -1125,6 +1263,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tenantRef set the tenantRef.
*/
@@ -1154,7 +1293,7 @@ public void setUrl(String url) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of the object.
+ * 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
*/
@@ -1165,7 +1304,7 @@ public String getUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of the object.
+ * 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.
*/
@@ -1176,7 +1315,7 @@ public void setUuid(String uuid) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property vca_configuration of obj type cloud field type str type ref.
+ * 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 vcaConfiguration
*/
@@ -1187,7 +1326,7 @@ public vCloudAirConfiguration getVcaConfiguration() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property vca_configuration of obj type cloud field type str type ref.
+ * 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 vcaConfiguration set the vcaConfiguration.
*/
@@ -1198,7 +1337,7 @@ public void setVcaConfiguration(vCloudAirConfiguration vcaConfiguration) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property vcenter_configuration of obj type cloud field type str type ref.
+ * Allowed in enterprise edition with any value, essentials, enterprise with cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vcenterConfiguration
*/
@@ -1209,7 +1348,7 @@ public vCenterConfiguration getVcenterConfiguration() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property vcenter_configuration of obj type cloud field type str type ref.
+ * Allowed in enterprise edition with any value, 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.
*/
@@ -1222,6 +1361,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return vmcDeployment
*/
@@ -1234,6 +1374,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param vmcDeployment set the vmcDeployment.
*/
@@ -1247,8 +1388,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 basic(allowed values- cloud_none,cloud_nsxt) edition, essentials(allowed values- cloud_none,cloud_vcenter) edition, enterprise
- * edition.
+ * 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.
* Default value when not specified in API or module is interpreted by Avi Controller as "CLOUD_NONE".
* @return vtype
*/
@@ -1262,8 +1403,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 basic(allowed values- cloud_none,cloud_nsxt) edition, essentials(allowed values- cloud_none,cloud_vcenter) edition, enterprise
- * edition.
+ * 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.
* Default value when not specified in API or module is interpreted by Avi Controller as "CLOUD_NONE".
* @param vtype set the vtype.
*/
@@ -1327,7 +1468,9 @@ public boolean equals(java.lang.Object o) {
Objects.equals(this.autoscalePollingInterval, objCloud.autoscalePollingInterval)&&
Objects.equals(this.seGroupTemplateRef, objCloud.seGroupTemplateRef)&&
Objects.equals(this.vmcDeployment, objCloud.vmcDeployment)&&
- Objects.equals(this.dnsResolvers, objCloud.dnsResolvers);
+ Objects.equals(this.dnsResolvers, objCloud.dnsResolvers)&&
+ Objects.equals(this.markers, objCloud.markers)&&
+ Objects.equals(this.metricsPollingInterval, objCloud.metricsPollingInterval);
}
@Override
@@ -1357,7 +1500,9 @@ public String toString() {
sb.append(" licenseType: ").append(toIndentedString(licenseType)).append("\n");
sb.append(" linuxserverConfiguration: ").append(toIndentedString(linuxserverConfiguration)).append("\n");
sb.append(" maintenanceMode: ").append(toIndentedString(maintenanceMode)).append("\n");
+ sb.append(" markers: ").append(toIndentedString(markers)).append("\n");
sb.append(" mesosConfiguration: ").append(toIndentedString(mesosConfiguration)).append("\n");
+ sb.append(" metricsPollingInterval: ").append(toIndentedString(metricsPollingInterval)).append("\n");
sb.append(" mtu: ").append(toIndentedString(mtu)).append("\n");
sb.append(" name: ").append(toIndentedString(name)).append("\n");
sb.append(" nsxConfiguration: ").append(toIndentedString(nsxConfiguration)).append("\n");
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudASGNotifDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudASGNotifDetails.java
index 58f9eb27..5f45a76c 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudASGNotifDetails.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudASGNotifDetails.java
@@ -46,6 +46,7 @@ public class CloudASGNotifDetails extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return asgName
*/
@@ -58,6 +59,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param asgName set the asgName.
*/
@@ -70,6 +72,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ccId
*/
@@ -82,6 +85,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ccId set the ccId.
*/
@@ -94,6 +98,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return errorString
*/
@@ -106,6 +111,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param errorString set the errorString.
*/
@@ -119,6 +125,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return poolRef
*/
@@ -132,6 +139,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param poolRef set the poolRef.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudAutoscalingConfigFailureDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudAutoscalingConfigFailureDetails.java
index 35889063..2c43904a 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudAutoscalingConfigFailureDetails.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudAutoscalingConfigFailureDetails.java
@@ -38,6 +38,7 @@ public class CloudAutoscalingConfigFailureDetails extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ccId
*/
@@ -50,6 +51,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ccId set the ccId.
*/
@@ -62,6 +64,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return errorString
*/
@@ -74,6 +77,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param errorString set the errorString.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudClusterVip.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudClusterVip.java
index 97c5d302..ce6d5334 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudClusterVip.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudClusterVip.java
@@ -45,7 +45,7 @@ public class CloudClusterVip extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property cc_id of obj type cloudclustervip field type str type string.
+ * 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 ccId
*/
@@ -56,7 +56,7 @@ public String getCcId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property cc_id of obj type cloudclustervip field type str type string.
+ * 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 ccId set the ccId.
*/
@@ -67,7 +67,7 @@ public void setCcId(String ccId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property error_string of obj type cloudclustervip field type str type string.
+ * 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 errorString
*/
@@ -78,7 +78,7 @@ public String getErrorString() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property error_string of obj type cloudclustervip field type str type string.
+ * 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 errorString set the errorString.
*/
@@ -89,7 +89,7 @@ public void setErrorString(String errorString) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property ip of obj type cloudclustervip field type str type ref.
+ * 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 ip
*/
@@ -100,7 +100,7 @@ public IpAddr getIp() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property ip of obj type cloudclustervip field type str type ref.
+ * 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 ip set the ip.
*/
@@ -113,6 +113,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vtype
*/
@@ -125,6 +126,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param vtype set the vtype.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudConnectorDebugFilter.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudConnectorDebugFilter.java
index e2d57705..0fe16e7b 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudConnectorDebugFilter.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudConnectorDebugFilter.java
@@ -41,6 +41,7 @@ public class CloudConnectorDebugFilter extends AviRestResource {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return appId
*/
@@ -52,6 +53,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param appId set the appId.
*/
@@ -63,6 +65,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return disableSeReboot
*/
@@ -74,6 +77,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param disableSeReboot set the disableSeReboot.
*/
@@ -85,6 +89,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return seId
*/
@@ -96,6 +101,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param seId set the seId.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudConnectorUser.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudConnectorUser.java
index 848098e6..c4f6b180 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudConnectorUser.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudConnectorUser.java
@@ -92,7 +92,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 basic edition, essentials edition, enterprise edition.
+ * 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 azureServiceprincipal
*/
@@ -104,7 +104,7 @@ public AzureServicePrincipalCredentials getAzureServiceprincipal() {
/**
* This is the setter method to the attribute.
* Field introduced in 17.2.1.
- * Allowed in basic edition, essentials edition, enterprise edition.
+ * 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 azureServiceprincipal set the azureServiceprincipal.
*/
@@ -116,7 +116,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 basic edition, essentials edition, enterprise edition.
+ * 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 azureUserpass
*/
@@ -128,7 +128,7 @@ public AzureUserPassCredentials getAzureUserpass() {
/**
* This is the setter method to the attribute.
* Field introduced in 17.2.1.
- * Allowed in basic edition, essentials edition, enterprise edition.
+ * 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 azureUserpass set the azureUserpass.
*/
@@ -141,7 +141,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 basic edition, essentials edition, enterprise edition.
+ * 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 gcpCredentials
*/
@@ -154,7 +154,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 basic edition, essentials edition, enterprise edition.
+ * 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 gcpCredentials set the gcpCredentials.
*/
@@ -165,7 +165,7 @@ public void setGcpCredentials(GCPCredentials gcpCredentials) {
/**
* This is the getter method this will return the attribute value.
- * Name of the object.
+ * 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 name
*/
@@ -176,7 +176,7 @@ public String getName() {
/**
* This is the setter method to the attribute.
- * Name of the object.
+ * 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 name set the name.
*/
@@ -189,7 +189,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 essentials edition, enterprise edition.
+ * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return nsxtCredentials
*/
@@ -202,7 +202,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 essentials edition, enterprise edition.
+ * Allowed in enterprise edition with any value, 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.
*/
@@ -215,7 +215,7 @@ public void setNsxtCredentials(NsxtCredentials nsxtCredentials) {
* This is the getter method this will return the attribute value.
* Credentials for oracle cloud infrastructure.
* Field introduced in 18.2.1,18.1.3.
- * Allowed in basic edition, essentials edition, enterprise edition.
+ * 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 ociCredentials
*/
@@ -228,7 +228,7 @@ public OCICredentials getOciCredentials() {
* This is the setter method to the attribute.
* Credentials for oracle cloud infrastructure.
* Field introduced in 18.2.1,18.1.3.
- * Allowed in basic edition, essentials edition, enterprise edition.
+ * 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 ociCredentials set the ociCredentials.
*/
@@ -239,7 +239,7 @@ public void setOciCredentials(OCICredentials ociCredentials) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property password of obj type cloudconnectoruser field type str type string.
+ * 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 password
*/
@@ -250,7 +250,7 @@ public String getPassword() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property password of obj type cloudconnectoruser field type str type string.
+ * 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 password set the password.
*/
@@ -261,7 +261,7 @@ public void setPassword(String password) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property private_key of obj type cloudconnectoruser field type str type string.
+ * 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 privateKey
*/
@@ -272,7 +272,7 @@ public String getPrivateKey() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property private_key of obj type cloudconnectoruser field type str type string.
+ * 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 privateKey set the privateKey.
*/
@@ -283,7 +283,7 @@ public void setPrivateKey(String privateKey) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property public_key of obj type cloudconnectoruser field type str type string.
+ * 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 publicKey
*/
@@ -294,7 +294,7 @@ public String getPublicKey() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property public_key of obj type cloudconnectoruser field type str type string.
+ * 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 publicKey set the publicKey.
*/
@@ -306,6 +306,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRef
*/
@@ -317,6 +318,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tenantRef set the tenantRef.
*/
@@ -329,7 +331,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 basic edition, essentials edition, enterprise edition.
+ * 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 tencentCredentials
*/
@@ -342,7 +344,7 @@ public TencentCredentials getTencentCredentials() {
* This is the setter method to the attribute.
* Credentials for tencent cloud.
* Field introduced in 18.2.3.
- * Allowed in basic edition, essentials edition, enterprise edition.
+ * 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 tencentCredentials set the tencentCredentials.
*/
@@ -372,7 +374,7 @@ public void setUrl(String url) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of the object.
+ * 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
*/
@@ -383,7 +385,7 @@ public String getUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of the object.
+ * 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.
*/
@@ -396,6 +398,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vcenterCredentials
*/
@@ -408,6 +411,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param vcenterCredentials set the vcenterCredentials.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudConnectorUserTestParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudConnectorUserTestParams.java
index e20c6e5c..3ee927ba 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudConnectorUserTestParams.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudConnectorUserTestParams.java
@@ -32,7 +32,7 @@ public class CloudConnectorUserTestParams extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property host of obj type cloudconnectorusertestparams field type str type string.
+ * 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 host
*/
@@ -43,7 +43,7 @@ public String getHost() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property host of obj type cloudconnectorusertestparams field type str type string.
+ * 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 host set the host.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudDnsUpdate.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudDnsUpdate.java
index ee3a370b..8ee2e69d 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudDnsUpdate.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudDnsUpdate.java
@@ -58,7 +58,7 @@ public class CloudDnsUpdate extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property cc_id of obj type clouddnsupdate field type str type string.
+ * 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 ccId
*/
@@ -69,7 +69,7 @@ public String getCcId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property cc_id of obj type clouddnsupdate field type str type string.
+ * 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 ccId set the ccId.
*/
@@ -80,7 +80,7 @@ public void setCcId(String ccId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property dns_fqdn of obj type clouddnsupdate field type str type string.
+ * 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 dnsFqdn
*/
@@ -91,7 +91,7 @@ public String getDnsFqdn() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property dns_fqdn of obj type clouddnsupdate field type str type string.
+ * 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 dnsFqdn set the dnsFqdn.
*/
@@ -102,7 +102,7 @@ public void setDnsFqdn(String dnsFqdn) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property error_string of obj type clouddnsupdate field type str type string.
+ * 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 errorString
*/
@@ -113,7 +113,7 @@ public String getErrorString() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property error_string of obj type clouddnsupdate field type str type string.
+ * 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 errorString set the errorString.
*/
@@ -124,7 +124,7 @@ public void setErrorString(String errorString) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property fip of obj type clouddnsupdate field type str type ref.
+ * 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 fip
*/
@@ -135,7 +135,7 @@ public IpAddr getFip() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property fip of obj type clouddnsupdate field type str type ref.
+ * 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 fip set the fip.
*/
@@ -146,7 +146,7 @@ public void setFip(IpAddr fip) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property vip of obj type clouddnsupdate field type str type ref.
+ * 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 vip
*/
@@ -157,7 +157,7 @@ public IpAddr getVip() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property vip of obj type clouddnsupdate field type str type ref.
+ * 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 vip set the vip.
*/
@@ -168,7 +168,7 @@ public void setVip(IpAddr vip) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of vs.
+ * 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 vsUuid
*/
@@ -179,7 +179,7 @@ public String getVsUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of vs.
+ * 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 vsUuid set the vsUuid.
*/
@@ -192,6 +192,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vtype
*/
@@ -204,6 +205,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param vtype set the vtype.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudFlavor.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudFlavor.java
index 24d64f30..5e02f5f9 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudFlavor.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudFlavor.java
@@ -80,7 +80,7 @@ public class CloudFlavor extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property cost of obj type cloudflavor field type str type string.
+ * 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 cost
*/
@@ -91,7 +91,7 @@ public String getCost() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property cost of obj type cloudflavor field type str type string.
+ * 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 cost set the cost.
*/
@@ -102,7 +102,7 @@ public void setCost(String cost) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property disk_gb of obj type cloudflavor field type str type integer.
+ * 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 diskGb
*/
@@ -113,7 +113,7 @@ public Integer getDiskGb() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property disk_gb of obj type cloudflavor field type str type integer.
+ * 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 diskGb set the diskGb.
*/
@@ -124,7 +124,7 @@ public void setDiskGb(Integer diskGb) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property enhanced_nw of obj type cloudflavor field type str type boolean.
+ * 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 enhancedNw
*/
@@ -135,7 +135,7 @@ public Boolean getEnhancedNw() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property enhanced_nw of obj type cloudflavor field type str type boolean.
+ * 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 enhancedNw set the enhancedNw.
*/
@@ -146,7 +146,7 @@ public void setEnhancedNw(Boolean enhancedNw) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property id of obj type cloudflavor field type str type string.
+ * 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 id
*/
@@ -157,7 +157,7 @@ public String getId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property id of obj type cloudflavor field type str type string.
+ * 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 id set the id.
*/
@@ -171,6 +171,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return isRecommended
*/
@@ -184,6 +185,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param isRecommended set the isRecommended.
*/
@@ -196,6 +198,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return maxIp6SPerNic
*/
@@ -208,6 +211,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param maxIp6SPerNic set the maxIp6SPerNic.
*/
@@ -218,7 +222,7 @@ public void setMaxIp6SPerNic(Integer maxIp6SPerNic) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property max_ips_per_nic of obj type cloudflavor field type str type integer.
+ * 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 maxIpsPerNic
*/
@@ -229,7 +233,7 @@ public Integer getMaxIpsPerNic() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property max_ips_per_nic of obj type cloudflavor field type str type integer.
+ * 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 maxIpsPerNic set the maxIpsPerNic.
*/
@@ -240,7 +244,7 @@ public void setMaxIpsPerNic(Integer maxIpsPerNic) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property max_nics of obj type cloudflavor field type str type integer.
+ * 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 maxNics
*/
@@ -251,7 +255,7 @@ public Integer getMaxNics() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property max_nics of obj type cloudflavor field type str type integer.
+ * 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 maxNics set the maxNics.
*/
@@ -262,7 +266,7 @@ public void setMaxNics(Integer maxNics) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property meta of obj type cloudflavor field type str type array.
+ * 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 meta
*/
@@ -273,7 +277,7 @@ public List getMeta() {
/**
* This is the setter method. this will set the meta
- * Placeholder for description of property meta of obj type cloudflavor field type str type array.
+ * 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 meta
*/
@@ -284,7 +288,7 @@ public void setMeta(List meta) {
/**
* This is the setter method this will set the meta
- * Placeholder for description of property meta of obj type cloudflavor field type str type array.
+ * 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 meta
*/
@@ -300,7 +304,7 @@ public CloudFlavor addMetaItem(CloudMeta metaItem) {
/**
* This is the getter method this will return the attribute value.
- * Name of the object.
+ * 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 name
*/
@@ -311,7 +315,7 @@ public String getName() {
/**
* This is the setter method to the attribute.
- * Name of the object.
+ * 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 name set the name.
*/
@@ -322,7 +326,7 @@ public void setName(String name) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property public of obj type cloudflavor field type str type boolean.
+ * 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 true.
* @return publics
*/
@@ -333,7 +337,7 @@ public Boolean getPublics() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property public of obj type cloudflavor field type str type boolean.
+ * 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 true.
* @param publics set the publics.
*/
@@ -344,7 +348,7 @@ public void setPublics(Boolean publics) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property ram_mb of obj type cloudflavor field type str type integer.
+ * 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 ramMb
*/
@@ -355,7 +359,7 @@ public Integer getRamMb() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property ram_mb of obj type cloudflavor field type str type integer.
+ * 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 ramMb set the ramMb.
*/
@@ -366,7 +370,7 @@ public void setRamMb(Integer ramMb) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property vcpus of obj type cloudflavor field type str type integer.
+ * 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 vcpus
*/
@@ -377,7 +381,7 @@ public Integer getVcpus() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property vcpus of obj type cloudflavor field type str type integer.
+ * 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 vcpus set the vcpus.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudGeneric.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudGeneric.java
index 26db207c..177488c6 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudGeneric.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudGeneric.java
@@ -40,7 +40,7 @@ public class CloudGeneric extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property cc_id of obj type cloudgeneric field type str type string.
+ * 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 ccId
*/
@@ -51,7 +51,7 @@ public String getCcId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property cc_id of obj type cloudgeneric field type str type string.
+ * 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 ccId set the ccId.
*/
@@ -62,7 +62,7 @@ public void setCcId(String ccId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property error_string of obj type cloudgeneric field type str type string.
+ * 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 errorString
*/
@@ -73,7 +73,7 @@ public String getErrorString() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property error_string of obj type cloudgeneric field type str type string.
+ * 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 errorString set the errorString.
*/
@@ -86,6 +86,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vtype
*/
@@ -98,6 +99,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param vtype set the vtype.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudHealth.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudHealth.java
index f2749bee..1300fb80 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudHealth.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudHealth.java
@@ -56,7 +56,7 @@ public class CloudHealth extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property cc_id of obj type cloudhealth field type str type string.
+ * 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 ccId
*/
@@ -67,7 +67,7 @@ public String getCcId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property cc_id of obj type cloudhealth field type str type string.
+ * 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 ccId set the ccId.
*/
@@ -78,7 +78,7 @@ public void setCcId(String ccId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property error_string of obj type cloudhealth field type str type string.
+ * 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 errorString
*/
@@ -89,7 +89,7 @@ public String getErrorString() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property error_string of obj type cloudhealth field type str type string.
+ * 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 errorString set the errorString.
*/
@@ -100,7 +100,7 @@ public void setErrorString(String errorString) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property first_fail of obj type cloudhealth field type str type string.
+ * 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 firstFail
*/
@@ -111,7 +111,7 @@ public String getFirstFail() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property first_fail of obj type cloudhealth field type str type string.
+ * 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 firstFail set the firstFail.
*/
@@ -122,7 +122,7 @@ public void setFirstFail(String firstFail) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property last_fail of obj type cloudhealth field type str type string.
+ * 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 lastFail
*/
@@ -133,7 +133,7 @@ public String getLastFail() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property last_fail of obj type cloudhealth field type str type string.
+ * 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 lastFail set the lastFail.
*/
@@ -144,7 +144,7 @@ public void setLastFail(String lastFail) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property last_ok of obj type cloudhealth field type str type string.
+ * 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 lastOk
*/
@@ -155,7 +155,7 @@ public String getLastOk() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property last_ok of obj type cloudhealth field type str type string.
+ * 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 lastOk set the lastOk.
*/
@@ -166,7 +166,7 @@ public void setLastOk(String lastOk) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property num_fails of obj type cloudhealth field type str type integer.
+ * 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 numFails
*/
@@ -177,7 +177,7 @@ public Integer getNumFails() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property num_fails of obj type cloudhealth field type str type integer.
+ * 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 numFails set the numFails.
*/
@@ -190,6 +190,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vtype
*/
@@ -202,6 +203,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param vtype set the vtype.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudInfo.java
index 1b053717..1b614746 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudInfo.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudInfo.java
@@ -55,6 +55,7 @@ public class CloudInfo extends AviRestResource {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ccaProps
*/
@@ -66,6 +67,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ccaProps set the ccaProps.
*/
@@ -77,6 +79,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return controllerProps
*/
@@ -88,6 +91,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param controllerProps set the controllerProps.
*/
@@ -99,6 +103,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return flavorProps
*/
@@ -110,6 +115,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return flavorProps
*/
@@ -121,6 +127,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return flavorProps
*/
@@ -136,7 +143,7 @@ public CloudInfo addFlavorPropsItem(CloudFlavor flavorPropsItem) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property flavor_regex_filter of obj type cloudinfo field type str type string.
+ * 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 flavorRegexFilter
*/
@@ -147,7 +154,7 @@ public String getFlavorRegexFilter() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property flavor_regex_filter of obj type cloudinfo field type str type string.
+ * 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 flavorRegexFilter set the flavorRegexFilter.
*/
@@ -160,6 +167,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return htypes
*/
@@ -172,6 +180,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return htypes
*/
@@ -184,6 +193,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return htypes
*/
@@ -202,6 +212,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vtype
*/
@@ -215,6 +226,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param vtype set the vtype.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudIpChange.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudIpChange.java
index 36204782..5cff5d9c 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudIpChange.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudIpChange.java
@@ -70,7 +70,7 @@ public class CloudIpChange extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property cc_id of obj type cloudipchange field type str type string.
+ * 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 ccId
*/
@@ -81,7 +81,7 @@ public String getCcId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property cc_id of obj type cloudipchange field type str type string.
+ * 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 ccId set the ccId.
*/
@@ -92,7 +92,7 @@ public void setCcId(String ccId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property error_string of obj type cloudipchange field type str type string.
+ * 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 errorString
*/
@@ -103,7 +103,7 @@ public String getErrorString() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property error_string of obj type cloudipchange field type str type string.
+ * 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 errorString set the errorString.
*/
@@ -114,7 +114,7 @@ public void setErrorString(String errorString) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property ip of obj type cloudipchange field type str type ref.
+ * 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 ip
*/
@@ -125,7 +125,7 @@ public IpAddr getIp() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property ip of obj type cloudipchange field type str type ref.
+ * 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 ip set the ip.
*/
@@ -137,6 +137,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ip6
*/
@@ -148,6 +149,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ip6 set the ip6.
*/
@@ -159,6 +161,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 128.
* @return ip6Mask
*/
@@ -170,6 +173,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 128.
* @param ip6Mask set the ip6Mask.
*/
@@ -181,6 +185,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 32.
* @return ipMask
*/
@@ -192,6 +197,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 32.
* @param ipMask set the ipMask.
*/
@@ -202,7 +208,7 @@ public void setIpMask(Integer ipMask) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property mac_addr of obj type cloudipchange field type str type string.
+ * 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 macAddr
*/
@@ -213,7 +219,7 @@ public String getMacAddr() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property mac_addr of obj type cloudipchange field type str type string.
+ * 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 macAddr set the macAddr.
*/
@@ -224,7 +230,7 @@ public void setMacAddr(String macAddr) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of port.
+ * 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 portUuid
*/
@@ -235,7 +241,7 @@ public String getPortUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of port.
+ * 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 portUuid set the portUuid.
*/
@@ -246,7 +252,7 @@ public void setPortUuid(String portUuid) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of se_vm.
+ * 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 seVmUuid
*/
@@ -257,7 +263,7 @@ public String getSeVmUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of se_vm.
+ * 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 seVmUuid set the seVmUuid.
*/
@@ -270,6 +276,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vtype
*/
@@ -282,6 +289,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param vtype set the vtype.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudMeta.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudMeta.java
index f00c7ea9..183e4eed 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudMeta.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudMeta.java
@@ -36,7 +36,7 @@ public class CloudMeta extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property key of obj type cloudmeta field type str type string.
+ * 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 key
*/
@@ -47,7 +47,7 @@ public String getKey() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property key of obj type cloudmeta field type str type string.
+ * 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 key set the key.
*/
@@ -58,7 +58,7 @@ public void setKey(String key) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property value of obj type cloudmeta field type str type string.
+ * 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 value
*/
@@ -69,7 +69,7 @@ public String getValue() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property value of obj type cloudmeta field type str type string.
+ * 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 value set the value.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudProperties.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudProperties.java
index 1465a621..02df8f5a 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudProperties.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudProperties.java
@@ -54,6 +54,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ccProps
*/
@@ -65,6 +66,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ccProps set the ccProps.
*/
@@ -78,6 +80,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ccVtypes
*/
@@ -91,6 +94,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ccVtypes
*/
@@ -104,6 +108,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ccVtypes
*/
@@ -120,6 +125,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return hypProps
*/
@@ -131,6 +137,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return hypProps
*/
@@ -142,6 +149,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return hypProps
*/
@@ -158,6 +166,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return info
*/
@@ -169,6 +178,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return info
*/
@@ -180,6 +190,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return info
*/
@@ -214,7 +225,7 @@ public void setUrl(String url) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of the object.
+ * 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
*/
@@ -225,7 +236,7 @@ public String getUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of the object.
+ * 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.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudRouteNotifDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudRouteNotifDetails.java
index 2fb60a1d..5fa05dea 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudRouteNotifDetails.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudRouteNotifDetails.java
@@ -46,6 +46,7 @@ public class CloudRouteNotifDetails extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ccId
*/
@@ -58,6 +59,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ccId set the ccId.
*/
@@ -70,6 +72,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return reason
*/
@@ -82,6 +85,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param reason set the reason.
*/
@@ -94,6 +98,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return routeTable
*/
@@ -106,6 +111,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param routeTable set the routeTable.
*/
@@ -118,6 +124,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return routes
*/
@@ -130,6 +137,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return routes
*/
@@ -142,6 +150,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return routes
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudRuntime.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudRuntime.java
index ad050427..c776b7d1 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudRuntime.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudRuntime.java
@@ -48,7 +48,7 @@ public class CloudRuntime extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Name of the object.
+ * 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 name
*/
@@ -59,7 +59,7 @@ public String getName() {
/**
* This is the setter method to the attribute.
- * Name of the object.
+ * 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 name set the name.
*/
@@ -70,7 +70,7 @@ public void setName(String name) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property network_sync_complete of obj type cloudruntime field type str type boolean.
+ * 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 networkSyncComplete
*/
@@ -81,7 +81,7 @@ public Boolean getNetworkSyncComplete() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property network_sync_complete of obj type cloudruntime field type str type boolean.
+ * 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 networkSyncComplete set the networkSyncComplete.
*/
@@ -93,6 +93,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRef
*/
@@ -104,6 +105,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tenantRef set the tenantRef.
*/
@@ -133,7 +135,7 @@ public void setUrl(String url) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of the object.
+ * 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
*/
@@ -144,7 +146,7 @@ public String getUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of the object.
+ * 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.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudSeVmChange.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudSeVmChange.java
index 2fdb87ae..f6878574 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudSeVmChange.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudSeVmChange.java
@@ -44,7 +44,7 @@ public class CloudSeVmChange extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property cc_id of obj type cloudsevmchange field type str type string.
+ * 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 ccId
*/
@@ -55,7 +55,7 @@ public String getCcId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property cc_id of obj type cloudsevmchange field type str type string.
+ * 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 ccId set the ccId.
*/
@@ -66,7 +66,7 @@ public void setCcId(String ccId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property error_string of obj type cloudsevmchange field type str type string.
+ * 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 errorString
*/
@@ -77,7 +77,7 @@ public String getErrorString() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property error_string of obj type cloudsevmchange field type str type string.
+ * 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 errorString set the errorString.
*/
@@ -88,7 +88,7 @@ public void setErrorString(String errorString) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of se_vm.
+ * 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 seVmUuid
*/
@@ -99,7 +99,7 @@ public String getSeVmUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of se_vm.
+ * 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 seVmUuid set the seVmUuid.
*/
@@ -112,6 +112,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vtype
*/
@@ -124,6 +125,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param vtype set the vtype.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudStackConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudStackConfiguration.java
index eaee61c7..363605fd 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudStackConfiguration.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudStackConfiguration.java
@@ -57,6 +57,7 @@ public class CloudStackConfiguration extends AviRestResource {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return accessKeyId
*/
@@ -68,6 +69,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param accessKeyId set the accessKeyId.
*/
@@ -79,6 +81,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return apiUrl
*/
@@ -90,6 +93,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param apiUrl set the apiUrl.
*/
@@ -101,6 +105,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return cntrPublicIp
*/
@@ -112,6 +117,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param cntrPublicIp set the cntrPublicIp.
*/
@@ -124,6 +130,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "KVM".
* @return hypervisor
*/
@@ -136,6 +143,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "KVM".
* @param hypervisor set the hypervisor.
*/
@@ -147,6 +155,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return mgmtNetworkName
*/
@@ -158,6 +167,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param mgmtNetworkName set the mgmtNetworkName.
*/
@@ -169,6 +179,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return mgmtNetworkUuid
*/
@@ -180,6 +191,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param mgmtNetworkUuid set the mgmtNetworkUuid.
*/
@@ -191,6 +203,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return secretAccessKey
*/
@@ -202,6 +215,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param secretAccessKey set the secretAccessKey.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudStackSetup.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudStackSetup.java
index 183ae465..362d6532 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudStackSetup.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudStackSetup.java
@@ -48,7 +48,7 @@ public class CloudStackSetup extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property access_key_id of obj type cloudstacksetup field type str type string.
+ * 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 accessKeyId
*/
@@ -59,7 +59,7 @@ public String getAccessKeyId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property access_key_id of obj type cloudstacksetup field type str type string.
+ * 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 accessKeyId set the accessKeyId.
*/
@@ -70,7 +70,7 @@ public void setAccessKeyId(String accessKeyId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property api_url of obj type cloudstacksetup field type str type string.
+ * 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 apiUrl
*/
@@ -81,7 +81,7 @@ public String getApiUrl() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property api_url of obj type cloudstacksetup field type str type string.
+ * 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 apiUrl set the apiUrl.
*/
@@ -92,7 +92,7 @@ public void setApiUrl(String apiUrl) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property cc_id of obj type cloudstacksetup field type str type string.
+ * 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 ccId
*/
@@ -103,7 +103,7 @@ public String getCcId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property cc_id of obj type cloudstacksetup field type str type string.
+ * 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 ccId set the ccId.
*/
@@ -114,7 +114,7 @@ public void setCcId(String ccId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property error_string of obj type cloudstacksetup field type str type string.
+ * 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 errorString
*/
@@ -125,7 +125,7 @@ public String getErrorString() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property error_string of obj type cloudstacksetup field type str type string.
+ * 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 errorString set the errorString.
*/
@@ -137,6 +137,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return privilege
*/
@@ -148,6 +149,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param privilege set the privilege.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudSyncServices.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudSyncServices.java
index d43974a3..308426f3 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudSyncServices.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudSyncServices.java
@@ -48,7 +48,7 @@ public class CloudSyncServices extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property cc_id of obj type cloudsyncservices field type str type string.
+ * 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 ccId
*/
@@ -59,7 +59,7 @@ public String getCcId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property cc_id of obj type cloudsyncservices field type str type string.
+ * 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 ccId set the ccId.
*/
@@ -70,7 +70,7 @@ public void setCcId(String ccId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property error_string of obj type cloudsyncservices field type str type string.
+ * 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 errorString
*/
@@ -81,7 +81,7 @@ public String getErrorString() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property error_string of obj type cloudsyncservices field type str type string.
+ * 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 errorString set the errorString.
*/
@@ -92,7 +92,7 @@ public void setErrorString(String errorString) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of se_vm.
+ * 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 seVmUuid
*/
@@ -103,7 +103,7 @@ public String getSeVmUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of se_vm.
+ * 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 seVmUuid set the seVmUuid.
*/
@@ -116,6 +116,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vips
*/
@@ -128,6 +129,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vips
*/
@@ -140,6 +142,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vips
*/
@@ -157,6 +160,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vtype
*/
@@ -169,6 +173,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param vtype set the vtype.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudTenantCleanup.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudTenantCleanup.java
index c4d98a46..f114861a 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudTenantCleanup.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudTenantCleanup.java
@@ -52,7 +52,7 @@ public class CloudTenantCleanup extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property id of obj type cloudtenantcleanup field type str type string.
+ * 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 id
*/
@@ -63,7 +63,7 @@ public String getId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property id of obj type cloudtenantcleanup field type str type string.
+ * 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 id set the id.
*/
@@ -74,7 +74,7 @@ public void setId(String id) {
/**
* This is the getter method this will return the attribute value.
- * Name of the object.
+ * 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 name
*/
@@ -85,7 +85,7 @@ public String getName() {
/**
* This is the setter method to the attribute.
- * Name of the object.
+ * 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 name set the name.
*/
@@ -96,7 +96,7 @@ public void setName(String name) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property num_ports of obj type cloudtenantcleanup field type str type integer.
+ * 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 numPorts
*/
@@ -107,7 +107,7 @@ public Integer getNumPorts() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property num_ports of obj type cloudtenantcleanup field type str type integer.
+ * 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 numPorts set the numPorts.
*/
@@ -118,7 +118,7 @@ public void setNumPorts(Integer numPorts) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property num_se of obj type cloudtenantcleanup field type str type integer.
+ * 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 numSe
*/
@@ -129,7 +129,7 @@ public Integer getNumSe() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property num_se of obj type cloudtenantcleanup field type str type integer.
+ * 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 numSe set the numSe.
*/
@@ -140,7 +140,7 @@ public void setNumSe(Integer numSe) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property num_secgrp of obj type cloudtenantcleanup field type str type integer.
+ * 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 numSecgrp
*/
@@ -151,7 +151,7 @@ public Integer getNumSecgrp() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property num_secgrp of obj type cloudtenantcleanup field type str type integer.
+ * 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 numSecgrp set the numSecgrp.
*/
@@ -162,7 +162,7 @@ public void setNumSecgrp(Integer numSecgrp) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property num_svrgrp of obj type cloudtenantcleanup field type str type integer.
+ * 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 numSvrgrp
*/
@@ -173,7 +173,7 @@ public Integer getNumSvrgrp() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property num_svrgrp of obj type cloudtenantcleanup field type str type integer.
+ * 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 numSvrgrp set the numSvrgrp.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudTenantsDeleted.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudTenantsDeleted.java
index 02755060..484c2a8a 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudTenantsDeleted.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudTenantsDeleted.java
@@ -40,7 +40,7 @@ public class CloudTenantsDeleted extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property cc_id of obj type cloudtenantsdeleted field type str type string.
+ * 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 ccId
*/
@@ -51,7 +51,7 @@ public String getCcId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property cc_id of obj type cloudtenantsdeleted field type str type string.
+ * 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 ccId set the ccId.
*/
@@ -62,7 +62,7 @@ public void setCcId(String ccId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property tenants of obj type cloudtenantsdeleted field type str type array.
+ * 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 tenants
*/
@@ -73,7 +73,7 @@ public List getTenants() {
/**
* This is the setter method. this will set the tenants
- * Placeholder for description of property tenants of obj type cloudtenantsdeleted field type str type array.
+ * 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 tenants
*/
@@ -84,7 +84,7 @@ public void setTenants(List tenants) {
/**
* This is the setter method this will set the tenants
- * Placeholder for description of property tenants of obj type cloudtenantsdeleted field type str type array.
+ * 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 tenants
*/
@@ -102,6 +102,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vtype
*/
@@ -114,6 +115,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param vtype set the vtype.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudVipParkingIntf.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudVipParkingIntf.java
index 0869a454..a09a21a0 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudVipParkingIntf.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudVipParkingIntf.java
@@ -48,7 +48,7 @@ public class CloudVipParkingIntf extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property cc_id of obj type cloudvipparkingintf field type str type string.
+ * 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 ccId
*/
@@ -59,7 +59,7 @@ public String getCcId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property cc_id of obj type cloudvipparkingintf field type str type string.
+ * 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 ccId set the ccId.
*/
@@ -70,7 +70,7 @@ public void setCcId(String ccId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property error_string of obj type cloudvipparkingintf field type str type string.
+ * 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 errorString
*/
@@ -81,7 +81,7 @@ public String getErrorString() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property error_string of obj type cloudvipparkingintf field type str type string.
+ * 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 errorString set the errorString.
*/
@@ -92,7 +92,7 @@ public void setErrorString(String errorString) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property intf_id of obj type cloudvipparkingintf field type str type string.
+ * 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 intfId
*/
@@ -103,7 +103,7 @@ public String getIntfId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property intf_id of obj type cloudvipparkingintf field type str type string.
+ * 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 intfId set the intfId.
*/
@@ -114,7 +114,7 @@ public void setIntfId(String intfId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property subnet_id of obj type cloudvipparkingintf field type str type string.
+ * 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 subnetId
*/
@@ -125,7 +125,7 @@ public String getSubnetId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property subnet_id of obj type cloudvipparkingintf field type str type string.
+ * 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 subnetId set the subnetId.
*/
@@ -138,6 +138,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vtype
*/
@@ -150,6 +151,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param vtype set the vtype.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudVipUpdate.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudVipUpdate.java
index 9bd5d670..da781314 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudVipUpdate.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudVipUpdate.java
@@ -44,7 +44,7 @@ public class CloudVipUpdate extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property cc_id of obj type cloudvipupdate field type str type string.
+ * 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 ccId
*/
@@ -55,7 +55,7 @@ public String getCcId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property cc_id of obj type cloudvipupdate field type str type string.
+ * 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 ccId set the ccId.
*/
@@ -66,7 +66,7 @@ public void setCcId(String ccId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property error_string of obj type cloudvipupdate field type str type string.
+ * 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 errorString
*/
@@ -77,7 +77,7 @@ public String getErrorString() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property error_string of obj type cloudvipupdate field type str type string.
+ * 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 errorString set the errorString.
*/
@@ -88,7 +88,7 @@ public void setErrorString(String errorString) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of vs.
+ * 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 vsUuid
*/
@@ -99,7 +99,7 @@ public String getVsUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of vs.
+ * 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 vsUuid set the vsUuid.
*/
@@ -112,6 +112,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vtype
*/
@@ -124,6 +125,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param vtype set the vtype.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudVnicChange.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudVnicChange.java
index d0294160..927e20f1 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudVnicChange.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CloudVnicChange.java
@@ -52,7 +52,7 @@ public class CloudVnicChange extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property cc_id of obj type cloudvnicchange field type str type string.
+ * 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 ccId
*/
@@ -63,7 +63,7 @@ public String getCcId() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property cc_id of obj type cloudvnicchange field type str type string.
+ * 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 ccId set the ccId.
*/
@@ -74,7 +74,7 @@ public void setCcId(String ccId) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property error_string of obj type cloudvnicchange field type str type string.
+ * 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 errorString
*/
@@ -85,7 +85,7 @@ public String getErrorString() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property error_string of obj type cloudvnicchange field type str type string.
+ * 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 errorString set the errorString.
*/
@@ -96,7 +96,7 @@ public void setErrorString(String errorString) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property mac_addrs of obj type cloudvnicchange field type str type array.
+ * 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 macAddrs
*/
@@ -107,7 +107,7 @@ public List getMacAddrs() {
/**
* This is the setter method. this will set the macAddrs
- * Placeholder for description of property mac_addrs of obj type cloudvnicchange field type str type array.
+ * 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 macAddrs
*/
@@ -118,7 +118,7 @@ public void setMacAddrs(List macAddrs) {
/**
* This is the setter method this will set the macAddrs
- * Placeholder for description of property mac_addrs of obj type cloudvnicchange field type str type array.
+ * 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 macAddrs
*/
@@ -134,7 +134,7 @@ public CloudVnicChange addMacAddrsItem(String macAddrsItem) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of se_vm.
+ * 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 seVmUuid
*/
@@ -145,7 +145,7 @@ public String getSeVmUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of se_vm.
+ * 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 seVmUuid set the seVmUuid.
*/
@@ -156,7 +156,7 @@ public void setSeVmUuid(String seVmUuid) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property vnics of obj type cloudvnicchange field type str type array.
+ * 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 vnics
*/
@@ -167,7 +167,7 @@ public List getVnics() {
/**
* This is the setter method. this will set the vnics
- * Placeholder for description of property vnics of obj type cloudvnicchange field type str type array.
+ * 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 vnics
*/
@@ -178,7 +178,7 @@ public void setVnics(List vnics) {
/**
* This is the setter method this will set the vnics
- * Placeholder for description of property vnics of obj type cloudvnicchange field type str type array.
+ * 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 vnics
*/
@@ -196,6 +196,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vtype
*/
@@ -208,6 +209,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param vtype set the vtype.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Cluster.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Cluster.java
index 359c9bfd..b1ff202f 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Cluster.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Cluster.java
@@ -57,7 +57,7 @@ public class Cluster extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Name of the object.
+ * 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 name
*/
@@ -68,7 +68,7 @@ public String getName() {
/**
* This is the setter method to the attribute.
- * Name of the object.
+ * 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 name set the name.
*/
@@ -81,6 +81,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return nodes
*/
@@ -93,6 +94,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return nodes
*/
@@ -105,6 +107,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return nodes
*/
@@ -121,6 +124,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return rejoinNodesAutomatically
*/
@@ -132,6 +136,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param rejoinNodesAutomatically set the rejoinNodesAutomatically.
*/
@@ -143,6 +148,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRef
*/
@@ -154,6 +160,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tenantRef set the tenantRef.
*/
@@ -183,7 +190,7 @@ public void setUrl(String url) {
/**
* This is the getter method this will return the attribute value.
- * Unique object identifier of the object.
+ * 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
*/
@@ -194,7 +201,7 @@ public String getUuid() {
/**
* This is the setter method to the attribute.
- * Unique object identifier of the object.
+ * 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.
*/
@@ -207,6 +214,7 @@ public void setUuid(String uuid) {
* This is the getter method this will return the attribute value.
* A virtual ip address.
* This 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return virtualIp
*/
@@ -219,6 +227,7 @@ public IpAddr getVirtualIp() {
* This is the setter method to the attribute.
* A virtual ip address.
* This 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param virtualIp set the virtualIp.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterCloudDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterCloudDetails.java
index be50a682..3cbbcce3 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterCloudDetails.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterCloudDetails.java
@@ -51,6 +51,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return azureInfo
*/
@@ -63,6 +64,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param azureInfo set the azureInfo.
*/
@@ -74,6 +76,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return name
*/
@@ -85,6 +88,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param name set the name.
*/
@@ -97,6 +101,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return tenantRef
*/
@@ -109,6 +114,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param tenantRef set the tenantRef.
*/
@@ -139,6 +145,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return uuid
*/
@@ -150,6 +157,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param uuid set the uuid.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterConfigFailedEvent.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterConfigFailedEvent.java
index 403fdd93..e69782f2 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterConfigFailedEvent.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterConfigFailedEvent.java
@@ -33,6 +33,7 @@ public class ClusterConfigFailedEvent extends AviRestResource {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return reason
*/
@@ -44,6 +45,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param reason set the reason.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterHAConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterHAConfig.java
index 8fe7a328..3f607975 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterHAConfig.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterHAConfig.java
@@ -44,7 +44,7 @@ public class ClusterHAConfig extends AviRestResource {
* 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 basic edition, enterprise edition.
+ * Allowed in enterprise 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 null.
* @return clusterId
*/
@@ -59,7 +59,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 basic edition, enterprise edition.
+ * Allowed in enterprise 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 null.
* @param clusterId set the clusterId.
*/
@@ -72,7 +72,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 basic edition, enterprise edition.
+ * Allowed in enterprise 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.
* @return overrideVsphereHa
*/
@@ -85,7 +85,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 basic edition, enterprise edition.
+ * Allowed in enterprise 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.
* @param overrideVsphereHa set the overrideVsphereHa.
*/
@@ -98,7 +98,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 basic edition, enterprise edition.
+ * Allowed in enterprise 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 null.
* @return vmgName
*/
@@ -111,7 +111,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 basic edition, enterprise edition.
+ * Allowed in enterprise 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 null.
* @param vmgName set the vmgName.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterLeaderFailoverEvent.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterLeaderFailoverEvent.java
index 17079092..73b98f69 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterLeaderFailoverEvent.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterLeaderFailoverEvent.java
@@ -39,6 +39,7 @@ public class ClusterLeaderFailoverEvent extends AviRestResource {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return leaderNode
*/
@@ -50,6 +51,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param leaderNode set the leaderNode.
*/
@@ -61,6 +63,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return previousLeaderNode
*/
@@ -72,6 +75,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param previousLeaderNode set the previousLeaderNode.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterNode.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterNode.java
index 49ba1ca9..2867655d 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterNode.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterNode.java
@@ -77,6 +77,7 @@ public class ClusterNode extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return categories
*/
@@ -90,6 +91,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return categories
*/
@@ -103,6 +105,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return categories
*/
@@ -120,6 +123,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return interfaces
*/
@@ -132,6 +136,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return interfaces
*/
@@ -144,6 +149,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return interfaces
*/
@@ -160,6 +166,7 @@ public ClusterNode addInterfacesItem(ControllerInterface interfacesItem) {
/**
* This is the getter method this will return the attribute value.
* Ip address of controller vm.
+ * 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 ip
*/
@@ -171,6 +178,7 @@ public IpAddr getIp() {
/**
* This is the setter method to the attribute.
* Ip address of controller vm.
+ * 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 ip set the ip.
*/
@@ -181,7 +189,7 @@ public void setIp(IpAddr ip) {
/**
* This is the getter method this will return the attribute value.
- * Name of the object.
+ * 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 "node".
* @return name
*/
@@ -192,7 +200,7 @@ public String getName() {
/**
* This is the setter method to the attribute.
- * Name of the object.
+ * 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 "node".
* @param name set the name.
*/
@@ -205,6 +213,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return password
*/
@@ -217,6 +226,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param password set the password.
*/
@@ -229,6 +239,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return publicIpOrName
*/
@@ -241,6 +252,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param publicIpOrName set the publicIpOrName.
*/
@@ -253,6 +265,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return staticRoutes
*/
@@ -265,6 +278,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return staticRoutes
*/
@@ -277,6 +291,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return staticRoutes
*/
@@ -293,6 +308,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vmHostname
*/
@@ -304,6 +320,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param vmHostname set the vmHostname.
*/
@@ -315,6 +332,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vmMor
*/
@@ -326,6 +344,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param vmMor set the vmMor.
*/
@@ -337,6 +356,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vmName
*/
@@ -348,6 +368,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param vmName set the vmName.
*/
@@ -359,6 +380,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return vmUuid
*/
@@ -370,6 +392,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param vmUuid set the vmUuid.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterNodeAddEvent.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterNodeAddEvent.java
index 42e64a28..c77a77ed 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterNodeAddEvent.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterNodeAddEvent.java
@@ -42,6 +42,7 @@ public class ClusterNodeAddEvent extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
* Ip address of the controller vm.
+ * 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 ip
*/
@@ -53,6 +54,7 @@ public IpAddr getIp() {
/**
* This is the setter method to the attribute.
* Ip address of the controller vm.
+ * 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 ip set the ip.
*/
@@ -64,6 +66,7 @@ public void setIp(IpAddr ip) {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return nodeName
*/
@@ -75,6 +78,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param nodeName set the nodeName.
*/
@@ -87,6 +91,7 @@ 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return role
*/
@@ -99,6 +104,7 @@ 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param role set the role.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterNodeDbFailedEvent.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterNodeDbFailedEvent.java
index ff0bd3c6..669928b7 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterNodeDbFailedEvent.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterNodeDbFailedEvent.java
@@ -42,6 +42,7 @@ public class ClusterNodeDbFailedEvent extends AviRestResource {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return failureCount
*/
@@ -53,6 +54,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param failureCount set the failureCount.
*/
@@ -64,6 +66,7 @@ public void setFailureCount(Integer failureCount) {
/**
* This is the getter method this will return the attribute value.
* Ip address of the controller vm.
+ * 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 ip
*/
@@ -75,6 +78,7 @@ public IpAddr getIp() {
/**
* This is the setter method to the attribute.
* Ip address of the controller vm.
+ * 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 ip set the ip.
*/
@@ -86,6 +90,7 @@ public void setIp(IpAddr ip) {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return nodeName
*/
@@ -97,6 +102,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param nodeName set the nodeName.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterNodeRemoveEvent.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterNodeRemoveEvent.java
index f44dc698..caac1e62 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterNodeRemoveEvent.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterNodeRemoveEvent.java
@@ -42,6 +42,7 @@ public class ClusterNodeRemoveEvent extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
* Ip address of the controller vm.
+ * 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 ip
*/
@@ -53,6 +54,7 @@ public IpAddr getIp() {
/**
* This is the setter method to the attribute.
* Ip address of the controller vm.
+ * 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 ip set the ip.
*/
@@ -64,6 +66,7 @@ public void setIp(IpAddr ip) {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return nodeName
*/
@@ -75,6 +78,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param nodeName set the nodeName.
*/
@@ -87,6 +91,7 @@ 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return role
*/
@@ -99,6 +104,7 @@ 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param role set the role.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterNodeShutdownEvent.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterNodeShutdownEvent.java
index 9edfd0c9..cde4070c 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterNodeShutdownEvent.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterNodeShutdownEvent.java
@@ -42,6 +42,7 @@ public class ClusterNodeShutdownEvent extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
* Ip address of the controller vm.
+ * 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 ip
*/
@@ -53,6 +54,7 @@ public IpAddr getIp() {
/**
* This is the setter method to the attribute.
* Ip address of the controller vm.
+ * 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 ip set the ip.
*/
@@ -64,6 +66,7 @@ public void setIp(IpAddr ip) {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return nodeName
*/
@@ -75,6 +78,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param nodeName set the nodeName.
*/
@@ -86,6 +90,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return reason
*/
@@ -97,6 +102,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param reason set the reason.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterNodeStartedEvent.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterNodeStartedEvent.java
index 0399dc6b..bcd54340 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterNodeStartedEvent.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterNodeStartedEvent.java
@@ -38,6 +38,7 @@ public class ClusterNodeStartedEvent extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
* Ip address of the controller vm.
+ * 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 ip
*/
@@ -49,6 +50,7 @@ public IpAddr getIp() {
/**
* This is the setter method to the attribute.
* Ip address of the controller vm.
+ * 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 ip set the ip.
*/
@@ -60,6 +62,7 @@ public void setIp(IpAddr ip) {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return nodeName
*/
@@ -71,6 +74,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param nodeName set the nodeName.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterServiceCriticalFailureEvent.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterServiceCriticalFailureEvent.java
index 36b51482..db9c6afe 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterServiceCriticalFailureEvent.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterServiceCriticalFailureEvent.java
@@ -37,6 +37,7 @@ public class ClusterServiceCriticalFailureEvent extends AviRestResource {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return nodeName
*/
@@ -48,6 +49,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param nodeName set the nodeName.
*/
@@ -59,6 +61,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return serviceName
*/
@@ -70,6 +73,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param serviceName set the serviceName.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterServiceFailedEvent.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterServiceFailedEvent.java
index f5c58b43..ca594075 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterServiceFailedEvent.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterServiceFailedEvent.java
@@ -37,6 +37,7 @@ public class ClusterServiceFailedEvent extends AviRestResource {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return nodeName
*/
@@ -48,6 +49,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param nodeName set the nodeName.
*/
@@ -59,6 +61,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return serviceName
*/
@@ -70,6 +73,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param serviceName set the serviceName.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterServiceRestoredEvent.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterServiceRestoredEvent.java
index bf44ae3e..bbf5fc26 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterServiceRestoredEvent.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ClusterServiceRestoredEvent.java
@@ -37,6 +37,7 @@ public class ClusterServiceRestoredEvent extends AviRestResource {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return nodeName
*/
@@ -48,6 +49,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param nodeName set the nodeName.
*/
@@ -59,6 +61,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return serviceName
*/
@@ -70,6 +73,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param serviceName set the serviceName.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CompressionFilter.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CompressionFilter.java
index 5e5238f5..88f9fb23 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CompressionFilter.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CompressionFilter.java
@@ -69,6 +69,7 @@ public class CompressionFilter extends AviRestResource {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return devicesRef
*/
@@ -80,6 +81,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param devicesRef set the devicesRef.
*/
@@ -90,7 +92,7 @@ public void setDevicesRef(String devicesRef) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property index of obj type compressionfilter field type str type integer.
+ * 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 index
*/
@@ -101,7 +103,7 @@ public Integer getIndex() {
/**
* This is the setter method to the attribute.
- * Placeholder for description of property index of obj type compressionfilter field type str type integer.
+ * 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 index set the index.
*/
@@ -112,7 +114,7 @@ public void setIndex(Integer index) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property ip_addr_prefixes of obj type compressionfilter field type str type array.
+ * 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 ipAddrPrefixes
*/
@@ -123,7 +125,7 @@ public List getIpAddrPrefixes() {
/**
* This is the setter method. this will set the ipAddrPrefixes
- * Placeholder for description of property ip_addr_prefixes of obj type compressionfilter field type str type array.
+ * 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 ipAddrPrefixes
*/
@@ -134,7 +136,7 @@ public void setIpAddrPrefixes(List ipAddrPrefixes) {
/**
* This is the setter method this will set the ipAddrPrefixes
- * Placeholder for description of property ip_addr_prefixes of obj type compressionfilter field type str type array.
+ * 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 ipAddrPrefixes
*/
@@ -150,7 +152,7 @@ public CompressionFilter addIpAddrPrefixesItem(IpAddrPrefix ipAddrPrefixesItem)
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property ip_addr_ranges of obj type compressionfilter field type str type array.
+ * 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 ipAddrRanges
*/
@@ -161,7 +163,7 @@ public List getIpAddrRanges() {
/**
* This is the setter method. this will set the ipAddrRanges
- * Placeholder for description of property ip_addr_ranges of obj type compressionfilter field type str type array.
+ * 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 ipAddrRanges
*/
@@ -172,7 +174,7 @@ public void setIpAddrRanges(List ipAddrRanges) {
/**
* This is the setter method this will set the ipAddrRanges
- * Placeholder for description of property ip_addr_ranges of obj type compressionfilter field type str type array.
+ * 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 ipAddrRanges
*/
@@ -188,7 +190,7 @@ public CompressionFilter addIpAddrRangesItem(IpAddrRange ipAddrRangesItem) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property ip_addrs of obj type compressionfilter field type str type array.
+ * 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 ipAddrs
*/
@@ -199,7 +201,7 @@ public List getIpAddrs() {
/**
* This is the setter method. this will set the ipAddrs
- * Placeholder for description of property ip_addrs of obj type compressionfilter field type str type array.
+ * 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 ipAddrs
*/
@@ -210,7 +212,7 @@ public void setIpAddrs(List ipAddrs) {
/**
* This is the setter method this will set the ipAddrs
- * Placeholder for description of property ip_addrs of obj type compressionfilter field type str type array.
+ * 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 ipAddrs
*/
@@ -227,6 +229,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return ipAddrsRef
*/
@@ -238,6 +241,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param ipAddrsRef set the ipAddrsRef.
*/
@@ -249,6 +253,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "NORMAL_COMPRESSION".
* @return level
*/
@@ -260,6 +265,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "NORMAL_COMPRESSION".
* @param level set the level.
*/
@@ -272,6 +278,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "IS_IN".
* @return match
*/
@@ -284,6 +291,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "IS_IN".
* @param match set the match.
*/
@@ -294,7 +302,7 @@ public void setMatch(String match) {
/**
* This is the getter method this will return the attribute value.
- * Name of the object.
+ * 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 name
*/
@@ -305,7 +313,7 @@ public String getName() {
/**
* This is the setter method to the attribute.
- * Name of the object.
+ * 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 name set the name.
*/
@@ -316,7 +324,7 @@ public void setName(String name) {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property user_agent of obj type compressionfilter field type str type array.
+ * 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 userAgent
*/
@@ -327,7 +335,7 @@ public List getUserAgent() {
/**
* This is the setter method. this will set the userAgent
- * Placeholder for description of property user_agent of obj type compressionfilter field type str type array.
+ * 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 userAgent
*/
@@ -338,7 +346,7 @@ public void setUserAgent(List userAgent) {
/**
* This is the setter method this will set the userAgent
- * Placeholder for description of property user_agent of obj type compressionfilter field type str type array.
+ * 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 userAgent
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CompressionProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CompressionProfile.java
index aed036b2..4248c7a7 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CompressionProfile.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CompressionProfile.java
@@ -90,6 +90,7 @@ public class CompressionProfile extends AviRestResource {
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as 128.
* @return bufNum
*/
@@ -102,6 +103,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 128.
* @param bufNum set the bufNum.
*/
@@ -114,6 +116,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 4096.
* @return bufSize
*/
@@ -126,6 +129,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 4096.
* @param bufSize set the bufSize.
*/
@@ -139,6 +143,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return compressibleContentRef
*/
@@ -152,6 +157,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param compressibleContentRef set the compressibleContentRef.
*/
@@ -163,6 +169,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @return compression
*/
@@ -174,6 +181,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.
* Default value when not specified in API or module is interpreted by Avi Controller as false.
* @param compression set the compression.
*/
@@ -185,6 +193,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return filter
*/
@@ -196,6 +205,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return filter
*/
@@ -207,6 +217,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return filter
*/
@@ -224,6 +235,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 16384.
* @return hashSize
*/
@@ -236,6 +248,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 16384.
* @param hashSize set the hashSize.
*/
@@ -248,6 +261,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 5.
* @return levelAggressive
*/
@@ -260,6 +274,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 5.
* @param levelAggressive set the levelAggressive.
*/
@@ -272,6 +287,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 1.
* @return levelNormal
*/
@@ -284,6 +300,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 1.
* @param levelNormal set the levelNormal.
*/
@@ -297,6 +314,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 10.
* @return maxLowRtt
*/
@@ -310,6 +328,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 10.
* @param maxLowRtt set the maxLowRtt.
*/
@@ -323,6 +342,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 200.
* @return minHighRtt
*/
@@ -336,6 +356,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 200.
* @param minHighRtt set the minHighRtt.
*/
@@ -348,6 +369,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 128.
* @return minLength
*/
@@ -360,6 +382,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 128.
* @param minLength set the minLength.
*/
@@ -373,6 +396,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return mobileStrRef
*/
@@ -386,6 +410,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param mobileStrRef set the mobileStrRef.
*/
@@ -398,6 +423,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @return removeAcceptEncodingHeader
*/
@@ -410,6 +436,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.
* Default value when not specified in API or module is interpreted by Avi Controller as true.
* @param removeAcceptEncodingHeader set the removeAcceptEncodingHeader.
*/
@@ -422,6 +449,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "AUTO_COMPRESSION".
* @return type
*/
@@ -434,6 +462,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.
* Default value when not specified in API or module is interpreted by Avi Controller as "AUTO_COMPRESSION".
* @param type set the type.
*/
@@ -446,6 +475,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 4096.
* @return windowSize
*/
@@ -458,6 +488,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.
* Default value when not specified in API or module is interpreted by Avi Controller as 4096.
* @param windowSize set the windowSize.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigActionDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigActionDetails.java
index 52029263..3c245a6d 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigActionDetails.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigActionDetails.java
@@ -61,6 +61,7 @@ public class ConfigActionDetails extends AviRestResource {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return actionName
*/
@@ -72,6 +73,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param actionName set the actionName.
*/
@@ -83,6 +85,7 @@ public void setActionName(String actionName) {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return errorMessage
*/
@@ -94,6 +97,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param errorMessage set the errorMessage.
*/
@@ -105,6 +109,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return parameterData
*/
@@ -116,6 +121,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param parameterData set the parameterData.
*/
@@ -127,6 +133,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return path
*/
@@ -138,6 +145,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param path set the path.
*/
@@ -149,6 +157,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return resourceName
*/
@@ -160,6 +169,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param resourceName set the resourceName.
*/
@@ -171,6 +181,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return resourceType
*/
@@ -182,6 +193,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param resourceType set the resourceType.
*/
@@ -193,6 +205,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return status
*/
@@ -204,6 +217,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param status set the status.
*/
@@ -215,6 +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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return user
*/
@@ -226,6 +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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param user set the user.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigCreateDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigCreateDetails.java
index d5d9ff69..7d942b38 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigCreateDetails.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigCreateDetails.java
@@ -61,6 +61,7 @@ public class ConfigCreateDetails extends AviRestResource {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return errorMessage
*/
@@ -72,6 +73,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param errorMessage set the errorMessage.
*/
@@ -83,6 +85,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return path
*/
@@ -94,6 +97,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param path set the path.
*/
@@ -105,6 +109,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return requestData
*/
@@ -116,6 +121,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param requestData set the requestData.
*/
@@ -127,6 +133,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return resourceData
*/
@@ -138,6 +145,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param resourceData set the resourceData.
*/
@@ -149,6 +157,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return resourceName
*/
@@ -160,6 +169,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param resourceName set the resourceName.
*/
@@ -171,6 +181,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return resourceType
*/
@@ -182,6 +193,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param resourceType set the resourceType.
*/
@@ -193,6 +205,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return status
*/
@@ -204,6 +217,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param status set the status.
*/
@@ -215,6 +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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return user
*/
@@ -226,6 +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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param user set the user.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigDeleteDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigDeleteDetails.java
index 09bd38f7..584977ad 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigDeleteDetails.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigDeleteDetails.java
@@ -57,6 +57,7 @@ public class ConfigDeleteDetails extends AviRestResource {
/**
* 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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return errorMessage
*/
@@ -68,6 +69,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param errorMessage set the errorMessage.
*/
@@ -79,6 +81,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return path
*/
@@ -90,6 +93,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param path set the path.
*/
@@ -101,6 +105,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return resourceData
*/
@@ -112,6 +117,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param resourceData set the resourceData.
*/
@@ -123,6 +129,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return resourceName
*/
@@ -134,6 +141,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param resourceName set the resourceName.
*/
@@ -145,6 +153,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return resourceType
*/
@@ -156,6 +165,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param resourceType set the resourceType.
*/
@@ -167,6 +177,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return status
*/
@@ -178,6 +189,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param status set the status.
*/
@@ -189,6 +201,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @return user
*/
@@ -200,6 +213,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.
* Default value when not specified in API or module is interpreted by Avi Controller as null.
* @param user set the user.
*/
diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigInfo.java
index 77fee969..8b1fed27 100644
--- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigInfo.java
+++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigInfo.java
@@ -44,7 +44,7 @@ public class ConfigInfo extends AviRestResource {
/**
* This is the getter method this will return the attribute value.
- * Placeholder for description of property queue of obj type configinfo field type str type array.
+ * 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 queue
*/
@@ -55,7 +55,7 @@ public List getQueue() {
/**
* This is the setter method. this will set the queue
- * Placeholder for description of property queue of obj type configinfo field type str type array.
+ * 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 queue
*/
@@ -66,7 +66,7 @@ public void setQueue(List