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 queue) { /** * 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 */ @@ -82,7 +82,7 @@ public ConfigInfo addQueueItem(VersionInfo queueItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reader_count of obj type configinfo 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 readerCount */ @@ -93,7 +93,7 @@ public Integer getReaderCount() { /** * This is the setter method to the attribute. - * Placeholder for description of property reader_count of obj type configinfo 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 readerCount set the readerCount. */ @@ -105,6 +105,7 @@ public void setReaderCount(Integer readerCount) { /** * This is the getter method this will return the attribute value. * Enum options - REPL_NONE, REPL_ENABLED, REPL_DISABLED. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return state */ @@ -116,6 +117,7 @@ public String getState() { /** * This is the setter method to the attribute. * Enum options - REPL_NONE, REPL_ENABLED, REPL_DISABLED. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param state set the state. */ @@ -126,7 +128,7 @@ public void setState(String state) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property writer_count of obj type configinfo 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 writerCount */ @@ -137,7 +139,7 @@ public Integer getWriterCount() { /** * This is the setter method to the attribute. - * Placeholder for description of property writer_count of obj type configinfo 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 writerCount set the writerCount. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigSeGrpFlvUpdate.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigSeGrpFlvUpdate.java index 6f9b6a8c..85082172 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigSeGrpFlvUpdate.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigSeGrpFlvUpdate.java @@ -53,6 +53,7 @@ public class ConfigSeGrpFlvUpdate extends AviRestResource { /** * This is the getter method this will return the attribute value. * New flavor name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return newFlv */ @@ -64,6 +65,7 @@ public String getNewFlv() { /** * This is the setter method to the attribute. * New flavor name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param newFlv set the newFlv. */ @@ -75,6 +77,7 @@ public void setNewFlv(String newFlv) { /** * This is the getter method this will return the attribute value. * Old flavor name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oldFlv */ @@ -86,6 +89,7 @@ public String getOldFlv() { /** * This is the setter method to the attribute. * Old flavor name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param oldFlv set the oldFlv. */ @@ -97,6 +101,7 @@ public void setOldFlv(String oldFlv) { /** * This is the getter method this will return the attribute value. * Se group name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupName */ @@ -108,6 +113,7 @@ public String getSeGroupName() { /** * This is the setter method to the attribute. * Se group name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupName set the seGroupName. */ @@ -119,6 +125,7 @@ public void setSeGroupName(String seGroupName) { /** * This is the getter method this will return the attribute value. * Se group uuid. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupUuid */ @@ -130,6 +137,7 @@ public String getSeGroupUuid() { /** * This is the setter method to the attribute. * Se group uuid. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupUuid set the seGroupUuid. */ @@ -141,6 +149,7 @@ public void setSeGroupUuid(String seGroupUuid) { /** * This is the getter method this will return the attribute value. * Tenant name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantName */ @@ -152,6 +161,7 @@ public String getTenantName() { /** * This is the setter method to the attribute. * Tenant name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantName set the tenantName. */ @@ -163,6 +173,7 @@ public void setTenantName(String tenantName) { /** * This is the getter method this will return the attribute value. * Tenant uuid. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantUuid */ @@ -174,6 +185,7 @@ public String getTenantUuid() { /** * This is the setter method to the attribute. * Tenant uuid. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantUuid set the tenantUuid. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigUpdateDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigUpdateDetails.java index b66626dc..50278af0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigUpdateDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigUpdateDetails.java @@ -65,6 +65,7 @@ public class ConfigUpdateDetails 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 */ @@ -76,6 +77,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. */ @@ -87,6 +89,7 @@ public void setErrorMessage(String errorMessage) { /** * This is the getter method this will return the attribute value. * New updated data of the resource. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return newResourceData */ @@ -98,6 +101,7 @@ public String getNewResourceData() { /** * This is the setter method to the attribute. * New updated data of the resource. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param newResourceData set the newResourceData. */ @@ -109,6 +113,7 @@ public void setNewResourceData(String newResourceData) { /** * This is the getter method this will return the attribute value. * Old & overwritten data of the resource. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oldResourceData */ @@ -120,6 +125,7 @@ public String getOldResourceData() { /** * This is the setter method to the attribute. * Old & overwritten data of the resource. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param oldResourceData set the oldResourceData. */ @@ -131,6 +137,7 @@ public void setOldResourceData(String oldResourceData) { /** * This is the getter method this will return the attribute value. * Api path. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return path */ @@ -142,6 +149,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. */ @@ -153,6 +161,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 */ @@ -164,6 +173,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. */ @@ -175,6 +185,7 @@ public void setRequestData(String requestData) { /** * This is the getter method this will return the attribute value. * Name of the created resource. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceName */ @@ -186,6 +197,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. */ @@ -197,6 +209,7 @@ public void setResourceName(String resourceName) { /** * This is the getter method this will return the attribute value. * Config type of the updated resource. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceType */ @@ -208,6 +221,7 @@ public String getResourceType() { /** * This is the setter method to the attribute. * Config type of the updated resource. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resourceType set the resourceType. */ @@ -219,6 +233,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 */ @@ -230,6 +245,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. */ @@ -241,6 +257,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 */ @@ -252,6 +269,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/ConfigUserAuthrzByRule.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigUserAuthrzByRule.java index 72fd95c8..e6e46e8c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigUserAuthrzByRule.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigUserAuthrzByRule.java @@ -54,6 +54,7 @@ public class ConfigUserAuthrzByRule extends AviRestResource { * This is the getter method this will return the attribute value. * Comma separated list of policies assigned to the user. * Field introduced in 18.2.7, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return policies */ @@ -66,6 +67,7 @@ public String getPolicies() { * This is the setter method to the attribute. * Comma separated list of policies assigned to the user. * Field introduced in 18.2.7, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param policies set the policies. */ @@ -77,6 +79,7 @@ public void setPolicies(String policies) { /** * This is the getter method this will return the attribute value. * Assigned roles. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return roles */ @@ -88,6 +91,7 @@ public String getRoles() { /** * This is the setter method to the attribute. * Assigned roles. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param roles set the roles. */ @@ -99,6 +103,7 @@ public void setRoles(String roles) { /** * This is the getter method this will return the attribute value. * Matching rule string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rule */ @@ -110,6 +115,7 @@ public String getRule() { /** * This is the setter method to the attribute. * Matching rule string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rule set the rule. */ @@ -121,6 +127,7 @@ public void setRule(String rule) { /** * This is the getter method this will return the attribute value. * Assigned tenants. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenants */ @@ -132,6 +139,7 @@ public String getTenants() { /** * This is the setter method to the attribute. * Assigned tenants. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenants set the tenants. */ @@ -143,6 +151,7 @@ public void setTenants(String tenants) { /** * This is the getter method this will return the attribute value. * Request user. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return user */ @@ -154,6 +163,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. */ @@ -166,6 +176,7 @@ public void setUser(String user) { * This is the getter method this will return the attribute value. * Assigned user account profile name. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userprofile */ @@ -178,6 +189,7 @@ public String getUserprofile() { * This is the setter method to the attribute. * Assigned user account profile name. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userprofile set the userprofile. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigUserLogin.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigUserLogin.java index d965dd76..f740a0b8 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigUserLogin.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigUserLogin.java @@ -57,6 +57,7 @@ public class ConfigUserLogin extends AviRestResource { /** * This is the getter method this will return the attribute value. * Client ip. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIp */ @@ -68,6 +69,7 @@ public String getClientIp() { /** * This is the setter method to the attribute. * Client ip. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIp set the clientIp. */ @@ -80,6 +82,7 @@ public void setClientIp(String clientIp) { * This is the getter method this will return the attribute value. * Type of client used to login ui, cli, others(api). * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientType */ @@ -92,6 +95,7 @@ public String getClientType() { * This is the setter method to the attribute. * Type of client used to login ui, cli, others(api). * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientType set the clientType. */ @@ -103,6 +107,7 @@ public void setClientType(String clientType) { /** * This is the getter method this will return the attribute value. * Error message if authentication failed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorMessage */ @@ -114,6 +119,7 @@ public String getErrorMessage() { /** * This is the setter method to the attribute. * Error message if authentication failed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorMessage set the errorMessage. */ @@ -126,6 +132,7 @@ public void setErrorMessage(String errorMessage) { * This is the getter method this will return the attribute value. * Local user. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return local */ @@ -138,6 +145,7 @@ public Boolean getLocal() { * This is the setter method to the attribute. * Local user. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param local set the local. */ @@ -150,6 +158,7 @@ public void setLocal(Boolean local) { * This is the getter method this will return the attribute value. * Additional attributes from login handler. * Field introduced in 18.1.4,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return remoteAttributes */ @@ -162,6 +171,7 @@ public String getRemoteAttributes() { * This is the setter method to the attribute. * Additional attributes from login handler. * Field introduced in 18.1.4,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param remoteAttributes set the remoteAttributes. */ @@ -173,6 +183,7 @@ public void setRemoteAttributes(String remoteAttributes) { /** * This is the getter method this will return the attribute value. * Status. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -184,6 +195,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. */ @@ -195,6 +207,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 */ @@ -206,6 +219,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/ConfigUserLogout.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigUserLogout.java index d161d521..c99044a0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigUserLogout.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigUserLogout.java @@ -49,6 +49,7 @@ public class ConfigUserLogout extends AviRestResource { /** * This is the getter method this will return the attribute value. * Client ip. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIp */ @@ -60,6 +61,7 @@ public String getClientIp() { /** * This is the setter method to the attribute. * Client ip. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIp set the clientIp. */ @@ -71,6 +73,7 @@ public void setClientIp(String clientIp) { /** * This is the getter method this will return the attribute value. * Error message if logging out failed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorMessage */ @@ -82,6 +85,7 @@ public String getErrorMessage() { /** * This is the setter method to the attribute. * Error message if logging out failed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorMessage set the errorMessage. */ @@ -94,6 +98,7 @@ public void setErrorMessage(String errorMessage) { * This is the getter method this will return the attribute value. * Local user. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return local */ @@ -106,6 +111,7 @@ public Boolean getLocal() { * This is the setter method to the attribute. * Local user. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param local set the local. */ @@ -117,6 +123,7 @@ public void setLocal(Boolean local) { /** * This is the getter method this will return the attribute value. * Status. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -128,6 +135,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. */ @@ -139,6 +147,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 */ @@ -150,6 +159,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/ConfigUserNotAuthrzByRule.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigUserNotAuthrzByRule.java index 367fab7d..5f7de79d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigUserNotAuthrzByRule.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigUserNotAuthrzByRule.java @@ -46,6 +46,7 @@ public class ConfigUserNotAuthrzByRule extends AviRestResource { * This is the getter method this will return the attribute value. * Comma separated list of policies assigned to the user. * Field introduced in 18.2.7, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "No Policies". * @return policies */ @@ -58,6 +59,7 @@ public String getPolicies() { * This is the setter method to the attribute. * Comma separated list of policies assigned to the user. * Field introduced in 18.2.7, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "No Policies". * @param policies set the policies. */ @@ -69,6 +71,7 @@ public void setPolicies(String policies) { /** * This is the getter method this will return the attribute value. * Assigned roles. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "No Roles". * @return roles */ @@ -80,6 +83,7 @@ public String getRoles() { /** * This is the setter method to the attribute. * Assigned roles. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "No Roles". * @param roles set the roles. */ @@ -91,6 +95,7 @@ public void setRoles(String roles) { /** * This is the getter method this will return the attribute value. * Assigned tenants. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "No Tenants". * @return tenants */ @@ -102,6 +107,7 @@ public String getTenants() { /** * This is the setter method to the attribute. * Assigned tenants. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "No Tenants". * @param tenants set the tenants. */ @@ -113,6 +119,7 @@ public void setTenants(String tenants) { /** * This is the getter method this will return the attribute value. * Request user. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return user */ @@ -124,6 +131,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/ConfigUserPasswordChangeRequest.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigUserPasswordChangeRequest.java index e1ae1208..7affc02f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigUserPasswordChangeRequest.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigUserPasswordChangeRequest.java @@ -45,6 +45,7 @@ public class ConfigUserPasswordChangeRequest extends AviRestResource { /** * This is the getter method this will return the attribute value. * Client ip. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIp */ @@ -56,6 +57,7 @@ public String getClientIp() { /** * This is the setter method to the attribute. * Client ip. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIp set the clientIp. */ @@ -67,6 +69,7 @@ public void setClientIp(String clientIp) { /** * This is the getter method this will return the attribute value. * Password link is sent or rejected. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -78,6 +81,7 @@ public String getStatus() { /** * This is the setter method to the attribute. * Password link is sent or rejected. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ @@ -89,6 +93,7 @@ public void setStatus(String status) { /** * This is the getter method this will return the attribute value. * Matched username of email address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return user */ @@ -100,6 +105,7 @@ public String getUser() { /** * This is the setter method to the attribute. * Matched username of email address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param user set the user. */ @@ -111,6 +117,7 @@ public void setUser(String user) { /** * This is the getter method this will return the attribute value. * Email address of user. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userEmail */ @@ -122,6 +129,7 @@ public String getUserEmail() { /** * This is the setter method to the attribute. * Email address of user. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userEmail set the userEmail. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigVersionStatus.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigVersionStatus.java index 253d3cd6..c6716c02 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigVersionStatus.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConfigVersionStatus.java @@ -43,6 +43,7 @@ public class ConfigVersionStatus extends AviRestResource { * Type of replication event. * Enum options - DNSVS, OBJECT_CONFIG_VERSION. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventType */ @@ -56,6 +57,7 @@ public String getEventType() { * Type of replication event. * Enum options - DNSVS, OBJECT_CONFIG_VERSION. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eventType set the eventType. */ @@ -68,6 +70,7 @@ public void setEventType(String eventType) { * This is the getter method this will return the attribute value. * Name of config object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objName */ @@ -80,6 +83,7 @@ public String getObjName() { * This is the setter method to the attribute. * Name of config object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objName set the objName. */ @@ -92,6 +96,7 @@ public void setObjName(String objName) { * This is the getter method this will return the attribute value. * Uuid of config object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objUuid */ @@ -104,6 +109,7 @@ public String getObjUuid() { * This is the setter method to the attribute. * Uuid of config object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objUuid set the objUuid. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConnErrorInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConnErrorInfo.java index 2daa9e01..e6b12302 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConnErrorInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConnErrorInfo.java @@ -88,7 +88,7 @@ public class ConnErrorInfo extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_syn_retransmit of obj type connerrorinfo 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 numSynRetransmit */ @@ -99,7 +99,7 @@ public Integer getNumSynRetransmit() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_syn_retransmit of obj type connerrorinfo 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 numSynRetransmit set the numSynRetransmit. */ @@ -110,7 +110,7 @@ public void setNumSynRetransmit(Integer numSynRetransmit) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_window_shrink of obj type connerrorinfo 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 numWindowShrink */ @@ -121,7 +121,7 @@ public Integer getNumWindowShrink() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_window_shrink of obj type connerrorinfo 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 numWindowShrink set the numWindowShrink. */ @@ -132,7 +132,7 @@ public void setNumWindowShrink(Integer numWindowShrink) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property out_of_orders of obj type connerrorinfo 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 outOfOrders */ @@ -143,7 +143,7 @@ public Integer getOutOfOrders() { /** * This is the setter method to the attribute. - * Placeholder for description of property out_of_orders of obj type connerrorinfo 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 outOfOrders set the outOfOrders. */ @@ -154,7 +154,7 @@ public void setOutOfOrders(Integer outOfOrders) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property retransmits of obj type connerrorinfo 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 retransmits */ @@ -165,7 +165,7 @@ public Integer getRetransmits() { /** * This is the setter method to the attribute. - * Placeholder for description of property retransmits of obj type connerrorinfo 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 retransmits set the retransmits. */ @@ -176,7 +176,7 @@ public void setRetransmits(Integer retransmits) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property rx_pkts of obj type connerrorinfo 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 rxPkts */ @@ -187,7 +187,7 @@ public Integer getRxPkts() { /** * This is the setter method to the attribute. - * Placeholder for description of property rx_pkts of obj type connerrorinfo 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 rxPkts set the rxPkts. */ @@ -198,7 +198,7 @@ public void setRxPkts(Integer rxPkts) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server_num_window_shrink of obj type connerrorinfo 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 serverNumWindowShrink */ @@ -209,7 +209,7 @@ public Integer getServerNumWindowShrink() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_num_window_shrink of obj type connerrorinfo 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 serverNumWindowShrink set the serverNumWindowShrink. */ @@ -220,7 +220,7 @@ public void setServerNumWindowShrink(Integer serverNumWindowShrink) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server_out_of_orders of obj type connerrorinfo 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 serverOutOfOrders */ @@ -231,7 +231,7 @@ public Integer getServerOutOfOrders() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_out_of_orders of obj type connerrorinfo 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 serverOutOfOrders set the serverOutOfOrders. */ @@ -242,7 +242,7 @@ public void setServerOutOfOrders(Integer serverOutOfOrders) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server_retransmits of obj type connerrorinfo 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 serverRetransmits */ @@ -253,7 +253,7 @@ public Integer getServerRetransmits() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_retransmits of obj type connerrorinfo 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 serverRetransmits set the serverRetransmits. */ @@ -264,7 +264,7 @@ public void setServerRetransmits(Integer serverRetransmits) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server_rx_pkts of obj type connerrorinfo 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 serverRxPkts */ @@ -275,7 +275,7 @@ public Integer getServerRxPkts() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_rx_pkts of obj type connerrorinfo 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 serverRxPkts set the serverRxPkts. */ @@ -286,7 +286,7 @@ public void setServerRxPkts(Integer serverRxPkts) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server_timeouts of obj type connerrorinfo 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 serverTimeouts */ @@ -297,7 +297,7 @@ public Integer getServerTimeouts() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_timeouts of obj type connerrorinfo 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 serverTimeouts set the serverTimeouts. */ @@ -308,7 +308,7 @@ public void setServerTimeouts(Integer serverTimeouts) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server_tx_pkts of obj type connerrorinfo 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 serverTxPkts */ @@ -319,7 +319,7 @@ public Integer getServerTxPkts() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_tx_pkts of obj type connerrorinfo 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 serverTxPkts set the serverTxPkts. */ @@ -330,7 +330,7 @@ public void setServerTxPkts(Integer serverTxPkts) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server_zero_window_size_events of obj type connerrorinfo 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 serverZeroWindowSizeEvents */ @@ -341,7 +341,7 @@ public Integer getServerZeroWindowSizeEvents() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_zero_window_size_events of obj type connerrorinfo 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 serverZeroWindowSizeEvents set the serverZeroWindowSizeEvents. */ @@ -352,7 +352,7 @@ public void setServerZeroWindowSizeEvents(Integer serverZeroWindowSizeEvents) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property timeouts of obj type connerrorinfo 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 timeouts */ @@ -363,7 +363,7 @@ public Integer getTimeouts() { /** * This is the setter method to the attribute. - * Placeholder for description of property timeouts of obj type connerrorinfo 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 timeouts set the timeouts. */ @@ -374,7 +374,7 @@ public void setTimeouts(Integer timeouts) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property tx_pkts of obj type connerrorinfo 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 txPkts */ @@ -385,7 +385,7 @@ public Integer getTxPkts() { /** * This is the setter method to the attribute. - * Placeholder for description of property tx_pkts of obj type connerrorinfo 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 txPkts set the txPkts. */ @@ -396,7 +396,7 @@ public void setTxPkts(Integer txPkts) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property zero_window_size_events of obj type connerrorinfo 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 zeroWindowSizeEvents */ @@ -407,7 +407,7 @@ public Integer getZeroWindowSizeEvents() { /** * This is the setter method to the attribute. - * Placeholder for description of property zero_window_size_events of obj type connerrorinfo 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 zeroWindowSizeEvents set the zeroWindowSizeEvents. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConnPoolProperties.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConnPoolProperties.java index 2a52fa4b..dc44ecea 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConnPoolProperties.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConnPoolProperties.java @@ -46,7 +46,8 @@ public class ConnPoolProperties extends AviRestResource { * This is the getter method this will return the attribute value. * Connection idle timeout. * Field introduced in 18.2.1. - * Allowed in basic(allowed values- 60000) edition, essentials(allowed values- 60000) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 60000), basic edition(allowed values- 60000), enterprise with + * cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60000. * @return upstreamConnpoolConnIdleTmo */ @@ -59,7 +60,8 @@ public Integer getUpstreamConnpoolConnIdleTmo() { * This is the setter method to the attribute. * Connection idle timeout. * Field introduced in 18.2.1. - * Allowed in basic(allowed values- 60000) edition, essentials(allowed values- 60000) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 60000), basic edition(allowed values- 60000), enterprise with + * cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60000. * @param upstreamConnpoolConnIdleTmo set the upstreamConnpoolConnIdleTmo. */ @@ -72,7 +74,8 @@ public void setUpstreamConnpoolConnIdleTmo(Integer upstreamConnpoolConnIdleTmo) * This is the getter method this will return the attribute value. * Connection life timeout. * Field introduced in 18.2.1. - * Allowed in basic(allowed values- 600000) edition, essentials(allowed values- 600000) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 600000), basic edition(allowed values- 600000), enterprise with + * cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 600000. * @return upstreamConnpoolConnLifeTmo */ @@ -85,7 +88,8 @@ public Integer getUpstreamConnpoolConnLifeTmo() { * This is the setter method to the attribute. * Connection life timeout. * Field introduced in 18.2.1. - * Allowed in basic(allowed values- 600000) edition, essentials(allowed values- 600000) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 600000), basic edition(allowed values- 600000), enterprise with + * cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 600000. * @param upstreamConnpoolConnLifeTmo set the upstreamConnpoolConnLifeTmo. */ @@ -97,9 +101,10 @@ public void setUpstreamConnpoolConnLifeTmo(Integer upstreamConnpoolConnLifeTmo) /** * This is the getter method this will return the attribute value. * Maximum number of times a connection can be reused. - * Special values are 0- 'unlimited'. + * Special values are 0- unlimited. * Field introduced in 18.2.1. - * 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 upstreamConnpoolConnMaxReuse */ @@ -111,9 +116,10 @@ public Integer getUpstreamConnpoolConnMaxReuse() { /** * This is the setter method to the attribute. * Maximum number of times a connection can be reused. - * Special values are 0- 'unlimited'. + * Special values are 0- unlimited. * Field introduced in 18.2.1. - * 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 upstreamConnpoolConnMaxReuse set the upstreamConnpoolConnMaxReuse. */ @@ -125,8 +131,9 @@ public void setUpstreamConnpoolConnMaxReuse(Integer upstreamConnpoolConnMaxReus /** * This is the getter method this will return the attribute value. * Maximum number of connections a server can cache. - * Special values are 0- 'unlimited'. + * Special values are 0- unlimited. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return upstreamConnpoolServerMaxCache */ @@ -138,8 +145,9 @@ public Integer getUpstreamConnpoolServerMaxCache() { /** * This is the setter method to the attribute. * Maximum number of connections a server can cache. - * Special values are 0- 'unlimited'. + * Special values are 0- unlimited. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param upstreamConnpoolServerMaxCache set the upstreamConnpoolServerMaxCache. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConnectionClearFilter.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConnectionClearFilter.java index c72a4a26..91639b13 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConnectionClearFilter.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConnectionClearFilter.java @@ -37,6 +37,7 @@ public class ConnectionClearFilter extends AviRestResource { /** * This is the getter method this will return the attribute value. * Ip address in dotted decimal notation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddr */ @@ -48,6 +49,7 @@ public String getIpAddr() { /** * This is the setter method to the attribute. * Ip address in dotted decimal notation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipAddr set the ipAddr. */ @@ -59,6 +61,7 @@ public void setIpAddr(String ipAddr) { /** * This is the getter method this will return the attribute value. * Port number. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -70,6 +73,7 @@ public Integer getPort() { /** * This is the setter method to the attribute. * Port number. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConnectionEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConnectionEventDetails.java index 048cf3a3..0d7f7eb2 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConnectionEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConnectionEventDetails.java @@ -42,6 +42,7 @@ public class ConnectionEventDetails extends AviRestResource { * This is the getter method this will return the attribute value. * Destinaton host name to be connected. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return host */ @@ -54,6 +55,7 @@ public String getHost() { * This is the setter method to the attribute. * Destinaton host name to be connected. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param host set the host. */ @@ -66,6 +68,7 @@ public void setHost(String host) { * This is the getter method this will return the attribute value. * Connection status information. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return info */ @@ -78,6 +81,7 @@ public String getInfo() { * This is the setter method to the attribute. * Connection status information. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param info set the info. */ @@ -90,6 +94,7 @@ public void setInfo(String info) { * This is the getter method this will return the attribute value. * Destinaton port to be connected. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -102,6 +107,7 @@ public Integer getPort() { * This is the setter method to the attribute. * Destinaton port to be connected. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConnectionLog.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConnectionLog.java index 474651d6..2db66669 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConnectionLog.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConnectionLog.java @@ -375,7 +375,7 @@ public class ConnectionLog extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property adf of obj type connectionlog 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 */ @@ -386,7 +386,7 @@ public Boolean getAdf() { /** * This is the setter method to the attribute. - * Placeholder for description of property adf of obj type connectionlog 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. */ @@ -398,6 +398,7 @@ public void setAdf(Boolean adf) { /** * This is the getter method this will return the attribute value. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return averageTurntime */ @@ -409,6 +410,7 @@ public Integer getAverageTurntime() { /** * This is the setter method to the attribute. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param averageTurntime set the averageTurntime. */ @@ -421,6 +423,7 @@ public void setAverageTurntime(Integer averageTurntime) { * This is the getter method this will return the attribute value. * Average packet processing latency for the backend flow. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgIngressLatencyBe */ @@ -433,6 +436,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. */ @@ -445,6 +449,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 */ @@ -457,6 +462,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. */ @@ -467,7 +473,7 @@ public void setAvgIngressLatencyFe(Integer avgIngressLatencyFe) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property client_dest_port of obj type connectionlog 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 */ @@ -478,7 +484,7 @@ public Integer getClientDestPort() { /** * This is the setter method to the attribute. - * Placeholder for description of property client_dest_port of obj type connectionlog 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. */ @@ -489,7 +495,7 @@ public void setClientDestPort(Integer clientDestPort) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property client_ip of obj type connectionlog 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 clientIp */ @@ -500,7 +506,7 @@ public Integer getClientIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property client_ip of obj type connectionlog 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 clientIp set the clientIp. */ @@ -513,6 +519,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 */ @@ -525,6 +532,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. */ @@ -535,7 +543,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 connectionlog field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -546,7 +554,7 @@ public String getClientLocation() { /** * This is the setter method to the attribute. - * Placeholder for description of property client_location of obj type connectionlog field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -559,6 +567,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 */ @@ -571,6 +580,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. */ @@ -582,6 +592,7 @@ public void setClientLogFilterName(String clientLogFilterName) { /** * This is the getter method this will return the attribute value. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientRtt */ @@ -593,6 +604,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. */ @@ -603,7 +615,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 connectionlog 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 */ @@ -614,7 +626,7 @@ public Integer getClientSrcPort() { /** * This is the setter method to the attribute. - * Placeholder for description of property client_src_port of obj type connectionlog 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. */ @@ -627,6 +639,7 @@ public void setClientSrcPort(Integer clientSrcPort) { * This is the getter method this will return the attribute value. * Tcp connection establishment time for the backend flow. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return connEstTimeBe */ @@ -639,6 +652,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. */ @@ -651,6 +665,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 */ @@ -663,6 +678,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. */ @@ -673,7 +689,7 @@ public void setConnEstTimeFe(Integer connEstTimeFe) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property connection_ended of obj type connectionlog 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 connectionEnded */ @@ -684,7 +700,7 @@ public Boolean getConnectionEnded() { /** * This is the setter method to the attribute. - * Placeholder for description of property connection_ended of obj type connectionlog 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 connectionEnded set the connectionEnded. */ @@ -696,6 +712,7 @@ public void setConnectionEnded(Boolean connectionEnded) { /** * This is the getter method this will return the attribute value. * Enum options - DNS_ENTRY_PASS_THROUGH, DNS_ENTRY_GSLB, DNS_ENTRY_VIRTUALSERVICE, DNS_ENTRY_STATIC, DNS_ENTRY_POLICY, DNS_ENTRY_LOCAL. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsEtype */ @@ -707,6 +724,7 @@ public String getDnsEtype() { /** * This is the setter method to the attribute. * Enum options - DNS_ENTRY_PASS_THROUGH, DNS_ENTRY_GSLB, DNS_ENTRY_VIRTUALSERVICE, DNS_ENTRY_STATIC, DNS_ENTRY_POLICY, DNS_ENTRY_LOCAL. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsEtype set the dnsEtype. */ @@ -717,7 +735,7 @@ public void setDnsEtype(String dnsEtype) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property dns_fqdn of obj type connectionlog field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -728,7 +746,7 @@ public String getDnsFqdn() { /** * This is the setter method to the attribute. - * Placeholder for description of property dns_fqdn of obj type connectionlog field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -739,7 +757,7 @@ public void setDnsFqdn(String dnsFqdn) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property dns_ips of obj type connectionlog 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 dnsIps */ @@ -750,7 +768,7 @@ public List getDnsIps() { /** * This is the setter method. this will set the dnsIps - * Placeholder for description of property dns_ips of obj type connectionlog 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 dnsIps */ @@ -761,7 +779,7 @@ public void setDnsIps(List dnsIps) { /** * This is the setter method this will set the dnsIps - * Placeholder for description of property dns_ips of obj type connectionlog 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 dnsIps */ @@ -780,6 +798,7 @@ public ConnectionLog addDnsIpsItem(Integer dnsIpsItem) { * Enum options - DNS_RECORD_OTHER, DNS_RECORD_A, DNS_RECORD_NS, DNS_RECORD_CNAME, DNS_RECORD_SOA, DNS_RECORD_PTR, DNS_RECORD_HINFO, DNS_RECORD_MX, * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsQtype */ @@ -793,6 +812,7 @@ public String getDnsQtype() { * Enum options - DNS_RECORD_OTHER, DNS_RECORD_A, DNS_RECORD_NS, DNS_RECORD_CNAME, DNS_RECORD_SOA, DNS_RECORD_PTR, DNS_RECORD_HINFO, DNS_RECORD_MX, * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsQtype set the dnsQtype. */ @@ -804,6 +824,7 @@ public void setDnsQtype(String dnsQtype) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsRequest */ @@ -815,6 +836,7 @@ public DnsRequest getDnsRequest() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsRequest set the dnsRequest. */ @@ -825,7 +847,7 @@ public void setDnsRequest(DnsRequest dnsRequest) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property dns_response of obj type connectionlog 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 dnsResponse */ @@ -836,7 +858,7 @@ public DnsResponse getDnsResponse() { /** * This is the setter method to the attribute. - * Placeholder for description of property dns_response of obj type connectionlog 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 dnsResponse set the dnsResponse. */ @@ -849,6 +871,7 @@ public void setDnsResponse(DnsResponse dnsResponse) { * This is the getter method this will return the attribute value. * Datascript log. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dsLog */ @@ -861,6 +884,7 @@ public String getDsLog() { * This is the setter method to the attribute. * Datascript log. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dsLog set the dsLog. */ @@ -871,7 +895,7 @@ public void setDsLog(String dsLog) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property gslbpool_name of obj type connectionlog field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbpoolName */ @@ -882,7 +906,7 @@ public String getGslbpoolName() { /** * This is the setter method to the attribute. - * Placeholder for description of property gslbpool_name of obj type connectionlog field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gslbpoolName set the gslbpoolName. */ @@ -893,7 +917,7 @@ public void setGslbpoolName(String gslbpoolName) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property gslbservice of obj type connectionlog field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbservice */ @@ -904,7 +928,7 @@ public String getGslbservice() { /** * This is the setter method to the attribute. - * Placeholder for description of property gslbservice of obj type connectionlog field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gslbservice set the gslbservice. */ @@ -915,7 +939,7 @@ public void setGslbservice(String gslbservice) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property gslbservice_name of obj type connectionlog field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbserviceName */ @@ -926,7 +950,7 @@ public String getGslbserviceName() { /** * This is the setter method to the attribute. - * Placeholder for description of property gslbservice_name of obj type connectionlog field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gslbserviceName set the gslbserviceName. */ @@ -937,7 +961,7 @@ public void setGslbserviceName(String gslbserviceName) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property log_id of obj type connectionlog 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 */ @@ -948,7 +972,7 @@ public Integer getLogId() { /** * This is the setter method to the attribute. - * Placeholder for description of property log_id of obj type connectionlog 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. */ @@ -961,6 +985,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 */ @@ -973,6 +998,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. */ @@ -985,6 +1011,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 */ @@ -997,6 +1024,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. */ @@ -1007,7 +1035,7 @@ public void setMaxIngressLatencyFe(Integer maxIngressLatencyFe) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property microservice of obj type connectionlog field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -1018,7 +1046,7 @@ public String getMicroservice() { /** * This is the setter method to the attribute. - * Placeholder for description of property microservice of obj type connectionlog field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -1029,7 +1057,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 connectionlog field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -1040,7 +1068,7 @@ public String getMicroserviceName() { /** * This is the setter method to the attribute. - * Placeholder for description of property microservice_name of obj type connectionlog field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -1052,6 +1080,7 @@ public void setMicroserviceName(String microserviceName) { /** * This is the getter method this will return the attribute value. * Unit is bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1500. * @return mss */ @@ -1063,6 +1092,7 @@ public Integer getMss() { /** * This is the setter method to the attribute. * Unit is bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1500. * @param mss set the mss. */ @@ -1073,7 +1103,7 @@ public void setMss(Integer mss) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property network_security_policy_rule_name of obj type connectionlog field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -1084,7 +1114,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 connectionlog field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -1095,7 +1125,7 @@ public void setNetworkSecurityPolicyRuleName(String networkSecurityPolicyRuleNa /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_syn_retransmit of obj type connectionlog 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 numSynRetransmit */ @@ -1106,7 +1136,7 @@ public Integer getNumSynRetransmit() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_syn_retransmit of obj type connectionlog 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 numSynRetransmit set the numSynRetransmit. */ @@ -1117,7 +1147,7 @@ public void setNumSynRetransmit(Integer numSynRetransmit) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_transaction of obj type connectionlog 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 numTransaction */ @@ -1128,7 +1158,7 @@ public Integer getNumTransaction() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_transaction of obj type connectionlog 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 numTransaction set the numTransaction. */ @@ -1139,7 +1169,7 @@ public void setNumTransaction(Integer numTransaction) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_window_shrink of obj type connectionlog 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 numWindowShrink */ @@ -1150,7 +1180,7 @@ public Integer getNumWindowShrink() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_window_shrink of obj type connectionlog 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 numWindowShrink set the numWindowShrink. */ @@ -1163,6 +1193,7 @@ public void setNumWindowShrink(Integer numWindowShrink) { * This is the getter method this will return the attribute value. * Ocsp response sent in the ssl/tls connection handshake. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return ocspStatusRespSent */ @@ -1175,6 +1206,7 @@ public Boolean getOcspStatusRespSent() { * This is the setter method to the attribute. * Ocsp response sent in the ssl/tls connection handshake. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param ocspStatusRespSent set the ocspStatusRespSent. */ @@ -1185,7 +1217,7 @@ public void setOcspStatusRespSent(Boolean ocspStatusRespSent) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property out_of_orders of obj type connectionlog 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 0. * @return outOfOrders */ @@ -1196,7 +1228,7 @@ public Integer getOutOfOrders() { /** * This is the setter method to the attribute. - * Placeholder for description of property out_of_orders of obj type connectionlog 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 0. * @param outOfOrders set the outOfOrders. */ @@ -1209,6 +1241,7 @@ public void setOutOfOrders(Integer outOfOrders) { * This is the getter method this will return the attribute value. * Persistence applied during server selection. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return persistenceUsed */ @@ -1221,6 +1254,7 @@ public Boolean getPersistenceUsed() { * This is the setter method to the attribute. * Persistence applied during server selection. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param persistenceUsed set the persistenceUsed. */ @@ -1231,7 +1265,7 @@ public void setPersistenceUsed(Boolean persistenceUsed) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property pool of obj type connectionlog field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -1242,7 +1276,7 @@ public String getPool() { /** * This is the setter method to the attribute. - * Placeholder for description of property pool of obj type connectionlog field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -1253,7 +1287,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 connectionlog field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -1264,7 +1298,7 @@ public String getPoolName() { /** * This is the setter method to the attribute. - * Placeholder for description of property pool_name of obj type connectionlog field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -1276,6 +1310,7 @@ public void setPoolName(String poolName) { /** * This is the getter method this will return the attribute value. * Enum options - PROTOCOL_ICMP, PROTOCOL_TCP, PROTOCOL_UDP. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return protocol */ @@ -1287,6 +1322,7 @@ public String getProtocol() { /** * This is the setter method to the attribute. * Enum options - PROTOCOL_ICMP, PROTOCOL_TCP, PROTOCOL_UDP. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param protocol set the protocol. */ @@ -1301,6 +1337,7 @@ public void setProtocol(String protocol) { * A value of 0 indicates that proxy protocol is not used. * A value of 1 or 2 indicates the version of proxy protocol used. * Enum options - PROXY_PROTOCOL_VERSION_1, PROXY_PROTOCOL_VERSION_2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return proxyProtocol */ @@ -1315,6 +1352,7 @@ public String getProxyProtocol() { * A value of 0 indicates that proxy protocol is not used. * A value of 1 or 2 indicates the version of proxy protocol used. * Enum options - PROXY_PROTOCOL_VERSION_1, PROXY_PROTOCOL_VERSION_2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param proxyProtocol set the proxyProtocol. */ @@ -1325,7 +1363,7 @@ public void setProxyProtocol(String proxyProtocol) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property report_timestamp of obj type connectionlog 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 */ @@ -1336,7 +1374,7 @@ public Integer getReportTimestamp() { /** * This is the setter method to the attribute. - * Placeholder for description of property report_timestamp of obj type connectionlog 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. */ @@ -1347,7 +1385,7 @@ public void setReportTimestamp(Integer reportTimestamp) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property retransmits of obj type connectionlog 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 0. * @return retransmits */ @@ -1358,7 +1396,7 @@ public Integer getRetransmits() { /** * This is the setter method to the attribute. - * Placeholder for description of property retransmits of obj type connectionlog 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 0. * @param retransmits set the retransmits. */ @@ -1370,6 +1408,7 @@ public void setRetransmits(Integer retransmits) { /** * This is the getter method this will return the attribute value. * Unit is bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rxBytes */ @@ -1381,6 +1420,7 @@ public Integer getRxBytes() { /** * This is the setter method to the attribute. * Unit is bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rxBytes set the rxBytes. */ @@ -1391,7 +1431,7 @@ public void setRxBytes(Integer rxBytes) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property rx_pkts of obj type connectionlog 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 rxPkts */ @@ -1402,7 +1442,7 @@ public Integer getRxPkts() { /** * This is the setter method to the attribute. - * Placeholder for description of property rx_pkts of obj type connectionlog 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 rxPkts set the rxPkts. */ @@ -1413,7 +1453,7 @@ public void setRxPkts(Integer rxPkts) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server_conn_src_ip of obj type connectionlog 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 */ @@ -1424,7 +1464,7 @@ public Integer getServerConnSrcIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_conn_src_ip of obj type connectionlog 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. */ @@ -1437,6 +1477,7 @@ public void setServerConnSrcIp(Integer serverConnSrcIp) { * This is the getter method this will return the attribute value. * Ipv6 address used to connect to backend server. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverConnSrcIp6 */ @@ -1449,6 +1490,7 @@ public String getServerConnSrcIp6() { * This is the setter method to the attribute. * Ipv6 address used to connect to backend server. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverConnSrcIp6 set the serverConnSrcIp6. */ @@ -1459,7 +1501,7 @@ public void setServerConnSrcIp6(String serverConnSrcIp6) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server_dest_port of obj type connectionlog 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 */ @@ -1470,7 +1512,7 @@ public Integer getServerDestPort() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_dest_port of obj type connectionlog 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. */ @@ -1481,7 +1523,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 connectionlog 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 */ @@ -1492,7 +1534,7 @@ public Integer getServerIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_ip of obj type connectionlog 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. */ @@ -1505,6 +1547,7 @@ public void setServerIp(Integer serverIp) { * This is the getter method this will return the attribute value. * Ipv6 address of the backend server. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverIp6 */ @@ -1517,6 +1560,7 @@ public String getServerIp6() { * This is the setter method to the attribute. * Ipv6 address of the backend server. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverIp6 set the serverIp6. */ @@ -1527,7 +1571,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 connectionlog field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -1538,7 +1582,7 @@ public String getServerName() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_name of obj type connectionlog field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -1549,7 +1593,7 @@ public void setServerName(String serverName) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server_num_window_shrink of obj type connectionlog 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 serverNumWindowShrink */ @@ -1560,7 +1604,7 @@ public Integer getServerNumWindowShrink() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_num_window_shrink of obj type connectionlog 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 serverNumWindowShrink set the serverNumWindowShrink. */ @@ -1571,7 +1615,7 @@ public void setServerNumWindowShrink(Integer serverNumWindowShrink) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server_out_of_orders of obj type connectionlog 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 0. * @return serverOutOfOrders */ @@ -1582,7 +1626,7 @@ public Integer getServerOutOfOrders() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_out_of_orders of obj type connectionlog 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 0. * @param serverOutOfOrders set the serverOutOfOrders. */ @@ -1593,7 +1637,7 @@ public void setServerOutOfOrders(Integer serverOutOfOrders) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server_retransmits of obj type connectionlog 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 0. * @return serverRetransmits */ @@ -1604,7 +1648,7 @@ public Integer getServerRetransmits() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_retransmits of obj type connectionlog 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 0. * @param serverRetransmits set the serverRetransmits. */ @@ -1616,6 +1660,7 @@ public void setServerRetransmits(Integer serverRetransmits) { /** * This is the getter method this will return the attribute value. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverRtt */ @@ -1627,6 +1672,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. */ @@ -1638,6 +1684,7 @@ public void setServerRtt(Integer serverRtt) { /** * This is the getter method this will return the attribute value. * Unit is bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverRxBytes */ @@ -1649,6 +1696,7 @@ public Integer getServerRxBytes() { /** * This is the setter method to the attribute. * Unit is bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverRxBytes set the serverRxBytes. */ @@ -1659,7 +1707,7 @@ public void setServerRxBytes(Integer serverRxBytes) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server_rx_pkts of obj type connectionlog 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 serverRxPkts */ @@ -1670,7 +1718,7 @@ public Integer getServerRxPkts() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_rx_pkts of obj type connectionlog 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 serverRxPkts set the serverRxPkts. */ @@ -1681,7 +1729,7 @@ public void setServerRxPkts(Integer serverRxPkts) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server_src_port of obj type connectionlog 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 */ @@ -1692,7 +1740,7 @@ public Integer getServerSrcPort() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_src_port of obj type connectionlog 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. */ @@ -1703,7 +1751,7 @@ public void setServerSrcPort(Integer serverSrcPort) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server_timeouts of obj type connectionlog 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 0. * @return serverTimeouts */ @@ -1714,7 +1762,7 @@ public Integer getServerTimeouts() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_timeouts of obj type connectionlog 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 0. * @param serverTimeouts set the serverTimeouts. */ @@ -1726,6 +1774,7 @@ public void setServerTimeouts(Integer serverTimeouts) { /** * This is the getter method this will return the attribute value. * Unit is bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverTotalBytes */ @@ -1737,6 +1786,7 @@ public Integer getServerTotalBytes() { /** * This is the setter method to the attribute. * Unit is bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverTotalBytes set the serverTotalBytes. */ @@ -1747,7 +1797,7 @@ public void setServerTotalBytes(Integer serverTotalBytes) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server_total_pkts of obj type connectionlog 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 serverTotalPkts */ @@ -1758,7 +1808,7 @@ public Integer getServerTotalPkts() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_total_pkts of obj type connectionlog 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 serverTotalPkts set the serverTotalPkts. */ @@ -1770,6 +1820,7 @@ public void setServerTotalPkts(Integer serverTotalPkts) { /** * This is the getter method this will return the attribute value. * Unit is bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverTxBytes */ @@ -1781,6 +1832,7 @@ public Integer getServerTxBytes() { /** * This is the setter method to the attribute. * Unit is bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverTxBytes set the serverTxBytes. */ @@ -1791,7 +1843,7 @@ public void setServerTxBytes(Integer serverTxBytes) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server_tx_pkts of obj type connectionlog 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 serverTxPkts */ @@ -1802,7 +1854,7 @@ public Integer getServerTxPkts() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_tx_pkts of obj type connectionlog 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 serverTxPkts set the serverTxPkts. */ @@ -1813,7 +1865,7 @@ public void setServerTxPkts(Integer serverTxPkts) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server_zero_window_size_events of obj type connectionlog 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 0. * @return serverZeroWindowSizeEvents */ @@ -1824,7 +1876,7 @@ public Integer getServerZeroWindowSizeEvents() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_zero_window_size_events of obj type connectionlog 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 0. * @param serverZeroWindowSizeEvents set the serverZeroWindowSizeEvents. */ @@ -1835,7 +1887,7 @@ public void setServerZeroWindowSizeEvents(Integer serverZeroWindowSizeEvents) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property service_engine of obj type connectionlog field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -1846,7 +1898,7 @@ public String getServiceEngine() { /** * This is the setter method to the attribute. - * Placeholder for description of property service_engine of obj type connectionlog field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -1857,7 +1909,7 @@ public void setServiceEngine(String serviceEngine) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property significance of obj type connectionlog field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -1868,7 +1920,7 @@ public String getSignificance() { /** * This is the setter method to the attribute. - * Placeholder for description of property significance of obj type connectionlog field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -1879,7 +1931,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 connectionlog 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 */ @@ -1890,7 +1942,7 @@ public Integer getSignificant() { /** * This is the setter method to the attribute. - * Placeholder for description of property significant of obj type connectionlog 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. */ @@ -1907,6 +1959,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 */ @@ -1923,6 +1976,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 */ @@ -1939,6 +1993,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 */ @@ -1956,6 +2011,7 @@ public ConnectionLog addSignificantLogItem(String significantLogItem) { * This is the getter method this will return the attribute value. * Sip related logging information. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sipLog */ @@ -1968,6 +2024,7 @@ public SipLog getSipLog() { * This is the setter method to the attribute. * Sip related logging information. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sipLog set the sipLog. */ @@ -1979,6 +2036,7 @@ public void setSipLog(SipLog sipLog) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sniHostname */ @@ -1990,6 +2048,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. */ @@ -2000,7 +2059,7 @@ public void setSniHostname(String sniHostname) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ssl_cipher of obj type connectionlog field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -2011,7 +2070,7 @@ public String getSslCipher() { /** * This is the setter method to the attribute. - * Placeholder for description of property ssl_cipher of obj type connectionlog field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -2022,7 +2081,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 connectionlog field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -2033,7 +2092,7 @@ public String getSslSessionId() { /** * This is the setter method to the attribute. - * Placeholder for description of property ssl_session_id of obj type connectionlog field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -2044,7 +2103,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 connectionlog field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -2055,7 +2114,7 @@ public String getSslVersion() { /** * This is the setter method to the attribute. - * Placeholder for description of property ssl_version of obj type connectionlog field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -2066,7 +2125,7 @@ public void setSslVersion(String sslVersion) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property start_timestamp of obj type connectionlog 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 startTimestamp */ @@ -2077,7 +2136,7 @@ public Integer getStartTimestamp() { /** * This is the setter method to the attribute. - * Placeholder for description of property start_timestamp of obj type connectionlog 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 startTimestamp set the startTimestamp. */ @@ -2088,7 +2147,7 @@ public void setStartTimestamp(Integer startTimestamp) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property timeouts of obj type connectionlog 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 0. * @return timeouts */ @@ -2099,7 +2158,7 @@ public Integer getTimeouts() { /** * This is the setter method to the attribute. - * Placeholder for description of property timeouts of obj type connectionlog 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 0. * @param timeouts set the timeouts. */ @@ -2111,6 +2170,7 @@ public void setTimeouts(Integer timeouts) { /** * This is the getter method this will return the attribute value. * Unit is bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return totalBytes */ @@ -2122,6 +2182,7 @@ public Integer getTotalBytes() { /** * This is the setter method to the attribute. * Unit is bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param totalBytes set the totalBytes. */ @@ -2132,7 +2193,7 @@ public void setTotalBytes(Integer totalBytes) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property total_pkts of obj type connectionlog 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 0. * @return totalPkts */ @@ -2143,7 +2204,7 @@ public Integer getTotalPkts() { /** * This is the setter method to the attribute. - * Placeholder for description of property total_pkts of obj type connectionlog 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 0. * @param totalPkts set the totalPkts. */ @@ -2155,6 +2216,7 @@ public void setTotalPkts(Integer totalPkts) { /** * This is the getter method this will return the attribute value. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return totalTime */ @@ -2166,6 +2228,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 0. * @param totalTime set the totalTime. */ @@ -2177,6 +2240,7 @@ public void setTotalTime(Integer totalTime) { /** * This is the getter method this will return the attribute value. * Unit is bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return txBytes */ @@ -2188,6 +2252,7 @@ public Integer getTxBytes() { /** * This is the setter method to the attribute. * Unit is bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param txBytes set the txBytes. */ @@ -2198,7 +2263,7 @@ public void setTxBytes(Integer txBytes) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property tx_pkts of obj type connectionlog 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 txPkts */ @@ -2209,7 +2274,7 @@ public Integer getTxPkts() { /** * This is the setter method to the attribute. - * Placeholder for description of property tx_pkts of obj type connectionlog 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 txPkts set the txPkts. */ @@ -2220,7 +2285,7 @@ public void setTxPkts(Integer txPkts) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property udf of obj type connectionlog 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 */ @@ -2231,7 +2296,7 @@ public Boolean getUdf() { /** * This is the setter method to the attribute. - * Placeholder for description of property udf of obj type connectionlog 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. */ @@ -2242,7 +2307,7 @@ public void setUdf(Boolean udf) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcpu_id of obj type connectionlog 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 */ @@ -2253,7 +2318,7 @@ public Integer getVcpuId() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcpu_id of obj type connectionlog 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. */ @@ -2264,7 +2329,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 connectionlog field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -2275,7 +2340,7 @@ public String getVirtualservice() { /** * This is the setter method to the attribute. - * Placeholder for description of property virtualservice of obj type connectionlog field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -2287,6 +2352,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 */ @@ -2298,6 +2364,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. */ @@ -2310,6 +2377,7 @@ public void setVsIp(Integer vsIp) { * This is the getter method this will return the attribute value. * Ipv6 address of the vip of the vs. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsIp6 */ @@ -2322,6 +2390,7 @@ public String getVsIp6() { * This is the setter method to the attribute. * Ipv6 address of the vip of the vs. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsIp6 set the vsIp6. */ @@ -2332,7 +2401,7 @@ public void setVsIp6(String vsIp6) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property zero_window_size_events of obj type connectionlog 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 0. * @return zeroWindowSizeEvents */ @@ -2343,7 +2412,7 @@ public Integer getZeroWindowSizeEvents() { /** * This is the setter method to the attribute. - * Placeholder for description of property zero_window_size_events of obj type connectionlog 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 0. * @param zeroWindowSizeEvents set the zeroWindowSizeEvents. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConnpoolFilter.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConnpoolFilter.java index efa09109..6138ac67 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConnpoolFilter.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ConnpoolFilter.java @@ -45,6 +45,7 @@ public class ConnpoolFilter extends AviRestResource { /** * This is the getter method this will return the attribute value. * Backend or se ip address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddr */ @@ -56,6 +57,7 @@ public String getIpAddr() { /** * This is the setter method to the attribute. * Backend or se ip address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipAddr set the ipAddr. */ @@ -67,6 +69,7 @@ public void setIpAddr(String ipAddr) { /** * This is the getter method this will return the attribute value. * Backend or se ip address mask. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipMask */ @@ -78,6 +81,7 @@ public String getIpMask() { /** * This is the setter method to the attribute. * Backend or se ip address mask. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipMask set the ipMask. */ @@ -89,6 +93,7 @@ public void setIpMask(String ipMask) { /** * This is the getter method this will return the attribute value. * Backend or se port. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -100,6 +105,7 @@ public Integer getPort() { /** * This is the setter method to the attribute. * Backend or se port. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ @@ -112,6 +118,7 @@ public void setPort(Integer port) { * This is the getter method this will return the attribute value. * Cache type. * Enum options - CP_ALL, CP_FREE, CP_BIND, CP_CACHED. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -124,6 +131,7 @@ public String getType() { * This is the setter method to the attribute. * Cache type. * Enum options - CP_ALL, CP_FREE, CP_BIND, CP_CACHED. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/ContainerCloudBatchSetup.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ContainerCloudBatchSetup.java index 7221f981..2a9aaec3 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ContainerCloudBatchSetup.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ContainerCloudBatchSetup.java @@ -32,7 +32,7 @@ public class ContainerCloudBatchSetup extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ccs of obj type containercloudbatchsetup 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 ccs */ @@ -43,7 +43,7 @@ public List getCcs() { /** * This is the setter method. this will set the ccs - * Placeholder for description of property ccs of obj type containercloudbatchsetup 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 ccs */ @@ -54,7 +54,7 @@ public void setCcs(List ccs) { /** * This is the setter method this will set the ccs - * Placeholder for description of property ccs of obj type containercloudbatchsetup 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 ccs */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ContainerCloudService.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ContainerCloudService.java index ed85f8d4..31b85033 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ContainerCloudService.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ContainerCloudService.java @@ -48,7 +48,7 @@ public class ContainerCloudService extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cc_id of obj type containercloudservice field type str type string. + * Allowed in enterprise edition with any value, 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 containercloudservice field type str type string. + * Allowed in enterprise edition with any value, 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 object of obj type containercloudservice field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return object */ @@ -81,7 +81,7 @@ public String getObject() { /** * This is the setter method to the attribute. - * Placeholder for description of property object of obj type containercloudservice field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param object set the object. */ @@ -92,7 +92,7 @@ public void setObject(String object) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason of obj type containercloudservice field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -103,7 +103,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Placeholder for description of property reason of obj type containercloudservice field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -114,7 +114,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property service of obj type containercloudservice field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return service */ @@ -125,7 +125,7 @@ public String getService() { /** * This is the setter method to the attribute. - * Placeholder for description of property service of obj type containercloudservice field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param service set the service. */ @@ -136,7 +136,7 @@ public void setService(String service) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property status of obj type containercloudservice field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -147,7 +147,7 @@ public String getStatus() { /** * This is the setter method to the attribute. - * Placeholder for description of property status of obj type containercloudservice field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ContainerCloudSetup.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ContainerCloudSetup.java index 375ba4da..77a66fae 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ContainerCloudSetup.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ContainerCloudSetup.java @@ -76,7 +76,7 @@ public class ContainerCloudSetup extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cc_id of obj type containercloudsetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -87,7 +87,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Placeholder for description of property cc_id of obj type containercloudsetup field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -98,7 +98,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cloud_access of obj type containercloudsetup 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 cloudAccess */ @@ -109,7 +109,7 @@ public Boolean getCloudAccess() { /** * This is the setter method to the attribute. - * Placeholder for description of property cloud_access of obj type containercloudsetup 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 cloudAccess set the cloudAccess. */ @@ -120,7 +120,7 @@ public void setCloudAccess(Boolean cloudAccess) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property failed_hosts of obj type containercloudsetup 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 failedHosts */ @@ -131,7 +131,7 @@ public List getFailedHosts() { /** * This is the setter method. this will set the failedHosts - * Placeholder for description of property failed_hosts of obj type containercloudsetup 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 failedHosts */ @@ -142,7 +142,7 @@ public void setFailedHosts(List failedHosts) { /** * This is the setter method this will set the failedHosts - * Placeholder for description of property failed_hosts of obj type containercloudsetup 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 failedHosts */ @@ -158,7 +158,7 @@ public ContainerCloudSetup addFailedHostsItem(String failedHostsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property fleet_endpoint of obj type containercloudsetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fleetEndpoint */ @@ -169,7 +169,7 @@ public String getFleetEndpoint() { /** * This is the setter method to the attribute. - * Placeholder for description of property fleet_endpoint of obj type containercloudsetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fleetEndpoint set the fleetEndpoint. */ @@ -180,7 +180,7 @@ public void setFleetEndpoint(String fleetEndpoint) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property hosts of obj type containercloudsetup 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 hosts */ @@ -191,7 +191,7 @@ public List getHosts() { /** * This is the setter method. this will set the hosts - * Placeholder for description of property hosts of obj type containercloudsetup 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 hosts */ @@ -202,7 +202,7 @@ public void setHosts(List hosts) { /** * This is the setter method this will set the hosts - * Placeholder for description of property hosts of obj type containercloudsetup 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 hosts */ @@ -218,7 +218,7 @@ public ContainerCloudSetup addHostsItem(String hostsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property master_nodes of obj type containercloudsetup 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 masterNodes */ @@ -229,7 +229,7 @@ public List getMasterNodes() { /** * This is the setter method. this will set the masterNodes - * Placeholder for description of property master_nodes of obj type containercloudsetup 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 masterNodes */ @@ -240,7 +240,7 @@ public void setMasterNodes(List masterNodes) { /** * This is the setter method this will set the masterNodes - * Placeholder for description of property master_nodes of obj type containercloudsetup 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 masterNodes */ @@ -256,7 +256,7 @@ public ContainerCloudSetup addMasterNodesItem(String masterNodesItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property missing_hosts of obj type containercloudsetup 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 missingHosts */ @@ -267,7 +267,7 @@ public List getMissingHosts() { /** * This is the setter method. this will set the missingHosts - * Placeholder for description of property missing_hosts of obj type containercloudsetup 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 missingHosts */ @@ -278,7 +278,7 @@ public void setMissingHosts(List missingHosts) { /** * This is the setter method this will set the missingHosts - * Placeholder for description of property missing_hosts of obj type containercloudsetup 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 missingHosts */ @@ -294,7 +294,7 @@ public ContainerCloudSetup addMissingHostsItem(String missingHostsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property new_hosts of obj type containercloudsetup 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 newHosts */ @@ -305,7 +305,7 @@ public List getNewHosts() { /** * This is the setter method. this will set the newHosts - * Placeholder for description of property new_hosts of obj type containercloudsetup 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 newHosts */ @@ -316,7 +316,7 @@ public void setNewHosts(List newHosts) { /** * This is the setter method this will set the newHosts - * Placeholder for description of property new_hosts of obj type containercloudsetup 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 newHosts */ @@ -332,7 +332,7 @@ public ContainerCloudSetup addNewHostsItem(String newHostsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason of obj type containercloudsetup field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -343,7 +343,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Placeholder for description of property reason of obj type containercloudsetup field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -354,7 +354,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_deploy_method_access of obj type containercloudsetup 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 seDeployMethodAccess */ @@ -365,7 +365,7 @@ public Boolean getSeDeployMethodAccess() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_deploy_method_access of obj type containercloudsetup 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 seDeployMethodAccess set the seDeployMethodAccess. */ @@ -376,7 +376,7 @@ public void setSeDeployMethodAccess(Boolean seDeployMethodAccess) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_name of obj type containercloudsetup field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -387,7 +387,7 @@ public String getSeName() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_name of obj type containercloudsetup field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -398,7 +398,7 @@ public void setSeName(String seName) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property version of obj type containercloudsetup field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -409,7 +409,7 @@ public String getVersion() { /** * This is the setter method to the attribute. - * Placeholder for description of property version of obj type containercloudsetup field type str type string. + * Allowed in enterprise edition with any value, 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/ContentLibConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ContentLibConfig.java index 25fcd6af..fd4d892e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ContentLibConfig.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ContentLibConfig.java @@ -38,6 +38,7 @@ public class ContentLibConfig extends AviRestResource { * This is the getter method this will return the attribute value. * Content library id. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return id */ @@ -50,6 +51,7 @@ public String getId() { * This is the setter method to the attribute. * Content library id. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param id set the id. */ @@ -62,6 +64,7 @@ public void setId(String id) { * This is the getter method this will return the attribute value. * Content library name. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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. * Content library 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 name set the name. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ContentRewriteProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ContentRewriteProfile.java index bb8be6ea..d035ba18 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ContentRewriteProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ContentRewriteProfile.java @@ -56,6 +56,7 @@ public class ContentRewriteProfile extends AviRestResource { * This should be configured when request_rewrite_enabled is set to true. * This is currently not supported. * Field deprecated in 21.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return reqMatchReplacePair */ @VsoMethod @@ -69,6 +70,7 @@ public List getReqMatchReplacePair() { * This should be configured when request_rewrite_enabled is set to true. * This is currently not supported. * Field deprecated in 21.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return reqMatchReplacePair */ @VsoMethod @@ -82,6 +84,7 @@ public void setReqMatchReplacePair(List reqMatchReplacePair) * This should be configured when request_rewrite_enabled is set to true. * This is currently not supported. * Field deprecated in 21.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return reqMatchReplacePair */ @VsoMethod @@ -99,6 +102,7 @@ public ContentRewriteProfile addReqMatchReplacePairItem(MatchReplacePair reqMatc * Enable rewrite on request body. * This is not currently supported. * Field deprecated in 21.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return requestRewriteEnabled */ @VsoMethod @@ -111,6 +115,7 @@ public Boolean getRequestRewriteEnabled() { * Enable rewrite on request body. * This is not currently supported. * Field deprecated in 21.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param requestRewriteEnabled set the requestRewriteEnabled. */ @VsoMethod @@ -122,6 +127,7 @@ public void setRequestRewriteEnabled(Boolean requestRewriteEnabled) { * This is the getter method this will return the attribute value. * Enable rewrite on response body. * Field deprecated in 21.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return responseRewriteEnabled */ @VsoMethod @@ -133,6 +139,7 @@ public Boolean getResponseRewriteEnabled() { * This is the setter method to the attribute. * Enable rewrite on response body. * Field deprecated in 21.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param responseRewriteEnabled set the responseRewriteEnabled. */ @VsoMethod @@ -145,6 +152,7 @@ public void setResponseRewriteEnabled(Boolean responseRewriteEnabled) { * Rewrite only content types listed in this string group. * Content types not present in this list are not rewritten. * It is a reference to an object of type stringgroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rewritableContentRef */ @@ -158,6 +166,7 @@ public String getRewritableContentRef() { * Rewrite only content types listed in this string group. * Content types not present in this list are not rewritten. * It is a reference to an object of type stringgroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rewritableContentRef set the rewritableContentRef. */ @@ -171,6 +180,7 @@ public void setRewritableContentRef(String rewritableContentRef) { * Strings to be matched and replaced with on the response body. * This should be configured when response_rewrite_enabled is set to true. * Field deprecated in 21.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return rspMatchReplacePair */ @VsoMethod @@ -183,6 +193,7 @@ public List getRspMatchReplacePair() { * Strings to be matched and replaced with on the response body. * This should be configured when response_rewrite_enabled is set to true. * Field deprecated in 21.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return rspMatchReplacePair */ @VsoMethod @@ -195,6 +206,7 @@ public void setRspMatchReplacePair(List rspMatchReplacePair) * Strings to be matched and replaced with on the response body. * This should be configured when response_rewrite_enabled is set to true. * Field deprecated in 21.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return rspMatchReplacePair */ @VsoMethod @@ -212,6 +224,7 @@ public ContentRewriteProfile addRspMatchReplacePairItem(MatchReplacePair rspMatc * Content rewrite rules to be enabled on theresponse body. * Field introduced in 21.1.3. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rspRewriteRules */ @@ -225,6 +238,7 @@ public List getRspRewriteRules() { * Content rewrite rules to be enabled on theresponse body. * Field introduced in 21.1.3. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rspRewriteRules */ @@ -238,6 +252,7 @@ public void setRspRewriteRules(List rspRewriteRules) { * Content rewrite rules to be enabled on theresponse body. * Field introduced in 21.1.3. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rspRewriteRules */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerAnalyticsPolicy.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerAnalyticsPolicy.java index 0a2396e7..8e9738cc 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerAnalyticsPolicy.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerAnalyticsPolicy.java @@ -34,6 +34,7 @@ public class ControllerAnalyticsPolicy extends AviRestResource { * This is the getter method this will return the attribute value. * Thresholds for various events generated by metrics system. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsEventThresholds */ @@ -46,6 +47,7 @@ public List getMetricsEventThresholds() { * This is the setter method. this will set the metricsEventThresholds * Thresholds for various events generated by metrics system. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsEventThresholds */ @@ -58,6 +60,7 @@ public void setMetricsEventThresholds(List metricsEventT * This is the setter method this will set the metricsEventThresholds * Thresholds for various events generated by metrics system. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsEventThresholds */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerCloudLimits.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerCloudLimits.java index a9612178..dc109389 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerCloudLimits.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerCloudLimits.java @@ -38,6 +38,7 @@ public class ControllerCloudLimits extends AviRestResource { * This is the getter method this will return the attribute value. * Maximum number of clouds of a given type. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numClouds */ @@ -50,6 +51,7 @@ public Integer getNumClouds() { * This is the setter method to the attribute. * Maximum number of clouds of a given type. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numClouds set the numClouds. */ @@ -64,6 +66,7 @@ public void setNumClouds(Integer numClouds) { * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -78,6 +81,7 @@ public String getType() { * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/ControllerDiscontinuousTimeChangeEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerDiscontinuousTimeChangeEventDetails.java index b746a285..76ff3ce2 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerDiscontinuousTimeChangeEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerDiscontinuousTimeChangeEventDetails.java @@ -45,6 +45,7 @@ public class ControllerDiscontinuousTimeChangeEventDetails extends AviRestResour /** * This is the getter method this will return the attribute value. * Time stamp before the discontinuous jump in time. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fromTime */ @@ -56,6 +57,7 @@ public String getFromTime() { /** * This is the setter method to the attribute. * Time stamp before the discontinuous jump in time. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fromTime set the fromTime. */ @@ -67,6 +69,7 @@ public void setFromTime(String fromTime) { /** * This is the getter method this will return the attribute value. * Name of the controller responsible for this event. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeName */ @@ -78,6 +81,7 @@ public String getNodeName() { /** * This is the setter method to the attribute. * Name of the controller responsible for this event. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeName set the nodeName. */ @@ -89,6 +93,7 @@ public void setNodeName(String nodeName) { /** * This is the getter method this will return the attribute value. * System peer and candidate ntp servers active at the point of time jump. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ntpServers */ @@ -100,6 +105,7 @@ public String getNtpServers() { /** * This is the setter method to the attribute. * System peer and candidate ntp servers active at the point of time jump. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ntpServers set the ntpServers. */ @@ -111,6 +117,7 @@ public void setNtpServers(String ntpServers) { /** * This is the getter method this will return the attribute value. * Time stamp to which the time has discontinuously jumped. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return toTime */ @@ -122,6 +129,7 @@ public String getToTime() { /** * This is the setter method to the attribute. * Time stamp to which the time has discontinuously jumped. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param toTime set the toTime. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerFaults.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerFaults.java index 424fe3cd..5367b4e0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerFaults.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerFaults.java @@ -54,6 +54,7 @@ public class ControllerFaults extends AviRestResource { * This is the getter method this will return the attribute value. * Enable backup scheduler faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return backupSchedulerFaults */ @@ -66,6 +67,7 @@ public Boolean getBackupSchedulerFaults() { * This is the setter method to the attribute. * Enable backup scheduler faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param backupSchedulerFaults set the backupSchedulerFaults. */ @@ -78,6 +80,7 @@ public void setBackupSchedulerFaults(Boolean backupSchedulerFaults) { * This is the getter method this will return the attribute value. * Enable cluster faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return clusterFaults */ @@ -90,6 +93,7 @@ public Boolean getClusterFaults() { * This is the setter method to the attribute. * Enable cluster faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param clusterFaults set the clusterFaults. */ @@ -102,6 +106,7 @@ public void setClusterFaults(Boolean clusterFaults) { * This is the getter method this will return the attribute value. * Enable deprecated api version faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return deprecatedApiVersionFaults */ @@ -114,6 +119,7 @@ public Boolean getDeprecatedApiVersionFaults() { * This is the setter method to the attribute. * Enable deprecated api version faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param deprecatedApiVersionFaults set the deprecatedApiVersionFaults. */ @@ -126,6 +132,7 @@ public void setDeprecatedApiVersionFaults(Boolean deprecatedApiVersionFaults) { * This is the getter method this will return the attribute value. * Enable license faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return licenseFaults */ @@ -138,6 +145,7 @@ public Boolean getLicenseFaults() { * This is the setter method to the attribute. * Enable license faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param licenseFaults set the licenseFaults. */ @@ -150,6 +158,7 @@ public void setLicenseFaults(Boolean licenseFaults) { * This is the getter method this will return the attribute value. * Enable db migration faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return migrationFaults */ @@ -162,6 +171,7 @@ public Boolean getMigrationFaults() { * This is the setter method to the attribute. * Enable db migration faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param migrationFaults set the migrationFaults. */ @@ -174,6 +184,7 @@ public void setMigrationFaults(Boolean migrationFaults) { * This is the getter method this will return the attribute value. * Enable ssl profile faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return sslprofileFaults */ @@ -186,6 +197,7 @@ public Boolean getSslprofileFaults() { * This is the setter method to the attribute. * Enable ssl profile faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param sslprofileFaults set the sslprofileFaults. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerInfo.java index 65012f91..429313f3 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerInfo.java @@ -34,6 +34,7 @@ public class ControllerInfo extends AviRestResource { * This is the getter method this will return the attribute value. * Total controller memory usage in gbs. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return currentControllerMemUsage */ @@ -46,6 +47,7 @@ public Float getCurrentControllerMemUsage() { * This is the setter method to the attribute. * Total controller memory usage in gbs. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param currentControllerMemUsage set the currentControllerMemUsage. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerInterface.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerInterface.java index ebd2bf4b..671990d1 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerInterface.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerInterface.java @@ -61,6 +61,7 @@ public class ControllerInterface extends AviRestResource { * This is the getter method this will return the attribute value. * Default gateway of the mgmt interface. * 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 gateway */ @@ -73,6 +74,7 @@ public IpAddr getGateway() { * This is the setter method to the attribute. * Default gateway of the mgmt interface. * 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 gateway set the gateway. */ @@ -85,6 +87,7 @@ public void setGateway(IpAddr gateway) { * This is the getter method this will return the attribute value. * Interface name. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ifName */ @@ -97,6 +100,7 @@ public String getIfName() { * This is the setter method to the attribute. * Interface name. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ifName set the ifName. */ @@ -109,6 +113,7 @@ public void setIfName(String ifName) { * This is the getter method this will return the attribute value. * Ip address of the interface. * 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 ip */ @@ -121,6 +126,7 @@ public IpAddrPrefix getIp() { * This is the setter method to the attribute. * Ip address of the interface. * 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 ip set the ip. */ @@ -134,6 +140,7 @@ public void setIp(IpAddrPrefix ip) { * Interface label like mgmt, secure channel or hsm. * Enum options - MGMT, SE_SECURE_CHANNEL, HSM. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -147,6 +154,7 @@ public List getLabels() { * Interface label like mgmt, secure channel or hsm. * Enum options - MGMT, SE_SECURE_CHANNEL, HSM. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -160,6 +168,7 @@ public void setLabels(List labels) { * Interface label like mgmt, secure channel or hsm. * Enum options - MGMT, SE_SECURE_CHANNEL, HSM. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -177,6 +186,7 @@ public ControllerInterface addLabelsItem(String labelsItem) { * This is the getter method this will return the attribute value. * Mac address of interface. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return macAddress */ @@ -189,6 +199,7 @@ public String getMacAddress() { * This is the setter method to the attribute. * Mac address of interface. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param macAddress set the macAddress. */ @@ -202,6 +213,7 @@ public void setMacAddress(String macAddress) { * Ip address mode dhcp/static. * Enum options - DHCP, STATIC, VIP, DOCKER_HOST. * 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 */ @@ -215,6 +227,7 @@ public String getMode() { * Ip address mode dhcp/static. * Enum options - DHCP, STATIC, VIP, DOCKER_HOST. * 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. */ @@ -227,6 +240,7 @@ public void setMode(String mode) { * This is the getter method this will return the attribute value. * Public ip of interface. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return publicIpOrName */ @@ -239,6 +253,7 @@ public IpAddr getPublicIpOrName() { * This is the setter method to the attribute. * Public ip of interface. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param publicIpOrName set the publicIpOrName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerInternalAuth.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerInternalAuth.java index 102af3ef..726ef4d2 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerInternalAuth.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerInternalAuth.java @@ -36,6 +36,7 @@ public class ControllerInternalAuth extends AviRestResource { * Field introduced in 20.1.6. * Minimum of 1 items required. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return symmetricJwksKeys */ @@ -50,6 +51,7 @@ public List getSymmetricJwksKeys() { * Field introduced in 20.1.6. * Minimum of 1 items required. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return symmetricJwksKeys */ @@ -64,6 +66,7 @@ public void setSymmetricJwksKeys(List symmetricJwksKeys) { * Field introduced in 20.1.6. * Minimum of 1 items required. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return symmetricJwksKeys */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerLicense.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerLicense.java index 0e524c3f..5b270ffd 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerLicense.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerLicense.java @@ -110,6 +110,7 @@ public class ControllerLicense extends AviRestResource { * This is the getter method this will return the attribute value. * List of active burst core license in use. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return activeBurstResources */ @@ -122,6 +123,7 @@ public List getActiveBurstResources() { * This is the setter method. this will set the activeBurstResources * List of active burst core license in use. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return activeBurstResources */ @@ -134,6 +136,7 @@ public void setActiveBurstResources(List activeBurstResources) { * This is the setter method this will set the activeBurstResources * List of active burst core license in use. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return activeBurstResources */ @@ -151,6 +154,7 @@ public ControllerLicense addActiveBurstResourcesItem(BurstResource activeBurstRe * This is the getter method this will return the attribute value. * Total number of service engine cores for burst core based licenses. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return burstCores */ @@ -163,6 +167,7 @@ public Integer getBurstCores() { * This is the setter method to the attribute. * Total number of service engine cores for burst core based licenses. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param burstCores set the burstCores. */ @@ -174,6 +179,7 @@ public void setBurstCores(Integer burstCores) { /** * This is the getter method this will return the attribute value. * Number of service engine cores in non-container clouds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cores */ @@ -185,6 +191,7 @@ public Integer getCores() { /** * This is the setter method to the attribute. * Number of service engine cores in non-container clouds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cores set the cores. */ @@ -195,7 +202,7 @@ public void setCores(Integer cores) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property customer_name of obj type controllerlicense field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customerName */ @@ -206,7 +213,7 @@ public String getCustomerName() { /** * This is the setter method to the attribute. - * Placeholder for description of property customer_name of obj type controllerlicense field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param customerName set the customerName. */ @@ -218,6 +225,7 @@ public void setCustomerName(String customerName) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return disableEnforcement */ @@ -229,6 +237,7 @@ public Boolean getDisableEnforcement() { /** * This is the setter method to the attribute. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param disableEnforcement set the disableEnforcement. */ @@ -241,6 +250,7 @@ public void setDisableEnforcement(Boolean disableEnforcement) { * This is the getter method this will return the attribute value. * List of used or expired burst core licenses. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return expiredBurstResources */ @@ -253,6 +263,7 @@ public List getExpiredBurstResources() { * This is the setter method. this will set the expiredBurstResources * List of used or expired burst core licenses. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return expiredBurstResources */ @@ -265,6 +276,7 @@ public void setExpiredBurstResources(List expiredBurstResources) * This is the setter method this will set the expiredBurstResources * List of used or expired burst core licenses. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return expiredBurstResources */ @@ -282,6 +294,7 @@ public ControllerLicense addExpiredBurstResourcesItem(BurstResource expiredBurst * This is the getter method this will return the attribute value. * Flag used to track initialization. * Field introduced in 20.1.2. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return initialized */ @@ -294,6 +307,7 @@ public Boolean getInitialized() { * This is the setter method to the attribute. * Flag used to track initialization. * Field introduced in 20.1.2. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param initialized set the initialized. */ @@ -305,6 +319,7 @@ public void setInitialized(Boolean initialized) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseId */ @@ -316,6 +331,7 @@ public String getLicenseId() { /** * This is the setter method to the attribute. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseId set the licenseId. */ @@ -326,7 +342,7 @@ public void setLicenseId(String licenseId) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property license_tier of obj type controllerlicense 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 licenseTier */ @@ -337,7 +353,7 @@ public List getLicenseTier() { /** * This is the setter method. this will set the licenseTier - * Placeholder for description of property license_tier of obj type controllerlicense 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 licenseTier */ @@ -348,7 +364,7 @@ public void setLicenseTier(List licenseTier) { /** * This is the setter method this will set the licenseTier - * Placeholder for description of property license_tier of obj type controllerlicense 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 licenseTier */ @@ -365,6 +381,7 @@ public ControllerLicense addLicenseTierItem(String licenseTierItem) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseTiers */ @@ -376,6 +393,7 @@ public List getLicenseTiers() { /** * This is the setter method. this will set the licenseTiers * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseTiers */ @@ -387,6 +405,7 @@ public void setLicenseTiers(List licenseTiers) { /** * This is the setter method this will set the licenseTiers * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseTiers */ @@ -402,7 +421,7 @@ public ControllerLicense addLicenseTiersItem(CumulativeLicense licenseTiersItem) /** * This is the getter method this will return the attribute value. - * Placeholder for description of property licenses of obj type controllerlicense 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 licenses */ @@ -413,7 +432,7 @@ public List getLicenses() { /** * This is the setter method. this will set the licenses - * Placeholder for description of property licenses of obj type controllerlicense 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 licenses */ @@ -424,7 +443,7 @@ public void setLicenses(List licenses) { /** * This is the setter method this will set the licenses - * Placeholder for description of property licenses of obj type controllerlicense 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 licenses */ @@ -441,6 +460,7 @@ public ControllerLicense addLicensesItem(SingleLicense licensesItem) { /** * This is the getter method this will return the attribute value. * Number of service engines hosts in container clouds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxSes */ @@ -452,6 +472,7 @@ public Integer getMaxSes() { /** * This is the setter method to the attribute. * Number of service engines hosts in container clouds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxSes set the maxSes. */ @@ -462,7 +483,7 @@ public void setMaxSes(Integer maxSes) { /** * 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 */ @@ -473,7 +494,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. */ @@ -486,6 +507,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Service engine bandwidth limits for bandwidth based licenses. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seBandwidthLimits */ @@ -498,6 +520,7 @@ public List getSeBandwidthLimits() { * This is the setter method. this will set the seBandwidthLimits * Service engine bandwidth limits for bandwidth based licenses. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seBandwidthLimits */ @@ -510,6 +533,7 @@ public void setSeBandwidthLimits(List seBandwidthLimits) { * This is the setter method this will set the seBandwidthLimits * Service engine bandwidth limits for bandwidth based licenses. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seBandwidthLimits */ @@ -527,6 +551,7 @@ public ControllerLicense addSeBandwidthLimitsItem(SEBandwidthLimit seBandwidthLi * This is the getter method this will return the attribute value. * Number of vmware service cores after aggregating all other license types. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceCores */ @@ -539,6 +564,7 @@ public Float getServiceCores() { * This is the setter method to the attribute. * Number of vmware service cores after aggregating all other license types. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceCores set the serviceCores. */ @@ -550,6 +576,7 @@ public void setServiceCores(Float serviceCores) { /** * This is the getter method this will return the attribute value. * Number of physical cpu sockets across service engines in no access and linux server clouds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sockets */ @@ -561,6 +588,7 @@ public Integer getSockets() { /** * This is the setter method to the attribute. * Number of physical cpu sockets across service engines in no access and linux server clouds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sockets set the sockets. */ @@ -571,7 +599,7 @@ public void setSockets(Integer sockets) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property start_on of obj type controllerlicense field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startOn */ @@ -582,7 +610,7 @@ public String getStartOn() { /** * This is the setter method to the attribute. - * Placeholder for description of property start_on of obj type controllerlicense field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startOn set the startOn. */ @@ -612,7 +640,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 */ @@ -623,7 +651,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. */ @@ -634,7 +662,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property valid_until of obj type controllerlicense field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return validUntil */ @@ -645,7 +673,7 @@ public String getValidUntil() { /** * This is the setter method to the attribute. - * Placeholder for description of property valid_until of obj type controllerlicense field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param validUntil set the validUntil. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerLicenseReconcileDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerLicenseReconcileDetails.java index adde49b4..68409a9b 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerLicenseReconcileDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerLicenseReconcileDetails.java @@ -68,7 +68,7 @@ public class ControllerLicenseReconcileDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property new_available_service_cores of obj type controllerlicensereconciledetails 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 newAvailableServiceCores */ @@ -79,7 +79,7 @@ public Float getNewAvailableServiceCores() { /** * This is the setter method to the attribute. - * Placeholder for description of property new_available_service_cores of obj type controllerlicensereconciledetails 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 newAvailableServiceCores set the newAvailableServiceCores. */ @@ -90,7 +90,7 @@ public void setNewAvailableServiceCores(Float newAvailableServiceCores) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property new_consumed_service_cores of obj type controllerlicensereconciledetails 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 newConsumedServiceCores */ @@ -101,7 +101,7 @@ public Float getNewConsumedServiceCores() { /** * This is the setter method to the attribute. - * Placeholder for description of property new_consumed_service_cores of obj type controllerlicensereconciledetails 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 newConsumedServiceCores set the newConsumedServiceCores. */ @@ -112,7 +112,7 @@ public void setNewConsumedServiceCores(Float newConsumedServiceCores) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property new_escrow_service_cores of obj type controllerlicensereconciledetails 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 newEscrowServiceCores */ @@ -123,7 +123,7 @@ public Float getNewEscrowServiceCores() { /** * This is the setter method to the attribute. - * Placeholder for description of property new_escrow_service_cores of obj type controllerlicensereconciledetails 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 newEscrowServiceCores set the newEscrowServiceCores. */ @@ -134,7 +134,7 @@ public void setNewEscrowServiceCores(Float newEscrowServiceCores) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property new_remaining_service_cores of obj type controllerlicensereconciledetails 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 newRemainingServiceCores */ @@ -145,7 +145,7 @@ public Float getNewRemainingServiceCores() { /** * This is the setter method to the attribute. - * Placeholder for description of property new_remaining_service_cores of obj type controllerlicensereconciledetails 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 newRemainingServiceCores set the newRemainingServiceCores. */ @@ -156,7 +156,7 @@ public void setNewRemainingServiceCores(Float newRemainingServiceCores) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property old_available_service_cores of obj type controllerlicensereconciledetails 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 oldAvailableServiceCores */ @@ -167,7 +167,7 @@ public Float getOldAvailableServiceCores() { /** * This is the setter method to the attribute. - * Placeholder for description of property old_available_service_cores of obj type controllerlicensereconciledetails 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 oldAvailableServiceCores set the oldAvailableServiceCores. */ @@ -178,7 +178,7 @@ public void setOldAvailableServiceCores(Float oldAvailableServiceCores) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property old_consumed_service_cores of obj type controllerlicensereconciledetails 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 oldConsumedServiceCores */ @@ -189,7 +189,7 @@ public Float getOldConsumedServiceCores() { /** * This is the setter method to the attribute. - * Placeholder for description of property old_consumed_service_cores of obj type controllerlicensereconciledetails 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 oldConsumedServiceCores set the oldConsumedServiceCores. */ @@ -200,7 +200,7 @@ public void setOldConsumedServiceCores(Float oldConsumedServiceCores) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property old_escrow_service_cores of obj type controllerlicensereconciledetails 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 oldEscrowServiceCores */ @@ -211,7 +211,7 @@ public Float getOldEscrowServiceCores() { /** * This is the setter method to the attribute. - * Placeholder for description of property old_escrow_service_cores of obj type controllerlicensereconciledetails 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 oldEscrowServiceCores set the oldEscrowServiceCores. */ @@ -222,7 +222,7 @@ public void setOldEscrowServiceCores(Float oldEscrowServiceCores) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property old_remaining_service_cores of obj type controllerlicensereconciledetails 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 oldRemainingServiceCores */ @@ -233,7 +233,7 @@ public Float getOldRemainingServiceCores() { /** * This is the setter method to the attribute. - * Placeholder for description of property old_remaining_service_cores of obj type controllerlicensereconciledetails 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 oldRemainingServiceCores set the oldRemainingServiceCores. */ @@ -244,7 +244,7 @@ public void setOldRemainingServiceCores(Float oldRemainingServiceCores) { /** * This is the getter method this will return the attribute value. - * Unique object identifier of 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 tenantUuid */ @@ -255,7 +255,7 @@ public String getTenantUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of 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 tenantUuid set the tenantUuid. */ @@ -266,7 +266,7 @@ public void setTenantUuid(String tenantUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property tier of obj type controllerlicensereconciledetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier */ @@ -277,7 +277,7 @@ public String getTier() { /** * This is the setter method to the attribute. - * Placeholder for description of property tier of obj type controllerlicensereconciledetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tier set the tier. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerLimits.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerLimits.java index 9171e878..d31a2835 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerLimits.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerLimits.java @@ -117,6 +117,7 @@ public class ControllerLimits extends AviRestResource { * This is the getter method this will return the attribute value. * Maximum number of certificates per virtualservice. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return certificatesPerVirtualservice */ @@ -129,6 +130,7 @@ public Integer getCertificatesPerVirtualservice() { * This is the setter method to the attribute. * Maximum number of certificates per virtualservice. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param certificatesPerVirtualservice set the certificatesPerVirtualservice. */ @@ -141,6 +143,7 @@ public void setCertificatesPerVirtualservice(Integer certificatesPerVirtualserv * This is the getter method this will return the attribute value. * Controller system limits specific to cloud type for all controller sizes. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerCloudLimits */ @@ -153,6 +156,7 @@ public List getControllerCloudLimits() { * This is the setter method. this will set the controllerCloudLimits * Controller system limits specific to cloud type for all controller sizes. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerCloudLimits */ @@ -165,6 +169,7 @@ public void setControllerCloudLimits(List controllerClou * This is the setter method this will set the controllerCloudLimits * Controller system limits specific to cloud type for all controller sizes. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerCloudLimits */ @@ -183,6 +188,7 @@ public ControllerLimits addControllerCloudLimitsItem(ControllerCloudLimits contr * Controller system limits specific to controller sizing. * Field introduced in 20.1.1. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerSizingLimits */ @@ -196,6 +202,7 @@ public List getControllerSizingLimits() { * Controller system limits specific to controller sizing. * Field introduced in 20.1.1. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerSizingLimits */ @@ -209,6 +216,7 @@ public void setControllerSizingLimits(List controllerSi * Controller system limits specific to controller sizing. * Field introduced in 20.1.1. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerSizingLimits */ @@ -226,6 +234,7 @@ public ControllerLimits addControllerSizingLimitsItem(ControllerSizingLimits con * This is the getter method this will return the attribute value. * Maximum number of default routes per vrfcontext. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return defaultRoutesPerVrfcontext */ @@ -238,6 +247,7 @@ public Integer getDefaultRoutesPerVrfcontext() { * This is the setter method to the attribute. * Maximum number of default routes per vrfcontext. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param defaultRoutesPerVrfcontext set the defaultRoutesPerVrfcontext. */ @@ -250,6 +260,7 @@ public void setDefaultRoutesPerVrfcontext(Integer defaultRoutesPerVrfcontext) { * This is the getter method this will return the attribute value. * Maximum number of gateway monitors per vrfcontext. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gatewayMonPerVrf */ @@ -262,6 +273,7 @@ public Integer getGatewayMonPerVrf() { * This is the setter method to the attribute. * Maximum number of gateway monitors per vrfcontext. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gatewayMonPerVrf set the gatewayMonPerVrf. */ @@ -274,6 +286,7 @@ public void setGatewayMonPerVrf(Integer gatewayMonPerVrf) { * This is the getter method this will return the attribute value. * Ip address limits. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipaddressLimits */ @@ -286,6 +299,7 @@ public IPAddrLimits getIpaddressLimits() { * This is the setter method to the attribute. * Ip address limits. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipaddressLimits set the ipaddressLimits. */ @@ -298,6 +312,7 @@ public void setIpaddressLimits(IPAddrLimits ipaddressLimits) { * This is the getter method this will return the attribute value. * Maximum number of ip's per ipaddrgroup. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipsPerIpgroup */ @@ -310,6 +325,7 @@ public Integer getIpsPerIpgroup() { * This is the setter method to the attribute. * Maximum number of ip's per ipaddrgroup. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipsPerIpgroup set the ipsPerIpgroup. */ @@ -322,6 +338,7 @@ public void setIpsPerIpgroup(Integer ipsPerIpgroup) { * This is the getter method this will return the attribute value. * System limits that apply to layer 7 configuration objects. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return l7Limits */ @@ -334,6 +351,7 @@ public L7limits getL7Limits() { * This is the setter method to the attribute. * System limits that apply to layer 7 configuration objects. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param l7Limits set the l7Limits. */ @@ -346,6 +364,7 @@ public void setL7Limits(L7limits l7Limits) { * This is the getter method this will return the attribute value. * Maximum number of poolgroups per virtualservice. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolgroupsPerVirtualservice */ @@ -358,6 +377,7 @@ public Integer getPoolgroupsPerVirtualservice() { * This is the setter method to the attribute. * Maximum number of poolgroups per virtualservice. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolgroupsPerVirtualservice set the poolgroupsPerVirtualservice. */ @@ -370,6 +390,7 @@ public void setPoolgroupsPerVirtualservice(Integer poolgroupsPerVirtualservice) * This is the getter method this will return the attribute value. * Maximum number of pools per poolgroup. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolsPerPoolgroup */ @@ -382,6 +403,7 @@ public Integer getPoolsPerPoolgroup() { * This is the setter method to the attribute. * Maximum number of pools per poolgroup. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolsPerPoolgroup set the poolsPerPoolgroup. */ @@ -394,6 +416,7 @@ public void setPoolsPerPoolgroup(Integer poolsPerPoolgroup) { * This is the getter method this will return the attribute value. * Maximum number of pools per virtualservice. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolsPerVirtualservice */ @@ -406,6 +429,7 @@ public Integer getPoolsPerVirtualservice() { * This is the setter method to the attribute. * Maximum number of pools per virtualservice. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolsPerVirtualservice set the poolsPerVirtualservice. */ @@ -418,6 +442,7 @@ public void setPoolsPerVirtualservice(Integer poolsPerVirtualservice) { * This is the getter method this will return the attribute value. * Maximum number of routes per vrfcontext. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return routesPerVrfcontext */ @@ -430,6 +455,7 @@ public Integer getRoutesPerVrfcontext() { * This is the setter method to the attribute. * Maximum number of routes per vrfcontext. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param routesPerVrfcontext set the routesPerVrfcontext. */ @@ -443,6 +469,7 @@ public void setRoutesPerVrfcontext(Integer routesPerVrfcontext) { * Maximum number of rules per httppolicy. * 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 rulesPerHttppolicy */ @VsoMethod @@ -455,6 +482,7 @@ public Integer getRulesPerHttppolicy() { * Maximum number of rules per httppolicy. * 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 rulesPerHttppolicy set the rulesPerHttppolicy. */ @VsoMethod @@ -466,6 +494,7 @@ public void setRulesPerHttppolicy(Integer rulesPerHttppolicy) { * This is the getter method this will return the attribute value. * Maximum number of nat rules in nat policy. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rulesPerNatPolicy */ @@ -478,6 +507,7 @@ public Integer getRulesPerNatPolicy() { * This is the setter method to the attribute. * Maximum number of nat rules in nat policy. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rulesPerNatPolicy set the rulesPerNatPolicy. */ @@ -490,6 +520,7 @@ public void setRulesPerNatPolicy(Integer rulesPerNatPolicy) { * This is the getter method this will return the attribute value. * Maximum number of rules per networksecuritypolicy. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rulesPerNetworksecuritypolicy */ @@ -502,6 +533,7 @@ public Integer getRulesPerNetworksecuritypolicy() { * This is the setter method to the attribute. * Maximum number of rules per networksecuritypolicy. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rulesPerNetworksecuritypolicy set the rulesPerNetworksecuritypolicy. */ @@ -514,6 +546,7 @@ public void setRulesPerNetworksecuritypolicy(Integer rulesPerNetworksecuritypol * This is the getter method this will return the attribute value. * Maximum number of servers per pool. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serversPerPool */ @@ -526,6 +559,7 @@ public Integer getServersPerPool() { * This is the setter method to the attribute. * Maximum number of servers per pool. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serversPerPool set the serversPerPool. */ @@ -538,6 +572,7 @@ public void setServersPerPool(Integer serversPerPool) { * This is the getter method this will return the attribute value. * Maximum number of sni children virtualservices per sni parent virtualservice. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sniChildrenPerParent */ @@ -550,6 +585,7 @@ public Integer getSniChildrenPerParent() { * This is the setter method to the attribute. * Maximum number of sni children virtualservices per sni parent virtualservice. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sniChildrenPerParent set the sniChildrenPerParent. */ @@ -562,6 +598,7 @@ public void setSniChildrenPerParent(Integer sniChildrenPerParent) { * This is the getter method this will return the attribute value. * Maximum number of strings per stringgroup. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringsPerStringgroup */ @@ -574,6 +611,7 @@ public Integer getStringsPerStringgroup() { * This is the setter method to the attribute. * Maximum number of strings per stringgroup. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param stringsPerStringgroup set the stringsPerStringgroup. */ @@ -586,6 +624,7 @@ public void setStringsPerStringgroup(Integer stringsPerStringgroup) { * This is the getter method this will return the attribute value. * Maximum number of serviceengine per virtualservice in bgp scaleout mode. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsBgpScaleout */ @@ -598,6 +637,7 @@ public Integer getVsBgpScaleout() { * This is the setter method to the attribute. * Maximum number of serviceengine per virtualservice in bgp scaleout mode. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsBgpScaleout set the vsBgpScaleout. */ @@ -610,6 +650,7 @@ public void setVsBgpScaleout(Integer vsBgpScaleout) { * This is the getter method this will return the attribute value. * Maximum number of serviceengine per virtualservice in layer 2 scaleout mode. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsL2Scaleout */ @@ -622,6 +663,7 @@ public Integer getVsL2Scaleout() { * This is the setter method to the attribute. * Maximum number of serviceengine per virtualservice in layer 2 scaleout mode. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsL2Scaleout set the vsL2Scaleout. */ @@ -634,6 +676,7 @@ public void setVsL2Scaleout(Integer vsL2Scaleout) { * This is the getter method this will return the attribute value. * Waf system limits. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return wafLimits */ @@ -646,6 +689,7 @@ public WAFLimits getWafLimits() { * This is the setter method to the attribute. * Waf system limits. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param wafLimits set the wafLimits. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerPortalAsset.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerPortalAsset.java index 7b445991..b5477990 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerPortalAsset.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerPortalAsset.java @@ -34,6 +34,7 @@ public class ControllerPortalAsset extends AviRestResource { * This is the getter method this will return the attribute value. * Asset id corresponding to this controller cluster, returned on a successful registration. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return assetId */ @@ -46,6 +47,7 @@ public String getAssetId() { * This is the setter method to the attribute. * Asset id corresponding to this controller cluster, returned on a successful registration. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param assetId set the assetId. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerPortalAuth.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerPortalAuth.java index 784866d6..ed5ab2a9 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerPortalAuth.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerPortalAuth.java @@ -42,6 +42,7 @@ public class ControllerPortalAuth extends AviRestResource { * This is the getter method this will return the attribute value. * Access token to authenticate customer portal rest calls. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return accessToken */ @@ -54,6 +55,7 @@ public String getAccessToken() { * This is the setter method to the attribute. * Access token to authenticate customer portal rest calls. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param accessToken set the accessToken. */ @@ -66,6 +68,7 @@ public void setAccessToken(String accessToken) { * This is the getter method this will return the attribute value. * Salesforce instance url. * 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 instanceUrl */ @@ -78,6 +81,7 @@ public String getInstanceUrl() { * This is the setter method to the attribute. * Salesforce instance url. * 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 instanceUrl set the instanceUrl. */ @@ -90,6 +94,7 @@ public void setInstanceUrl(String instanceUrl) { * This is the getter method this will return the attribute value. * Signed jwt to refresh the access token. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return jwtToken */ @@ -102,6 +107,7 @@ public String getJwtToken() { * This is the setter method to the attribute. * Signed jwt to refresh the access token. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param jwtToken set the jwtToken. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerPortalRegistration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerPortalRegistration.java index 5bfb8f9a..884ffe28 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerPortalRegistration.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerPortalRegistration.java @@ -55,6 +55,7 @@ public class ControllerPortalRegistration extends AviRestResource { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return asset */ @@ -66,6 +67,7 @@ public ControllerPortalAsset getAsset() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param asset set the asset. */ @@ -77,6 +79,7 @@ public void setAsset(ControllerPortalAsset asset) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -88,6 +91,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. */ @@ -99,6 +103,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return portalAuth */ @@ -110,6 +115,7 @@ public ControllerPortalAuth getPortalAuth() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param portalAuth set the portalAuth. */ @@ -122,6 +128,7 @@ public void setPortalAuth(ControllerPortalAuth portalAuth) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -134,6 +141,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. */ @@ -164,6 +172,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -175,6 +184,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerProperties.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerProperties.java index 29f7999e..ff9b0bc3 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerProperties.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerProperties.java @@ -249,6 +249,10 @@ public class ControllerProperties extends AviRestResource { @JsonInclude(Include.NON_NULL) private Integer seSpawnRetryInterval = 300; + @JsonProperty("se_upgrade_flow_cleanup_timeout") + @JsonInclude(Include.NON_NULL) + private Integer seUpgradeFlowCleanupTimeout = 90; + @JsonProperty("se_vnic_cooldown") @JsonInclude(Include.NON_NULL) private Integer seVnicCooldown = 120; @@ -293,6 +297,14 @@ public class ControllerProperties extends AviRestResource { @JsonInclude(Include.NON_NULL) private Integer unresponsiveSeReboot = 300; + @JsonProperty("update_dns_entry_retry_limit") + @JsonInclude(Include.NON_NULL) + private Integer updateDnsEntryRetryLimit = 3; + + @JsonProperty("update_dns_entry_timeout") + @JsonInclude(Include.NON_NULL) + private Integer updateDnsEntryTimeout = 120; + @JsonProperty("upgrade_dns_ttl") @JsonInclude(Include.NON_NULL) private Integer upgradeDnsTtl = 5; @@ -391,6 +403,7 @@ public class ControllerProperties extends AviRestResource { * This is the getter method this will return the attribute value. * Allow non-admin tenants to update admin vrfcontext and network objects. * Field introduced in 18.2.7, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return allowAdminNetworkUpdates */ @@ -403,6 +416,7 @@ public Boolean getAllowAdminNetworkUpdates() { * This is the setter method to the attribute. * Allow non-admin tenants to update admin vrfcontext and network objects. * Field introduced in 18.2.7, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param allowAdminNetworkUpdates set the allowAdminNetworkUpdates. */ @@ -414,6 +428,7 @@ public void setAllowAdminNetworkUpdates(Boolean allowAdminNetworkUpdates) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return allowIpForwarding */ @@ -425,6 +440,7 @@ public Boolean getAllowIpForwarding() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param allowIpForwarding set the allowIpForwarding. */ @@ -436,6 +452,7 @@ public void setAllowIpForwarding(Boolean allowIpForwarding) { /** * This is the getter method this will return the attribute value. * Allow unauthenticated access for special apis. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return allowUnauthenticatedApis */ @@ -447,6 +464,7 @@ public Boolean getAllowUnauthenticatedApis() { /** * This is the setter method to the attribute. * Allow unauthenticated access for special apis. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param allowUnauthenticatedApis set the allowUnauthenticatedApis. */ @@ -457,7 +475,7 @@ public void setAllowUnauthenticatedApis(Boolean allowUnauthenticatedApis) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property allow_unauthenticated_nodes of obj type controllerproperties 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 allowUnauthenticatedNodes */ @@ -468,7 +486,7 @@ public Boolean getAllowUnauthenticatedNodes() { /** * This is the setter method to the attribute. - * Placeholder for description of property allow_unauthenticated_nodes of obj type controllerproperties 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 allowUnauthenticatedNodes set the allowUnauthenticatedNodes. */ @@ -481,6 +499,7 @@ public void setAllowUnauthenticatedNodes(Boolean allowUnauthenticatedNodes) { * This is the getter method this will return the attribute value. * Allowed values are 0-1440. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 15. * @return apiIdleTimeout */ @@ -493,6 +512,7 @@ public Integer getApiIdleTimeout() { * This is the setter method to the attribute. * Allowed values are 0-1440. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 15. * @param apiIdleTimeout set the apiIdleTimeout. */ @@ -507,6 +527,7 @@ public void setApiIdleTimeout(Integer apiIdleTimeout) { * Any stage taking longer than 1% of the threshold will be included in the server-timing header. * Field introduced in 18.1.4, 18.2.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @return apiPerfLoggingThreshold */ @@ -521,6 +542,7 @@ public Integer getApiPerfLoggingThreshold() { * Any stage taking longer than 1% of the threshold will be included in the server-timing header. * Field introduced in 18.1.4, 18.2.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @param apiPerfLoggingThreshold set the apiPerfLoggingThreshold. */ @@ -533,7 +555,8 @@ public void setApiPerfLoggingThreshold(Integer apiPerfLoggingThreshold) { * This is the getter method this will return the attribute value. * Export configuration in appviewx compatibility mode. * Field introduced in 17.1.1. - * Allowed in 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 appviewxCompatMode */ @@ -546,7 +569,8 @@ public Boolean getAppviewxCompatMode() { * This is the setter method to the attribute. * Export configuration in appviewx compatibility mode. * Field introduced in 17.1.1. - * Allowed in 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 appviewxCompatMode set the appviewxCompatMode. */ @@ -559,9 +583,10 @@ public void setAppviewxCompatMode(Boolean appviewxCompatMode) { * This is the getter method this will return the attribute value. * Period for which asynchronous patch requests are queued. * Allowed values are 30-120. - * Special values are 0 - 'deactivated'. + * Special values are 0 - deactivated. * Field introduced in 18.2.11, 20.1.3. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return asyncPatchMergePeriod */ @@ -574,9 +599,10 @@ public Integer getAsyncPatchMergePeriod() { * This is the setter method to the attribute. * Period for which asynchronous patch requests are queued. * Allowed values are 30-120. - * Special values are 0 - 'deactivated'. + * Special values are 0 - deactivated. * Field introduced in 18.2.11, 20.1.3. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param asyncPatchMergePeriod set the asyncPatchMergePeriod. */ @@ -591,6 +617,7 @@ public void setAsyncPatchMergePeriod(Integer asyncPatchMergePeriod) { * Allowed values are 5-120. * Field introduced in 18.2.11, 20.1.3. * Unit is min. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return asyncPatchRequestCleanupDuration */ @@ -605,6 +632,7 @@ public Integer getAsyncPatchRequestCleanupDuration() { * Allowed values are 5-120. * Field introduced in 18.2.11, 20.1.3. * Unit is min. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param asyncPatchRequestCleanupDuration set the asyncPatchRequestCleanupDuration. */ @@ -616,6 +644,7 @@ public void setAsyncPatchRequestCleanupDuration(Integer asyncPatchRequestCleanu /** * This is the getter method this will return the attribute value. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 360. * @return attachIpRetryInterval */ @@ -627,6 +656,7 @@ public Integer getAttachIpRetryInterval() { /** * This is the setter method to the attribute. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 360. * @param attachIpRetryInterval set the attachIpRetryInterval. */ @@ -637,7 +667,7 @@ public void setAttachIpRetryInterval(Integer attachIpRetryInterval) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property attach_ip_retry_limit of obj type controllerproperties 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 4. * @return attachIpRetryLimit */ @@ -648,7 +678,7 @@ public Integer getAttachIpRetryLimit() { /** * This is the setter method to the attribute. - * Placeholder for description of property attach_ip_retry_limit of obj type controllerproperties 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 4. * @param attachIpRetryLimit set the attachIpRetryLimit. */ @@ -661,6 +691,7 @@ public void setAttachIpRetryLimit(Integer attachIpRetryLimit) { * This is the getter method this will return the attribute value. * Use ansible for se creation in baremetal. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return bmUseAnsible */ @@ -673,6 +704,7 @@ public Boolean getBmUseAnsible() { * This is the setter method to the attribute. * Use ansible for se creation in baremetal. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param bmUseAnsible set the bmUseAnsible. */ @@ -685,7 +717,8 @@ public void setBmUseAnsible(Boolean bmUseAnsible) { * This is the getter method this will return the attribute value. * Enforce vsvip fqdn syntax checks. * Field introduced in 20.1.6. - * Allowed in 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 true. * @return checkVsvipFqdnSyntax */ @@ -698,7 +731,8 @@ public Boolean getCheckVsvipFqdnSyntax() { * This is the setter method to the attribute. * Enforce vsvip fqdn syntax checks. * 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 true. * @param checkVsvipFqdnSyntax set the checkVsvipFqdnSyntax. */ @@ -712,6 +746,7 @@ public void setCheckVsvipFqdnSyntax(Boolean checkVsvipFqdnSyntax) { * Period for auth token cleanup job. * Field introduced in 18.1.1. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return cleanupExpiredAuthtokenTimeoutPeriod */ @@ -725,6 +760,7 @@ public Integer getCleanupExpiredAuthtokenTimeoutPeriod() { * Period for auth token cleanup job. * Field introduced in 18.1.1. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param cleanupExpiredAuthtokenTimeoutPeriod set the cleanupExpiredAuthtokenTimeoutPeriod. */ @@ -738,6 +774,7 @@ public void setCleanupExpiredAuthtokenTimeoutPeriod(Integer cleanupExpiredAutht * Period for sessions cleanup job. * Field introduced in 18.1.1. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return cleanupSessionsTimeoutPeriod */ @@ -751,6 +788,7 @@ public Integer getCleanupSessionsTimeoutPeriod() { * Period for sessions cleanup job. * Field introduced in 18.1.1. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param cleanupSessionsTimeoutPeriod set the cleanupSessionsTimeoutPeriod. */ @@ -763,6 +801,7 @@ public void setCleanupSessionsTimeoutPeriod(Integer cleanupSessionsTimeoutPerio * This is the getter method this will return the attribute value. * Enable/disable periodic reconcile for all the clouds. * Field introduced in 17.2.14,18.1.5,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return cloudReconcile */ @@ -775,6 +814,7 @@ public Boolean getCloudReconcile() { * This is the setter method to the attribute. * Enable/disable periodic reconcile for all the clouds. * Field introduced in 17.2.14,18.1.5,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param cloudReconcile set the cloudReconcile. */ @@ -787,6 +827,7 @@ public void setCloudReconcile(Boolean cloudReconcile) { * This is the getter method this will return the attribute value. * Period for cluster ip gratuitous arp job. * 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 60. * @return clusterIpGratuitousArpPeriod */ @@ -799,6 +840,7 @@ public Integer getClusterIpGratuitousArpPeriod() { * This is the setter method to the attribute. * Period for cluster ip gratuitous arp job. * 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 60. * @param clusterIpGratuitousArpPeriod set the clusterIpGratuitousArpPeriod. */ @@ -812,6 +854,7 @@ public void setClusterIpGratuitousArpPeriod(Integer clusterIpGratuitousArpPerio * Period for consistency check job. * Field introduced in 18.1.1. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return consistencyCheckTimeoutPeriod */ @@ -825,6 +868,7 @@ public Integer getConsistencyCheckTimeoutPeriod() { * Period for consistency check job. * Field introduced in 18.1.1. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param consistencyCheckTimeoutPeriod set the consistencyCheckTimeoutPeriod. */ @@ -838,6 +882,7 @@ public void setConsistencyCheckTimeoutPeriod(Integer consistencyCheckTimeoutPer * Periodically collect stats. * Field introduced in 20.1.3. * Unit is min. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @return controllerResourceInfoCollectionPeriod */ @@ -851,6 +896,7 @@ public Integer getControllerResourceInfoCollectionPeriod() { * Periodically collect stats. * Field introduced in 20.1.3. * Unit is min. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @param controllerResourceInfoCollectionPeriod set the controllerResourceInfoCollectionPeriod. */ @@ -862,6 +908,7 @@ public void setControllerResourceInfoCollectionPeriod(Integer controllerResourc /** * This is the getter method this will return the attribute value. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 900. * @return crashedSeReboot */ @@ -873,6 +920,7 @@ public Integer getCrashedSeReboot() { /** * This is the setter method to the attribute. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 900. * @param crashedSeReboot set the crashedSeReboot. */ @@ -884,6 +932,7 @@ public void setCrashedSeReboot(Integer crashedSeReboot) { /** * This is the getter method this will return the attribute value. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 360. * @return deadSeDetectionTimer */ @@ -895,6 +944,7 @@ public Integer getDeadSeDetectionTimer() { /** * This is the setter method to the attribute. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 360. * @param deadSeDetectionTimer set the deadSeDetectionTimer. */ @@ -910,6 +960,7 @@ public void setDeadSeDetectionTimer(Integer deadSeDetectionTimer) { * Allowed values are 60-3600. * Field introduced in 18.2.6. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return defaultMinimumApiTimeout */ @@ -925,6 +976,7 @@ public Integer getDefaultMinimumApiTimeout() { * Allowed values are 60-3600. * Field introduced in 18.2.6. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param defaultMinimumApiTimeout set the defaultMinimumApiTimeout. */ @@ -940,6 +992,7 @@ public void setDefaultMinimumApiTimeout(Integer defaultMinimumApiTimeout) { * For crashed ses, the total time will be crashed_se_reboot + del_offline_se_after_reboot_delay. * Field introduced in 20.1.5. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return delOfflineSeAfterRebootDelay */ @@ -955,6 +1008,7 @@ public Integer getDelOfflineSeAfterRebootDelay() { * For crashed ses, the total time will be crashed_se_reboot + del_offline_se_after_reboot_delay. * Field introduced in 20.1.5. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param delOfflineSeAfterRebootDelay set the delOfflineSeAfterRebootDelay. */ @@ -968,6 +1022,7 @@ public void setDelOfflineSeAfterRebootDelay(Integer delOfflineSeAfterRebootDela * Amount of time to wait after last detach ip failure before attempting next detach ip retry. * Field introduced in 21.1.3. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return detachIpRetryInterval */ @@ -981,6 +1036,7 @@ public Integer getDetachIpRetryInterval() { * Amount of time to wait after last detach ip failure before attempting next detach ip retry. * Field introduced in 21.1.3. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param detachIpRetryInterval set the detachIpRetryInterval. */ @@ -993,6 +1049,7 @@ public void setDetachIpRetryInterval(Integer detachIpRetryInterval) { * This is the getter method this will return the attribute value. * Maximum number of detach ip retries. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return detachIpRetryLimit */ @@ -1005,6 +1062,7 @@ public Integer getDetachIpRetryLimit() { * This is the setter method to the attribute. * Maximum number of detach ip retries. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param detachIpRetryLimit set the detachIpRetryLimit. */ @@ -1018,6 +1076,7 @@ public void setDetachIpRetryLimit(Integer detachIpRetryLimit) { * Time to wait before marking detach ip as failed. * Field introduced in 21.1.3. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return detachIpTimeout */ @@ -1031,6 +1090,7 @@ public Integer getDetachIpTimeout() { * Time to wait before marking detach ip as failed. * Field introduced in 21.1.3. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param detachIpTimeout set the detachIpTimeout. */ @@ -1043,7 +1103,8 @@ public void setDetachIpTimeout(Integer detachIpTimeout) { * This is the getter method this will return the attribute value. * Period for refresh pool and gslb dns job. * Unit is min. - * Allowed in 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 dnsRefreshPeriod */ @@ -1056,7 +1117,8 @@ public Integer getDnsRefreshPeriod() { * This is the setter method to the attribute. * Period for refresh pool and gslb dns job. * Unit is min. - * Allowed in 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 dnsRefreshPeriod set the dnsRefreshPeriod. */ @@ -1067,7 +1129,7 @@ public void setDnsRefreshPeriod(Integer dnsRefreshPeriod) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property dummy of obj type controllerproperties 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 dummy */ @@ -1078,7 +1140,7 @@ public Integer getDummy() { /** * This is the setter method to the attribute. - * Placeholder for description of property dummy of obj type controllerproperties 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 dummy set the dummy. */ @@ -1094,6 +1156,7 @@ public void setDummy(Integer dummy) { * Modifying these limits could destabilize your cluster. * Do this at your own risk!. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return editSystemLimits */ @@ -1109,6 +1172,7 @@ public Boolean getEditSystemLimits() { * Modifying these limits could destabilize your cluster. * Do this at your own risk!. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param editSystemLimits set the editSystemLimits. */ @@ -1121,6 +1185,7 @@ public void setEditSystemLimits(Boolean editSystemLimits) { * This is the getter method this will return the attribute value. * This setting enables the controller leader to shard api requests to the followers (if any). * Field introduced in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableApiSharding */ @@ -1133,6 +1198,7 @@ public Boolean getEnableApiSharding() { * This is the setter method to the attribute. * This setting enables the controller leader to shard api requests to the followers (if any). * Field introduced in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableApiSharding set the enableApiSharding. */ @@ -1145,6 +1211,7 @@ public void setEnableApiSharding(Boolean enableApiSharding) { * This is the getter method this will return the attribute value. * Enable/disable memory balancer. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableMemoryBalancer */ @@ -1157,6 +1224,7 @@ public Boolean getEnableMemoryBalancer() { * This is the setter method to the attribute. * Enable/disable memory balancer. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableMemoryBalancer set the enableMemoryBalancer. */ @@ -1170,6 +1238,7 @@ public void setEnableMemoryBalancer(Boolean enableMemoryBalancer) { * Enable stopping of individual processes if process cross the given threshold limit, even when the total controller memory usage is belowits * threshold limit. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enablePerProcessStop */ @@ -1183,6 +1252,7 @@ public Boolean getEnablePerProcessStop() { * Enable stopping of individual processes if process cross the given threshold limit, even when the total controller memory usage is belowits * threshold limit. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enablePerProcessStop set the enablePerProcessStop. */ @@ -1194,6 +1264,7 @@ public void setEnablePerProcessStop(Boolean enablePerProcessStop) { /** * 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 120. * @return fatalErrorLeaseTime */ @@ -1205,6 +1276,7 @@ public Integer getFatalErrorLeaseTime() { /** * This is the setter method to the attribute. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 120. * @param fatalErrorLeaseTime set the fatalErrorLeaseTime. */ @@ -1218,6 +1290,7 @@ public void setFatalErrorLeaseTime(Integer fatalErrorLeaseTime) { * Federated datastore will not cleanup diffs unless they are at least this duration in the past. * Field introduced in 20.1.1. * Unit is hours. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 120. * @return federatedDatastoreCleanupDuration */ @@ -1231,6 +1304,7 @@ public Integer getFederatedDatastoreCleanupDuration() { * Federated datastore will not cleanup diffs unless they are at least this duration in the past. * Field introduced in 20.1.1. * Unit is hours. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 120. * @param federatedDatastoreCleanupDuration set the federatedDatastoreCleanupDuration. */ @@ -1244,6 +1318,7 @@ public void setFederatedDatastoreCleanupDuration(Integer federatedDatastoreClea * Period for file object cleanup job. * Field introduced in 20.1.1. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1440. * @return fileObjectCleanupPeriod */ @@ -1257,6 +1332,7 @@ public Integer getFileObjectCleanupPeriod() { * Period for file object cleanup job. * Field introduced in 20.1.1. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1440. * @param fileObjectCleanupPeriod set the fileObjectCleanupPeriod. */ @@ -1267,7 +1343,7 @@ public void setFileObjectCleanupPeriod(Integer fileObjectCleanupPeriod) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property max_dead_se_in_grp of obj type controllerproperties 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 1. * @return maxDeadSeInGrp */ @@ -1278,7 +1354,7 @@ public Integer getMaxDeadSeInGrp() { /** * This is the setter method to the attribute. - * Placeholder for description of property max_dead_se_in_grp of obj type controllerproperties 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 1. * @param maxDeadSeInGrp set the maxDeadSeInGrp. */ @@ -1290,6 +1366,7 @@ public void setMaxDeadSeInGrp(Integer maxDeadSeInGrp) { /** * This is the getter method this will return the attribute value. * Maximum number of pcap files stored per tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return maxPcapPerTenant */ @@ -1301,6 +1378,7 @@ public Integer getMaxPcapPerTenant() { /** * This is the setter method to the attribute. * Maximum number of pcap files stored per tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param maxPcapPerTenant set the maxPcapPerTenant. */ @@ -1314,6 +1392,7 @@ public void setMaxPcapPerTenant(Integer maxPcapPerTenant) { * Maximum delay possible to add to se_spawn_retry_interval after successive se spawn failure. * Field introduced in 20.1.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1800. * @return maxSeSpawnIntervalDelay */ @@ -1327,6 +1406,7 @@ public Integer getMaxSeSpawnIntervalDelay() { * Maximum delay possible to add to se_spawn_retry_interval after successive se spawn failure. * Field introduced in 20.1.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1800. * @param maxSeSpawnIntervalDelay set the maxSeSpawnIntervalDelay. */ @@ -1339,6 +1419,7 @@ public void setMaxSeSpawnIntervalDelay(Integer maxSeSpawnIntervalDelay) { * This is the getter method this will return the attribute value. * Maximum number of consecutive attach ip failures that halts vs placement. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @return maxSeqAttachIpFailures */ @@ -1351,6 +1432,7 @@ public Integer getMaxSeqAttachIpFailures() { * This is the setter method to the attribute. * Maximum number of consecutive attach ip failures that halts vs placement. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @param maxSeqAttachIpFailures set the maxSeqAttachIpFailures. */ @@ -1361,7 +1443,7 @@ public void setMaxSeqAttachIpFailures(Integer maxSeqAttachIpFailures) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property max_seq_vnic_failures of obj type controllerproperties 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 3. * @return maxSeqVnicFailures */ @@ -1372,7 +1454,7 @@ public Integer getMaxSeqVnicFailures() { /** * This is the setter method to the attribute. - * Placeholder for description of property max_seq_vnic_failures of obj type controllerproperties 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 3. * @param maxSeqVnicFailures set the maxSeqVnicFailures. */ @@ -1386,6 +1468,7 @@ public void setMaxSeqVnicFailures(Integer maxSeqVnicFailures) { * Maximum number of threads in threadpool used by cloud connector ccvipbgworker. * Allowed values are 1-100. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return maxThreadsCcVipBgWorker */ @@ -1399,6 +1482,7 @@ public Integer getMaxThreadsCcVipBgWorker() { * Maximum number of threads in threadpool used by cloud connector ccvipbgworker. * Allowed values are 1-100. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param maxThreadsCcVipBgWorker set the maxThreadsCcVipBgWorker. */ @@ -1411,6 +1495,7 @@ public void setMaxThreadsCcVipBgWorker(Integer maxThreadsCcVipBgWorker) { * This is the getter method this will return the attribute value. * Network and vrfcontext objects from the admin tenant will not be shared to non-admin tenants unless admin permissions are granted. * Field introduced in 18.2.7, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return permissionScopedSharedAdminNetworks */ @@ -1423,6 +1508,7 @@ public Boolean getPermissionScopedSharedAdminNetworks() { * This is the setter method to the attribute. * Network and vrfcontext objects from the admin tenant will not be shared to non-admin tenants unless admin permissions are granted. * Field introduced in 18.2.7, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param permissionScopedSharedAdminNetworks set the permissionScopedSharedAdminNetworks. */ @@ -1435,9 +1521,10 @@ public void setPermissionScopedSharedAdminNetworks(Boolean permissionScopedShar * This is the getter method this will return the attribute value. * Period for rotate app persistence keys job. * Allowed values are 1-1051200. - * Special values are 0 - 'disabled'. + * Special values are 0 - disabled. * Unit is min. - * 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 persistenceKeyRotatePeriod */ @@ -1450,9 +1537,10 @@ public Integer getPersistenceKeyRotatePeriod() { * This is the setter method to the attribute. * Period for rotate app persistence keys job. * Allowed values are 1-1051200. - * Special values are 0 - 'disabled'. + * Special values are 0 - disabled. * Unit is min. - * 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 persistenceKeyRotatePeriod set the persistenceKeyRotatePeriod. */ @@ -1466,6 +1554,7 @@ public void setPersistenceKeyRotatePeriod(Integer persistenceKeyRotatePeriod) { * Burst limit on number of incoming requests. * 0 to disable. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return portalRequestBurstLimit */ @@ -1479,6 +1568,7 @@ public Integer getPortalRequestBurstLimit() { * Burst limit on number of incoming requests. * 0 to disable. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param portalRequestBurstLimit set the portalRequestBurstLimit. */ @@ -1493,6 +1583,7 @@ public void setPortalRequestBurstLimit(Integer portalRequestBurstLimit) { * 0 to disable. * Field introduced in 20.1.1. * Unit is per_second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return portalRequestRateLimit */ @@ -1507,6 +1598,7 @@ public Integer getPortalRequestRateLimit() { * 0 to disable. * Field introduced in 20.1.1. * Unit is per_second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param portalRequestRateLimit set the portalRequestRateLimit. */ @@ -1519,6 +1611,7 @@ public void setPortalRequestRateLimit(Integer portalRequestRateLimit) { * This is the getter method this will return the attribute value. * Token used for uploading tech-support to portal. * Field introduced in 16.4.6,17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return portalToken */ @@ -1531,6 +1624,7 @@ public String getPortalToken() { * This is the setter method to the attribute. * Token used for uploading tech-support to portal. * Field introduced in 16.4.6,17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param portalToken set the portalToken. */ @@ -1544,6 +1638,7 @@ public void setPortalToken(String portalToken) { * Period for process locked user accounts job. * Field introduced in 18.1.1. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return processLockedUseraccountsTimeoutPeriod */ @@ -1557,6 +1652,7 @@ public Integer getProcessLockedUseraccountsTimeoutPeriod() { * Period for process locked user accounts job. * Field introduced in 18.1.1. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param processLockedUseraccountsTimeoutPeriod set the processLockedUseraccountsTimeoutPeriod. */ @@ -1570,6 +1666,7 @@ public void setProcessLockedUseraccountsTimeoutPeriod(Integer processLockedUser * Period for process pki profile job. * Field introduced in 18.1.1. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1440. * @return processPkiProfileTimeoutPeriod */ @@ -1583,6 +1680,7 @@ public Integer getProcessPkiProfileTimeoutPeriod() { * Period for process pki profile job. * Field introduced in 18.1.1. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1440. * @param processPkiProfileTimeoutPeriod set the processPkiProfileTimeoutPeriod. */ @@ -1594,6 +1692,7 @@ public void setProcessPkiProfileTimeoutPeriod(Integer processPkiProfileTimeoutP /** * This is the getter method this will return the attribute value. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 180. * @return queryHostFail */ @@ -1605,6 +1704,7 @@ public Integer getQueryHostFail() { /** * This is the setter method to the attribute. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 180. * @param queryHostFail set the queryHostFail. */ @@ -1619,6 +1719,7 @@ public void setQueryHostFail(Integer queryHostFail) { * At the end of each cycle, the in memory cached log history will be cleared. * Field introduced in 20.1.5. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 21600. * @return resmgrLogCachingPeriod */ @@ -1633,6 +1734,7 @@ public Integer getResmgrLogCachingPeriod() { * At the end of each cycle, the in memory cached log history will be cleared. * Field introduced in 20.1.5. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 21600. * @param resmgrLogCachingPeriod set the resmgrLogCachingPeriod. */ @@ -1645,6 +1747,7 @@ public void setResmgrLogCachingPeriod(Integer resmgrLogCachingPeriod) { * This is the getter method this will return the attribute value. * Version of the safenet package installed on the controller. * Field introduced in 16.5.2,17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return safenetHsmVersion */ @@ -1657,6 +1760,7 @@ public String getSafenetHsmVersion() { * This is the setter method to the attribute. * Version of the safenet package installed on the controller. * Field introduced in 16.5.2,17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param safenetHsmVersion set the safenetHsmVersion. */ @@ -1668,6 +1772,7 @@ public void setSafenetHsmVersion(String safenetHsmVersion) { /** * This is the getter method this will return the attribute value. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 900. * @return seCreateTimeout */ @@ -1679,6 +1784,7 @@ public Integer getSeCreateTimeout() { /** * This is the setter method to the attribute. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 900. * @param seCreateTimeout set the seCreateTimeout. */ @@ -1691,6 +1797,7 @@ public void setSeCreateTimeout(Integer seCreateTimeout) { * This is the getter method this will return the attribute value. * Interval between attempting failovers to an se. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return seFailoverAttemptInterval */ @@ -1703,6 +1810,7 @@ public Integer getSeFailoverAttemptInterval() { * This is the setter method to the attribute. * Interval between attempting failovers to an se. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param seFailoverAttemptInterval set the seFailoverAttemptInterval. */ @@ -1717,6 +1825,7 @@ public void setSeFailoverAttemptInterval(Integer seFailoverAttemptInterval) { * The setting is applicable only when byol license is selected. * Enum options - MARKETPLACE, IMAGE_SE. * Field introduced in 18.1.4, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "IMAGE_SE". * @return seFromMarketplace */ @@ -1731,6 +1840,7 @@ public String getSeFromMarketplace() { * The setting is applicable only when byol license is selected. * Enum options - MARKETPLACE, IMAGE_SE. * Field introduced in 18.1.4, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "IMAGE_SE". * @param seFromMarketplace set the seFromMarketplace. */ @@ -1742,6 +1852,7 @@ public void setSeFromMarketplace(String seFromMarketplace) { /** * This is the getter method this will return the attribute value. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 172000. * @return seOfflineDel */ @@ -1753,6 +1864,7 @@ public Integer getSeOfflineDel() { /** * This is the setter method to the attribute. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 172000. * @param seOfflineDel set the seOfflineDel. */ @@ -1766,6 +1878,7 @@ public void setSeOfflineDel(Integer seOfflineDel) { * Default retry period before attempting another service engine spawn in se group. * Field introduced in 20.1.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return seSpawnRetryInterval */ @@ -1779,6 +1892,7 @@ public Integer getSeSpawnRetryInterval() { * Default retry period before attempting another service engine spawn in se group. * Field introduced in 20.1.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param seSpawnRetryInterval set the seSpawnRetryInterval. */ @@ -1789,7 +1903,36 @@ public void setSeSpawnRetryInterval(Integer seSpawnRetryInterval) { /** * This is the getter method this will return the attribute value. + * Timeout for flows cleanup by serviceengine during upgrade.internal knob to be exercised under the surveillance of vmware avi support team. + * Field introduced in 21.1.5. + * 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 90. + * @return seUpgradeFlowCleanupTimeout + */ + @VsoMethod + public Integer getSeUpgradeFlowCleanupTimeout() { + return seUpgradeFlowCleanupTimeout; + } + + /** + * This is the setter method to the attribute. + * Timeout for flows cleanup by serviceengine during upgrade.internal knob to be exercised under the surveillance of vmware avi support team. + * Field introduced in 21.1.5. * 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 90. + * @param seUpgradeFlowCleanupTimeout set the seUpgradeFlowCleanupTimeout. + */ + @VsoMethod + public void setSeUpgradeFlowCleanupTimeout(Integer seUpgradeFlowCleanupTimeout) { + this.seUpgradeFlowCleanupTimeout = seUpgradeFlowCleanupTimeout; + } + + /** + * This is the getter method this will return the attribute value. + * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 120. * @return seVnicCooldown */ @@ -1801,6 +1944,7 @@ public Integer getSeVnicCooldown() { /** * This is the setter method to the attribute. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 120. * @param seVnicCooldown set the seVnicCooldown. */ @@ -1815,6 +1959,7 @@ public void setSeVnicCooldown(Integer seVnicCooldown) { * Used for testing purposes. * Field introduced in 20.1.4. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return seVnicGcWaitTime */ @@ -1829,6 +1974,7 @@ public Integer getSeVnicGcWaitTime() { * Used for testing purposes. * Field introduced in 20.1.4. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param seVnicGcWaitTime set the seVnicGcWaitTime. */ @@ -1841,6 +1987,7 @@ public void setSeVnicGcWaitTime(Integer seVnicGcWaitTime) { * This is the getter method this will return the attribute value. * Period for secure channel cleanup job. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return secureChannelCleanupTimeout */ @@ -1853,6 +2000,7 @@ public Integer getSecureChannelCleanupTimeout() { * This is the setter method to the attribute. * Period for secure channel cleanup job. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param secureChannelCleanupTimeout set the secureChannelCleanupTimeout. */ @@ -1864,6 +2012,7 @@ public void setSecureChannelCleanupTimeout(Integer secureChannelCleanupTimeout) /** * This is the getter method this will return the attribute value. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return secureChannelControllerTokenTimeout */ @@ -1875,6 +2024,7 @@ public Integer getSecureChannelControllerTokenTimeout() { /** * This is the setter method to the attribute. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param secureChannelControllerTokenTimeout set the secureChannelControllerTokenTimeout. */ @@ -1886,6 +2036,7 @@ public void setSecureChannelControllerTokenTimeout(Integer secureChannelControl /** * This is the getter method this will return the attribute value. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return secureChannelSeTokenTimeout */ @@ -1897,6 +2048,7 @@ public Integer getSecureChannelSeTokenTimeout() { /** * This is the setter method to the attribute. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param secureChannelSeTokenTimeout set the secureChannelSeTokenTimeout. */ @@ -1911,6 +2063,7 @@ public void setSecureChannelSeTokenTimeout(Integer secureChannelSeTokenTimeout) * It is used to pace the se downloads so that controller network/cpu bandwidth is a bounded operation. * A value of 0 will disable the pacing scheme and all the se(s) in the segroup will attempt to download the image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return seupgradeCopyPoolSize */ @@ -1925,6 +2078,7 @@ public Integer getSeupgradeCopyPoolSize() { * It is used to pace the se downloads so that controller network/cpu bandwidth is a bounded operation. * A value of 0 will disable the pacing scheme and all the se(s) in the segroup will attempt to download the image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param seupgradeCopyPoolSize set the seupgradeCopyPoolSize. */ @@ -1936,6 +2090,7 @@ public void setSeupgradeCopyPoolSize(Integer seupgradeCopyPoolSize) { /** * This is the getter method this will return the attribute value. * Pool size used for all fabric commands during se upgrade. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return seupgradeFabricPoolSize */ @@ -1947,6 +2102,7 @@ public Integer getSeupgradeFabricPoolSize() { /** * This is the setter method to the attribute. * Pool size used for all fabric commands during se upgrade. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param seupgradeFabricPoolSize set the seupgradeFabricPoolSize. */ @@ -1959,6 +2115,7 @@ public void setSeupgradeFabricPoolSize(Integer seupgradeFabricPoolSize) { * This is the getter method this will return the attribute value. * Time to wait before marking segroup upgrade as stuck. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 360. * @return seupgradeSegroupMinDeadTimeout */ @@ -1971,6 +2128,7 @@ public Integer getSeupgradeSegroupMinDeadTimeout() { * This is the setter method to the attribute. * Time to wait before marking segroup upgrade as stuck. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 360. * @param seupgradeSegroupMinDeadTimeout set the seupgradeSegroupMinDeadTimeout. */ @@ -1983,6 +2141,7 @@ public void setSeupgradeSegroupMinDeadTimeout(Integer seupgradeSegroupMinDeadTi * This is the getter method this will return the attribute value. * Ssl certificates in the admin tenant can be used in non-admin tenants. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return sharedSslCertificates */ @@ -1995,6 +2154,7 @@ public Boolean getSharedSslCertificates() { * This is the setter method to the attribute. * Ssl certificates in the admin tenant can be used in non-admin tenants. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param sharedSslCertificates set the sharedSslCertificates. */ @@ -2007,6 +2167,7 @@ public void setSharedSslCertificates(Boolean sharedSslCertificates) { * This is the getter method this will return the attribute value. * Number of days for ssl certificate expiry warning. * Unit is days. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslCertificateExpiryWarningDays */ @@ -2019,6 +2180,7 @@ public List getSslCertificateExpiryWarningDays() { * This is the setter method. this will set the sslCertificateExpiryWarningDays * Number of days for ssl certificate expiry warning. * Unit is days. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslCertificateExpiryWarningDays */ @@ -2031,6 +2193,7 @@ public void setSslCertificateExpiryWarningDays(List sslCertificateExpi * This is the setter method this will set the sslCertificateExpiryWarningDays * Number of days for ssl certificate expiry warning. * Unit is days. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslCertificateExpiryWarningDays */ @@ -2047,6 +2210,7 @@ public ControllerProperties addSslCertificateExpiryWarningDaysItem(Integer sslCe /** * 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 300. * @return unresponsiveSeReboot */ @@ -2058,6 +2222,7 @@ public Integer getUnresponsiveSeReboot() { /** * This is the setter method to the attribute. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param unresponsiveSeReboot set the unresponsiveSeReboot. */ @@ -2066,13 +2231,68 @@ public void setUnresponsiveSeReboot(Integer unresponsiveSeReboot) { this.unresponsiveSeReboot = unresponsiveSeReboot; } + /** + * This is the getter method this will return the attribute value. + * Number of times to retry a dns entry update/delete operation. + * Field introduced in 21.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 3. + * @return updateDnsEntryRetryLimit + */ + @VsoMethod + public Integer getUpdateDnsEntryRetryLimit() { + return updateDnsEntryRetryLimit; + } + + /** + * This is the setter method to the attribute. + * Number of times to retry a dns entry update/delete operation. + * Field introduced in 21.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 3. + * @param updateDnsEntryRetryLimit set the updateDnsEntryRetryLimit. + */ + @VsoMethod + public void setUpdateDnsEntryRetryLimit(Integer updateDnsEntryRetryLimit) { + this.updateDnsEntryRetryLimit = updateDnsEntryRetryLimit; + } + + /** + * This is the getter method this will return the attribute value. + * Timeout period for a dns entry update/delete operation. + * Field introduced in 21.1.4. + * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 120. + * @return updateDnsEntryTimeout + */ + @VsoMethod + public Integer getUpdateDnsEntryTimeout() { + return updateDnsEntryTimeout; + } + + /** + * This is the setter method to the attribute. + * Timeout period for a dns entry update/delete operation. + * Field introduced in 21.1.4. + * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 120. + * @param updateDnsEntryTimeout set the updateDnsEntryTimeout. + */ + @VsoMethod + public void setUpdateDnsEntryTimeout(Integer updateDnsEntryTimeout) { + this.updateDnsEntryTimeout = updateDnsEntryTimeout; + } + /** * This is the getter method this will return the attribute value. * Time to account for dns ttl during upgrade. * This is in addition to vs_scalein_timeout_for_upgrade in se_group. * Field introduced in 17.1.1. * Unit is sec. - * Allowed in basic(allowed values- 5) edition, essentials(allowed values- 5) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 5), basic edition(allowed values- 5), enterprise with cloud + * services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return upgradeDnsTtl */ @@ -2087,7 +2307,8 @@ public Integer getUpgradeDnsTtl() { * This is in addition to vs_scalein_timeout_for_upgrade in se_group. * Field introduced in 17.1.1. * Unit is sec. - * Allowed in basic(allowed values- 5) edition, essentials(allowed values- 5) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 5), basic edition(allowed values- 5), enterprise with cloud + * services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param upgradeDnsTtl set the upgradeDnsTtl. */ @@ -2101,6 +2322,7 @@ public void setUpgradeDnsTtl(Integer upgradeDnsTtl) { * Amount of time controller waits for a large-sized se (>=128gb memory) to reconnect after it is rebooted during upgrade. * Field introduced in 18.2.10, 20.1.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1200. * @return upgradeFatSeLeaseTime */ @@ -2114,6 +2336,7 @@ public Integer getUpgradeFatSeLeaseTime() { * Amount of time controller waits for a large-sized se (>=128gb memory) to reconnect after it is rebooted during upgrade. * Field introduced in 18.2.10, 20.1.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1200. * @param upgradeFatSeLeaseTime set the upgradeFatSeLeaseTime. */ @@ -2127,6 +2350,7 @@ public void setUpgradeFatSeLeaseTime(Integer upgradeFatSeLeaseTime) { * Amount of time controller waits for a regular-sized se (<128gb memory) to reconnect after it is rebooted during upgrade. * Starting 18.2.10/20.1.1, the default time has increased from 360 seconds to 600 seconds. * 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 upgradeLeaseTime */ @@ -2140,6 +2364,7 @@ public Integer getUpgradeLeaseTime() { * Amount of time controller waits for a regular-sized se (<128gb memory) to reconnect after it is rebooted during upgrade. * Starting 18.2.10/20.1.1, the default time has increased from 360 seconds to 600 seconds. * 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 upgradeLeaseTime set the upgradeLeaseTime. */ @@ -2155,6 +2380,7 @@ public void setUpgradeLeaseTime(Integer upgradeLeaseTime) { * with high number of vs(es) scaled out. * Field introduced in 18.2.10, 20.1.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @return upgradeSePerVsScaleOpsTxnTime */ @@ -2170,6 +2396,7 @@ public Integer getUpgradeSePerVsScaleOpsTxnTime() { * with high number of vs(es) scaled out. * Field introduced in 18.2.10, 20.1.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @param upgradeSePerVsScaleOpsTxnTime set the upgradeSePerVsScaleOpsTxnTime. */ @@ -2201,6 +2428,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Configuration for user-agent cache used in bot management. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userAgentCacheConfig */ @@ -2213,6 +2441,7 @@ public UserAgentCacheConfig getUserAgentCacheConfig() { * This is the setter method to the attribute. * Configuration for user-agent cache used in bot management. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userAgentCacheConfig set the userAgentCacheConfig. */ @@ -2223,7 +2452,7 @@ public void setUserAgentCacheConfig(UserAgentCacheConfig userAgentCacheConfig) { /** * 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 */ @@ -2234,7 +2463,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. */ @@ -2246,6 +2475,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 180. * @return vnicOpFailTime */ @@ -2257,6 +2487,7 @@ public Integer getVnicOpFailTime() { /** * This is the setter method to the attribute. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 180. * @param vnicOpFailTime set the vnicOpFailTime. */ @@ -2270,6 +2501,7 @@ public void setVnicOpFailTime(Integer vnicOpFailTime) { * Time to wait for the scaled out se to become ready before marking the scaleout done, applies to apic configuration only. * Field deprecated in 21.1.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return vsApicScaleoutTimeout */ @VsoMethod @@ -2282,6 +2514,7 @@ public Integer getVsApicScaleoutTimeout() { * Time to wait for the scaled out se to become ready before marking the scaleout done, applies to apic configuration only. * Field deprecated in 21.1.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param vsApicScaleoutTimeout set the vsApicScaleoutTimeout. */ @VsoMethod @@ -2292,6 +2525,7 @@ public void setVsApicScaleoutTimeout(Integer vsApicScaleoutTimeout) { /** * 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 vsAwaitingSeTimeout */ @@ -2303,6 +2537,7 @@ public Integer getVsAwaitingSeTimeout() { /** * This is the setter method to the attribute. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param vsAwaitingSeTimeout set the vsAwaitingSeTimeout. */ @@ -2315,8 +2550,9 @@ public void setVsAwaitingSeTimeout(Integer vsAwaitingSeTimeout) { * This is the getter method this will return the attribute value. * Period for rotate vs keys job. * Allowed values are 1-1051200. - * Special values are 0 - 'disabled'. + * Special values are 0 - disabled. * 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 360. * @return vsKeyRotatePeriod */ @@ -2329,8 +2565,9 @@ public Integer getVsKeyRotatePeriod() { * This is the setter method to the attribute. * Period for rotate vs keys job. * Allowed values are 1-1051200. - * Special values are 0 - 'disabled'. + * Special values are 0 - disabled. * 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 360. * @param vsKeyRotatePeriod set the vsKeyRotatePeriod. */ @@ -2344,6 +2581,7 @@ public void setVsKeyRotatePeriod(Integer vsKeyRotatePeriod) { * Interval for checking scaleout_ready status while controller is waiting for scaleoutready rpc from the service engine. * Field introduced in 18.2.2. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return vsScaleoutReadyCheckInterval */ @@ -2357,6 +2595,7 @@ public Integer getVsScaleoutReadyCheckInterval() { * Interval for checking scaleout_ready status while controller is waiting for scaleoutready rpc from the service engine. * Field introduced in 18.2.2. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param vsScaleoutReadyCheckInterval set the vsScaleoutReadyCheckInterval. */ @@ -2370,6 +2609,7 @@ public void setVsScaleoutReadyCheckInterval(Integer vsScaleoutReadyCheckInterva * Time to wait before marking attach ip operation on an se as failed. * Field introduced in 17.2.2. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 600. * @return vsSeAttachIpFail */ @@ -2383,6 +2623,7 @@ public Integer getVsSeAttachIpFail() { * Time to wait before marking attach ip operation on an se as failed. * Field introduced in 17.2.2. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 600. * @param vsSeAttachIpFail set the vsSeAttachIpFail. */ @@ -2394,6 +2635,7 @@ public void setVsSeAttachIpFail(Integer vsSeAttachIpFail) { /** * This is the getter method this will return the attribute value. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 480. * @return vsSeBootupFail */ @@ -2405,6 +2647,7 @@ public Integer getVsSeBootupFail() { /** * This is the setter method to the attribute. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 480. * @param vsSeBootupFail set the vsSeBootupFail. */ @@ -2416,6 +2659,7 @@ public void setVsSeBootupFail(Integer vsSeBootupFail) { /** * 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 1500. * @return vsSeCreateFail */ @@ -2427,6 +2671,7 @@ public Integer getVsSeCreateFail() { /** * This is the setter method to the attribute. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1500. * @param vsSeCreateFail set the vsSeCreateFail. */ @@ -2438,6 +2683,7 @@ public void setVsSeCreateFail(Integer vsSeCreateFail) { /** * This is the getter method this will return the attribute value. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return vsSePingFail */ @@ -2449,6 +2695,7 @@ public Integer getVsSePingFail() { /** * This is the setter method to the attribute. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param vsSePingFail set the vsSePingFail. */ @@ -2460,6 +2707,7 @@ public void setVsSePingFail(Integer vsSePingFail) { /** * This is the getter method this will return the attribute value. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return vsSeVnicFail */ @@ -2471,6 +2719,7 @@ public Integer getVsSeVnicFail() { /** * This is the setter method to the attribute. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param vsSeVnicFail set the vsSeVnicFail. */ @@ -2482,6 +2731,7 @@ public void setVsSeVnicFail(Integer vsSeVnicFail) { /** * This is the getter method this will return the attribute value. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 120. * @return vsSeVnicIpFail */ @@ -2493,6 +2743,7 @@ public Integer getVsSeVnicIpFail() { /** * This is the setter method to the attribute. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 120. * @param vsSeVnicIpFail set the vsSeVnicIpFail. */ @@ -2508,6 +2759,7 @@ public void setVsSeVnicIpFail(Integer vsSeVnicIpFail) { * be marked true before taking corrective action. * Field introduced in 20.1.7, 21.1.3. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 120. * @return vsphereHaDetectionTimeout */ @@ -2523,6 +2775,7 @@ public Integer getVsphereHaDetectionTimeout() { * be marked true before taking corrective action. * Field introduced in 20.1.7, 21.1.3. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 120. * @param vsphereHaDetectionTimeout set the vsphereHaDetectionTimeout. */ @@ -2538,6 +2791,7 @@ public void setVsphereHaDetectionTimeout(Integer vsphereHaDetectionTimeout) { * at least this duration for the se to reconnect to the controller before taking corrective action. * Field introduced in 20.1.7, 21.1.3. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 480. * @return vsphereHaRecoveryTimeout */ @@ -2553,6 +2807,7 @@ public Integer getVsphereHaRecoveryTimeout() { * at least this duration for the se to reconnect to the controller before taking corrective action. * Field introduced in 20.1.7, 21.1.3. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 480. * @param vsphereHaRecoveryTimeout set the vsphereHaRecoveryTimeout. */ @@ -2566,6 +2821,7 @@ public void setVsphereHaRecoveryTimeout(Integer vsphereHaRecoveryTimeout) { * Vsphere ha monitor timer interval for sending cc_check_se_status to cloud connector. * Field introduced in 20.1.7, 21.1.3. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return vsphereHaTimerInterval */ @@ -2579,6 +2835,7 @@ public Integer getVsphereHaTimerInterval() { * Vsphere ha monitor timer interval for sending cc_check_se_status to cloud connector. * Field introduced in 20.1.7, 21.1.3. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param vsphereHaTimerInterval set the vsphereHaTimerInterval. */ @@ -2590,6 +2847,7 @@ public void setVsphereHaTimerInterval(Integer vsphereHaTimerInterval) { /** * This is the getter method this will return the attribute value. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 480. * @return warmstartSeReconnectWaitTime */ @@ -2601,6 +2859,7 @@ public Integer getWarmstartSeReconnectWaitTime() { /** * This is the setter method to the attribute. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 480. * @param warmstartSeReconnectWaitTime set the warmstartSeReconnectWaitTime. */ @@ -2614,6 +2873,7 @@ public void setWarmstartSeReconnectWaitTime(Integer warmstartSeReconnectWaitTim * Timeout for warmstart vs resync. * Field introduced in 18.1.4, 18.2.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return warmstartVsResyncWaitTime */ @@ -2627,6 +2887,7 @@ public Integer getWarmstartVsResyncWaitTime() { * Timeout for warmstart vs resync. * Field introduced in 18.1.4, 18.2.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param warmstartVsResyncWaitTime set the warmstartVsResyncWaitTime. */ @@ -2737,7 +2998,10 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.vsphereHaRecoveryTimeout, objControllerProperties.vsphereHaRecoveryTimeout)&& Objects.equals(this.detachIpRetryInterval, objControllerProperties.detachIpRetryInterval)&& Objects.equals(this.detachIpRetryLimit, objControllerProperties.detachIpRetryLimit)&& - Objects.equals(this.detachIpTimeout, objControllerProperties.detachIpTimeout); + Objects.equals(this.detachIpTimeout, objControllerProperties.detachIpTimeout)&& + Objects.equals(this.updateDnsEntryTimeout, objControllerProperties.updateDnsEntryTimeout)&& + Objects.equals(this.updateDnsEntryRetryLimit, objControllerProperties.updateDnsEntryRetryLimit)&& + Objects.equals(this.seUpgradeFlowCleanupTimeout, objControllerProperties.seUpgradeFlowCleanupTimeout); } @Override @@ -2800,6 +3064,7 @@ public String toString() { sb.append(" seFromMarketplace: ").append(toIndentedString(seFromMarketplace)).append("\n"); sb.append(" seOfflineDel: ").append(toIndentedString(seOfflineDel)).append("\n"); sb.append(" seSpawnRetryInterval: ").append(toIndentedString(seSpawnRetryInterval)).append("\n"); + sb.append(" seUpgradeFlowCleanupTimeout: ").append(toIndentedString(seUpgradeFlowCleanupTimeout)).append("\n"); sb.append(" seVnicCooldown: ").append(toIndentedString(seVnicCooldown)).append("\n"); sb.append(" seVnicGcWaitTime: ").append(toIndentedString(seVnicGcWaitTime)).append("\n"); sb.append(" secureChannelCleanupTimeout: ").append(toIndentedString(secureChannelCleanupTimeout)).append("\n"); @@ -2811,6 +3076,8 @@ public String toString() { sb.append(" sharedSslCertificates: ").append(toIndentedString(sharedSslCertificates)).append("\n"); sb.append(" sslCertificateExpiryWarningDays: ").append(toIndentedString(sslCertificateExpiryWarningDays)).append("\n"); sb.append(" unresponsiveSeReboot: ").append(toIndentedString(unresponsiveSeReboot)).append("\n"); + sb.append(" updateDnsEntryRetryLimit: ").append(toIndentedString(updateDnsEntryRetryLimit)).append("\n"); + sb.append(" updateDnsEntryTimeout: ").append(toIndentedString(updateDnsEntryTimeout)).append("\n"); sb.append(" upgradeDnsTtl: ").append(toIndentedString(upgradeDnsTtl)).append("\n"); sb.append(" upgradeFatSeLeaseTime: ").append(toIndentedString(upgradeFatSeLeaseTime)).append("\n"); sb.append(" upgradeLeaseTime: ").append(toIndentedString(upgradeLeaseTime)).append("\n"); diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerSite.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerSite.java index 9382c455..9046fc9c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerSite.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerSite.java @@ -54,6 +54,7 @@ public class ControllerSite extends AviRestResource { * This is the getter method this will return the attribute value. * Ip address or a dns resolvable, fully qualified domain name of the site controller cluster. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return address */ @@ -66,6 +67,7 @@ public String getAddress() { * This is the setter method to the attribute. * Ip address or a dns resolvable, fully qualified domain name of the site controller cluster. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param address set the address. */ @@ -78,6 +80,7 @@ public void setAddress(String address) { * This is the getter method this will return the attribute value. * Name for the site controller cluster. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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. * Name for the site controller cluster. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -103,6 +107,7 @@ public void setName(String name) { * The controller site cluster's rest api port number. * Allowed values are 1-65535. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 443. * @return port */ @@ -116,6 +121,7 @@ public Integer getPort() { * The controller site cluster's rest api port number. * Allowed values are 1-65535. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 443. * @param port set the port. */ @@ -129,6 +135,7 @@ public void setPort(Integer port) { * Reference for the tenant. * It is a reference to an object of type tenant. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -142,6 +149,7 @@ public String getTenantRef() { * Reference for the tenant. * It is a reference to an object of type tenant. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -173,6 +181,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Reference for the site controller cluster. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -185,6 +194,7 @@ public String getUuid() { * This is the setter method to the attribute. * Reference for the site controller cluster. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/ControllerSize.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerSize.java index 38285668..3be1a7d0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerSize.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerSize.java @@ -43,6 +43,7 @@ public class ControllerSize extends AviRestResource { * Controller flavor (e/s/m/l) for this controller size. * Enum options - CONTROLLER_ESSENTIALS, CONTROLLER_SMALL, CONTROLLER_MEDIUM, CONTROLLER_LARGE. * 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 flavor */ @@ -56,6 +57,7 @@ public String getFlavor() { * Controller flavor (e/s/m/l) for this controller size. * Enum options - CONTROLLER_ESSENTIALS, CONTROLLER_SMALL, CONTROLLER_MEDIUM, CONTROLLER_LARGE. * 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 flavor set the flavor. */ @@ -68,6 +70,7 @@ public void setFlavor(String flavor) { * This is the getter method this will return the attribute value. * Minimum number of cpu cores required. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return minCpus */ @@ -80,6 +83,7 @@ public Integer getMinCpus() { * This is the setter method to the attribute. * Minimum number of cpu cores required. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param minCpus set the minCpus. */ @@ -93,6 +97,7 @@ public void setMinCpus(Integer minCpus) { * Minimum memory required. * Field introduced in 20.1.1. * Unit is gb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return minMemory */ @@ -106,6 +111,7 @@ public Integer getMinMemory() { * Minimum memory required. * Field introduced in 20.1.1. * Unit is gb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param minMemory set the minMemory. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerSizingCloudLimits.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerSizingCloudLimits.java index 190cbe46..7bba8078 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerSizingCloudLimits.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerSizingCloudLimits.java @@ -38,6 +38,7 @@ public class ControllerSizingCloudLimits extends AviRestResource { * This is the getter method this will return the attribute value. * Maximum number of clouds of a given type. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numClouds */ @@ -50,6 +51,7 @@ public Integer getNumClouds() { * This is the setter method to the attribute. * Maximum number of clouds of a given type. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numClouds set the numClouds. */ @@ -64,6 +66,7 @@ public void setNumClouds(Integer numClouds) { * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -78,6 +81,7 @@ public String getType() { * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/ControllerSizingLimits.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerSizingLimits.java index 7ef7828f..5315e822 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerSizingLimits.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerSizingLimits.java @@ -70,6 +70,7 @@ public class ControllerSizingLimits extends AviRestResource { * This is the getter method this will return the attribute value. * Controller system limits specific to cloud type for this controller sizing. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerSizingCloudLimits */ @@ -82,6 +83,7 @@ public List getControllerSizingCloudLimits() { * This is the setter method. this will set the controllerSizingCloudLimits * Controller system limits specific to cloud type for this controller sizing. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerSizingCloudLimits */ @@ -94,6 +96,7 @@ public void setControllerSizingCloudLimits(List co * This is the setter method this will set the controllerSizingCloudLimits * Controller system limits specific to cloud type for this controller sizing. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerSizingCloudLimits */ @@ -112,6 +115,7 @@ public ControllerSizingLimits addControllerSizingCloudLimitsItem(ControllerSizin * Controller flavor (s/m/l) for this sizing limit. * Enum options - CONTROLLER_ESSENTIALS, CONTROLLER_SMALL, CONTROLLER_MEDIUM, CONTROLLER_LARGE. * 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 flavor */ @@ -125,6 +129,7 @@ public String getFlavor() { * Controller flavor (s/m/l) for this sizing limit. * Enum options - CONTROLLER_ESSENTIALS, CONTROLLER_SMALL, CONTROLLER_MEDIUM, CONTROLLER_LARGE. * 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 flavor set the flavor. */ @@ -137,6 +142,7 @@ public void setFlavor(String flavor) { * This is the getter method this will return the attribute value. * Maximum number of clouds. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numClouds */ @@ -149,6 +155,7 @@ public Integer getNumClouds() { * This is the setter method to the attribute. * Maximum number of clouds. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numClouds set the numClouds. */ @@ -161,6 +168,7 @@ public void setNumClouds(Integer numClouds) { * This is the getter method this will return the attribute value. * Maximum number of east-west virtualservices. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numEastWestVirtualservices */ @@ -173,6 +181,7 @@ public Integer getNumEastWestVirtualservices() { * This is the setter method to the attribute. * Maximum number of east-west virtualservices. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numEastWestVirtualservices set the numEastWestVirtualservices. */ @@ -185,6 +194,7 @@ public void setNumEastWestVirtualservices(Integer numEastWestVirtualservices) { * This is the getter method this will return the attribute value. * Maximum number of servers. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numServers */ @@ -197,6 +207,7 @@ public Integer getNumServers() { * This is the setter method to the attribute. * Maximum number of servers. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numServers set the numServers. */ @@ -209,6 +220,7 @@ public void setNumServers(Integer numServers) { * This is the getter method this will return the attribute value. * Maximum number of serviceengines. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numServiceengines */ @@ -221,6 +233,7 @@ public Integer getNumServiceengines() { * This is the setter method to the attribute. * Maximum number of serviceengines. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numServiceengines set the numServiceengines. */ @@ -233,6 +246,7 @@ public void setNumServiceengines(Integer numServiceengines) { * This is the getter method this will return the attribute value. * Maximum number of tenants. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numTenants */ @@ -245,6 +259,7 @@ public Integer getNumTenants() { * This is the setter method to the attribute. * Maximum number of tenants. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numTenants set the numTenants. */ @@ -257,6 +272,7 @@ public void setNumTenants(Integer numTenants) { * This is the getter method this will return the attribute value. * Maximum number of virtualservices. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numVirtualservices */ @@ -269,6 +285,7 @@ public Integer getNumVirtualservices() { * This is the setter method to the attribute. * Maximum number of virtualservices. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numVirtualservices set the numVirtualservices. */ @@ -281,6 +298,7 @@ public void setNumVirtualservices(Integer numVirtualservices) { * This is the getter method this will return the attribute value. * Maximum number of virtualservices with realtime metrics enabled. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numVirtualservicesRtMetrics */ @@ -293,6 +311,7 @@ public Integer getNumVirtualservicesRtMetrics() { * This is the setter method to the attribute. * Maximum number of virtualservices with realtime metrics enabled. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numVirtualservicesRtMetrics set the numVirtualservicesRtMetrics. */ @@ -305,6 +324,7 @@ public void setNumVirtualservicesRtMetrics(Integer numVirtualservicesRtMetrics) * This is the getter method this will return the attribute value. * Maximum number of vrfcontexts. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numVrfs */ @@ -317,6 +337,7 @@ public Integer getNumVrfs() { * This is the setter method to the attribute. * Maximum number of vrfcontexts. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numVrfs set the numVrfs. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerVersion.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerVersion.java index 3c72edd9..0540fa11 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerVersion.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ControllerVersion.java @@ -46,6 +46,7 @@ public class ControllerVersion extends AviRestResource { * This is the getter method this will return the attribute value. * Fips mode for controller. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fipsMode */ @@ -58,6 +59,7 @@ public Boolean getFipsMode() { * This is the setter method to the attribute. * Fips mode for controller. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fipsMode set the fipsMode. */ @@ -68,7 +70,7 @@ public void setFipsMode(Boolean fipsMode) { /** * 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 */ @@ -79,7 +81,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. */ @@ -92,6 +94,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Patch level for controller. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patch */ @@ -104,6 +107,7 @@ public String getPatch() { * This is the setter method to the attribute. * Patch level for controller. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patch set the patch. */ @@ -114,7 +118,7 @@ public void setPatch(String patch) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property version of obj type controllerversion field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -125,7 +129,7 @@ public String getVersion() { /** * This is the setter method to the attribute. - * Placeholder for description of property version of obj type controllerversion field type str type string. + * Allowed in enterprise edition with any value, 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/CookieMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CookieMatch.java index a789337f..0ec38340 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CookieMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CookieMatch.java @@ -46,6 +46,7 @@ public class CookieMatch extends AviRestResource { * This is the getter method this will return the attribute value. * Case sensitivity to use for the match. * Enum options - SENSITIVE, INSENSITIVE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @return matchCase */ @@ -58,6 +59,7 @@ public String getMatchCase() { * This is the setter method to the attribute. * Case sensitivity to use for the match. * Enum options - SENSITIVE, INSENSITIVE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @param matchCase set the matchCase. */ @@ -71,6 +73,7 @@ public void setMatchCase(String matchCase) { * Criterion to use for matching the cookie in the http request. * Enum options - HDR_EXISTS, HDR_DOES_NOT_EXIST, HDR_BEGINS_WITH, HDR_DOES_NOT_BEGIN_WITH, HDR_CONTAINS, HDR_DOES_NOT_CONTAIN, HDR_ENDS_WITH, * HDR_DOES_NOT_END_WITH, HDR_EQUALS, HDR_DOES_NOT_EQUAL. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -84,6 +87,7 @@ public String getMatchCriteria() { * Criterion to use for matching the cookie in the http request. * Enum options - HDR_EXISTS, HDR_DOES_NOT_EXIST, HDR_BEGINS_WITH, HDR_DOES_NOT_BEGIN_WITH, HDR_CONTAINS, HDR_DOES_NOT_CONTAIN, HDR_ENDS_WITH, * HDR_DOES_NOT_END_WITH, HDR_EQUALS, HDR_DOES_NOT_EQUAL. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -95,6 +99,7 @@ public void setMatchCriteria(String matchCriteria) { /** * This is the getter method this will return the attribute value. * Name of the cookie. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -106,6 +111,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of the cookie. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -117,6 +123,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * String value in the cookie. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -128,6 +135,7 @@ public String getValue() { /** * This is the setter method to the attribute. * String value in the cookie. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/CumulativeLicense.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CumulativeLicense.java index ed91756d..41e4d115 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CumulativeLicense.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CumulativeLicense.java @@ -58,6 +58,7 @@ public class CumulativeLicense extends AviRestResource { * This is the getter method this will return the attribute value. * Total number of service engine cores for burst core based licenses. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return burstCores */ @@ -70,6 +71,7 @@ public Integer getBurstCores() { * This is the setter method to the attribute. * Total number of service engine cores for burst core based licenses. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param burstCores set the burstCores. */ @@ -82,6 +84,7 @@ public void setBurstCores(Integer burstCores) { * This is the getter method this will return the attribute value. * Total number of service engine cores for core based licenses. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cores */ @@ -94,6 +97,7 @@ public Integer getCores() { * This is the setter method to the attribute. * Total number of service engine cores for core based licenses. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cores set the cores. */ @@ -106,6 +110,7 @@ public void setCores(Integer cores) { * This is the getter method this will return the attribute value. * Total number of service engines for host based licenses. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxSes */ @@ -118,6 +123,7 @@ public Integer getMaxSes() { * This is the setter method to the attribute. * Total number of service engines for host based licenses. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxSes set the maxSes. */ @@ -130,6 +136,7 @@ public void setMaxSes(Integer maxSes) { * This is the getter method this will return the attribute value. * Service engine bandwidth limits for bandwidth based licenses. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seBandwidthLimits */ @@ -142,6 +149,7 @@ public List getSeBandwidthLimits() { * This is the setter method. this will set the seBandwidthLimits * Service engine bandwidth limits for bandwidth based licenses. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seBandwidthLimits */ @@ -154,6 +162,7 @@ public void setSeBandwidthLimits(List seBandwidthLimits) { * This is the setter method this will set the seBandwidthLimits * Service engine bandwidth limits for bandwidth based licenses. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seBandwidthLimits */ @@ -171,6 +180,7 @@ public CumulativeLicense addSeBandwidthLimitsItem(SEBandwidthLimit seBandwidthLi * This is the getter method this will return the attribute value. * Total number of service engine cores. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceCores */ @@ -183,6 +193,7 @@ public Float getServiceCores() { * This is the setter method to the attribute. * Total number of service engine cores. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceCores set the serviceCores. */ @@ -195,6 +206,7 @@ public void setServiceCores(Float serviceCores) { * This is the getter method this will return the attribute value. * Total number of service engine sockets for socket based licenses. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sockets */ @@ -207,6 +219,7 @@ public Integer getSockets() { * This is the setter method to the attribute. * Total number of service engine sockets for socket based licenses. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sockets set the sockets. */ @@ -220,6 +233,7 @@ public void setSockets(Integer sockets) { * Specifies the licensed tier. * Enum options - ENTERPRISE_16, ENTERPRISE, ENTERPRISE_18, BASIC, ESSENTIALS, ENTERPRISE_WITH_CLOUD_SERVICES. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tierType */ @@ -233,6 +247,7 @@ public String getTierType() { * Specifies the licensed tier. * Enum options - ENTERPRISE_16, ENTERPRISE, ENTERPRISE_18, BASIC, ESSENTIALS, ENTERPRISE_WITH_CLOUD_SERVICES. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tierType set the tierType. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CustomIpamDnsProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CustomIpamDnsProfile.java index 6bb565ca..487de077 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CustomIpamDnsProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CustomIpamDnsProfile.java @@ -54,6 +54,7 @@ public class CustomIpamDnsProfile extends AviRestResource { * This is the getter method this will return the attribute value. * Name of the custom ipam dns profile. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -66,6 +67,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the custom ipam dns profile. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -78,6 +80,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Parameters that are always passed to the ipam/dns script. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scriptParams */ @@ -90,6 +93,7 @@ public List getScriptParams() { * This is the setter method. this will set the scriptParams * Parameters that are always passed to the ipam/dns script. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scriptParams */ @@ -102,6 +106,7 @@ public void setScriptParams(List scriptParams) { * This is the setter method this will set the scriptParams * Parameters that are always passed to the ipam/dns script. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scriptParams */ @@ -119,6 +124,7 @@ public CustomIpamDnsProfile addScriptParamsItem(CustomParams scriptParamsItem) { * This is the getter method this will return the attribute value. * Script uri of form controller //ipamdnsscripts/, file-name must have a .py extension and conform to pep8 naming convention. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scriptUri */ @@ -131,6 +137,7 @@ public String getScriptUri() { * This is the setter method to the attribute. * Script uri of form controller //ipamdnsscripts/, file-name must have a .py extension and conform to pep8 naming convention. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param scriptUri set the scriptUri. */ @@ -143,6 +150,7 @@ public void setScriptUri(String scriptUri) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -155,6 +163,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -185,6 +194,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -196,6 +206,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/CustomIpamSubnet.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CustomIpamSubnet.java index 57688968..10fc4d4e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CustomIpamSubnet.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CustomIpamSubnet.java @@ -44,6 +44,7 @@ public class CustomIpamSubnet extends AviRestResource { * This is the getter method this will return the attribute value. * Network to use for custom ipam ip allocation. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkId */ @@ -56,6 +57,7 @@ public String getNetworkId() { * This is the setter method to the attribute. * Network to use for custom ipam ip allocation. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkId set the networkId. */ @@ -68,6 +70,7 @@ public void setNetworkId(String networkId) { * This is the getter method this will return the attribute value. * Ipv4 subnet to use for custom ipam ip allocation. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet */ @@ -80,6 +83,7 @@ public IpAddrPrefix getSubnet() { * This is the setter method to the attribute. * Ipv4 subnet to use for custom ipam ip allocation. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet set the subnet. */ @@ -92,6 +96,7 @@ public void setSubnet(IpAddrPrefix subnet) { * This is the getter method this will return the attribute value. * Ipv6 subnet to use for custom ipam ip allocation. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet6 */ @@ -104,6 +109,7 @@ public IpAddrPrefix getSubnet6() { * This is the setter method to the attribute. * Ipv6 subnet to use for custom ipam ip allocation. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * 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/CustomParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CustomParams.java index 630fa987..5a58aa0f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CustomParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CustomParams.java @@ -44,7 +44,7 @@ public class CustomParams extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property is_dynamic of obj type customparams 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 isDynamic */ @@ -55,7 +55,7 @@ public Boolean getIsDynamic() { /** * This is the setter method to the attribute. - * Placeholder for description of property is_dynamic of obj type customparams 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 isDynamic set the isDynamic. */ @@ -66,7 +66,7 @@ public void setIsDynamic(Boolean isDynamic) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property is_sensitive of obj type customparams 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 isSensitive */ @@ -77,7 +77,7 @@ public Boolean getIsSensitive() { /** * This is the setter method to the attribute. - * Placeholder for description of property is_sensitive of obj type customparams 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 isSensitive set the isSensitive. */ @@ -88,7 +88,7 @@ public void setIsSensitive(Boolean isSensitive) { /** * 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 */ @@ -99,7 +99,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. */ @@ -110,7 +110,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property value of obj type customparams field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -121,7 +121,7 @@ public String getValue() { /** * This is the setter method to the attribute. - * Placeholder for description of property value of obj type customparams field type str type string. + * Allowed in enterprise edition with any value, 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/CustomTag.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CustomTag.java index 46cb9046..3f15bf95 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CustomTag.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/CustomTag.java @@ -36,7 +36,7 @@ public class CustomTag extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property tag_key of obj type customtag field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tagKey */ @@ -47,7 +47,7 @@ public String getTagKey() { /** * This is the setter method to the attribute. - * Placeholder for description of property tag_key of obj type customtag field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tagKey set the tagKey. */ @@ -58,7 +58,7 @@ public void setTagKey(String tagKey) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property tag_val of obj type customtag field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tagVal */ @@ -69,7 +69,7 @@ public String getTagVal() { /** * This is the setter method to the attribute. - * Placeholder for description of property tag_val of obj type customtag field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tagVal set the tagVal. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DNSConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DNSConfig.java index e8fe3a8b..5d855a9c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DNSConfig.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DNSConfig.java @@ -33,6 +33,7 @@ public class DNSConfig extends AviRestResource { /** * This is the getter method this will return the attribute value. * Gslb subdomain used for gslb service fqdn match and placement. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainName */ @@ -44,6 +45,7 @@ public String getDomainName() { /** * This is the setter method to the attribute. * Gslb subdomain used for gslb service fqdn match and placement. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param domainName set the domainName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DNSConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DNSConfiguration.java index f60032cf..40f32301 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DNSConfiguration.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DNSConfiguration.java @@ -37,6 +37,7 @@ public class DNSConfiguration extends AviRestResource { /** * This is the getter method this will return the attribute value. * Search domain to use in dns lookup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return searchDomain */ @@ -48,6 +49,7 @@ public String getSearchDomain() { /** * This is the setter method to the attribute. * Search domain to use in dns lookup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param searchDomain set the searchDomain. */ @@ -59,6 +61,7 @@ public void setSearchDomain(String searchDomain) { /** * This is the getter method this will return the attribute value. * List of dns server 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 null. * @return serverList */ @@ -70,6 +73,7 @@ public List getServerList() { /** * This is the setter method. this will set the serverList * List of dns server 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 null. * @return serverList */ @@ -81,6 +85,7 @@ public void setServerList(List serverList) { /** * This is the setter method this will set the serverList * List of dns server 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 null. * @return serverList */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DNSQueryError.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DNSQueryError.java index 4ba22441..baa937b0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DNSQueryError.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DNSQueryError.java @@ -40,7 +40,7 @@ public class DNSQueryError extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property error of obj type dnsqueryerror field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return error */ @@ -51,7 +51,7 @@ public String getError() { /** * This is the setter method to the attribute. - * Placeholder for description of property error of obj type dnsqueryerror field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param error set the error. */ @@ -62,7 +62,7 @@ public void setError(String error) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property error_message of obj type dnsqueryerror field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -73,7 +73,7 @@ public String getErrorMessage() { /** * This is the setter method to the attribute. - * Placeholder for description of property error_message of obj type dnsqueryerror field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -84,7 +84,7 @@ public void setErrorMessage(String errorMessage) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property fqdn of obj type dnsqueryerror field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fqdn */ @@ -95,7 +95,7 @@ public String getFqdn() { /** * This is the setter method to the attribute. - * Placeholder for description of property fqdn of obj type dnsqueryerror field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fqdn set the fqdn. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DNSRegisterInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DNSRegisterInfo.java index d6ef0ea1..8ce37fd9 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DNSRegisterInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DNSRegisterInfo.java @@ -62,7 +62,7 @@ public class DNSRegisterInfo extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property dns_info of obj type dnsregisterinfo 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 dnsInfo */ @@ -73,7 +73,7 @@ public List getDnsInfo() { /** * This is the setter method. this will set the dnsInfo - * Placeholder for description of property dns_info of obj type dnsregisterinfo 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 dnsInfo */ @@ -84,7 +84,7 @@ public void setDnsInfo(List dnsInfo) { /** * This is the setter method this will set the dnsInfo - * Placeholder for description of property dns_info of obj type dnsregisterinfo 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 dnsInfo */ @@ -100,7 +100,7 @@ public DNSRegisterInfo addDnsInfoItem(DnsInfo dnsInfoItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property error of obj type dnsregisterinfo field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return error */ @@ -111,7 +111,7 @@ public String getError() { /** * This is the setter method to the attribute. - * Placeholder for description of property error of obj type dnsregisterinfo field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param error set the error. */ @@ -122,7 +122,7 @@ public void setError(String error) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property fip of obj type dnsregisterinfo 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 */ @@ -133,7 +133,7 @@ public IpAddr getFip() { /** * This is the setter method to the attribute. - * Placeholder for description of property fip of obj type dnsregisterinfo 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. */ @@ -144,7 +144,7 @@ public void setFip(IpAddr fip) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property total_records of obj type dnsregisterinfo 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 totalRecords */ @@ -155,7 +155,7 @@ public Integer getTotalRecords() { /** * This is the setter method to the attribute. - * Placeholder for description of property total_records of obj type dnsregisterinfo 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 totalRecords set the totalRecords. */ @@ -166,7 +166,7 @@ public void setTotalRecords(Integer totalRecords) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vip of obj type dnsregisterinfo 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 */ @@ -177,7 +177,7 @@ public IpAddr getVip() { /** * This is the setter method to the attribute. - * Placeholder for description of property vip of obj type dnsregisterinfo 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. */ @@ -188,7 +188,7 @@ public void setVip(IpAddr vip) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vip_id of obj type dnsregisterinfo field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -199,7 +199,7 @@ public String getVipId() { /** * This is the setter method to the attribute. - * Placeholder for description of property vip_id of obj type dnsregisterinfo field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ @@ -210,7 +210,7 @@ public void setVipId(String vipId) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vs_names of obj type dnsregisterinfo 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 vsNames */ @@ -221,7 +221,7 @@ public List getVsNames() { /** * This is the setter method. this will set the vsNames - * Placeholder for description of property vs_names of obj type dnsregisterinfo 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 vsNames */ @@ -232,7 +232,7 @@ public void setVsNames(List vsNames) { /** * This is the setter method this will set the vsNames - * Placeholder for description of property vs_names of obj type dnsregisterinfo 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 vsNames */ @@ -248,7 +248,7 @@ public DNSRegisterInfo addVsNamesItem(String vsNamesItem) { /** * 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 */ @@ -259,7 +259,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 */ @@ -270,7 +270,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/DNSVsSyncInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DNSVsSyncInfo.java index 8a01090c..8581bd8d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DNSVsSyncInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DNSVsSyncInfo.java @@ -36,7 +36,7 @@ public class DNSVsSyncInfo extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property error of obj type dnsvssyncinfo field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return error */ @@ -47,7 +47,7 @@ public String getError() { /** * This is the setter method to the attribute. - * Placeholder for description of property error of obj type dnsvssyncinfo field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param error set the error. */ @@ -58,7 +58,7 @@ public void setError(String error) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property total_records of obj type dnsvssyncinfo 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 totalRecords */ @@ -69,7 +69,7 @@ public Integer getTotalRecords() { /** * This is the setter method to the attribute. - * Placeholder for description of property total_records of obj type dnsvssyncinfo 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 totalRecords set the totalRecords. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DSRequestLog.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DSRequestLog.java index 51a69413..6ae6d19a 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DSRequestLog.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DSRequestLog.java @@ -106,6 +106,7 @@ public class DSRequestLog extends AviRestResource { * This is the getter method this will return the attribute value. * Name of the datascript where this request was called. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dsName */ @@ -118,6 +119,7 @@ public String getDsName() { * This is the setter method to the attribute. * Name of the datascript where this request was called. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dsName set the dsName. */ @@ -135,6 +137,7 @@ public void setDsName(String dsName) { * VS_DATASCRIPT_EVT_CLIENT_SSL_PRE_CONNECT, VS_DATASCRIPT_EVT_CLIENT_SSL_CLIENT_HELLO, VS_DATASCRIPT_EVT_DNS_REQ, VS_DATASCRIPT_EVT_DNS_RESP, * VS_DATASCRIPT_EVT_L4_REQUEST, VS_DATASCRIPT_EVT_L4_RESPONSE, VS_DATASCRIPT_EVT_MAX. * 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 event */ @@ -152,6 +155,7 @@ public String getEvent() { * VS_DATASCRIPT_EVT_CLIENT_SSL_PRE_CONNECT, VS_DATASCRIPT_EVT_CLIENT_SSL_CLIENT_HELLO, VS_DATASCRIPT_EVT_DNS_REQ, VS_DATASCRIPT_EVT_DNS_RESP, * VS_DATASCRIPT_EVT_L4_REQUEST, VS_DATASCRIPT_EVT_L4_RESPONSE, VS_DATASCRIPT_EVT_MAX. * 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 event set the event. */ @@ -164,6 +168,7 @@ public void setEvent(String event) { * This is the getter method this will return the attribute value. * Response headers received from the server. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headersReceivedFromServer */ @@ -176,6 +181,7 @@ public String getHeadersReceivedFromServer() { * This is the setter method to the attribute. * Response headers received from the server. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param headersReceivedFromServer set the headersReceivedFromServer. */ @@ -188,6 +194,7 @@ public void setHeadersReceivedFromServer(String headersReceivedFromServer) { * This is the getter method this will return the attribute value. * Request headers sent to the server. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headersSentToServer */ @@ -200,6 +207,7 @@ public String getHeadersSentToServer() { * This is the setter method to the attribute. * Request headers sent to the server. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param headersSentToServer set the headersSentToServer. */ @@ -212,6 +220,7 @@ public void setHeadersSentToServer(String headersSentToServer) { * This is the getter method this will return the attribute value. * The http response code received from the external server. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpResponseCode */ @@ -224,6 +233,7 @@ public Integer getHttpResponseCode() { * This is the setter method to the attribute. * The http response code received from the external server. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpResponseCode set the httpResponseCode. */ @@ -236,6 +246,7 @@ public void setHttpResponseCode(Integer httpResponseCode) { * This is the getter method this will return the attribute value. * The http version of the out-of-band request. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpVersion */ @@ -248,6 +259,7 @@ public String getHttpVersion() { * This is the setter method to the attribute. * The http version of the out-of-band request. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpVersion set the httpVersion. */ @@ -260,6 +272,7 @@ public void setHttpVersion(String httpVersion) { * This is the getter method this will return the attribute value. * The http method of the out-of-band request. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return method */ @@ -272,6 +285,7 @@ public String getMethod() { * This is the setter method to the attribute. * The http method of the out-of-band request. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param method set the method. */ @@ -284,6 +298,7 @@ public void setMethod(String method) { * This is the getter method this will return the attribute value. * The name of the pool that was used for the request. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolName */ @@ -296,6 +311,7 @@ public String getPoolName() { * This is the setter method to the attribute. * The name of the pool that was used for the request. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolName set the poolName. */ @@ -308,6 +324,7 @@ public void setPoolName(String poolName) { * This is the getter method this will return the attribute value. * The uuid of the pool that was used for the request. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolUuid */ @@ -320,6 +337,7 @@ public String getPoolUuid() { * This is the setter method to the attribute. * The uuid of the pool that was used for the request. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolUuid set the poolUuid. */ @@ -333,6 +351,7 @@ public void setPoolUuid(String poolUuid) { * Length of the request sent in bytes. * Field introduced in 20.1.3. * Unit is bytes. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestLength */ @@ -346,6 +365,7 @@ public Integer getRequestLength() { * Length of the request sent in bytes. * Field introduced in 20.1.3. * Unit is bytes. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param requestLength set the requestLength. */ @@ -359,6 +379,7 @@ public void setRequestLength(Integer requestLength) { * Length of the response received in bytes. * Field introduced in 20.1.3. * Unit is bytes. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return responseLength */ @@ -372,6 +393,7 @@ public Integer getResponseLength() { * Length of the response received in bytes. * Field introduced in 20.1.3. * Unit is bytes. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param responseLength set the responseLength. */ @@ -384,6 +406,7 @@ public void setResponseLength(Integer responseLength) { * This is the getter method this will return the attribute value. * The ip of the server that was used for the request. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverIp */ @@ -396,6 +419,7 @@ public Integer getServerIp() { * This is the setter method to the attribute. * The ip of the server that was used for the request. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverIp set the serverIp. */ @@ -408,6 +432,7 @@ public void setServerIp(Integer serverIp) { * This is the getter method this will return the attribute value. * The name of the server that was used for the request. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverName */ @@ -420,6 +445,7 @@ public String getServerName() { * This is the setter method to the attribute. * The name of the server that was used for the request. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverName set the serverName. */ @@ -432,6 +458,7 @@ public void setServerName(String serverName) { * This is the getter method this will return the attribute value. * The port of the server that was used for the request. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverPort */ @@ -444,6 +471,7 @@ public Integer getServerPort() { * This is the setter method to the attribute. * The port of the server that was used for the request. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverPort set the serverPort. */ @@ -456,6 +484,7 @@ public void setServerPort(Integer serverPort) { * This is the getter method this will return the attribute value. * Number of servers tried during server reselect before the response is sent back. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return serversTried */ @@ -468,6 +497,7 @@ public Integer getServersTried() { * This is the setter method to the attribute. * Number of servers tried during server reselect before the response is sent back. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param serversTried set the serversTried. */ @@ -480,6 +510,7 @@ public void setServersTried(Integer serversTried) { * This is the getter method this will return the attribute value. * The source port for this request. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sourcePort */ @@ -492,6 +523,7 @@ public Integer getSourcePort() { * This is the setter method to the attribute. * The source port for this request. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sourcePort set the sourcePort. */ @@ -506,6 +538,7 @@ public void setSourcePort(Integer sourcePort) { * This is the time taken from the 1st byte of the request sent to the last byte of the response received. * Field introduced in 20.1.3. * Unit is milliseconds. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return totalTime */ @@ -520,6 +553,7 @@ public Integer getTotalTime() { * This is the time taken from the 1st byte of the request sent to the last byte of the response received. * Field introduced in 20.1.3. * Unit is milliseconds. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param totalTime set the totalTime. */ @@ -532,6 +566,7 @@ public void setTotalTime(Integer totalTime) { * This is the getter method this will return the attribute value. * The uri path of the out-of-band request. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriPath */ @@ -544,6 +579,7 @@ public String getUriPath() { * This is the setter method to the attribute. * The uri path of the out-of-band request. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uriPath set the uriPath. */ @@ -556,6 +592,7 @@ public void setUriPath(String uriPath) { * This is the getter method this will return the attribute value. * The uri query of the out-of-band request. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriQuery */ @@ -568,6 +605,7 @@ public String getUriQuery() { * This is the setter method to the attribute. * The uri query of the out-of-band request. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uriQuery set the uriQuery. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DataNetworkConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DataNetworkConfig.java index 046b7e84..4d77fe58 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DataNetworkConfig.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DataNetworkConfig.java @@ -48,7 +48,7 @@ public class DataNetworkConfig extends AviRestResource { * Nsxt tier1 segment configuration for avi service engine data path. * This should be set only when transport zone is of type overlay. * Field introduced in 20.1.5. - * Allowed in 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 tier1SegmentConfig */ @@ -62,7 +62,7 @@ public NsxtTier1SegmentConfig getTier1SegmentConfig() { * Nsxt tier1 segment configuration for avi service engine data path. * This should be set only when transport zone is of type overlay. * Field introduced in 20.1.5. - * Allowed in 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 tier1SegmentConfig set the tier1SegmentConfig. */ @@ -76,7 +76,7 @@ public void setTier1SegmentConfig(NsxtTier1SegmentConfig tier1SegmentConfig) { * Data transport zone path for avi service engines. * Example- /infra/sites/default/enforcement-points/default/transport-zones/xxx-xxx-xxxx. * Field introduced in 20.1.5. - * Allowed in 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 transportZone */ @@ -90,7 +90,7 @@ public String getTransportZone() { * Data transport zone path for avi service engines. * Example- /infra/sites/default/enforcement-points/default/transport-zones/xxx-xxx-xxxx. * Field introduced in 20.1.5. - * Allowed in 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 transportZone set the transportZone. */ @@ -104,7 +104,7 @@ public void setTransportZone(String transportZone) { * Data transport zone type overlay or vlan. * Enum options - OVERLAY, VLAN. * Field introduced in 20.1.5. - * Allowed in 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 tzType */ @@ -118,7 +118,7 @@ public String getTzType() { * Data transport zone type overlay or vlan. * Enum options - OVERLAY, VLAN. * Field introduced in 20.1.5. - * 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 tzType set the tzType. */ @@ -133,6 +133,7 @@ public void setTzType(String tzType) { * Example- /infra/segments/vlanls. * This should be set only when transport zone is of type vlan. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vlanSegments */ @@ -147,6 +148,7 @@ public List getVlanSegments() { * Example- /infra/segments/vlanls. * This should be set only when transport zone is of type vlan. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vlanSegments */ @@ -161,6 +163,7 @@ public void setVlanSegments(List vlanSegments) { * Example- /infra/segments/vlanls. * This should be set only when transport zone is of type vlan. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vlanSegments */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DataScriptErrorTrace.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DataScriptErrorTrace.java index 769a4989..ee6818ba 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DataScriptErrorTrace.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DataScriptErrorTrace.java @@ -40,7 +40,7 @@ public class DataScriptErrorTrace extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property error of obj type datascripterrortrace field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return error */ @@ -51,7 +51,7 @@ public String getError() { /** * This is the setter method to the attribute. - * Placeholder for description of property error of obj type datascripterrortrace field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param error set the error. */ @@ -62,7 +62,7 @@ public void setError(String error) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property event of obj type datascripterrortrace field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return event */ @@ -73,7 +73,7 @@ public String getEvent() { /** * This is the setter method to the attribute. - * Placeholder for description of property event of obj type datascripterrortrace field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param event set the event. */ @@ -84,7 +84,7 @@ public void setEvent(String event) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property stack_trace of obj type datascripterrortrace field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stackTrace */ @@ -95,7 +95,7 @@ public String getStackTrace() { /** * This is the setter method to the attribute. - * Placeholder for description of property stack_trace of obj type datascripterrortrace field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param stackTrace set the stackTrace. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DatabaseEventInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DatabaseEventInfo.java index 031cf5ab..8d8caf4f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DatabaseEventInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DatabaseEventInfo.java @@ -39,6 +39,7 @@ public class DatabaseEventInfo extends AviRestResource { * Component of the database(e.g. * Metrics). * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return component */ @@ -52,6 +53,7 @@ public String getComponent() { * Component of the database(e.g. * Metrics). * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param component set the component. */ @@ -64,6 +66,7 @@ public void setComponent(String component) { * This is the getter method this will return the attribute value. * Reported message of the event. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return message */ @@ -76,6 +79,7 @@ public String getMessage() { * This is the setter method to the attribute. * Reported message of the event. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * 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/DbAppLearningInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DbAppLearningInfo.java index fd8f2832..0fde40d8 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DbAppLearningInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DbAppLearningInfo.java @@ -43,6 +43,7 @@ public class DbAppLearningInfo extends AviRestResource { * Application uuid. * Combination of virtualservice uuid and waf policy uuid. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appId */ @@ -56,6 +57,7 @@ public String getAppId() { * Application uuid. * Combination of virtualservice uuid and waf policy uuid. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param appId set the appId. */ @@ -68,6 +70,7 @@ public void setAppId(String appId) { * This is the getter method this will return the attribute value. * Information about various uris under a application. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriInfo */ @@ -80,6 +83,7 @@ public List getUriInfo() { * This is the setter method. this will set the uriInfo * Information about various uris under a application. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriInfo */ @@ -92,6 +96,7 @@ public void setUriInfo(List uriInfo) { * This is the setter method this will set the uriInfo * Information about various uris under a application. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriInfo */ @@ -109,6 +114,7 @@ public DbAppLearningInfo addUriInfoItem(URIInfo uriInfoItem) { * This is the getter method this will return the attribute value. * Virtualserivce uuid. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -121,6 +127,7 @@ public String getVsUuid() { * This is the setter method to the attribute. * Virtualserivce uuid. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugController.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugController.java index 1c316c21..3ea3ba87 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugController.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugController.java @@ -61,7 +61,7 @@ public class DebugController extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property filters of obj type debugcontroller 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 filters */ @@ -72,7 +72,7 @@ public DebugFilterUnion getFilters() { /** * This is the setter method to the attribute. - * Placeholder for description of property filters of obj type debugcontroller 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 filters set the filters. */ @@ -84,6 +84,7 @@ public void setFilters(DebugFilterUnion filters) { /** * This is the getter method this will return the attribute value. * Enum options - LOG_LEVEL_DISABLED, LOG_LEVEL_INFO, LOG_LEVEL_WARNING, LOG_LEVEL_ERROR. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return logLevel */ @@ -95,6 +96,7 @@ public String getLogLevel() { /** * This is the setter method to the attribute. * Enum options - LOG_LEVEL_DISABLED, LOG_LEVEL_INFO, LOG_LEVEL_WARNING, LOG_LEVEL_ERROR. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param logLevel set the logLevel. */ @@ -105,7 +107,7 @@ public void setLogLevel(String logLevel) { /** * 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 */ @@ -116,7 +118,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. */ @@ -130,6 +132,7 @@ public void setName(String name) { * Enum options - TASK_QUEUE_DEBUG, RPC_INFRA_DEBUG, JOB_MGR_DEBUG, TRANSACTION_DEBUG, SE_AGENT_DEBUG, SE_AGENT_METRICS_DEBUG, VIRTUALSERVICE_DEBUG, * RES_MGR_DEBUG, SE_MGR_DEBUG, VI_MGR_DEBUG, METRICS_MANAGER_DEBUG, METRICS_MGR_DEBUG, EVENT_API_DEBUG, HS_MGR_DEBUG, ALERT_MGR_DEBUG, * AUTOSCALE_MGR_DEBUG, APIC_AGENT_DEBUG, REDIS_INFRA_DEBUG, CLOUD_CONNECTOR_DEBUG, MESOS_METRICS_DEBUG... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subModule */ @@ -143,6 +146,7 @@ public String getSubModule() { * Enum options - TASK_QUEUE_DEBUG, RPC_INFRA_DEBUG, JOB_MGR_DEBUG, TRANSACTION_DEBUG, SE_AGENT_DEBUG, SE_AGENT_METRICS_DEBUG, VIRTUALSERVICE_DEBUG, * RES_MGR_DEBUG, SE_MGR_DEBUG, VI_MGR_DEBUG, METRICS_MANAGER_DEBUG, METRICS_MGR_DEBUG, EVENT_API_DEBUG, HS_MGR_DEBUG, ALERT_MGR_DEBUG, * AUTOSCALE_MGR_DEBUG, APIC_AGENT_DEBUG, REDIS_INFRA_DEBUG, CLOUD_CONNECTOR_DEBUG, MESOS_METRICS_DEBUG... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subModule set the subModule. */ @@ -154,6 +158,7 @@ public void setSubModule(String subModule) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -165,6 +170,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. */ @@ -176,6 +182,7 @@ public void setTenantRef(String tenantRef) { /** * This is the getter method this will return the attribute value. * Enum options - TRACE_LEVEL_DISABLED, TRACE_LEVEL_ERROR, TRACE_LEVEL_DEBUG, TRACE_LEVEL_DEBUG_DETAIL. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return traceLevel */ @@ -187,6 +194,7 @@ public String getTraceLevel() { /** * This is the setter method to the attribute. * Enum options - TRACE_LEVEL_DISABLED, TRACE_LEVEL_ERROR, TRACE_LEVEL_DEBUG, TRACE_LEVEL_DEBUG_DETAIL. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param traceLevel set the traceLevel. */ @@ -216,7 +224,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 */ @@ -227,7 +235,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/DebugDnsOptions.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugDnsOptions.java index 2c262616..5d6a7f63 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugDnsOptions.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugDnsOptions.java @@ -39,6 +39,7 @@ public class DebugDnsOptions extends AviRestResource { * This field filters the fqdn for dns debug. * Field introduced in 18.2.1. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainName */ @@ -52,6 +53,7 @@ public List getDomainName() { * This field filters the fqdn for dns debug. * Field introduced in 18.2.1. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainName */ @@ -65,6 +67,7 @@ public void setDomainName(List domainName) { * This field filters the fqdn for dns debug. * Field introduced in 18.2.1. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainName */ @@ -83,6 +86,7 @@ public DebugDnsOptions addDomainNameItem(String domainNameItem) { * This field filters the gslb service for dns debug. * Field introduced in 18.2.1. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbServiceName */ @@ -96,6 +100,7 @@ public List getGslbServiceName() { * This field filters the gslb service for dns debug. * Field introduced in 18.2.1. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbServiceName */ @@ -109,6 +114,7 @@ public void setGslbServiceName(List gslbServiceName) { * This field filters the gslb service for dns debug. * Field introduced in 18.2.1. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbServiceName */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugFilterUnion.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugFilterUnion.java index 7b12207a..c5f8cd6d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugFilterUnion.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugFilterUnion.java @@ -97,7 +97,7 @@ public class DebugFilterUnion extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property alert_debug_filter of obj type debugfilterunion 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 alertDebugFilter */ @@ -108,7 +108,7 @@ public AlertMgrDebugFilter getAlertDebugFilter() { /** * This is the setter method to the attribute. - * Placeholder for description of property alert_debug_filter of obj type debugfilterunion 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 alertDebugFilter set the alertDebugFilter. */ @@ -119,7 +119,7 @@ public void setAlertDebugFilter(AlertMgrDebugFilter alertDebugFilter) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property autoscale_mgr_debug_filter of obj type debugfilterunion 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 autoscaleMgrDebugFilter */ @@ -130,7 +130,7 @@ public AutoScaleMgrDebugFilter getAutoscaleMgrDebugFilter() { /** * This is the setter method to the attribute. - * Placeholder for description of property autoscale_mgr_debug_filter of obj type debugfilterunion 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 autoscaleMgrDebugFilter set the autoscaleMgrDebugFilter. */ @@ -141,7 +141,7 @@ public void setAutoscaleMgrDebugFilter(AutoScaleMgrDebugFilter autoscaleMgrDebug /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cloud_connector_debug_filter of obj type debugfilterunion 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 cloudConnectorDebugFilter */ @@ -152,7 +152,7 @@ public CloudConnectorDebugFilter getCloudConnectorDebugFilter() { /** * This is the setter method to the attribute. - * Placeholder for description of property cloud_connector_debug_filter of obj type debugfilterunion 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 cloudConnectorDebugFilter set the cloudConnectorDebugFilter. */ @@ -163,7 +163,7 @@ public void setCloudConnectorDebugFilter(CloudConnectorDebugFilter cloudConnecto /** * This is the getter method this will return the attribute value. - * Placeholder for description of property hs_debug_filter of obj type debugfilterunion 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 hsDebugFilter */ @@ -174,7 +174,7 @@ public HSMgrDebugFilter getHsDebugFilter() { /** * This is the setter method to the attribute. - * Placeholder for description of property hs_debug_filter of obj type debugfilterunion 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 hsDebugFilter set the hsDebugFilter. */ @@ -187,6 +187,7 @@ public void setHsDebugFilter(HSMgrDebugFilter hsDebugFilter) { * This is the getter method this will return the attribute value. * Add filter to log manager debug. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return logmanagerDebugFilter */ @@ -199,6 +200,7 @@ public LogManagerDebugFilter getLogmanagerDebugFilter() { * This is the setter method to the attribute. * Add filter to log manager debug. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param logmanagerDebugFilter set the logmanagerDebugFilter. */ @@ -209,7 +211,7 @@ public void setLogmanagerDebugFilter(LogManagerDebugFilter logmanagerDebugFilter /** * This is the getter method this will return the attribute value. - * Placeholder for description of property mesos_metrics_debug_filter of obj type debugfilterunion 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 mesosMetricsDebugFilter */ @@ -220,7 +222,7 @@ public MesosMetricsDebugFilter getMesosMetricsDebugFilter() { /** * This is the setter method to the attribute. - * Placeholder for description of property mesos_metrics_debug_filter of obj type debugfilterunion 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 mesosMetricsDebugFilter set the mesosMetricsDebugFilter. */ @@ -231,7 +233,7 @@ public void setMesosMetricsDebugFilter(MesosMetricsDebugFilter mesosMetricsDebug /** * This is the getter method this will return the attribute value. - * Placeholder for description of property metrics_debug_filter of obj type debugfilterunion 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 metricsDebugFilter */ @@ -242,7 +244,7 @@ public MetricsMgrDebugFilter getMetricsDebugFilter() { /** * This is the setter method to the attribute. - * Placeholder for description of property metrics_debug_filter of obj type debugfilterunion 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 metricsDebugFilter set the metricsDebugFilter. */ @@ -255,6 +257,7 @@ public void setMetricsDebugFilter(MetricsMgrDebugFilter metricsDebugFilter) { * This is the getter method this will return the attribute value. * Add metricsapi server filter. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsapiSrvDebugFilter */ @@ -267,6 +270,7 @@ public MetricsApiSrvDebugFilter getMetricsapiSrvDebugFilter() { * This is the setter method to the attribute. * Add metricsapi server filter. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricsapiSrvDebugFilter set the metricsapiSrvDebugFilter. */ @@ -277,7 +281,7 @@ public void setMetricsapiSrvDebugFilter(MetricsApiSrvDebugFilter metricsapiSrvDe /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_mgr_debug_filter of obj type debugfilterunion 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 seMgrDebugFilter */ @@ -288,7 +292,7 @@ public SeMgrDebugFilter getSeMgrDebugFilter() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_mgr_debug_filter of obj type debugfilterunion 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 seMgrDebugFilter set the seMgrDebugFilter. */ @@ -301,6 +305,7 @@ public void setSeMgrDebugFilter(SeMgrDebugFilter seMgrDebugFilter) { * This is the getter method this will return the attribute value. * Add se rpc proxy filter. * Field introduced in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRpcProxyFilter */ @@ -313,6 +318,7 @@ public SeRpcProxyDebugFilter getSeRpcProxyFilter() { * This is the setter method to the attribute. * Add se rpc proxy filter. * Field introduced in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRpcProxyFilter set the seRpcProxyFilter. */ @@ -325,6 +331,7 @@ public void setSeRpcProxyFilter(SeRpcProxyDebugFilter seRpcProxyFilter) { * This is the getter method this will return the attribute value. * Add metricsapi server filter. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return securitymgrDebugFilter */ @@ -337,6 +344,7 @@ public SecurityMgrDebugFilter getSecuritymgrDebugFilter() { * This is the setter method to the attribute. * Add metricsapi server filter. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param securitymgrDebugFilter set the securitymgrDebugFilter. */ @@ -347,7 +355,7 @@ public void setSecuritymgrDebugFilter(SecurityMgrDebugFilter securitymgrDebugFil /** * This is the getter method this will return the attribute value. - * Placeholder for description of property state_cache_mgr_debug_filter of obj type debugfilterunion 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 stateCacheMgrDebugFilter */ @@ -358,7 +366,7 @@ public StateCacheMgrDebugFilter getStateCacheMgrDebugFilter() { /** * This is the setter method to the attribute. - * Placeholder for description of property state_cache_mgr_debug_filter of obj type debugfilterunion 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 stateCacheMgrDebugFilter set the stateCacheMgrDebugFilter. */ @@ -372,6 +380,7 @@ public void setStateCacheMgrDebugFilter(StateCacheMgrDebugFilter stateCacheMgrDe * Enum options - TASK_QUEUE_DEBUG, RPC_INFRA_DEBUG, JOB_MGR_DEBUG, TRANSACTION_DEBUG, SE_AGENT_DEBUG, SE_AGENT_METRICS_DEBUG, VIRTUALSERVICE_DEBUG, * RES_MGR_DEBUG, SE_MGR_DEBUG, VI_MGR_DEBUG, METRICS_MANAGER_DEBUG, METRICS_MGR_DEBUG, EVENT_API_DEBUG, HS_MGR_DEBUG, ALERT_MGR_DEBUG, * AUTOSCALE_MGR_DEBUG, APIC_AGENT_DEBUG, REDIS_INFRA_DEBUG, CLOUD_CONNECTOR_DEBUG, MESOS_METRICS_DEBUG... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -385,6 +394,7 @@ public String getType() { * Enum options - TASK_QUEUE_DEBUG, RPC_INFRA_DEBUG, JOB_MGR_DEBUG, TRANSACTION_DEBUG, SE_AGENT_DEBUG, SE_AGENT_METRICS_DEBUG, VIRTUALSERVICE_DEBUG, * RES_MGR_DEBUG, SE_MGR_DEBUG, VI_MGR_DEBUG, METRICS_MANAGER_DEBUG, METRICS_MGR_DEBUG, EVENT_API_DEBUG, HS_MGR_DEBUG, ALERT_MGR_DEBUG, * AUTOSCALE_MGR_DEBUG, APIC_AGENT_DEBUG, REDIS_INFRA_DEBUG, CLOUD_CONNECTOR_DEBUG, MESOS_METRICS_DEBUG... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -395,7 +405,7 @@ public void setType(String type) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vs_debug_filter of obj type debugfilterunion 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 vsDebugFilter */ @@ -406,7 +416,7 @@ public VsDebugFilter getVsDebugFilter() { /** * This is the setter method to the attribute. - * Placeholder for description of property vs_debug_filter of obj type debugfilterunion 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 vsDebugFilter set the vsDebugFilter. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugIpAddr.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugIpAddr.java index 544b0cff..d809b155 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugIpAddr.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugIpAddr.java @@ -40,7 +40,7 @@ public class DebugIpAddr extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property addrs of obj type debugipaddr 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 addrs */ @@ -51,7 +51,7 @@ public List getAddrs() { /** * This is the setter method. this will set the addrs - * Placeholder for description of property addrs of obj type debugipaddr 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 addrs */ @@ -62,7 +62,7 @@ public void setAddrs(List addrs) { /** * This is the setter method this will set the addrs - * Placeholder for description of property addrs of obj type debugipaddr 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 addrs */ @@ -78,7 +78,7 @@ public DebugIpAddr addAddrsItem(IpAddr addrsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property prefixes of obj type debugipaddr 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 prefixes */ @@ -89,7 +89,7 @@ public List getPrefixes() { /** * This is the setter method. this will set the prefixes - * Placeholder for description of property prefixes of obj type debugipaddr 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 prefixes */ @@ -100,7 +100,7 @@ public void setPrefixes(List prefixes) { /** * This is the setter method this will set the prefixes - * Placeholder for description of property prefixes of obj type debugipaddr 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 prefixes */ @@ -116,7 +116,7 @@ public DebugIpAddr addPrefixesItem(IpAddrPrefix prefixesItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ranges of obj type debugipaddr 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 ranges */ @@ -127,7 +127,7 @@ public List getRanges() { /** * This is the setter method. this will set the ranges - * Placeholder for description of property ranges of obj type debugipaddr 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 ranges */ @@ -138,7 +138,7 @@ public void setRanges(List ranges) { /** * This is the setter method this will set the ranges - * Placeholder for description of property ranges of obj type debugipaddr 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 ranges */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugSeAgent.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugSeAgent.java index 39b3694b..bedaa718 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugSeAgent.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugSeAgent.java @@ -46,6 +46,7 @@ public class DebugSeAgent extends AviRestResource { * This is the getter method this will return the attribute value. * Log every nth message. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return logEveryN */ @@ -58,6 +59,7 @@ public Integer getLogEveryN() { * This is the setter method to the attribute. * Log every nth message. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param logEveryN set the logEveryN. */ @@ -69,6 +71,7 @@ public void setLogEveryN(Integer logEveryN) { /** * This is the getter method this will return the attribute value. * Enum options - LOG_LEVEL_DISABLED, LOG_LEVEL_INFO, LOG_LEVEL_WARNING, LOG_LEVEL_ERROR. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return logLevel */ @@ -80,6 +83,7 @@ public String getLogLevel() { /** * This is the setter method to the attribute. * Enum options - LOG_LEVEL_DISABLED, LOG_LEVEL_INFO, LOG_LEVEL_WARNING, LOG_LEVEL_ERROR. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param logLevel set the logLevel. */ @@ -93,6 +97,7 @@ public void setLogLevel(String logLevel) { * Enum options - TASK_QUEUE_DEBUG, RPC_INFRA_DEBUG, JOB_MGR_DEBUG, TRANSACTION_DEBUG, SE_AGENT_DEBUG, SE_AGENT_METRICS_DEBUG, VIRTUALSERVICE_DEBUG, * RES_MGR_DEBUG, SE_MGR_DEBUG, VI_MGR_DEBUG, METRICS_MANAGER_DEBUG, METRICS_MGR_DEBUG, EVENT_API_DEBUG, HS_MGR_DEBUG, ALERT_MGR_DEBUG, * AUTOSCALE_MGR_DEBUG, APIC_AGENT_DEBUG, REDIS_INFRA_DEBUG, CLOUD_CONNECTOR_DEBUG, MESOS_METRICS_DEBUG... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subModule */ @@ -106,6 +111,7 @@ public String getSubModule() { * Enum options - TASK_QUEUE_DEBUG, RPC_INFRA_DEBUG, JOB_MGR_DEBUG, TRANSACTION_DEBUG, SE_AGENT_DEBUG, SE_AGENT_METRICS_DEBUG, VIRTUALSERVICE_DEBUG, * RES_MGR_DEBUG, SE_MGR_DEBUG, VI_MGR_DEBUG, METRICS_MANAGER_DEBUG, METRICS_MGR_DEBUG, EVENT_API_DEBUG, HS_MGR_DEBUG, ALERT_MGR_DEBUG, * AUTOSCALE_MGR_DEBUG, APIC_AGENT_DEBUG, REDIS_INFRA_DEBUG, CLOUD_CONNECTOR_DEBUG, MESOS_METRICS_DEBUG... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subModule set the subModule. */ @@ -117,6 +123,7 @@ public void setSubModule(String subModule) { /** * This is the getter method this will return the attribute value. * Enum options - TRACE_LEVEL_DISABLED, TRACE_LEVEL_ERROR, TRACE_LEVEL_DEBUG, TRACE_LEVEL_DEBUG_DETAIL. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return traceLevel */ @@ -128,6 +135,7 @@ public String getTraceLevel() { /** * This is the setter method to the attribute. * Enum options - TRACE_LEVEL_DISABLED, TRACE_LEVEL_ERROR, TRACE_LEVEL_DEBUG, TRACE_LEVEL_DEBUG_DETAIL. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param traceLevel set the traceLevel. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugSeCpuShares.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugSeCpuShares.java index a47e31d6..bec2a599 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugSeCpuShares.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugSeCpuShares.java @@ -36,7 +36,7 @@ public class DebugSeCpuShares extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cpu of obj type debugsecpushares 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 cpu */ @@ -47,7 +47,7 @@ public Integer getCpu() { /** * This is the setter method to the attribute. - * Placeholder for description of property cpu of obj type debugsecpushares 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 cpu set the cpu. */ @@ -58,7 +58,7 @@ public void setCpu(Integer cpu) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property shares of obj type debugsecpushares 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 shares */ @@ -69,7 +69,7 @@ public Integer getShares() { /** * This is the setter method to the attribute. - * Placeholder for description of property shares of obj type debugsecpushares 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 shares set the shares. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugSeDataplane.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugSeDataplane.java index e400bf9a..03f2856d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugSeDataplane.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugSeDataplane.java @@ -35,6 +35,7 @@ public class DebugSeDataplane extends AviRestResource { * Enum options - DEBUG_DISPATCHER_FLOW, DEBUG_DISPATCHER_FLOW_DETAIL, DEBUG_DISPATCHER_FLOW_ALL, DEBUG_CONFIG, DEBUG_IP, DEBUG_IP_PKT_IN, * DEBUG_IP_PKT_OUT, DEBUG_ARP, DEBUG_ARP_PKT_IN, DEBUG_ARP_PKT_OUT, DEBUG_ETHERNET, DEBUG_ETHERNET_PKT_IN, DEBUG_ETHERNET_PKT_OUT, DEBUG_ICMP, * DEBUG_PCAP_RX, DEBUG_PCAP_TX, DEBUG_PCAP_DROP, DEBUG_PCAP_ALL, DEBUG_MISC, DEBUG_CRUD... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flag */ @@ -48,6 +49,7 @@ public String getFlag() { * Enum options - DEBUG_DISPATCHER_FLOW, DEBUG_DISPATCHER_FLOW_DETAIL, DEBUG_DISPATCHER_FLOW_ALL, DEBUG_CONFIG, DEBUG_IP, DEBUG_IP_PKT_IN, * DEBUG_IP_PKT_OUT, DEBUG_ARP, DEBUG_ARP_PKT_IN, DEBUG_ARP_PKT_OUT, DEBUG_ETHERNET, DEBUG_ETHERNET_PKT_IN, DEBUG_ETHERNET_PKT_OUT, DEBUG_ICMP, * DEBUG_PCAP_RX, DEBUG_PCAP_TX, DEBUG_PCAP_DROP, DEBUG_PCAP_ALL, DEBUG_MISC, DEBUG_CRUD... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param flag set the flag. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugSeFault.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugSeFault.java index 6362513f..7ac508e1 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugSeFault.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugSeFault.java @@ -62,6 +62,7 @@ public class DebugSeFault extends AviRestResource { * This is the getter method this will return the attribute value. * Set of faults to enable/disable. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return faults */ @@ -74,6 +75,7 @@ public List getFaults() { * This is the setter method. this will set the faults * Set of faults to enable/disable. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return faults */ @@ -86,6 +88,7 @@ public void setFaults(List faults) { * This is the setter method this will set the faults * Set of faults to enable/disable. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return faults */ @@ -103,6 +106,7 @@ public DebugSeFault addFaultsItem(SeFault faultsItem) { * This is the getter method this will return the attribute value. * Fail se malloc type at this frequency. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seMallocFailFrequency */ @@ -115,6 +119,7 @@ public Integer getSeMallocFailFrequency() { * This is the setter method to the attribute. * Fail se malloc type at this frequency. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seMallocFailFrequency set the seMallocFailFrequency. */ @@ -127,6 +132,7 @@ public void setSeMallocFailFrequency(Integer seMallocFailFrequency) { * This is the getter method this will return the attribute value. * Fail this se malloc type. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seMallocFailType */ @@ -139,6 +145,7 @@ public Integer getSeMallocFailType() { * This is the setter method to the attribute. * Fail this se malloc type. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seMallocFailType set the seMallocFailType. */ @@ -151,6 +158,7 @@ public void setSeMallocFailType(Integer seMallocFailType) { * This is the getter method this will return the attribute value. * Toggle assert on mbuf cluster sanity check fail. * Field introduced in 17.2.13,18.1.3,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return seMbufClSanity */ @@ -163,6 +171,7 @@ public Boolean getSeMbufClSanity() { * This is the setter method to the attribute. * Toggle assert on mbuf cluster sanity check fail. * Field introduced in 17.2.13,18.1.3,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param seMbufClSanity set the seMbufClSanity. */ @@ -175,6 +184,7 @@ public void setSeMbufClSanity(Boolean seMbufClSanity) { * This is the getter method this will return the attribute value. * Fail se shm malloc type at this frequency. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seShmMallocFailFrequency */ @@ -187,6 +197,7 @@ public Integer getSeShmMallocFailFrequency() { * This is the setter method to the attribute. * Fail se shm malloc type at this frequency. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seShmMallocFailFrequency set the seShmMallocFailFrequency. */ @@ -199,6 +210,7 @@ public void setSeShmMallocFailFrequency(Integer seShmMallocFailFrequency) { * This is the getter method this will return the attribute value. * Fail this se shm malloc type. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seShmMallocFailType */ @@ -211,6 +223,7 @@ public Integer getSeShmMallocFailType() { * This is the setter method to the attribute. * Fail this se shm malloc type. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seShmMallocFailType set the seShmMallocFailType. */ @@ -223,6 +236,7 @@ public void setSeShmMallocFailType(Integer seShmMallocFailType) { * This is the getter method this will return the attribute value. * Fail se waf allocation at this frequency. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seWafAllocFailFrequency */ @@ -235,6 +249,7 @@ public Integer getSeWafAllocFailFrequency() { * This is the setter method to the attribute. * Fail se waf allocation at this frequency. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seWafAllocFailFrequency set the seWafAllocFailFrequency. */ @@ -247,6 +262,7 @@ public void setSeWafAllocFailFrequency(Integer seWafAllocFailFrequency) { * This is the getter method this will return the attribute value. * Fail se waf learning allocation at this frequency. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seWafLearningAllocFailFrequency */ @@ -259,6 +275,7 @@ public Integer getSeWafLearningAllocFailFrequency() { * This is the setter method to the attribute. * Fail se waf learning allocation at this frequency. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seWafLearningAllocFailFrequency set the seWafLearningAllocFailFrequency. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugServiceEngine.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugServiceEngine.java index b689abb0..766d4907 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugServiceEngine.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugServiceEngine.java @@ -108,6 +108,7 @@ public class DebugServiceEngine extends AviRestResource { * Action to be invoked at configured layer. * Enum options - SE_BENCHMARK_MODE_DROP, SE_BENCHMARK_MODE_REFLECT. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_BENCHMARK_MODE_DROP". * @return benchmarkAction */ @@ -121,6 +122,7 @@ public String getBenchmarkAction() { * Action to be invoked at configured layer. * Enum options - SE_BENCHMARK_MODE_DROP, SE_BENCHMARK_MODE_REFLECT. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_BENCHMARK_MODE_DROP". * @param benchmarkAction set the benchmarkAction. */ @@ -137,6 +139,7 @@ public void setBenchmarkAction(String benchmarkAction) { * SE_BENCHMARK_LAYER_PRE_PROXY_PUNT, SE_BENCHMARK_LAYER_POST_PROXY_PUNT, SE_BENCHMARK_LAYER_ETHER_INPUT, SE_BENCHMARK_LAYER_IP_INPUT, * SE_BENCHMARK_LAYER_UDP_INPUT, SE_BENCHMARK_LAYER_POST_L2_PROCESSING. * 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 "SE_BENCHMARK_LAYER_NONE". * @return benchmarkLayer */ @@ -153,6 +156,7 @@ public String getBenchmarkLayer() { * SE_BENCHMARK_LAYER_PRE_PROXY_PUNT, SE_BENCHMARK_LAYER_POST_PROXY_PUNT, SE_BENCHMARK_LAYER_ETHER_INPUT, SE_BENCHMARK_LAYER_IP_INPUT, * SE_BENCHMARK_LAYER_UDP_INPUT, SE_BENCHMARK_LAYER_POST_L2_PROCESSING. * 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 "SE_BENCHMARK_LAYER_NONE". * @param benchmarkLayer set the benchmarkLayer. */ @@ -166,6 +170,7 @@ public void setBenchmarkLayer(String benchmarkLayer) { * Configure different reflect modes. * Enum options - SE_BENCHMARK_REFLECT_SWAP_L4, SE_BENCHMARK_REFLECT_SWAP_L2, SE_BENCHMARK_REFLECT_SWAP_L3. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_BENCHMARK_REFLECT_SWAP_L4". * @return benchmarkOption */ @@ -179,6 +184,7 @@ public String getBenchmarkOption() { * Configure different reflect modes. * Enum options - SE_BENCHMARK_REFLECT_SWAP_L4, SE_BENCHMARK_REFLECT_SWAP_L2, SE_BENCHMARK_REFLECT_SWAP_L3. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_BENCHMARK_REFLECT_SWAP_L4". * @param benchmarkOption set the benchmarkOption. */ @@ -192,6 +198,7 @@ public void setBenchmarkOption(String benchmarkOption) { * Rss hash function to be used for packet reflect in tx path. * Enum options - SE_BENCHMARK_DISABLE_HASH, SE_BENCHMARK_RTE_SOFT_HASH. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_BENCHMARK_DISABLE_HASH". * @return benchmarkRssHash */ @@ -205,6 +212,7 @@ public String getBenchmarkRssHash() { * Rss hash function to be used for packet reflect in tx path. * Enum options - SE_BENCHMARK_DISABLE_HASH, SE_BENCHMARK_RTE_SOFT_HASH. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_BENCHMARK_DISABLE_HASH". * @param benchmarkRssHash set the benchmarkRssHash. */ @@ -217,6 +225,7 @@ public void setBenchmarkRssHash(String benchmarkRssHash) { * This is the getter method this will return the attribute value. * Enable/disable packet capture. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return capture */ @@ -229,6 +238,7 @@ public Boolean getCapture() { * This is the setter method to the attribute. * Enable/disable packet capture. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param capture set the capture. */ @@ -242,6 +252,7 @@ public void setCapture(Boolean capture) { * Per packet capture filters for debug service engine. * Not applicable for dos pcap capture. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return captureFilters */ @@ -255,6 +266,7 @@ public CaptureFilters getCaptureFilters() { * Per packet capture filters for debug service engine. * Not applicable for dos pcap capture. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param captureFilters set the captureFilters. */ @@ -267,6 +279,7 @@ public void setCaptureFilters(CaptureFilters captureFilters) { * This is the getter method this will return the attribute value. * Params for se pcap. * Field introduced in 17.2.14,18.1.5,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return captureParams */ @@ -279,6 +292,7 @@ public DebugVirtualServiceCapture getCaptureParams() { * This is the setter method to the attribute. * Params for se pcap. * Field introduced in 17.2.14,18.1.5,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param captureParams set the captureParams. */ @@ -289,7 +303,7 @@ public void setCaptureParams(DebugVirtualServiceCapture captureParams) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cpu_shares of obj type debugserviceengine 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 cpuShares */ @@ -300,7 +314,7 @@ public List getCpuShares() { /** * This is the setter method. this will set the cpuShares - * Placeholder for description of property cpu_shares of obj type debugserviceengine 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 cpuShares */ @@ -311,7 +325,7 @@ public void setCpuShares(List cpuShares) { /** * This is the setter method this will set the cpuShares - * Placeholder for description of property cpu_shares of obj type debugserviceengine 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 cpuShares */ @@ -330,6 +344,7 @@ public DebugServiceEngine addCpuSharesItem(DebugSeCpuShares cpuSharesItem) { * Per packet ip filter for service engine pcap. * Matches with source and destination address. * Field introduced in 17.2.14,18.1.5,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return debugIp */ @@ -343,6 +358,7 @@ public DebugIpAddr getDebugIp() { * Per packet ip filter for service engine pcap. * Matches with source and destination address. * Field introduced in 17.2.14,18.1.5,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param debugIp set the debugIp. */ @@ -357,6 +373,7 @@ public void setDebugIp(DebugIpAddr debugIp) { * Requires se reboot. * Applicable only in case of vm based deployments. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableKdump */ @@ -371,6 +388,7 @@ public Boolean getEnableKdump() { * Requires se reboot. * Applicable only in case of vm based deployments. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableKdump set the enableKdump. */ @@ -383,6 +401,7 @@ public void setEnableKdump(Boolean enableKdump) { * This is the getter method this will return the attribute value. * Params for se fault injection. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fault */ @@ -395,6 +414,7 @@ public DebugSeFault getFault() { * This is the setter method to the attribute. * Params for se fault injection. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fault set the fault. */ @@ -405,7 +425,7 @@ public void setFault(DebugSeFault fault) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property flags of obj type debugserviceengine 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 flags */ @@ -416,7 +436,7 @@ public List getFlags() { /** * This is the setter method. this will set the flags - * Placeholder for description of property flags of obj type debugserviceengine 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 flags */ @@ -427,7 +447,7 @@ public void setFlags(List flags) { /** * This is the setter method this will set the flags - * Placeholder for description of property flags of obj type debugserviceengine 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 flags */ @@ -443,7 +463,7 @@ public DebugServiceEngine addFlagsItem(DebugSeDataplane flagsItem) { /** * 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 "VM name unknown". * @return name */ @@ -454,7 +474,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 "VM name unknown". * @param name set the name. */ @@ -465,7 +485,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property seagent_debug of obj type debugserviceengine 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 seagentDebug */ @@ -476,7 +496,7 @@ public List getSeagentDebug() { /** * This is the setter method. this will set the seagentDebug - * Placeholder for description of property seagent_debug of obj type debugserviceengine 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 seagentDebug */ @@ -487,7 +507,7 @@ public void setSeagentDebug(List seagentDebug) { /** * This is the setter method this will set the seagentDebug - * Placeholder for description of property seagent_debug of obj type debugserviceengine 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 seagentDebug */ @@ -505,6 +525,7 @@ public DebugServiceEngine addSeagentDebugItem(DebugSeAgent seagentDebugItem) { * This is the getter method this will return the attribute value. * Debug knob for se_log_agent process. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return selogagentDebug */ @@ -517,6 +538,7 @@ public DebugSeAgent getSelogagentDebug() { * This is the setter method to the attribute. * Debug knob for se_log_agent process. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param selogagentDebug set the selogagentDebug. */ @@ -528,6 +550,7 @@ public void setSelogagentDebug(DebugSeAgent selogagentDebug) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -539,6 +562,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. */ @@ -568,7 +592,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 */ @@ -579,7 +603,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/DebugVirtualService.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugVirtualService.java index dda89143..5979f7b3 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugVirtualService.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugVirtualService.java @@ -99,7 +99,7 @@ public class DebugVirtualService extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property capture of obj type debugvirtualservice 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 capture */ @@ -110,7 +110,7 @@ public Boolean getCapture() { /** * This is the setter method to the attribute. - * Placeholder for description of property capture of obj type debugvirtualservice 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 capture set the capture. */ @@ -124,6 +124,7 @@ public void setCapture(Boolean capture) { * Per packet capture filters for debug virtual service. * Applies to both frontend and backend packets. * Field introduced in 18.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return captureFilters */ @@ -137,6 +138,7 @@ public CaptureFilters getCaptureFilters() { * Per packet capture filters for debug virtual service. * Applies to both frontend and backend packets. * Field introduced in 18.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param captureFilters set the captureFilters. */ @@ -147,7 +149,7 @@ public void setCaptureFilters(CaptureFilters captureFilters) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property capture_params of obj type debugvirtualservice 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 captureParams */ @@ -158,7 +160,7 @@ public DebugVirtualServiceCapture getCaptureParams() { /** * This is the setter method to the attribute. - * Placeholder for description of property capture_params of obj type debugvirtualservice 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 captureParams set the captureParams. */ @@ -170,6 +172,7 @@ public void setCaptureParams(DebugVirtualServiceCapture captureParams) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -181,6 +184,7 @@ public String getCloudRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -193,6 +197,7 @@ public void setCloudRef(String cloudRef) { * This is the getter method this will return the attribute value. * This option controls the capture of health monitor flows. * Enum options - DEBUG_VS_HM_NONE, DEBUG_VS_HM_ONLY, DEBUG_VS_HM_INCLUDE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DEBUG_VS_HM_NONE". * @return debugHm */ @@ -205,6 +210,7 @@ public String getDebugHm() { * This is the setter method to the attribute. * This option controls the capture of health monitor flows. * Enum options - DEBUG_VS_HM_NONE, DEBUG_VS_HM_ONLY, DEBUG_VS_HM_INCLUDE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DEBUG_VS_HM_NONE". * @param debugHm set the debugHm. */ @@ -216,6 +222,7 @@ public void setDebugHm(String debugHm) { /** * This is the getter method this will return the attribute value. * Filters all packets of a complete transaction (client and server side), based on client ip. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return debugIp */ @@ -227,6 +234,7 @@ public DebugIpAddr getDebugIp() { /** * This is the setter method to the attribute. * Filters all packets of a complete transaction (client and server side), based on client ip. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param debugIp set the debugIp. */ @@ -239,6 +247,7 @@ public void setDebugIp(DebugIpAddr debugIp) { * This is the getter method this will return the attribute value. * Dns debug options. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsOptions */ @@ -251,6 +260,7 @@ public DebugDnsOptions getDnsOptions() { * This is the setter method to the attribute. * Dns debug options. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsOptions set the dnsOptions. */ @@ -261,7 +271,7 @@ public void setDnsOptions(DebugDnsOptions dnsOptions) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property flags of obj type debugvirtualservice 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 flags */ @@ -272,7 +282,7 @@ public List getFlags() { /** * This is the setter method. this will set the flags - * Placeholder for description of property flags of obj type debugvirtualservice 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 flags */ @@ -283,7 +293,7 @@ public void setFlags(List flags) { /** * This is the setter method this will set the flags - * Placeholder for description of property flags of obj type debugvirtualservice 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 flags */ @@ -302,6 +312,7 @@ public DebugVirtualService addFlagsItem(DebugVsDataplane flagsItem) { * Filters for latency audit. * Supported only for ingress. * 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 latencyAuditFilters */ @@ -315,6 +326,7 @@ public CaptureFilters getLatencyAuditFilters() { * Filters for latency audit. * Supported only for ingress. * 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 latencyAuditFilters set the latencyAuditFilters. */ @@ -325,7 +337,7 @@ public void setLatencyAuditFilters(CaptureFilters latencyAuditFilters) { /** * 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 */ @@ -336,7 +348,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. */ @@ -349,6 +361,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Object sync debug options. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objsync */ @@ -361,6 +374,7 @@ public DebugVirtualServiceObjSync getObjsync() { * This is the setter method to the attribute. * Object sync debug options. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objsync set the objsync. */ @@ -374,6 +388,7 @@ public void setObjsync(DebugVirtualServiceObjSync objsync) { * This option re-synchronizes flows between active-standby service engines for all the virtual services placed on them. * It should be used with caution because as it can cause a flood between active-standby. * Field introduced in 18.1.3,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return resyncFlows */ @@ -387,6 +402,7 @@ public Boolean getResyncFlows() { * This option re-synchronizes flows between active-standby service engines for all the virtual services placed on them. * It should be used with caution because as it can cause a flood between active-standby. * Field introduced in 18.1.3,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param resyncFlows set the resyncFlows. */ @@ -397,7 +413,7 @@ public void setResyncFlows(Boolean resyncFlows) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_params of obj type debugvirtualservice 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 seParams */ @@ -408,7 +424,7 @@ public DebugVirtualServiceSeParams getSeParams() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_params of obj type debugvirtualservice 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 seParams set the seParams. */ @@ -420,6 +436,7 @@ public void setSeParams(DebugVirtualServiceSeParams seParams) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -431,6 +448,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. */ @@ -460,7 +478,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 */ @@ -471,7 +489,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/DebugVirtualServiceCapture.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugVirtualServiceCapture.java index 7b1502a4..2f1ca35a 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugVirtualServiceCapture.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugVirtualServiceCapture.java @@ -62,6 +62,7 @@ public class DebugVirtualServiceCapture extends AviRestResource { * Set both to 0 for avi default size. * Dos, ipc and drop pcaps not applicaple. * Field introduced in 18.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return captureFileSize */ @@ -77,6 +78,7 @@ public CaptureFileSize getCaptureFileSize() { * Set both to 0 for avi default size. * Dos, ipc and drop pcaps not applicaple. * Field introduced in 18.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param captureFileSize set the captureFileSize. */ @@ -89,8 +91,9 @@ public void setCaptureFileSize(CaptureFileSize captureFileSize) { * This is the getter method this will return the attribute value. * Number of minutes to capture packets. * Use 0 to capture until manually stopped. - * 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 0. * @return duration */ @@ -103,8 +106,9 @@ public Integer getDuration() { * This is the setter method to the attribute. * Number of minutes to capture packets. * Use 0 to capture until manually stopped. - * 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 0. * @param duration set the duration. */ @@ -117,6 +121,7 @@ public void setDuration(Integer duration) { * This is the getter method this will return the attribute value. * Enable ssl session key capture. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableSslSessionKeyCapture */ @@ -129,6 +134,7 @@ public Boolean getEnableSslSessionKeyCapture() { * This is the setter method to the attribute. * Enable ssl session key capture. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableSslSessionKeyCapture set the enableSslSessionKeyCapture. */ @@ -142,6 +148,7 @@ public void setEnableSslSessionKeyCapture(Boolean enableSslSessionKeyCapture) { * Number of files to maintain for se pcap file rotation.file count set to 1 indicates no rotate. * Allowed values are 1-10. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return fileCount */ @@ -155,6 +162,7 @@ public Integer getFileCount() { * Number of files to maintain for se pcap file rotation.file count set to 1 indicates no rotate. * Allowed values are 1-10. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param fileCount set the fileCount. */ @@ -166,6 +174,7 @@ public void setFileCount(Integer fileCount) { /** * This is the getter method this will return the attribute value. * Total number of packets to capture. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numPkts */ @@ -177,6 +186,7 @@ public Integer getNumPkts() { /** * This is the setter method to the attribute. * Total number of packets to capture. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numPkts set the numPkts. */ @@ -189,6 +199,7 @@ public void setNumPkts(Integer numPkts) { * This is the getter method this will return the attribute value. * Enable pcapng for packet capture. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return pcapNg */ @@ -201,6 +212,7 @@ public Boolean getPcapNg() { * This is the setter method to the attribute. * Enable pcapng for packet capture. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param pcapNg set the pcapNg. */ @@ -214,8 +226,9 @@ public void setPcapNg(Boolean pcapNg) { * Number of bytes of each packet to capture. * Use 0 to capture the entire packet. * Allowed values are 64-1514. - * Special values are 0 - 'full capture'. + * Special values are 0 - full capture. * 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 128. * @return pktSize */ @@ -229,8 +242,9 @@ public Integer getPktSize() { * Number of bytes of each packet to capture. * Use 0 to capture the entire packet. * Allowed values are 64-1514. - * Special values are 0 - 'full capture'. + * Special values are 0 - full capture. * 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 128. * @param pktSize set the pktSize. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugVirtualServiceObjSync.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugVirtualServiceObjSync.java index 8e37db1b..0329cd54 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugVirtualServiceObjSync.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugVirtualServiceObjSync.java @@ -34,6 +34,7 @@ public class DebugVirtualServiceObjSync extends AviRestResource { * This is the getter method this will return the attribute value. * Triggers initial sync on all the ses of this vs. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return triggerInitialSync */ @@ -46,6 +47,7 @@ public Boolean getTriggerInitialSync() { * This is the setter method to the attribute. * Triggers initial sync on all the ses of this vs. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param triggerInitialSync set the triggerInitialSync. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugVirtualServiceSeParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugVirtualServiceSeParams.java index 32ca834f..ae5bbbb4 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugVirtualServiceSeParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugVirtualServiceSeParams.java @@ -33,6 +33,7 @@ public class DebugVirtualServiceSeParams extends AviRestResource { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRefs */ @@ -44,6 +45,7 @@ public List getSeRefs() { /** * This is the setter method. this will set the seRefs * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRefs */ @@ -55,6 +57,7 @@ public void setSeRefs(List seRefs) { /** * This is the setter method this will set the seRefs * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRefs */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugVrf.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugVrf.java index 60f37425..43ff5456 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugVrf.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugVrf.java @@ -34,6 +34,7 @@ public class DebugVrf extends AviRestResource { * This is the getter method this will return the attribute value. * Enum options - DEBUG_VRF_BGP, DEBUG_VRF_QUAGGA, DEBUG_VRF_ALL, DEBUG_VRF_NONE. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flag */ @@ -46,6 +47,7 @@ public String getFlag() { * This is the setter method to the attribute. * Enum options - DEBUG_VRF_BGP, DEBUG_VRF_QUAGGA, DEBUG_VRF_ALL, DEBUG_VRF_NONE. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param flag set the flag. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugVrfContext.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugVrfContext.java index 48f8cf06..95855a9a 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugVrfContext.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugVrfContext.java @@ -44,6 +44,7 @@ public class DebugVrfContext extends AviRestResource { * Allowed values are 1-4. * Field introduced in 17.2.13,18.1.5,18.2.1. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return commandBufferInterval */ @@ -58,6 +59,7 @@ public Integer getCommandBufferInterval() { * Allowed values are 1-4. * Field introduced in 17.2.13,18.1.5,18.2.1. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param commandBufferInterval set the commandBufferInterval. */ @@ -72,6 +74,7 @@ public void setCommandBufferInterval(Integer commandBufferInterval) { * Allowed values are 1-32768. * Field introduced in 17.2.13,18.1.5,18.2.1. * Unit is bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 32768. * @return commandBufferSize */ @@ -86,6 +89,7 @@ public Integer getCommandBufferSize() { * Allowed values are 1-32768. * Field introduced in 17.2.13,18.1.5,18.2.1. * Unit is bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 32768. * @param commandBufferSize set the commandBufferSize. */ @@ -97,6 +101,7 @@ public void setCommandBufferSize(Integer commandBufferSize) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flags */ @@ -108,6 +113,7 @@ public List getFlags() { /** * This is the setter method. this will set the flags * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flags */ @@ -119,6 +125,7 @@ public void setFlags(List flags) { /** * This is the setter method this will set the flags * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flags */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugVsDataplane.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugVsDataplane.java index 3ca099b4..0eed7e66 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugVsDataplane.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DebugVsDataplane.java @@ -35,6 +35,7 @@ public class DebugVsDataplane extends AviRestResource { * Enum options - DEBUG_VS_TCP_CONNECTION, DEBUG_VS_TCP_PKT, DEBUG_VS_TCP_APP, DEBUG_VS_TCP_APP_PKT, DEBUG_VS_TCP_RETRANSMIT, DEBUG_VS_TCP_TIMER, * DEBUG_VS_TCP_CONN_ERROR, DEBUG_VS_TCP_PKT_ERROR, DEBUG_VS_TCP_REXMT, DEBUG_VS_TCP_ALL, DEBUG_VS_CREDIT, DEBUG_VS_PROXY_CONNECTION, * DEBUG_VS_PROXY_PKT, DEBUG_VS_PROXY_ERR, DEBUG_VS_UDP, DEBUG_VS_UDP_PKT, DEBUG_VS_HM, DEBUG_VS_HM_ERR, DEBUG_VS_HM_PKT, DEBUG_VS_HTTP_CORE... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flag */ @@ -48,6 +49,7 @@ public String getFlag() { * Enum options - DEBUG_VS_TCP_CONNECTION, DEBUG_VS_TCP_PKT, DEBUG_VS_TCP_APP, DEBUG_VS_TCP_APP_PKT, DEBUG_VS_TCP_RETRANSMIT, DEBUG_VS_TCP_TIMER, * DEBUG_VS_TCP_CONN_ERROR, DEBUG_VS_TCP_PKT_ERROR, DEBUG_VS_TCP_REXMT, DEBUG_VS_TCP_ALL, DEBUG_VS_CREDIT, DEBUG_VS_PROXY_CONNECTION, * DEBUG_VS_PROXY_PKT, DEBUG_VS_PROXY_ERR, DEBUG_VS_UDP, DEBUG_VS_UDP_PKT, DEBUG_VS_HM, DEBUG_VS_HM_ERR, DEBUG_VS_HM_PKT, DEBUG_VS_HTTP_CORE... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param flag set the flag. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DetachIpStatusEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DetachIpStatusEventDetails.java index 5a979482..6b10b46f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DetachIpStatusEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DetachIpStatusEventDetails.java @@ -46,6 +46,7 @@ public class DetachIpStatusEventDetails extends AviRestResource { * This is the getter method this will return the attribute value. * Reason if detach ip failed. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * 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 detach 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/DisableSeMigrateEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DisableSeMigrateEventDetails.java index f51e145f..01913a76 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DisableSeMigrateEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DisableSeMigrateEventDetails.java @@ -37,7 +37,7 @@ public class DisableSeMigrateEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property migrate_params of obj type disablesemigrateeventdetails 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 migrateParams */ @@ -48,7 +48,7 @@ public VsMigrateParams getMigrateParams() { /** * This is the setter method to the attribute. - * Placeholder for description of property migrate_params of obj type disablesemigrateeventdetails 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 migrateParams set the migrateParams. */ @@ -59,7 +59,7 @@ public void setMigrateParams(VsMigrateParams migrateParams) { /** * 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 */ @@ -70,7 +70,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DiscoveredNetwork.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DiscoveredNetwork.java index f396f338..611b51b0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DiscoveredNetwork.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DiscoveredNetwork.java @@ -42,6 +42,7 @@ public class DiscoveredNetwork extends AviRestResource { * This is the getter method this will return the attribute value. * Discovered network for this ip. * It is a reference to an object of type network. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkRef */ @@ -54,6 +55,7 @@ public String getNetworkRef() { * This is the setter method to the attribute. * Discovered network for this ip. * It is a reference to an object of type network. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkRef set the networkRef. */ @@ -65,6 +67,7 @@ public void setNetworkRef(String networkRef) { /** * This is the getter method this will return the attribute value. * Discovered subnet for this ip. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet */ @@ -76,6 +79,7 @@ public List getSubnet() { /** * This is the setter method. this will set the subnet * Discovered subnet for this ip. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet */ @@ -87,6 +91,7 @@ public void setSubnet(List subnet) { /** * This is the setter method this will set the subnet * Discovered subnet for this ip. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet */ @@ -104,6 +109,7 @@ public DiscoveredNetwork addSubnetItem(IpAddrPrefix subnetItem) { * This is the getter method this will return the attribute value. * Discovered ipv6 subnet for this ip. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet6 */ @@ -116,6 +122,7 @@ public List getSubnet6() { * This is the setter method. this will set the subnet6 * Discovered ipv6 subnet for this ip. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet6 */ @@ -128,6 +135,7 @@ public void setSubnet6(List subnet6) { * This is the setter method this will set the subnet6 * Discovered ipv6 subnet for this ip. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet6 */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DiskUsage.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DiskUsage.java index 58a51cb1..84b0f7cb 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DiskUsage.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DiskUsage.java @@ -44,7 +44,7 @@ public class DiskUsage extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cntlr_disk_free of obj type diskusage 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 cntlrDiskFree */ @@ -55,7 +55,7 @@ public List getCntlrDiskFree() { /** * This is the setter method. this will set the cntlrDiskFree - * Placeholder for description of property cntlr_disk_free of obj type diskusage 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 cntlrDiskFree */ @@ -66,7 +66,7 @@ public void setCntlrDiskFree(List cntlrDiskFree) { /** * This is the setter method this will set the cntlrDiskFree - * Placeholder for description of property cntlr_disk_free of obj type diskusage 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 cntlrDiskFree */ @@ -82,7 +82,7 @@ public DiskUsage addCntlrDiskFreeItem(OverallInfo cntlrDiskFreeItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cntlr_disk_usage of obj type diskusage 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 cntlrDiskUsage */ @@ -93,7 +93,7 @@ public List getCntlrDiskUsage() { /** * This is the setter method. this will set the cntlrDiskUsage - * Placeholder for description of property cntlr_disk_usage of obj type diskusage 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 cntlrDiskUsage */ @@ -104,7 +104,7 @@ public void setCntlrDiskUsage(List cntlrDiskUsage) { /** * This is the setter method this will set the cntlrDiskUsage - * Placeholder for description of property cntlr_disk_usage of obj type diskusage 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 cntlrDiskUsage */ @@ -120,7 +120,7 @@ public DiskUsage addCntlrDiskUsageItem(PartitionInfo cntlrDiskUsageItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_disk_free of obj type diskusage 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 seDiskFree */ @@ -131,7 +131,7 @@ public List getSeDiskFree() { /** * This is the setter method. this will set the seDiskFree - * Placeholder for description of property se_disk_free of obj type diskusage 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 seDiskFree */ @@ -142,7 +142,7 @@ public void setSeDiskFree(List seDiskFree) { /** * This is the setter method this will set the seDiskFree - * Placeholder for description of property se_disk_free of obj type diskusage 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 seDiskFree */ @@ -158,7 +158,7 @@ public DiskUsage addSeDiskFreeItem(OverallInfo seDiskFreeItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_disk_usage of obj type diskusage 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 seDiskUsage */ @@ -169,7 +169,7 @@ public List getSeDiskUsage() { /** * This is the setter method. this will set the seDiskUsage - * Placeholder for description of property se_disk_usage of obj type diskusage 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 seDiskUsage */ @@ -180,7 +180,7 @@ public void setSeDiskUsage(List seDiskUsage) { /** * This is the setter method this will set the seDiskUsage - * Placeholder for description of property se_disk_usage of obj type diskusage 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 seDiskUsage */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DiskUsageInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DiskUsageInfo.java index 94ac51d0..f9af3c9d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DiskUsageInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DiskUsageInfo.java @@ -34,6 +34,7 @@ public class DiskUsageInfo extends AviRestResource { * This is the getter method this will return the attribute value. * Identifies the disk usage of the node. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return diskUsageOnNodes */ @@ -46,6 +47,7 @@ public List getDiskUsageOnNodes() { * This is the setter method. this will set the diskUsageOnNodes * Identifies the disk usage of the node. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return diskUsageOnNodes */ @@ -58,6 +60,7 @@ public void setDiskUsageOnNodes(List diskUsageOnNodes) { * This is the setter method this will set the diskUsageOnNodes * Identifies the disk usage of the node. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return diskUsageOnNodes */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DiskUsagePerNode.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DiskUsagePerNode.java index 639c6e46..4a9c18bb 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DiskUsagePerNode.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DiskUsagePerNode.java @@ -39,6 +39,7 @@ public class DiskUsagePerNode extends AviRestResource { * This is the getter method this will return the attribute value. * Identifies the disk usage of the node. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return diskInfo */ @@ -51,6 +52,7 @@ public DiskUsage getDiskInfo() { * This is the setter method to the attribute. * Identifies the disk usage of the node. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param diskInfo set the diskInfo. */ @@ -63,6 +65,7 @@ public void setDiskInfo(DiskUsage diskInfo) { * This is the getter method this will return the attribute value. * Identifies the name of the node. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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 name of the node. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/DispatcherTableDumpClear.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DispatcherTableDumpClear.java index d306ee37..bdb599d9 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DispatcherTableDumpClear.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DispatcherTableDumpClear.java @@ -32,7 +32,7 @@ public class DispatcherTableDumpClear extends AviRestResource { /** * 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 */ @@ -43,7 +43,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsAAAARdata.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsAAAARdata.java index 3e899607..60cda8b5 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsAAAARdata.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsAAAARdata.java @@ -35,6 +35,7 @@ public class DnsAAAARdata extends AviRestResource { * This is the getter method this will return the attribute value. * Ipv6 address for fqdn. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6Address */ @@ -47,6 +48,7 @@ public IpAddr getIp6Address() { * This is the setter method to the attribute. * Ipv6 address for fqdn. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip6Address set the ip6Address. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsARdata.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsARdata.java index b8c3b439..2de3b265 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsARdata.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsARdata.java @@ -34,6 +34,7 @@ public class DnsARdata extends AviRestResource { /** * This is the getter method this will return the attribute value. * Ip address for fqdn. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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 for fqdn. + * Allowed in enterprise edition with any value, 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/DnsAttack.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsAttack.java index 2c58a9b7..54229f3f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsAttack.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsAttack.java @@ -52,6 +52,7 @@ public class DnsAttack extends AviRestResource { * The dns attack vector. * Enum options - DNS_REFLECTION, DNS_NXDOMAIN, DNS_AMPLIFICATION_EGRESS. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attackVector */ @@ -65,6 +66,7 @@ public String getAttackVector() { * The dns attack vector. * Enum options - DNS_REFLECTION, DNS_NXDOMAIN, DNS_AMPLIFICATION_EGRESS. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attackVector set the attackVector. */ @@ -77,6 +79,7 @@ public void setAttackVector(String attackVector) { * This is the getter method this will return the attribute value. * Enable or disable the mitigation of the attack vector. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -89,6 +92,7 @@ public Boolean getEnabled() { * This is the setter method to the attribute. * Enable or disable the mitigation of the attack vector. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -101,9 +105,10 @@ public void setEnabled(Boolean enabled) { * This is the getter method this will return the attribute value. * Time in minutes after which mitigation will be deactivated. * Allowed values are 1-4294967295. - * Special values are 0- 'blocked for ever'. + * Special values are 0- blocked for ever. * Field introduced in 18.2.1. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return maxMitigationAge */ @@ -116,9 +121,10 @@ public Integer getMaxMitigationAge() { * This is the setter method to the attribute. * Time in minutes after which mitigation will be deactivated. * Allowed values are 1-4294967295. - * Special values are 0- 'blocked for ever'. + * Special values are 0- blocked for ever. * Field introduced in 18.2.1. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param maxMitigationAge set the maxMitigationAge. */ @@ -131,6 +137,7 @@ public void setMaxMitigationAge(Integer maxMitigationAge) { * This is the getter method this will return the attribute value. * Mitigation action to perform for this dns attack vector. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mitigationAction */ @@ -143,6 +150,7 @@ public AttackMitigationAction getMitigationAction() { * This is the setter method to the attribute. * Mitigation action to perform for this dns attack vector. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mitigationAction set the mitigationAction. */ @@ -155,6 +163,7 @@ public void setMitigationAction(AttackMitigationAction mitigationAction) { * This is the getter method this will return the attribute value. * Threshold, in terms of dns packet per second, for the dns attack vector. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return threshold */ @@ -167,6 +176,7 @@ public Integer getThreshold() { * This is the setter method to the attribute. * Threshold, in terms of dns packet per second, for the dns attack vector. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/DnsAttacks.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsAttacks.java index 12506488..2fbc04c2 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsAttacks.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsAttacks.java @@ -38,6 +38,7 @@ public class DnsAttacks extends AviRestResource { * This is the getter method this will return the attribute value. * Mode of dealing with the attacks - perform detection only, or detect and mitigate the attacks. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attacks */ @@ -50,6 +51,7 @@ public List getAttacks() { * This is the setter method. this will set the attacks * Mode of dealing with the attacks - perform detection only, or detect and mitigate the attacks. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attacks */ @@ -62,6 +64,7 @@ public void setAttacks(List attacks) { * This is the setter method this will set the attacks * Mode of dealing with the attacks - perform detection only, or detect and mitigate the attacks. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attacks */ @@ -80,6 +83,7 @@ public DnsAttacks addAttacksItem(DnsAttack attacksItem) { * Mode of dealing with the attacks - perform detection only, or detect and mitigate the attacks. * Enum options - DETECTION, MITIGATION. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operMode */ @@ -93,6 +97,7 @@ public String getOperMode() { * Mode of dealing with the attacks - perform detection only, or detect and mitigate the attacks. * Enum options - DETECTION, MITIGATION. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param operMode set the operMode. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsClientIpMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsClientIpMatch.java index 32df8eed..c867e2c8 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsClientIpMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsClientIpMatch.java @@ -39,6 +39,7 @@ public class DnsClientIpMatch extends AviRestResource { * This is the getter method this will return the attribute value. * Ip addresses to match against client ip. * Field introduced in 17.1.6,17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIp */ @@ -51,6 +52,7 @@ public IpAddrMatch getClientIp() { * This is the setter method to the attribute. * Ip addresses to match against client ip. * Field introduced in 17.1.6,17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIp set the clientIp. */ @@ -64,6 +66,7 @@ public void setClientIp(IpAddrMatch clientIp) { * Use the ip address from the edns client subnet option, if available, as the source ip address of the client. * It should be noted that the edns subnet ip may not be a /32 ip address. * Field introduced in 17.1.6,17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return useEdnsClientSubnetIp */ @@ -77,6 +80,7 @@ public Boolean getUseEdnsClientSubnetIp() { * Use the ip address from the edns client subnet option, if available, as the source ip address of the client. * It should be noted that the edns subnet ip may not be a /32 ip address. * Field introduced in 17.1.6,17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param useEdnsClientSubnetIp set the useEdnsClientSubnetIp. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsClientPortMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsClientPortMatch.java index b68e3150..78cfea10 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsClientPortMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsClientPortMatch.java @@ -35,6 +35,7 @@ public class DnsClientPortMatch extends AviRestResource { * This is the getter method this will return the attribute value. * Port number to match against client port number in request. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientPorts */ @@ -47,6 +48,7 @@ public PortMatchGeneric getClientPorts() { * This is the setter method to the attribute. * Port number to match against client port number in request. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientPorts set the clientPorts. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsCnameRdata.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsCnameRdata.java index cb9a050c..42ec1736 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsCnameRdata.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsCnameRdata.java @@ -33,6 +33,7 @@ public class DnsCnameRdata extends AviRestResource { /** * This is the getter method this will return the attribute value. * Canonical name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cname */ @@ -44,6 +45,7 @@ public String getCname() { /** * This is the setter method to the attribute. * Canonical name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cname set the cname. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsEdnsOption.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsEdnsOption.java index 6956eab1..c555033c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsEdnsOption.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsEdnsOption.java @@ -54,6 +54,7 @@ public class DnsEdnsOption extends AviRestResource { * This is the getter method this will return the attribute value. * Address family. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addrFamily */ @@ -66,6 +67,7 @@ public Integer getAddrFamily() { * This is the setter method to the attribute. * Address family. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param addrFamily set the addrFamily. */ @@ -81,6 +83,7 @@ public void setAddrFamily(Integer addrFamily) { * EDNS_OPTION_CODE_CLIENT_SUBNET, EDNS_OPTION_CODE_EXPIRE, EDNS_OPTION_CODE_COOKIE, EDNS_OPTION_CODE_TCP_KEEPALIVE, EDNS_OPTION_CODE_PADDING, * EDNS_OPTION_CODE_CHAIN. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return code */ @@ -96,6 +99,7 @@ public String getCode() { * EDNS_OPTION_CODE_CLIENT_SUBNET, EDNS_OPTION_CODE_EXPIRE, EDNS_OPTION_CODE_COOKIE, EDNS_OPTION_CODE_TCP_KEEPALIVE, EDNS_OPTION_CODE_PADDING, * EDNS_OPTION_CODE_CHAIN. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param code set the code. */ @@ -108,6 +112,7 @@ public void setCode(String code) { * This is the getter method this will return the attribute value. * Scope prefix length of address. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scopePrefixLen */ @@ -120,6 +125,7 @@ public Integer getScopePrefixLen() { * This is the setter method to the attribute. * Scope prefix length of address. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param scopePrefixLen set the scopePrefixLen. */ @@ -132,6 +138,7 @@ public void setScopePrefixLen(Integer scopePrefixLen) { * This is the getter method this will return the attribute value. * Source prefix length of address. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sourcePrefixLen */ @@ -144,6 +151,7 @@ public Integer getSourcePrefixLen() { * This is the setter method to the attribute. * Source prefix length of address. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sourcePrefixLen set the sourcePrefixLen. */ @@ -156,6 +164,7 @@ public void setSourcePrefixLen(Integer sourcePrefixLen) { * This is the getter method this will return the attribute value. * Ipv4 address of the client subnet. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnetIp */ @@ -168,6 +177,7 @@ public Integer getSubnetIp() { * This is the setter method to the attribute. * Ipv4 address of the client subnet. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnetIp set the subnetIp. */ @@ -180,6 +190,7 @@ public void setSubnetIp(Integer subnetIp) { * This is the getter method this will return the attribute value. * Ipv6 address of the client subnet. * Field introduced in 18.2.12, 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnetIp6 */ @@ -192,6 +203,7 @@ public String getSubnetIp6() { * This is the setter method to the attribute. * Ipv6 address of the client subnet. * Field introduced in 18.2.12, 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnetIp6 set the subnetIp6. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsGeoLocationMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsGeoLocationMatch.java index 54c653a3..9244b687 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsGeoLocationMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsGeoLocationMatch.java @@ -48,6 +48,7 @@ public class DnsGeoLocationMatch extends AviRestResource { * This location is of the format country/state/city e.g. * Us/ca/santa clara. * Field introduced in 17.1.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geolocationName */ @@ -62,6 +63,7 @@ public String getGeolocationName() { * This location is of the format country/state/city e.g. * Us/ca/santa clara. * Field introduced in 17.1.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param geolocationName set the geolocationName. */ @@ -76,6 +78,7 @@ public void setGeolocationName(String geolocationName) { * This could be any string value for the client ip, e.g. * Client ips from us east coast geolocation would be tagged as 'east coast'. * Field introduced in 17.1.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geolocationTag */ @@ -90,6 +93,7 @@ public String getGeolocationTag() { * This could be any string value for the client ip, e.g. * Client ips from us east coast geolocation would be tagged as 'east coast'. * Field introduced in 17.1.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param geolocationTag set the geolocationTag. */ @@ -103,6 +107,7 @@ public void setGeolocationTag(String geolocationTag) { * Criterion to use for matching the client ip's geographical location. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 17.1.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -116,6 +121,7 @@ public String getMatchCriteria() { * Criterion to use for matching the client ip's geographical location. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 17.1.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -128,6 +134,7 @@ public void setMatchCriteria(String matchCriteria) { * This is the getter method this will return the attribute value. * Use the ip address from the edns client subnet option, if available, to derive geo location of the dns query. * Field introduced in 17.1.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return useEdnsClientSubnetIp */ @@ -140,6 +147,7 @@ public Boolean getUseEdnsClientSubnetIp() { * This is the setter method to the attribute. * Use the ip address from the edns client subnet option, if available, to derive geo location of the dns query. * Field introduced in 17.1.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param useEdnsClientSubnetIp set the useEdnsClientSubnetIp. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsInfo.java index 0682fcfe..369956a9 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsInfo.java @@ -62,6 +62,7 @@ public class DnsInfo extends AviRestResource { * Default is consistent hash. * Enum options - DNS_RECORD_RESPONSE_ROUND_ROBIN, DNS_RECORD_RESPONSE_CONSISTENT_HASH. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_RECORD_RESPONSE_CONSISTENT_HASH". * @return algorithm */ @@ -77,6 +78,7 @@ public String getAlgorithm() { * Default is consistent hash. * Enum options - DNS_RECORD_RESPONSE_ROUND_ROBIN, DNS_RECORD_RESPONSE_CONSISTENT_HASH. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_RECORD_RESPONSE_CONSISTENT_HASH". * @param algorithm set the algorithm. */ @@ -89,6 +91,7 @@ public void setAlgorithm(String algorithm) { * This is the getter method this will return the attribute value. * Canonical name in cname record. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cname */ @@ -101,6 +104,7 @@ public DnsCnameRdata getCname() { * This is the setter method to the attribute. * Canonical name in cname record. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cname set the cname. */ @@ -112,6 +116,7 @@ public void setCname(DnsCnameRdata cname) { /** * This is the getter method this will return the attribute value. * Fully qualified domain name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fqdn */ @@ -123,6 +128,7 @@ public String getFqdn() { /** * This is the setter method to the attribute. * Fully qualified domain name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fqdn set the fqdn. */ @@ -135,6 +141,8 @@ public void setFqdn(String fqdn) { * This is the getter method this will return the attribute value. * Any metadata associated with this record. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return metadata */ @VsoMethod @@ -146,6 +154,8 @@ public String getMetadata() { * This is the setter method to the attribute. * Any metadata associated with this record. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @param metadata set the metadata. */ @VsoMethod @@ -159,8 +169,9 @@ public void setMetadata(String metadata) { * Enter 0 to return all records. * Default is 0. * Allowed values are 0-20. - * Special values are 0- 'return all records'. + * Special values are 0- return all records. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numRecordsInResponse */ @@ -175,8 +186,9 @@ public Integer getNumRecordsInResponse() { * Enter 0 to return all records. * Default is 0. * Allowed values are 0-20. - * Special values are 0- 'return all records'. + * Special values are 0- return all records. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numRecordsInResponse set the numRecordsInResponse. */ @@ -189,6 +201,7 @@ public void setNumRecordsInResponse(Integer numRecordsInResponse) { * This is the getter method this will return the attribute value. * Time to live for fqdn record. * Default value is chosen from dns profile for this cloud if no value provided. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ttl */ @@ -201,6 +214,7 @@ public Integer getTtl() { * This is the setter method to the attribute. * Time to live for fqdn record. * Default value is chosen from dns profile for this cloud if no value provided. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ttl set the ttl. */ @@ -215,6 +229,7 @@ public void setTtl(Integer ttl) { * Enum options - DNS_RECORD_OTHER, DNS_RECORD_A, DNS_RECORD_NS, DNS_RECORD_CNAME, DNS_RECORD_SOA, DNS_RECORD_PTR, DNS_RECORD_HINFO, DNS_RECORD_MX, * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_RECORD_A". * @return type */ @@ -229,6 +244,7 @@ public String getType() { * Enum options - DNS_RECORD_OTHER, DNS_RECORD_A, DNS_RECORD_NS, DNS_RECORD_CNAME, DNS_RECORD_SOA, DNS_RECORD_PTR, DNS_RECORD_HINFO, DNS_RECORD_MX, * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_RECORD_A". * @param type set the type. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsMxRdata.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsMxRdata.java index 858f5c22..8f28164c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsMxRdata.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsMxRdata.java @@ -39,6 +39,7 @@ public class DnsMxRdata extends AviRestResource { * Fully qualified domain name of a mailserver. * The host name maps directly to one or more address records in the dns table, and must not point to any cname records (rfc 2181). * Field introduced in 18.2.9, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return host */ @@ -52,6 +53,7 @@ public String getHost() { * Fully qualified domain name of a mailserver. * The host name maps directly to one or more address records in the dns table, and must not point to any cname records (rfc 2181). * Field introduced in 18.2.9, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param host set the host. */ @@ -65,6 +67,7 @@ public void setHost(String host) { * The priority field identifies which mail server should be preferred. * Allowed values are 0-65535. * Field introduced in 18.2.9, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return priority */ @@ -78,6 +81,7 @@ public Integer getPriority() { * The priority field identifies which mail server should be preferred. * Allowed values are 0-65535. * Field introduced in 18.2.9, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param priority set the priority. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsNsRdata.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsNsRdata.java index 8c36b64f..2628c06f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsNsRdata.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsNsRdata.java @@ -44,6 +44,7 @@ public class DnsNsRdata extends AviRestResource { * This is the getter method this will return the attribute value. * Ipv6 address for name server. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6Address */ @@ -56,6 +57,7 @@ public IpAddr getIp6Address() { * This is the setter method to the attribute. * Ipv6 address for name server. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip6Address set the ip6Address. */ @@ -68,6 +70,7 @@ public void setIp6Address(IpAddr ip6Address) { * This is the getter method this will return the attribute value. * Ip address for name server. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddress */ @@ -80,6 +83,7 @@ public IpAddr getIpAddress() { * This is the setter method to the attribute. * Ip address for name server. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipAddress set the ipAddress. */ @@ -92,6 +96,7 @@ public void setIpAddress(IpAddr ipAddress) { * This is the getter method this will return the attribute value. * Name server name. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsname */ @@ -104,6 +109,7 @@ public String getNsname() { * This is the setter method to the attribute. * Name server name. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsname set the nsname. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsOptRecord.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsOptRecord.java index fa36eb96..7ce4fb5b 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsOptRecord.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsOptRecord.java @@ -46,6 +46,7 @@ public class DnsOptRecord extends AviRestResource { * This is the getter method this will return the attribute value. * Flag indicating client is dnssec aware. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnssecOk */ @@ -58,6 +59,7 @@ public Boolean getDnssecOk() { * This is the setter method to the attribute. * Flag indicating client is dnssec aware. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnssecOk set the dnssecOk. */ @@ -70,6 +72,7 @@ public void setDnssecOk(Boolean dnssecOk) { * This is the getter method this will return the attribute value. * Edns options. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return options */ @@ -82,6 +85,7 @@ public List getOptions() { * This is the setter method. this will set the options * Edns options. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return options */ @@ -94,6 +98,7 @@ public void setOptions(List options) { * This is the setter method this will set the options * Edns options. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return options */ @@ -111,6 +116,7 @@ public DnsOptRecord addOptionsItem(DnsEdnsOption optionsItem) { * This is the getter method this will return the attribute value. * Client requestor's udp payload size. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return udpPayloadSize */ @@ -123,6 +129,7 @@ public Integer getUdpPayloadSize() { * This is the setter method to the attribute. * Client requestor's udp payload size. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param udpPayloadSize set the udpPayloadSize. */ @@ -135,6 +142,7 @@ public void setUdpPayloadSize(Integer udpPayloadSize) { * This is the getter method this will return the attribute value. * Edns version. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -147,6 +155,7 @@ public Integer getVersion() { * This is the setter method to the attribute. * Edns version. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/DnsPolicies.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsPolicies.java index 94095d62..08b84296 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsPolicies.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsPolicies.java @@ -39,6 +39,7 @@ public class DnsPolicies extends AviRestResource { * Uuid of the dns policy. * It is a reference to an object of type dnspolicy. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsPolicyRef */ @@ -52,6 +53,7 @@ public String getDnsPolicyRef() { * Uuid of the dns policy. * It is a reference to an object of type dnspolicy. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsPolicyRef set the dnsPolicyRef. */ @@ -64,6 +66,7 @@ public void setDnsPolicyRef(String dnsPolicyRef) { * This is the getter method this will return the attribute value. * Index of the dns policy. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -76,6 +79,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Index of the dns policy. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsPolicy.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsPolicy.java index 0033f6a5..6b7c4f1c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsPolicy.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsPolicy.java @@ -70,6 +70,7 @@ public class DnsPolicy extends AviRestResource { * This is the getter method this will return the attribute value. * Creator name. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -82,6 +83,7 @@ public String getCreatedBy() { * This is the setter method to the attribute. * Creator name. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -93,6 +95,7 @@ public void setCreatedBy(String createdBy) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -104,6 +107,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -117,6 +121,7 @@ public void setDescription(String description) { * The dns policy is created and modified by internal modules only. * This should not be modified by users. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return internal */ @@ -130,6 +135,7 @@ public Boolean getInternal() { * The dns policy is created and modified by internal modules only. * This should not be modified by users. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param internal set the internal. */ @@ -145,6 +151,7 @@ public void setInternal(Boolean internal) { * 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 @@ -159,6 +166,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 @@ -173,6 +181,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 @@ -189,7 +198,8 @@ public DnsPolicy 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 */ @@ -202,7 +212,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 */ @@ -215,7 +226,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 */ @@ -233,6 +245,7 @@ public DnsPolicy addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * Name of the dns policy. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -245,6 +258,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the dns policy. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -257,6 +271,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Dns rules. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rule */ @@ -269,6 +284,7 @@ public List getRule() { * This is the setter method. this will set the rule * Dns rules. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rule */ @@ -281,6 +297,7 @@ public void setRule(List rule) { * This is the setter method this will set the rule * Dns rules. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rule */ @@ -298,6 +315,7 @@ public DnsPolicy addRuleItem(DnsRule ruleItem) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -310,6 +328,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -341,6 +360,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the dns policy. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -353,6 +373,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the dns policy. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/DnsQueryNameMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsQueryNameMatch.java index 239c2b67..d2b5ebda 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsQueryNameMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsQueryNameMatch.java @@ -44,9 +44,10 @@ public class DnsQueryNameMatch extends AviRestResource { * Enum options - BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS, DOES_NOT_EQUAL, REGEX_MATCH, * REGEX_DOES_NOT_MATCH. * Field introduced in 17.1.1. - * Allowed in 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 matchCriteria */ @@ -61,9 +62,10 @@ public String getMatchCriteria() { * Enum options - BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS, DOES_NOT_EQUAL, REGEX_MATCH, * REGEX_DOES_NOT_MATCH. * Field introduced in 17.1.1. - * Allowed in 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 matchCriteria set the matchCriteria. */ @@ -76,6 +78,7 @@ public void setMatchCriteria(String matchCriteria) { * This is the getter method this will return the attribute value. * Domain name to match against that specified in the question section of the dns query. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return queryDomainNames */ @@ -88,6 +91,7 @@ public List getQueryDomainNames() { * This is the setter method. this will set the queryDomainNames * Domain name to match against that specified in the question section of the dns query. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return queryDomainNames */ @@ -100,6 +104,7 @@ public void setQueryDomainNames(List queryDomainNames) { * This is the setter method this will set the queryDomainNames * Domain name to match against that specified in the question section of the dns query. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return queryDomainNames */ @@ -118,6 +123,7 @@ public DnsQueryNameMatch addQueryDomainNamesItem(String queryDomainNamesItem) { * Uuid of the string group(s) for matching against dns query domain name in the question section. * It is a reference to an object of type stringgroup. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ @@ -131,6 +137,7 @@ public List getStringGroupRefs() { * Uuid of the string group(s) for matching against dns query domain name in the question section. * It is a reference to an object of type stringgroup. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ @@ -144,6 +151,7 @@ public void setStringGroupRefs(List stringGroupRefs) { * Uuid of the string group(s) for matching against dns query domain name in the question section. * It is a reference to an object of type stringgroup. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsQueryTypeMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsQueryTypeMatch.java index 74118edd..be28661c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsQueryTypeMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsQueryTypeMatch.java @@ -39,6 +39,7 @@ public class DnsQueryTypeMatch extends AviRestResource { * Criterion to use for matching the dns query typein the question section. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -52,6 +53,7 @@ public String getMatchCriteria() { * Criterion to use for matching the dns query typein the question section. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -67,6 +69,7 @@ public void setMatchCriteria(String matchCriteria) { * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return queryType */ @@ -82,6 +85,7 @@ public List getQueryType() { * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return queryType */ @@ -97,6 +101,7 @@ public void setQueryType(List queryType) { * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return queryType */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRateLimiter.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRateLimiter.java index 3d65cf87..49e9c913 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRateLimiter.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRateLimiter.java @@ -40,6 +40,7 @@ public class DnsRateLimiter extends AviRestResource { * This is the getter method this will return the attribute value. * Action to perform upon rate limiting. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -52,6 +53,7 @@ public DnsRuleRLAction getAction() { * This is the setter method to the attribute. * Action to perform upon rate limiting. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -64,6 +66,7 @@ public void setAction(DnsRuleRLAction action) { * This is the getter method this will return the attribute value. * Rate limiting object. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rateLimiterObject */ @@ -76,6 +79,7 @@ public RateLimiter getRateLimiterObject() { * This is the setter method to the attribute. * Rate limiting object. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rateLimiterObject set the rateLimiterObject. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRateProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRateProfile.java index 03535ef4..a4b2a4e9 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRateProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRateProfile.java @@ -52,6 +52,7 @@ public class DnsRateProfile extends AviRestResource { * Action to perform upon rate limiting. * Field deprecated in 20.1.1. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return action */ @VsoMethod @@ -64,6 +65,7 @@ public DnsRuleRLAction getAction() { * Action to perform upon rate limiting. * Field deprecated in 20.1.1. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param action set the action. */ @VsoMethod @@ -76,6 +78,7 @@ public void setAction(DnsRuleRLAction action) { * Maximum number of connections or requests or packets to be rate limited instantaneously. * Field deprecated in 20.1.1. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return burstSize */ @VsoMethod @@ -88,6 +91,7 @@ public Integer getBurstSize() { * Maximum number of connections or requests or packets to be rate limited instantaneously. * Field deprecated in 20.1.1. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param burstSize set the burstSize. */ @VsoMethod @@ -100,9 +104,10 @@ public void setBurstSize(Integer burstSize) { * Maximum number of connections or requests or packets per second. * It is deprecated because of adoption of new shared rate limiter protobuf. * Allowed values are 1-4294967295. - * Special values are 0- 'unlimited'. + * Special values are 0- unlimited. * Field deprecated in 20.1.1. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return count */ @VsoMethod @@ -115,9 +120,10 @@ public Integer getCount() { * Maximum number of connections or requests or packets per second. * It is deprecated because of adoption of new shared rate limiter protobuf. * Allowed values are 1-4294967295. - * Special values are 0- 'unlimited'. + * Special values are 0- unlimited. * Field deprecated in 20.1.1. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param count set the count. */ @VsoMethod @@ -130,6 +136,7 @@ public void setCount(Integer count) { * Enable fine granularity. * Field deprecated in 20.1.1. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return fineGrain */ @VsoMethod @@ -142,6 +149,7 @@ public Boolean getFineGrain() { * Enable fine granularity. * Field deprecated in 20.1.1. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param fineGrain set the fineGrain. */ @VsoMethod @@ -156,6 +164,7 @@ public void setFineGrain(Boolean fineGrain) { * Field deprecated in 20.1.1. * Field introduced in 18.2.5. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return period */ @VsoMethod @@ -170,6 +179,7 @@ public Integer getPeriod() { * Field deprecated in 20.1.1. * Field introduced in 18.2.5. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param period set the period. */ @VsoMethod diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRecord.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRecord.java index 21150525..dd7989d2 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRecord.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRecord.java @@ -98,6 +98,7 @@ public class DnsRecord extends AviRestResource { * Default is round-robin. * Enum options - DNS_RECORD_RESPONSE_ROUND_ROBIN, DNS_RECORD_RESPONSE_CONSISTENT_HASH. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_RECORD_RESPONSE_ROUND_ROBIN". * @return algorithm */ @@ -113,6 +114,7 @@ public String getAlgorithm() { * Default is round-robin. * Enum options - DNS_RECORD_RESPONSE_ROUND_ROBIN, DNS_RECORD_RESPONSE_CONSISTENT_HASH. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_RECORD_RESPONSE_ROUND_ROBIN". * @param algorithm set the algorithm. */ @@ -124,6 +126,7 @@ public void setAlgorithm(String algorithm) { /** * This is the getter method this will return the attribute value. * Canonical name in cname record. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cname */ @@ -135,6 +138,7 @@ public DnsCnameRdata getCname() { /** * This is the setter method to the attribute. * Canonical name in cname record. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cname set the cname. */ @@ -148,6 +152,7 @@ public void setCname(DnsCnameRdata cname) { * Configured fqdns are delegated domains (i.e. * They represent a zone cut). * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return delegated */ @@ -161,6 +166,7 @@ public Boolean getDelegated() { * Configured fqdns are delegated domains (i.e. * They represent a zone cut). * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param delegated set the delegated. */ @@ -172,6 +178,7 @@ public void setDelegated(Boolean delegated) { /** * This is the getter method this will return the attribute value. * Details of dns record. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -183,6 +190,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * Details of dns record. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -195,6 +203,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Fully qualified domain name. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fqdn */ @@ -207,6 +216,7 @@ public List getFqdn() { * This is the setter method. this will set the fqdn * Fully qualified domain name. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fqdn */ @@ -219,6 +229,7 @@ public void setFqdn(List fqdn) { * This is the setter method this will set the fqdn * Fully qualified domain name. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fqdn */ @@ -237,6 +248,7 @@ public DnsRecord addFqdnItem(String fqdnItem) { * Ipv6 address in aaaa record. * Field introduced in 18.1.1. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6Address */ @@ -250,6 +262,7 @@ public List getIp6Address() { * Ipv6 address in aaaa record. * Field introduced in 18.1.1. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6Address */ @@ -263,6 +276,7 @@ public void setIp6Address(List ip6Address) { * Ipv6 address in aaaa record. * Field introduced in 18.1.1. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6Address */ @@ -280,6 +294,7 @@ public DnsRecord addIp6AddressItem(DnsAAAARdata ip6AddressItem) { * This is the getter method this will return the attribute value. * Ip address in a record. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddress */ @@ -292,6 +307,7 @@ public List getIpAddress() { * This is the setter method. this will set the ipAddress * Ip address in a record. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddress */ @@ -304,6 +320,7 @@ public void setIpAddress(List ipAddress) { * This is the setter method this will set the ipAddress * Ip address in a record. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddress */ @@ -321,6 +338,7 @@ public DnsRecord addIpAddressItem(DnsARdata ipAddressItem) { * This is the getter method this will return the attribute value. * Internal metadata for the dns record. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metadata */ @@ -333,6 +351,7 @@ public String getMetadata() { * This is the setter method to the attribute. * Internal metadata for the dns record. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metadata set the metadata. */ @@ -346,6 +365,7 @@ public void setMetadata(String metadata) { * Mx record. * Field introduced in 18.2.9, 20.1.1. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mxRecords */ @@ -359,6 +379,7 @@ public List getMxRecords() { * Mx record. * Field introduced in 18.2.9, 20.1.1. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mxRecords */ @@ -372,6 +393,7 @@ public void setMxRecords(List mxRecords) { * Mx record. * Field introduced in 18.2.9, 20.1.1. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mxRecords */ @@ -390,6 +412,7 @@ public DnsRecord addMxRecordsItem(DnsMxRdata mxRecordsItem) { * Name server information in ns record. * Field introduced in 17.1.1. * Maximum of 13 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ns */ @@ -403,6 +426,7 @@ public List getNs() { * Name server information in ns record. * Field introduced in 17.1.1. * Maximum of 13 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ns */ @@ -416,6 +440,7 @@ public void setNs(List ns) { * Name server information in ns record. * Field introduced in 17.1.1. * Maximum of 13 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ns */ @@ -435,8 +460,9 @@ public DnsRecord addNsItem(DnsNsRdata nsItem) { * Enter 0 to return all records. * Default is 0. * Allowed values are 0-20. - * Special values are 0- 'return all records'. + * Special values are 0- return all records. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return numRecordsInResponse */ @@ -451,8 +477,9 @@ public Integer getNumRecordsInResponse() { * Enter 0 to return all records. * Default is 0. * Allowed values are 0-20. - * Special values are 0- 'return all records'. + * Special values are 0- return all records. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param numRecordsInResponse set the numRecordsInResponse. */ @@ -465,6 +492,7 @@ public void setNumRecordsInResponse(Integer numRecordsInResponse) { * This is the getter method this will return the attribute value. * Service locator info in srv record. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceLocator */ @@ -477,6 +505,7 @@ public List getServiceLocator() { * This is the setter method. this will set the serviceLocator * Service locator info in srv record. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceLocator */ @@ -489,6 +518,7 @@ public void setServiceLocator(List serviceLocator) { * This is the setter method this will set the serviceLocator * Service locator info in srv record. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceLocator */ @@ -505,6 +535,7 @@ public DnsRecord addServiceLocatorItem(DnsSrvRdata serviceLocatorItem) { /** * This is the getter method this will return the attribute value. * Time to live for this dns record. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ttl */ @@ -516,6 +547,7 @@ public Integer getTtl() { /** * This is the setter method to the attribute. * Time to live for this dns record. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ttl set the ttl. */ @@ -529,6 +561,7 @@ public void setTtl(Integer ttl) { * Text record. * Field introduced in 18.2.9, 20.1.1. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return txtRecords */ @@ -542,6 +575,7 @@ public List getTxtRecords() { * Text record. * Field introduced in 18.2.9, 20.1.1. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return txtRecords */ @@ -555,6 +589,7 @@ public void setTxtRecords(List txtRecords) { * Text record. * Field introduced in 18.2.9, 20.1.1. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return txtRecords */ @@ -574,6 +609,7 @@ public DnsRecord addTxtRecordsItem(DnsTxtRdata txtRecordsItem) { * Enum options - DNS_RECORD_OTHER, DNS_RECORD_A, DNS_RECORD_NS, DNS_RECORD_CNAME, DNS_RECORD_SOA, DNS_RECORD_PTR, DNS_RECORD_HINFO, DNS_RECORD_MX, * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -588,6 +624,7 @@ public String getType() { * Enum options - DNS_RECORD_OTHER, DNS_RECORD_A, DNS_RECORD_NS, DNS_RECORD_CNAME, DNS_RECORD_SOA, DNS_RECORD_PTR, DNS_RECORD_HINFO, DNS_RECORD_MX, * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -602,6 +639,7 @@ public void setType(String type) { * request. * Default is false. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return wildcardMatch */ @@ -616,6 +654,7 @@ public Boolean getWildcardMatch() { * request. * Default is false. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param wildcardMatch set the wildcardMatch. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRequest.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRequest.java index ae708f48..8a805214 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRequest.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRequest.java @@ -80,6 +80,7 @@ public class DnsRequest extends AviRestResource { * This is the getter method this will return the attribute value. * Number of additional records. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return additionalRecordsCount */ @@ -92,6 +93,7 @@ public Integer getAdditionalRecordsCount() { * This is the setter method to the attribute. * Number of additional records. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param additionalRecordsCount set the additionalRecordsCount. */ @@ -104,6 +106,7 @@ public void setAdditionalRecordsCount(Integer additionalRecordsCount) { * This is the getter method this will return the attribute value. * Number of answer records in the client dns request. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return answerRecordsCount */ @@ -116,6 +119,7 @@ public Integer getAnswerRecordsCount() { * This is the setter method to the attribute. * Number of answer records in the client dns request. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param answerRecordsCount set the answerRecordsCount. */ @@ -128,6 +132,7 @@ public void setAnswerRecordsCount(Integer answerRecordsCount) { * This is the getter method this will return the attribute value. * Flag indicating client understands ad bit and is interested in the value of ad bit in the response. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authenticData */ @@ -140,6 +145,7 @@ public Boolean getAuthenticData() { * This is the setter method to the attribute. * Flag indicating client understands ad bit and is interested in the value of ad bit in the response. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authenticData set the authenticData. */ @@ -152,6 +158,7 @@ public void setAuthenticData(Boolean authenticData) { * This is the getter method this will return the attribute value. * Flag indicating client does not want dnssec validation of the response. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return checkingDisabled */ @@ -164,6 +171,7 @@ public Boolean getCheckingDisabled() { * This is the setter method to the attribute. * Flag indicating client does not want dnssec validation of the response. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param checkingDisabled set the checkingDisabled. */ @@ -176,6 +184,7 @@ public void setCheckingDisabled(Boolean checkingDisabled) { * This is the getter method this will return the attribute value. * Geo location of client. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientLocation */ @@ -188,6 +197,7 @@ public GeoLocation getClientLocation() { * This is the setter method to the attribute. * Geo location of client. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientLocation set the clientLocation. */ @@ -200,6 +210,7 @@ public void setClientLocation(GeoLocation clientLocation) { * This is the getter method this will return the attribute value. * Id of the dns request. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return identifier */ @@ -212,6 +223,7 @@ public Integer getIdentifier() { * This is the setter method to the attribute. * Id of the dns request. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param identifier set the identifier. */ @@ -224,6 +236,7 @@ public void setIdentifier(Integer identifier) { * This is the getter method this will return the attribute value. * Number of nameserver records in the client dns request. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nameserverRecordsCount */ @@ -236,6 +249,7 @@ public Integer getNameserverRecordsCount() { * This is the setter method to the attribute. * Number of nameserver records in the client dns request. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nameserverRecordsCount set the nameserverRecordsCount. */ @@ -250,6 +264,7 @@ public void setNameserverRecordsCount(Integer nameserverRecordsCount) { * Query, notify, etc. * Enum options - DNS_OPCODE_QUERY, DNS_OPCODE_IQUERY, DNS_OPCODE_STATUS, DNS_OPCODE_NOTIFY, DNS_OPCODE_UPDATE. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return opcode */ @@ -264,6 +279,7 @@ public String getOpcode() { * Query, notify, etc. * Enum options - DNS_OPCODE_QUERY, DNS_OPCODE_IQUERY, DNS_OPCODE_STATUS, DNS_OPCODE_NOTIFY, DNS_OPCODE_UPDATE. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param opcode set the opcode. */ @@ -276,6 +292,7 @@ public void setOpcode(String opcode) { * This is the getter method this will return the attribute value. * Opt resource records in the request. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return optRecord */ @@ -288,6 +305,7 @@ public DnsOptRecord getOptRecord() { * This is the setter method to the attribute. * Opt resource records in the request. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param optRecord set the optRecord. */ @@ -300,6 +318,7 @@ public void setOptRecord(DnsOptRecord optRecord) { * This is the getter method this will return the attribute value. * Flag indicating request is a client query (false) or server response (true). * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return queryOrResponse */ @@ -312,6 +331,7 @@ public Boolean getQueryOrResponse() { * This is the setter method to the attribute. * Flag indicating request is a client query (false) or server response (true). * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param queryOrResponse set the queryOrResponse. */ @@ -324,6 +344,7 @@ public void setQueryOrResponse(Boolean queryOrResponse) { * This is the getter method this will return the attribute value. * Number of questions in the client dns request. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return questionCount */ @@ -336,6 +357,7 @@ public Integer getQuestionCount() { * This is the setter method to the attribute. * Number of questions in the client dns request. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param questionCount set the questionCount. */ @@ -348,6 +370,7 @@ public void setQuestionCount(Integer questionCount) { * This is the getter method this will return the attribute value. * Flag indicating client request for recursive resolution. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return recursionDesired */ @@ -360,6 +383,7 @@ public Boolean getRecursionDesired() { * This is the setter method to the attribute. * Flag indicating client request for recursive resolution. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param recursionDesired set the recursionDesired. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsResolver.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsResolver.java index 5b07182e..f942cacd 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsResolver.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsResolver.java @@ -53,6 +53,7 @@ public class DnsResolver extends AviRestResource { * Allowed values are 5-2147483647. * Field introduced in 20.1.5. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fixedTtl */ @@ -68,6 +69,7 @@ public Integer getFixedTtl() { * Allowed values are 5-2147483647. * Field introduced in 20.1.5. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fixedTtl set the fixedTtl. */ @@ -82,6 +84,7 @@ public void setFixedTtl(Integer fixedTtl) { * Allowed values are 5-2147483647. * Field introduced in 20.1.5. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return minTtl */ @@ -96,6 +99,7 @@ public Integer getMinTtl() { * Allowed values are 5-2147483647. * Field introduced in 20.1.5. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param minTtl set the minTtl. */ @@ -110,6 +114,7 @@ public void setMinTtl(Integer minTtl) { * Field introduced in 20.1.5. * Minimum of 1 items required. * Maximum of 10 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nameserverIps */ @@ -124,6 +129,7 @@ public List getNameserverIps() { * Field introduced in 20.1.5. * Minimum of 1 items required. * Maximum of 10 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nameserverIps */ @@ -138,6 +144,7 @@ public void setNameserverIps(List nameserverIps) { * Field introduced in 20.1.5. * Minimum of 1 items required. * Maximum of 10 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nameserverIps */ @@ -155,6 +162,7 @@ public DnsResolver addNameserverIpsItem(IpAddr nameserverIpsItem) { * This is the getter method this will return the attribute value. * Unique name for resolver config. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resolverName */ @@ -167,6 +175,7 @@ public String getResolverName() { * This is the setter method to the attribute. * Unique name for resolver config. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resolverName set the resolverName. */ @@ -179,6 +188,7 @@ public void setResolverName(String resolverName) { * This is the getter method this will return the attribute value. * If enabled, dns resolution is performed via management network. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useMgmt */ @@ -191,6 +201,7 @@ public Boolean getUseMgmt() { * This is the setter method to the attribute. * If enabled, dns resolution is performed via management network. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useMgmt set the useMgmt. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsResourceRecord.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsResourceRecord.java index 2831091c..e7807cab 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsResourceRecord.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsResourceRecord.java @@ -91,6 +91,7 @@ public class DnsResourceRecord extends AviRestResource { * This is the getter method this will return the attribute value. * Ipv6 address of the requested fqdn. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addr6IpStr */ @@ -103,6 +104,7 @@ public String getAddr6IpStr() { * This is the setter method to the attribute. * Ipv6 address of the requested fqdn. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param addr6IpStr set the addr6IpStr. */ @@ -114,6 +116,7 @@ public void setAddr6IpStr(String addr6IpStr) { /** * This is the getter method this will return the attribute value. * Ipv4 address of the requested fqdn. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addrIp */ @@ -125,6 +128,7 @@ public Integer getAddrIp() { /** * This is the setter method to the attribute. * Ipv4 address of the requested fqdn. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param addrIp set the addrIp. */ @@ -136,6 +140,7 @@ public void setAddrIp(Integer addrIp) { /** * This is the getter method this will return the attribute value. * Canonical (real) name of the requested fqdn. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cname */ @@ -147,6 +152,7 @@ public String getCname() { /** * This is the setter method to the attribute. * Canonical (real) name of the requested fqdn. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cname set the cname. */ @@ -158,6 +164,7 @@ public void setCname(String cname) { /** * This is the getter method this will return the attribute value. * Class of the data in the resource record. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dclass */ @@ -169,6 +176,7 @@ public Integer getDclass() { /** * This is the setter method to the attribute. * Class of the data in the resource record. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dclass set the dclass. */ @@ -181,6 +189,7 @@ public void setDclass(Integer dclass) { * This is the getter method this will return the attribute value. * Geo location of member. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return location */ @@ -193,6 +202,7 @@ public GeoLocation getLocation() { * This is the setter method to the attribute. * Geo location of member. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param location set the location. */ @@ -205,6 +215,7 @@ public void setLocation(GeoLocation location) { * This is the getter method this will return the attribute value. * Fully qualified domain name of a mail server in the mx record. * Field introduced in 18.2.9, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mailServer */ @@ -217,6 +228,7 @@ public String getMailServer() { * This is the setter method to the attribute. * Fully qualified domain name of a mail server in the mx record. * Field introduced in 18.2.9, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mailServer set the mailServer. */ @@ -228,6 +240,7 @@ public void setMailServer(String mailServer) { /** * This is the getter method this will return the attribute value. * Domain name of the resource record. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -239,6 +252,7 @@ public String getName() { /** * This is the setter method to the attribute. * Domain name of the resource record. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -250,6 +264,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Domain name of the name server that is authoritative for the requested fqdn. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsname */ @@ -261,6 +276,7 @@ public String getNsname() { /** * This is the setter method to the attribute. * Domain name of the name server that is authoritative for the requested fqdn. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsname set the nsname. */ @@ -272,6 +288,7 @@ public void setNsname(String nsname) { /** * This is the getter method this will return the attribute value. * Service port. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -283,6 +300,7 @@ public Integer getPort() { /** * This is the setter method to the attribute. * Service port. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ @@ -295,6 +313,7 @@ public void setPort(Integer port) { * This is the getter method this will return the attribute value. * The priority field identifies which mail server should be preferred. * Field introduced in 18.2.9, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return priority */ @@ -307,6 +326,7 @@ public Integer getPriority() { * This is the setter method to the attribute. * The priority field identifies which mail server should be preferred. * Field introduced in 18.2.9, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param priority set the priority. */ @@ -318,6 +338,7 @@ public void setPriority(Integer priority) { /** * This is the getter method this will return the attribute value. * Site controller cluster name - applicable only for avi vs gslb member. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return siteName */ @@ -329,6 +350,7 @@ public String getSiteName() { /** * This is the setter method to the attribute. * Site controller cluster name - applicable only for avi vs gslb member. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param siteName set the siteName. */ @@ -341,6 +363,7 @@ public void setSiteName(String siteName) { * This is the getter method this will return the attribute value. * Text resource record. * Field introduced in 18.2.9, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return textRdata */ @@ -353,6 +376,7 @@ public String getTextRdata() { * This is the setter method to the attribute. * Text resource record. * Field introduced in 18.2.9, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param textRdata set the textRdata. */ @@ -364,6 +388,7 @@ public void setTextRdata(String textRdata) { /** * This is the getter method this will return the attribute value. * Number of seconds the resource record can be cached. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ttl */ @@ -375,6 +400,7 @@ public Integer getTtl() { /** * This is the setter method to the attribute. * Number of seconds the resource record can be cached. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ttl set the ttl. */ @@ -389,6 +415,7 @@ public void setTtl(Integer ttl) { * Enum options - DNS_RECORD_OTHER, DNS_RECORD_A, DNS_RECORD_NS, DNS_RECORD_CNAME, DNS_RECORD_SOA, DNS_RECORD_PTR, DNS_RECORD_HINFO, DNS_RECORD_MX, * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -403,6 +430,7 @@ public String getType() { * Enum options - DNS_RECORD_OTHER, DNS_RECORD_A, DNS_RECORD_NS, DNS_RECORD_CNAME, DNS_RECORD_SOA, DNS_RECORD_PTR, DNS_RECORD_HINFO, DNS_RECORD_MX, * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -414,6 +442,7 @@ public void setType(String type) { /** * This is the getter method this will return the attribute value. * Virtual service name - applicable only for avi vs gslb member. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -425,6 +454,7 @@ public String getVsName() { /** * This is the setter method to the attribute. * Virtual service name - applicable only for avi vs gslb member. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/DnsResponse.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsResponse.java index 6ebd4672..0bcfd25e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsResponse.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsResponse.java @@ -90,6 +90,7 @@ public class DnsResponse extends AviRestResource { /** * This is the getter method this will return the attribute value. * Number of additional records. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return additionalRecordsCount */ @@ -101,6 +102,7 @@ public Integer getAdditionalRecordsCount() { /** * This is the setter method to the attribute. * Number of additional records. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param additionalRecordsCount set the additionalRecordsCount. */ @@ -112,6 +114,7 @@ public void setAdditionalRecordsCount(Integer additionalRecordsCount) { /** * This is the getter method this will return the attribute value. * Number of answer records. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return answerRecordsCount */ @@ -123,6 +126,7 @@ public Integer getAnswerRecordsCount() { /** * This is the setter method to the attribute. * Number of answer records. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param answerRecordsCount set the answerRecordsCount. */ @@ -134,6 +138,7 @@ public void setAnswerRecordsCount(Integer answerRecordsCount) { /** * This is the getter method this will return the attribute value. * Flag to indicate the responding dns is an authority for the requested fqdn. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authoritativeAnswer */ @@ -145,6 +150,7 @@ public Boolean getAuthoritativeAnswer() { /** * This is the setter method to the attribute. * Flag to indicate the responding dns is an authority for the requested fqdn. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authoritativeAnswer set the authoritativeAnswer. */ @@ -157,6 +163,7 @@ public void setAuthoritativeAnswer(Boolean authoritativeAnswer) { * This is the getter method this will return the attribute value. * Flag to indicate whether fallback algorithm was used to serve this request. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fallbackAlgorithmUsed */ @@ -169,6 +176,7 @@ public Boolean getFallbackAlgorithmUsed() { * This is the setter method to the attribute. * Flag to indicate whether fallback algorithm was used to serve this request. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fallbackAlgorithmUsed set the fallbackAlgorithmUsed. */ @@ -181,6 +189,7 @@ public void setFallbackAlgorithmUsed(Boolean fallbackAlgorithmUsed) { * This is the getter method this will return the attribute value. * Resource records in the response are generated based on wildcard match. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return isWildcard */ @@ -193,6 +202,7 @@ public Boolean getIsWildcard() { * This is the setter method to the attribute. * Resource records in the response are generated based on wildcard match. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param isWildcard set the isWildcard. */ @@ -204,6 +214,7 @@ public void setIsWildcard(Boolean isWildcard) { /** * This is the getter method this will return the attribute value. * Number of nameserver records. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nameserverRecordsCount */ @@ -215,6 +226,7 @@ public Integer getNameserverRecordsCount() { /** * This is the setter method to the attribute. * Number of nameserver records. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nameserverRecordsCount set the nameserverRecordsCount. */ @@ -229,6 +241,7 @@ public void setNameserverRecordsCount(Integer nameserverRecordsCount) { * Query, notify, etc. * Enum options - DNS_OPCODE_QUERY, DNS_OPCODE_IQUERY, DNS_OPCODE_STATUS, DNS_OPCODE_NOTIFY, DNS_OPCODE_UPDATE. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return opcode */ @@ -243,6 +256,7 @@ public String getOpcode() { * Query, notify, etc. * Enum options - DNS_OPCODE_QUERY, DNS_OPCODE_IQUERY, DNS_OPCODE_STATUS, DNS_OPCODE_NOTIFY, DNS_OPCODE_UPDATE. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param opcode set the opcode. */ @@ -255,6 +269,7 @@ public void setOpcode(String opcode) { * This is the getter method this will return the attribute value. * Opt resource records in the response. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return optRecord */ @@ -267,6 +282,7 @@ public DnsOptRecord getOptRecord() { * This is the setter method to the attribute. * Opt resource records in the response. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param optRecord set the optRecord. */ @@ -279,6 +295,7 @@ public void setOptRecord(DnsOptRecord optRecord) { * This is the getter method this will return the attribute value. * Flag indicating response is a client query (false) or server response (true). * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return queryOrResponse */ @@ -291,6 +308,7 @@ public Boolean getQueryOrResponse() { * This is the setter method to the attribute. * Flag indicating response is a client query (false) or server response (true). * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param queryOrResponse set the queryOrResponse. */ @@ -303,6 +321,7 @@ public void setQueryOrResponse(Boolean queryOrResponse) { * This is the getter method this will return the attribute value. * Number of questions in the client dns request eliciting this dns response. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return questionCount */ @@ -315,6 +334,7 @@ public Integer getQuestionCount() { * This is the setter method to the attribute. * Number of questions in the client dns request eliciting this dns response. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param questionCount set the questionCount. */ @@ -326,6 +346,7 @@ public void setQuestionCount(Integer questionCount) { /** * This is the getter method this will return the attribute value. * Resource records in the response. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return records */ @@ -337,6 +358,7 @@ public List getRecords() { /** * This is the setter method. this will set the records * Resource records in the response. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return records */ @@ -348,6 +370,7 @@ public void setRecords(List records) { /** * This is the setter method this will set the records * Resource records in the response. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return records */ @@ -364,6 +387,7 @@ public DnsResponse addRecordsItem(DnsResourceRecord recordsItem) { /** * This is the getter method this will return the attribute value. * Flag indicating the dns query is fully answered. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return recursionAvailable */ @@ -375,6 +399,7 @@ public Boolean getRecursionAvailable() { /** * This is the setter method to the attribute. * Flag indicating the dns query is fully answered. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param recursionAvailable set the recursionAvailable. */ @@ -387,6 +412,7 @@ public void setRecursionAvailable(Boolean recursionAvailable) { * This is the getter method this will return the attribute value. * Flag copied from the dns query's recursion desired field by the responding dns. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return recursionDesired */ @@ -399,6 +425,7 @@ public Boolean getRecursionDesired() { * This is the setter method to the attribute. * Flag copied from the dns query's recursion desired field by the responding dns. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param recursionDesired set the recursionDesired. */ @@ -412,6 +439,7 @@ public void setRecursionDesired(Boolean recursionDesired) { * Response code in the response. * Enum options - DNS_RCODE_NOERROR, DNS_RCODE_FORMERR, DNS_RCODE_SERVFAIL, DNS_RCODE_NXDOMAIN, DNS_RCODE_NOTIMP, DNS_RCODE_REFUSED, * DNS_RCODE_YXDOMAIN, DNS_RCODE_YXRRSET, DNS_RCODE_NXRRSET, DNS_RCODE_NOTAUTH, DNS_RCODE_NOTZONE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return responseCode */ @@ -425,6 +453,7 @@ public String getResponseCode() { * Response code in the response. * Enum options - DNS_RCODE_NOERROR, DNS_RCODE_FORMERR, DNS_RCODE_SERVFAIL, DNS_RCODE_NXDOMAIN, DNS_RCODE_NOTIMP, DNS_RCODE_REFUSED, * DNS_RCODE_YXDOMAIN, DNS_RCODE_YXRRSET, DNS_RCODE_NXRRSET, DNS_RCODE_NOTAUTH, DNS_RCODE_NOTZONE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param responseCode set the responseCode. */ @@ -436,6 +465,7 @@ public void setResponseCode(String responseCode) { /** * This is the getter method this will return the attribute value. * Flag to indicate if the answer received from dns is truncated (original answer exceeds 512 bytes udp limit). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return truncation */ @@ -447,6 +477,7 @@ public Boolean getTruncation() { /** * This is the setter method to the attribute. * Flag to indicate if the answer received from dns is truncated (original answer exceeds 512 bytes udp limit). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param truncation set the truncation. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRrSet.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRrSet.java index 7cc23e25..c5dfac02 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRrSet.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRrSet.java @@ -59,6 +59,7 @@ public class DnsRrSet extends AviRestResource { * This is the getter method this will return the attribute value. * Canonical name in cname record. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cname */ @@ -71,6 +72,7 @@ public DnsCnameRdata getCname() { * This is the setter method to the attribute. * Canonical name in cname record. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cname set the cname. */ @@ -83,6 +85,7 @@ public void setCname(DnsCnameRdata cname) { * This is the getter method this will return the attribute value. * Fully qualified domain name. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fqdn */ @@ -95,6 +98,7 @@ public String getFqdn() { * This is the setter method to the attribute. * Fully qualified domain name. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fqdn set the fqdn. */ @@ -107,6 +111,7 @@ public void setFqdn(String fqdn) { * This is the getter method this will return the attribute value. * Ipv6 address in aaaa record. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6Addresses */ @@ -119,6 +124,7 @@ public List getIp6Addresses() { * This is the setter method. this will set the ip6Addresses * Ipv6 address in aaaa record. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6Addresses */ @@ -131,6 +137,7 @@ public void setIp6Addresses(List ip6Addresses) { * This is the setter method this will set the ip6Addresses * Ipv6 address in aaaa record. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6Addresses */ @@ -148,6 +155,7 @@ public DnsRrSet addIp6AddressesItem(DnsAAAARdata ip6AddressesItem) { * This is the getter method this will return the attribute value. * Ip address in a record. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddresses */ @@ -160,6 +168,7 @@ public List getIpAddresses() { * This is the setter method. this will set the ipAddresses * Ip address in a record. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddresses */ @@ -172,6 +181,7 @@ public void setIpAddresses(List ipAddresses) { * This is the setter method this will set the ipAddresses * Ip address in a record. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddresses */ @@ -189,6 +199,7 @@ public DnsRrSet addIpAddressesItem(DnsARdata ipAddressesItem) { * This is the getter method this will return the attribute value. * Name server information in ns record. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nses */ @@ -201,6 +212,7 @@ public List getNses() { * This is the setter method. this will set the nses * Name server information in ns record. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nses */ @@ -213,6 +225,7 @@ public void setNses(List nses) { * This is the setter method this will set the nses * Name server information in ns record. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nses */ @@ -231,6 +244,7 @@ public DnsRrSet addNsesItem(DnsNsRdata nsesItem) { * Time to live for this dns record. * Allowed values are 0-2147483647. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ttl */ @@ -244,6 +258,7 @@ public Integer getTtl() { * Time to live for this dns record. * Allowed values are 0-2147483647. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ttl set the ttl. */ @@ -259,6 +274,7 @@ public void setTtl(Integer ttl) { * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -274,6 +290,7 @@ public String getType() { * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/DnsRule.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRule.java index 5de720a8..b4d7f8eb 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRule.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRule.java @@ -56,6 +56,7 @@ public class DnsRule extends AviRestResource { * This is the getter method this will return the attribute value. * Action to be performed upon successful matching. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -68,6 +69,7 @@ public DnsRuleAction getAction() { * This is the setter method to the attribute. * Action to be performed upon successful matching. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -80,6 +82,7 @@ public void setAction(DnsRuleAction action) { * This is the getter method this will return the attribute value. * Enable or disable the rule. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enable */ @@ -92,6 +95,7 @@ public Boolean getEnable() { * This is the setter method to the attribute. * Enable or disable the rule. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enable set the enable. */ @@ -104,6 +108,7 @@ public void setEnable(Boolean enable) { * This is the getter method this will return the attribute value. * Index of the rule. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -116,6 +121,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Index of the rule. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -128,6 +134,7 @@ public void setIndex(Integer index) { * This is the getter method this will return the attribute value. * Log dns query upon rule match. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return log */ @@ -140,6 +147,7 @@ public Boolean getLog() { * This is the setter method to the attribute. * Log dns query upon rule match. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param log set the log. */ @@ -152,6 +160,7 @@ public void setLog(Boolean log) { * This is the getter method this will return the attribute value. * Add match criteria to the rule. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return match */ @@ -164,6 +173,7 @@ public DnsRuleMatchTarget getMatch() { * This is the setter method to the attribute. * Add match criteria to the rule. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param match set the match. */ @@ -176,6 +186,7 @@ public void setMatch(DnsRuleMatchTarget match) { * This is the getter method this will return the attribute value. * Name of the rule. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -188,6 +199,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the rule. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/DnsRuleAction.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRuleAction.java index d59370d7..fecf779a 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRuleAction.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRuleAction.java @@ -60,6 +60,7 @@ public class DnsRuleAction extends AviRestResource { * This is the getter method this will return the attribute value. * Allow or drop the dns query. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allow */ @@ -72,6 +73,7 @@ public DnsRuleActionAllowDrop getAllow() { * This is the setter method to the attribute. * Allow or drop the dns query. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param allow set the allow. */ @@ -85,6 +87,7 @@ public void setAllow(DnsRuleActionAllowDrop allow) { * Rate limits the dns requests. * Field deprecated in 20.1.1. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return dnsRateLimit */ @VsoMethod @@ -97,6 +100,7 @@ public DnsRateProfile getDnsRateLimit() { * Rate limits the dns requests. * Field deprecated in 20.1.1. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param dnsRateLimit set the dnsRateLimit. */ @VsoMethod @@ -108,6 +112,7 @@ public void setDnsRateLimit(DnsRateProfile dnsRateLimit) { * This is the getter method this will return the attribute value. * Rate limits the dns requests. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsRateLimiter */ @@ -120,6 +125,7 @@ public DnsRateLimiter getDnsRateLimiter() { * This is the setter method to the attribute. * Rate limits the dns requests. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsRateLimiter set the dnsRateLimiter. */ @@ -133,6 +139,7 @@ public void setDnsRateLimiter(DnsRateLimiter dnsRateLimiter) { * Select a specific gslb site for the dns query. * This action should be used only when gslb services have been configured for the dns virtual service. * Field introduced in 17.1.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbSiteSelection */ @@ -146,6 +153,7 @@ public DnsRuleActionGslbSiteSelection getGslbSiteSelection() { * Select a specific gslb site for the dns query. * This action should be used only when gslb services have been configured for the dns virtual service. * Field introduced in 17.1.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gslbSiteSelection set the gslbSiteSelection. */ @@ -158,6 +166,7 @@ public void setGslbSiteSelection(DnsRuleActionGslbSiteSelection gslbSiteSelectio * This is the getter method this will return the attribute value. * Select a pool or pool group for the passthrough dns query which cannot be served locally but could be served by upstream servers. * Field introduced in 18.1.3, 17.2.12. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolSwitching */ @@ -170,6 +179,7 @@ public DnsRuleActionPoolSwitching getPoolSwitching() { * This is the setter method to the attribute. * Select a pool or pool group for the passthrough dns query which cannot be served locally but could be served by upstream servers. * Field introduced in 18.1.3, 17.2.12. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolSwitching set the poolSwitching. */ @@ -182,6 +192,7 @@ public void setPoolSwitching(DnsRuleActionPoolSwitching poolSwitching) { * This is the getter method this will return the attribute value. * Generate a response for the dns query. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return response */ @@ -194,6 +205,7 @@ public DnsRuleActionResponse getResponse() { * This is the setter method to the attribute. * Generate a response for the dns query. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param response set the response. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRuleActionAllowDrop.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRuleActionAllowDrop.java index 9fd17f67..dddcc345 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRuleActionAllowDrop.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRuleActionAllowDrop.java @@ -38,6 +38,7 @@ public class DnsRuleActionAllowDrop extends AviRestResource { * This is the getter method this will return the attribute value. * Allow the dns query. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return allow */ @@ -50,6 +51,7 @@ public Boolean getAllow() { * This is the setter method to the attribute. * Allow the dns query. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param allow set the allow. */ @@ -62,6 +64,7 @@ public void setAllow(Boolean allow) { * This is the getter method this will return the attribute value. * Reset the tcp connection of the dns query, if allow is set to false to drop the query. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return resetConn */ @@ -74,6 +77,7 @@ public Boolean getResetConn() { * This is the setter method to the attribute. * Reset the tcp connection of the dns query, if allow is set to false to drop the query. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param resetConn set the resetConn. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRuleActionGslbSiteSelection.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRuleActionGslbSiteSelection.java index c5aa7bd0..78eb7b4e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRuleActionGslbSiteSelection.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRuleActionGslbSiteSelection.java @@ -43,6 +43,7 @@ public class DnsRuleActionGslbSiteSelection extends AviRestResource { * Gslb fallback sites to use in case the desired site is down. * Field introduced in 17.2.5. * Maximum of 64 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fallbackSiteNames */ @@ -56,6 +57,7 @@ public List getFallbackSiteNames() { * Gslb fallback sites to use in case the desired site is down. * Field introduced in 17.2.5. * Maximum of 64 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fallbackSiteNames */ @@ -69,6 +71,7 @@ public void setFallbackSiteNames(List fallbackSiteNames) { * Gslb fallback sites to use in case the desired site is down. * Field introduced in 17.2.5. * Maximum of 64 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fallbackSiteNames */ @@ -88,6 +91,7 @@ public DnsRuleActionGslbSiteSelection addFallbackSiteNamesItem(String fallbackSi * This setting comes into play when the site is down, as well as no configured fallback site is available (all fallback sites are also down), then * any one available site is selected based on the default algorithm for gslb pool member selection. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return isSitePreferred */ @@ -102,6 +106,7 @@ public Boolean getIsSitePreferred() { * This setting comes into play when the site is down, as well as no configured fallback site is available (all fallback sites are also down), then * any one available site is selected based on the default algorithm for gslb pool member selection. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param isSitePreferred set the isSitePreferred. */ @@ -114,6 +119,7 @@ public void setIsSitePreferred(Boolean isSitePreferred) { * This is the getter method this will return the attribute value. * Gslb site name. * Field introduced in 17.1.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return siteName */ @@ -126,6 +132,7 @@ public String getSiteName() { * This is the setter method to the attribute. * Gslb site name. * Field introduced in 17.1.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param siteName set the siteName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRuleActionPoolSwitching.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRuleActionPoolSwitching.java index 47095742..623cdc28 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRuleActionPoolSwitching.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRuleActionPoolSwitching.java @@ -39,6 +39,7 @@ public class DnsRuleActionPoolSwitching extends AviRestResource { * Reference of the pool group to serve the passthrough dns query which cannot be served locally. * It is a reference to an object of type poolgroup. * Field introduced in 18.1.3, 17.2.12. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolGroupRef */ @@ -52,6 +53,7 @@ public String getPoolGroupRef() { * Reference of the pool group to serve the passthrough dns query which cannot be served locally. * It is a reference to an object of type poolgroup. * Field introduced in 18.1.3, 17.2.12. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolGroupRef set the poolGroupRef. */ @@ -65,6 +67,7 @@ public void setPoolGroupRef(String poolGroupRef) { * Reference of the pool to serve the passthrough dns query which cannot be served locally. * It is a reference to an object of type pool. * Field introduced in 18.1.3, 17.2.12. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRef */ @@ -78,6 +81,7 @@ public String getPoolRef() { * Reference of the pool to serve the passthrough dns query which cannot be served locally. * It is a reference to an object of type pool. * Field introduced in 18.1.3, 17.2.12. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/DnsRuleActionResponse.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRuleActionResponse.java index aeb52265..0f8e5bfd 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRuleActionResponse.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRuleActionResponse.java @@ -46,6 +46,7 @@ public class DnsRuleActionResponse extends AviRestResource { * This is the getter method this will return the attribute value. * Dns response is authoritative. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return authoritative */ @@ -58,6 +59,7 @@ public Boolean getAuthoritative() { * This is the setter method to the attribute. * Dns response is authoritative. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param authoritative set the authoritative. */ @@ -72,6 +74,7 @@ public void setAuthoritative(Boolean authoritative) { * Enum options - DNS_RCODE_NOERROR, DNS_RCODE_FORMERR, DNS_RCODE_SERVFAIL, DNS_RCODE_NXDOMAIN, DNS_RCODE_NOTIMP, DNS_RCODE_REFUSED, * DNS_RCODE_YXDOMAIN, DNS_RCODE_YXRRSET, DNS_RCODE_NXRRSET, DNS_RCODE_NOTAUTH, DNS_RCODE_NOTZONE. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_RCODE_NOERROR". * @return rcode */ @@ -86,6 +89,7 @@ public String getRcode() { * Enum options - DNS_RCODE_NOERROR, DNS_RCODE_FORMERR, DNS_RCODE_SERVFAIL, DNS_RCODE_NXDOMAIN, DNS_RCODE_NOTIMP, DNS_RCODE_REFUSED, * DNS_RCODE_YXDOMAIN, DNS_RCODE_YXRRSET, DNS_RCODE_NXRRSET, DNS_RCODE_NOTAUTH, DNS_RCODE_NOTZONE. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_RCODE_NOERROR". * @param rcode set the rcode. */ @@ -98,6 +102,7 @@ public void setRcode(String rcode) { * This is the getter method this will return the attribute value. * Dns resource record sets - (resource record set share the dns domain name, type, and class). * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceRecordSets */ @@ -110,6 +115,7 @@ public List getResourceRecordSets() { * This is the setter method. this will set the resourceRecordSets * Dns resource record sets - (resource record set share the dns domain name, type, and class). * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceRecordSets */ @@ -122,6 +128,7 @@ public void setResourceRecordSets(List resourceRecordSets) { * This is the setter method this will set the resourceRecordSets * Dns resource record sets - (resource record set share the dns domain name, type, and class). * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceRecordSets */ @@ -139,6 +146,7 @@ public DnsRuleActionResponse addResourceRecordSetsItem(DnsRuleDnsRrSet resourceR * This is the getter method this will return the attribute value. * Dns response is truncated. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return truncation */ @@ -151,6 +159,7 @@ public Boolean getTruncation() { * This is the setter method to the attribute. * Dns response is truncated. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param truncation set the truncation. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRuleDnsRrSet.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRuleDnsRrSet.java index a33f3a6d..d10e66e0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRuleDnsRrSet.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRuleDnsRrSet.java @@ -39,6 +39,7 @@ public class DnsRuleDnsRrSet extends AviRestResource { * This is the getter method this will return the attribute value. * Dns resource record set - (records in the resource record set share the dns domain name, type, and class). * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceRecordSet */ @@ -51,6 +52,7 @@ public DnsRrSet getResourceRecordSet() { * This is the setter method to the attribute. * Dns resource record set - (records in the resource record set share the dns domain name, type, and class). * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resourceRecordSet set the resourceRecordSet. */ @@ -64,6 +66,7 @@ public void setResourceRecordSet(DnsRrSet resourceRecordSet) { * Dns message section for the resource record set. * Enum options - DNS_MESSAGE_SECTION_QUESTION, DNS_MESSAGE_SECTION_ANSWER, DNS_MESSAGE_SECTION_AUTHORITY, DNS_MESSAGE_SECTION_ADDITIONAL. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_MESSAGE_SECTION_ANSWER". * @return section */ @@ -77,6 +80,7 @@ public String getSection() { * Dns message section for the resource record set. * Enum options - DNS_MESSAGE_SECTION_QUESTION, DNS_MESSAGE_SECTION_ANSWER, DNS_MESSAGE_SECTION_AUTHORITY, DNS_MESSAGE_SECTION_ADDITIONAL. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_MESSAGE_SECTION_ANSWER". * @param section set the section. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRuleMatchTarget.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRuleMatchTarget.java index b06c8495..c82b0e26 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRuleMatchTarget.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRuleMatchTarget.java @@ -67,6 +67,7 @@ public class DnsRuleMatchTarget extends AviRestResource { * From 17.1.6 release onwards, ip addresses needs to be configured in the client_ip_address field of this message. * Field deprecated in 17.1.6,17.2.2. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return clientIp */ @VsoMethod @@ -80,6 +81,7 @@ public IpAddrMatch getClientIp() { * From 17.1.6 release onwards, ip addresses needs to be configured in the client_ip_address field of this message. * Field deprecated in 17.1.6,17.2.2. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param clientIp set the clientIp. */ @VsoMethod @@ -91,6 +93,7 @@ public void setClientIp(IpAddrMatch clientIp) { * This is the getter method this will return the attribute value. * Ip addresses to match against client ip or the edns client subnet ip. * Field introduced in 17.1.6,17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIpAddress */ @@ -103,6 +106,7 @@ public DnsClientIpMatch getClientIpAddress() { * This is the setter method to the attribute. * Ip addresses to match against client ip or the edns client subnet ip. * Field introduced in 17.1.6,17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIpAddress set the clientIpAddress. */ @@ -115,6 +119,7 @@ public void setClientIpAddress(DnsClientIpMatch clientIpAddress) { * This is the getter method this will return the attribute value. * Port number to match against client port number. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientPortNumbers */ @@ -127,6 +132,7 @@ public DnsClientPortMatch getClientPortNumbers() { * This is the setter method to the attribute. * Port number to match against client port number. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientPortNumbers set the clientPortNumbers. */ @@ -139,6 +145,7 @@ public void setClientPortNumbers(DnsClientPortMatch clientPortNumbers) { * This is the getter method this will return the attribute value. * Geographical location attribute to match against that of the client ip. * Field introduced in 17.1.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoLocation */ @@ -151,6 +158,7 @@ public DnsGeoLocationMatch getGeoLocation() { * This is the setter method to the attribute. * Geographical location attribute to match against that of the client ip. * Field introduced in 17.1.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param geoLocation set the geoLocation. */ @@ -163,6 +171,7 @@ public void setGeoLocation(DnsGeoLocationMatch geoLocation) { * This is the getter method this will return the attribute value. * Dns transport protocol match. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return protocol */ @@ -175,6 +184,7 @@ public DnsTransportProtocolMatch getProtocol() { * This is the setter method to the attribute. * Dns transport protocol match. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param protocol set the protocol. */ @@ -187,6 +197,7 @@ public void setProtocol(DnsTransportProtocolMatch protocol) { * This is the getter method this will return the attribute value. * Domain names to match against query name. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return queryName */ @@ -199,6 +210,7 @@ public DnsQueryNameMatch getQueryName() { * This is the setter method to the attribute. * Domain names to match against query name. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param queryName set the queryName. */ @@ -211,6 +223,7 @@ public void setQueryName(DnsQueryNameMatch queryName) { * This is the getter method this will return the attribute value. * Dns query types to match against request query type. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return queryType */ @@ -223,6 +236,7 @@ public DnsQueryTypeMatch getQueryType() { * This is the setter method to the attribute. * Dns query types to match against request query type. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param queryType set the queryType. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRuleRLAction.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRuleRLAction.java index 38334a38..58f32edb 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRuleRLAction.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsRuleRLAction.java @@ -35,6 +35,7 @@ public class DnsRuleRLAction extends AviRestResource { * Type of action to be enforced upon hitting the rate limit. * Enum options - DNS_RL_ACTION_NONE, DNS_RL_ACTION_DROP_REQ. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_RL_ACTION_NONE". * @return type */ @@ -48,6 +49,7 @@ public String getType() { * Type of action to be enforced upon hitting the rate limit. * Enum options - DNS_RL_ACTION_NONE, DNS_RL_ACTION_DROP_REQ. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_RL_ACTION_NONE". * @param type set the type. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsServiceApplicationProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsServiceApplicationProfile.java index 738f4dca..e959e5a1 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsServiceApplicationProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsServiceApplicationProfile.java @@ -85,6 +85,7 @@ public class DnsServiceApplicationProfile extends AviRestResource { /** * This is the getter method this will return the attribute value. * Respond to aaaa queries with empty response when there are only ipv4 records. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return aaaaEmptyResponse */ @@ -96,6 +97,7 @@ public Boolean getAaaaEmptyResponse() { /** * This is the setter method to the attribute. * Respond to aaaa queries with empty response when there are only ipv4 records. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param aaaaEmptyResponse set the aaaaEmptyResponse. */ @@ -110,6 +112,7 @@ public void setAaaaEmptyResponse(Boolean aaaaEmptyResponse) { * This field is used in soa records (rname) pertaining to all domain names specified as authoritative domain names. * If not configured, the default value 'hostmaster' is used in soa responses. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "hostmaster". * @return adminEmail */ @@ -124,6 +127,7 @@ public String getAdminEmail() { * This field is used in soa records (rname) pertaining to all domain names specified as authoritative domain names. * If not configured, the default value 'hostmaster' is used in soa responses. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "hostmaster". * @param adminEmail set the adminEmail. */ @@ -140,6 +144,7 @@ public void setAdminEmail(String adminEmail) { * Field deprecated in 18.2.6. * Field introduced in 17.1.6,17.2.2. * Maximum of 100 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return authoritativeDomainNames */ @VsoMethod @@ -155,6 +160,7 @@ public List getAuthoritativeDomainNames() { * Field deprecated in 18.2.6. * Field introduced in 17.1.6,17.2.2. * Maximum of 100 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return authoritativeDomainNames */ @VsoMethod @@ -170,6 +176,7 @@ public void setAuthoritativeDomainNames(List authoritativeDomainNames) * Field deprecated in 18.2.6. * Field introduced in 17.1.6,17.2.2. * Maximum of 100 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return authoritativeDomainNames */ @VsoMethod @@ -187,6 +194,7 @@ public DnsServiceApplicationProfile addAuthoritativeDomainNamesItem(String autho * Enable dns query/response over tcp. * This enables analytics for pass-through queries as well. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return dnsOverTcpEnabled */ @@ -200,6 +208,7 @@ public Boolean getDnsOverTcpEnabled() { * Enable dns query/response over tcp. * This enables analytics for pass-through queries as well. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param dnsOverTcpEnabled set the dnsOverTcpEnabled. */ @@ -213,6 +222,7 @@ public void setDnsOverTcpEnabled(Boolean dnsOverTcpEnabled) { * Dns zones hosted on this virtual service. * Field introduced in 18.2.6. * Maximum of 100 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsZones */ @@ -226,6 +236,7 @@ public List getDnsZones() { * Dns zones hosted on this virtual service. * Field introduced in 18.2.6. * Maximum of 100 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsZones */ @@ -239,6 +250,7 @@ public void setDnsZones(List dnsZones) { * Dns zones hosted on this virtual service. * Field introduced in 18.2.6. * Maximum of 100 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsZones */ @@ -257,6 +269,7 @@ public DnsServiceApplicationProfile addDnsZonesItem(DnsZone dnsZonesItem) { * Subdomain names serviced by this virtual service. * These are configured as ends-with semantics. * Maximum of 100 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainNames */ @@ -270,6 +283,7 @@ public List getDomainNames() { * Subdomain names serviced by this virtual service. * These are configured as ends-with semantics. * Maximum of 100 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainNames */ @@ -283,6 +297,7 @@ public void setDomainNames(List domainNames) { * Subdomain names serviced by this virtual service. * These are configured as ends-with semantics. * Maximum of 100 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainNames */ @@ -300,6 +315,7 @@ public DnsServiceApplicationProfile addDomainNamesItem(String domainNamesItem) { * This is the getter method this will return the attribute value. * Enable stripping of edns client subnet (ecs) option towards client if dns service inserts ecs option in the dns query towards upstream servers. * Field introduced in 17.1.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return ecsStrippingEnabled */ @@ -312,6 +328,7 @@ public Boolean getEcsStrippingEnabled() { * This is the setter method to the attribute. * Enable stripping of edns client subnet (ecs) option towards client if dns service inserts ecs option in the dns query towards upstream servers. * Field introduced in 17.1.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param ecsStrippingEnabled set the ecsStrippingEnabled. */ @@ -326,6 +343,7 @@ public void setEcsStrippingEnabled(Boolean ecsStrippingEnabled) { * Edns extensions are parsed and shown in logs. * For gslb services, the edns client subnet option can be used to influence load balancing. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return edns */ @@ -340,6 +358,7 @@ public Boolean getEdns() { * Edns extensions are parsed and shown in logs. * For gslb services, the edns client subnet option can be used to influence load balancing. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param edns set the edns. */ @@ -357,6 +376,7 @@ public void setEdns(Boolean edns) { * minimum of the prefix length present in the incoming and the configured prefix length, before passing the request to upstream server. * Allowed values are 1-32. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ednsClientSubnetPrefixLen */ @@ -374,6 +394,7 @@ public Integer getEdnsClientSubnetPrefixLen() { * minimum of the prefix length present in the incoming and the configured prefix length, before passing the request to upstream server. * Allowed values are 1-32. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ednsClientSubnetPrefixLen set the ednsClientSubnetPrefixLen. */ @@ -389,6 +410,7 @@ public void setEdnsClientSubnetPrefixLen(Integer ednsClientSubnetPrefixLen) { * When set to respond, an appropriate response is sent to client, e.g. * Nxdomain response for non-existent records, empty noerror response for unsupported queries, etc. * Enum options - DNS_ERROR_RESPONSE_ERROR, DNS_ERROR_RESPONSE_NONE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_ERROR_RESPONSE_NONE". * @return errorResponse */ @@ -404,6 +426,7 @@ public String getErrorResponse() { * When set to respond, an appropriate response is sent to client, e.g. * Nxdomain response for non-existent records, empty noerror response for unsupported queries, etc. * Enum options - DNS_ERROR_RESPONSE_ERROR, DNS_ERROR_RESPONSE_NONE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_ERROR_RESPONSE_NONE". * @param errorResponse set the errorResponse. */ @@ -418,6 +441,7 @@ public void setErrorResponse(String errorResponse) { * This field is used in soa records (mname) pertaining to all domain names specified as authoritative domain names. * If not configured, domain name is used as name server in soa response. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nameServer */ @@ -432,6 +456,7 @@ public String getNameServer() { * This field is used in soa records (mname) pertaining to all domain names specified as authoritative domain names. * If not configured, domain name is used as name server in soa response. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nameServer set the nameServer. */ @@ -447,6 +472,7 @@ public void setNameServer(String nameServer) { * Allowed values are 0-86400. * Field introduced in 17.2.4. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @return negativeCachingTtl */ @@ -462,6 +488,7 @@ public Integer getNegativeCachingTtl() { * Allowed values are 0-86400. * Field introduced in 17.2.4. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @param negativeCachingTtl set the negativeCachingTtl. */ @@ -475,7 +502,8 @@ public void setNegativeCachingTtl(Integer negativeCachingTtl) { * Specifies the number of ip addresses returned by the dns service. * Enter 0 to return all ip addresses. * Allowed values are 1-20. - * Special values are 0- 'return all ip addresses'. + * Special values are 0- return all 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 1. * @return numDnsIp */ @@ -489,7 +517,8 @@ public Integer getNumDnsIp() { * Specifies the number of ip addresses returned by the dns service. * Enter 0 to return all ip addresses. * Allowed values are 1-20. - * Special values are 0- 'return all ip addresses'. + * Special values are 0- return all 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 1. * @param numDnsIp set the numDnsIp. */ @@ -503,6 +532,7 @@ public void setNumDnsIp(Integer numDnsIp) { * Specifies the ttl value (in seconds) for records served by dns service. * Allowed values are 0-86400. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @return ttl */ @@ -516,6 +546,7 @@ public Integer getTtl() { * Specifies the ttl value (in seconds) for records served by dns service. * Allowed values are 0-86400. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @param ttl set the ttl. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsServiceDomain.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsServiceDomain.java index 10558512..01102ef0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsServiceDomain.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsServiceDomain.java @@ -45,6 +45,7 @@ public class DnsServiceDomain extends AviRestResource { /** * This is the getter method this will return the attribute value. * Service domain string used for fqdn. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainName */ @@ -56,6 +57,7 @@ public String getDomainName() { /** * This is the setter method to the attribute. * Service domain string used for fqdn. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param domainName set the domainName. */ @@ -69,6 +71,7 @@ public void setDomainName(String domainName) { * [deprecated] useless fieldplease refer to dnsserviceapplicationprofile's num_dns_ip for default valueplease refer to vsvip's dns_info * num_records_in_response for user config valuespecifies the number of a recordsreturned by avi dns service. * Field deprecated in 20.1.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return numDnsIp */ @VsoMethod @@ -81,6 +84,7 @@ public Integer getNumDnsIp() { * [deprecated] useless fieldplease refer to dnsserviceapplicationprofile's num_dns_ip for default valueplease refer to vsvip's dns_info * num_records_in_response for user config valuespecifies the number of a recordsreturned by avi dns service. * Field deprecated in 20.1.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param numDnsIp set the numDnsIp. */ @VsoMethod @@ -91,6 +95,7 @@ public void setNumDnsIp(Integer numDnsIp) { /** * This is the getter method this will return the attribute value. * Third-party authoritative domain requests are delegated todns virtualservice's pool of nameservers. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return passThrough */ @@ -102,6 +107,7 @@ public Boolean getPassThrough() { /** * This is the setter method to the attribute. * Third-party authoritative domain requests are delegated todns virtualservice's pool of nameservers. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param passThrough set the passThrough. */ @@ -115,6 +121,7 @@ public void setPassThrough(Boolean passThrough) { * Ttl value for dns records. * Allowed values are 1-604800. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return recordTtl */ @@ -128,6 +135,7 @@ public Integer getRecordTtl() { * Ttl value for dns records. * Allowed values are 1-604800. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param recordTtl set the recordTtl. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsSrvRdata.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsSrvRdata.java index 677559b2..03d545c0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsSrvRdata.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsSrvRdata.java @@ -46,6 +46,7 @@ public class DnsSrvRdata extends AviRestResource { * This is the getter method this will return the attribute value. * Service port. * Allowed values are 0-65535. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -58,6 +59,7 @@ public Integer getPort() { * This is the setter method to the attribute. * Service port. * Allowed values are 0-65535. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ @@ -70,6 +72,7 @@ public void setPort(Integer port) { * This is the getter method this will return the attribute value. * Priority of the target hosting the service, low value implies higher priority for this service record. * Allowed values are 0-65535. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return priority */ @@ -82,6 +85,7 @@ public Integer getPriority() { * This is the setter method to the attribute. * Priority of the target hosting the service, low value implies higher priority for this service record. * Allowed values are 0-65535. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param priority set the priority. */ @@ -94,6 +98,7 @@ public void setPriority(Integer priority) { * This is the getter method this will return the attribute value. * Canonical hostname, of the machine hosting the service, with no trailing period. * 'default.host' is valid but not 'default.host.'. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default.host". * @return target */ @@ -106,6 +111,7 @@ public String getTarget() { * This is the setter method to the attribute. * Canonical hostname, of the machine hosting the service, with no trailing period. * 'default.host' is valid but not 'default.host.'. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default.host". * @param target set the target. */ @@ -118,6 +124,7 @@ public void setTarget(String target) { * This is the getter method this will return the attribute value. * Relative weight for service records with same priority, high value implies higher preference for this service record. * Allowed values are 0-65535. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return weight */ @@ -130,6 +137,7 @@ public Integer getWeight() { * This is the setter method to the attribute. * Relative weight for service records with same priority, high value implies higher preference for this service record. * Allowed values are 0-65535. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param weight set the weight. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsTransportProtocolMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsTransportProtocolMatch.java index 5dc46fb7..7ec744b9 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsTransportProtocolMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsTransportProtocolMatch.java @@ -39,6 +39,7 @@ public class DnsTransportProtocolMatch extends AviRestResource { * Criterion to use for matching the dns transport protocol. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -52,6 +53,7 @@ public String getMatchCriteria() { * Criterion to use for matching the dns transport protocol. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -65,6 +67,7 @@ public void setMatchCriteria(String matchCriteria) { * Protocol to match against transport protocol used by dns query. * Enum options - DNS_OVER_UDP, DNS_OVER_TCP. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return protocol */ @@ -78,6 +81,7 @@ public String getProtocol() { * Protocol to match against transport protocol used by dns query. * Enum options - DNS_OVER_UDP, DNS_OVER_TCP. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param protocol set the protocol. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsTxtRdata.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsTxtRdata.java index ce7bff9d..5b475464 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsTxtRdata.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsTxtRdata.java @@ -34,6 +34,7 @@ public class DnsTxtRdata extends AviRestResource { * This is the getter method this will return the attribute value. * Text data associated with the fqdn. * Field introduced in 18.2.9, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return textStr */ @@ -46,6 +47,7 @@ public String getTextStr() { * This is the setter method to the attribute. * Text data associated with the fqdn. * Field introduced in 18.2.9, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param textStr set the textStr. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsZone.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsZone.java index 40a48bcd..e3fc6c75 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsZone.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DnsZone.java @@ -44,6 +44,7 @@ public class DnsZone extends AviRestResource { * This field is used in soa records as rname (rfc 1035). * If not configured, it is inherited from the dns service profile. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return adminEmail */ @@ -58,6 +59,7 @@ public String getAdminEmail() { * This field is used in soa records as rname (rfc 1035). * If not configured, it is inherited from the dns service profile. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param adminEmail set the adminEmail. */ @@ -72,6 +74,7 @@ public void setAdminEmail(String adminEmail) { * Queries for fqdns that are sub domains of this domain and do not have any dns record in avi are dropped or nxdomain response sent. * For domains which are present, soa parameters are sent in answer section of response if query type is soa. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainName */ @@ -86,6 +89,7 @@ public String getDomainName() { * Queries for fqdns that are sub domains of this domain and do not have any dns record in avi are dropped or nxdomain response sent. * For domains which are present, soa parameters are sent in answer section of response if query type is soa. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param domainName set the domainName. */ @@ -101,6 +105,7 @@ public void setDomainName(String domainName) { * If not configured, it is inherited from the dns service profile. * If even that is not configured, the domain name is used instead. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nameServer */ @@ -116,6 +121,7 @@ public String getNameServer() { * If not configured, it is inherited from the dns service profile. * If even that is not configured, the domain name is used instead. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nameServer set the nameServer. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DockerConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DockerConfiguration.java index ba072500..f2f38525 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DockerConfiguration.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DockerConfiguration.java @@ -136,6 +136,7 @@ public class DockerConfiguration extends AviRestResource { /** * This is the getter method this will return the attribute value. * Sync frequency in seconds with frameworks. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return appSyncFrequency */ @@ -147,6 +148,7 @@ public Integer getAppSyncFrequency() { /** * This is the setter method to the attribute. * Sync frequency in seconds with frameworks. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param appSyncFrequency set the appSyncFrequency. */ @@ -159,6 +161,7 @@ public void setAppSyncFrequency(Integer appSyncFrequency) { * This is the getter method this will return the attribute value. * Uuid of the ucp ca tls cert and key. * It is a reference to an object of type sslkeyandcertificate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return caTlsKeyAndCertificateRef */ @@ -171,6 +174,7 @@ public String getCaTlsKeyAndCertificateRef() { * This is the setter method to the attribute. * Uuid of the ucp ca tls cert and key. * It is a reference to an object of type sslkeyandcertificate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param caTlsKeyAndCertificateRef set the caTlsKeyAndCertificateRef. */ @@ -183,6 +187,7 @@ public void setCaTlsKeyAndCertificateRef(String caTlsKeyAndCertificateRef) { * This is the getter method this will return the attribute value. * Uuid of the client tls cert and key. * It is a reference to an object of type sslkeyandcertificate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientTlsKeyAndCertificateRef */ @@ -195,6 +200,7 @@ public String getClientTlsKeyAndCertificateRef() { * This is the setter method to the attribute. * Uuid of the client tls cert and key. * It is a reference to an object of type sslkeyandcertificate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientTlsKeyAndCertificateRef set the clientTlsKeyAndCertificateRef. */ @@ -206,6 +212,7 @@ public void setClientTlsKeyAndCertificateRef(String clientTlsKeyAndCertificateR /** * This is the getter method this will return the attribute value. * Perform container port matching to create a http virtualservice instead of a tcp/udp virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return containerPortMatchHttpService */ @@ -217,6 +224,7 @@ public Boolean getContainerPortMatchHttpService() { /** * This is the setter method to the attribute. * Perform container port matching to create a http virtualservice instead of a tcp/udp virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param containerPortMatchHttpService set the containerPortMatchHttpService. */ @@ -230,6 +238,7 @@ public void setContainerPortMatchHttpService(Boolean containerPortMatchHttpServ * Directory to mount to check for core dumps on service engines. * This will be mapped read only to /var/crash on any new service engines. * This is a disruptive change. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/var/lib/systemd/coredump". * @return coredumpDirectory */ @@ -243,6 +252,7 @@ public String getCoredumpDirectory() { * Directory to mount to check for core dumps on service engines. * This will be mapped read only to /var/crash on any new service engines. * This is a disruptive change. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/var/lib/systemd/coredump". * @param coredumpDirectory set the coredumpDirectory. */ @@ -254,6 +264,7 @@ public void setCoredumpDirectory(String coredumpDirectory) { /** * This is the getter method this will return the attribute value. * Disable auto service sync for back end services. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableAutoBackendServiceSync */ @@ -265,6 +276,7 @@ public Boolean getDisableAutoBackendServiceSync() { /** * This is the setter method to the attribute. * Disable auto service sync for back end services. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableAutoBackendServiceSync set the disableAutoBackendServiceSync. */ @@ -276,6 +288,7 @@ public void setDisableAutoBackendServiceSync(Boolean disableAutoBackendServiceS /** * This is the getter method this will return the attribute value. * Disable auto service sync for front end services. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableAutoFrontendServiceSync */ @@ -287,6 +300,7 @@ public Boolean getDisableAutoFrontendServiceSync() { /** * This is the setter method to the attribute. * Disable auto service sync for front end services. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableAutoFrontendServiceSync set the disableAutoFrontendServiceSync. */ @@ -298,6 +312,7 @@ public void setDisableAutoFrontendServiceSync(Boolean disableAutoFrontendServic /** * This is the getter method this will return the attribute value. * Disable se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableAutoSeCreation */ @@ -309,6 +324,7 @@ public Boolean getDisableAutoSeCreation() { /** * This is the setter method to the attribute. * Disable se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableAutoSeCreation set the disableAutoSeCreation. */ @@ -320,6 +336,7 @@ public void setDisableAutoSeCreation(Boolean disableAutoSeCreation) { /** * This is the getter method this will return the attribute value. * Docker registry for serviceengine image. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dockerRegistrySe */ @@ -331,6 +348,7 @@ public DockerRegistry getDockerRegistrySe() { /** * This is the setter method to the attribute. * Docker registry for serviceengine image. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dockerRegistrySe set the dockerRegistrySe. */ @@ -341,7 +359,8 @@ public void setDockerRegistrySe(DockerRegistry dockerRegistrySe) { /** * This is the getter method this will return the attribute value. - * Match against this prefix when placing east-west vss on ses . + * Match against this prefix when placing east-west vss on ses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eastWestPlacementSubnet */ @@ -352,7 +371,8 @@ public IpAddrPrefix getEastWestPlacementSubnet() { /** * This is the setter method to the attribute. - * Match against this prefix when placing east-west vss on ses . + * Match against this prefix when placing east-west vss on ses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eastWestPlacementSubnet set the eastWestPlacementSubnet. */ @@ -364,6 +384,7 @@ public void setEastWestPlacementSubnet(IpAddrPrefix eastWestPlacementSubnet) { /** * This is the getter method this will return the attribute value. * Enable docker event subscription. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableEventSubscription */ @@ -375,6 +396,7 @@ public Boolean getEnableEventSubscription() { /** * This is the setter method to the attribute. * Enable docker event subscription. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableEventSubscription set the enableEventSubscription. */ @@ -386,6 +408,7 @@ public void setEnableEventSubscription(Boolean enableEventSubscription) { /** * This is the getter method this will return the attribute value. * For front end proxies, use container port as service port. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return feproxyContainerPortAsService */ @@ -397,6 +420,7 @@ public Boolean getFeproxyContainerPortAsService() { /** * This is the setter method to the attribute. * For front end proxies, use container port as service port. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param feproxyContainerPortAsService set the feproxyContainerPortAsService. */ @@ -408,6 +432,7 @@ public void setFeproxyContainerPortAsService(Boolean feproxyContainerPortAsServ /** * This is the getter method this will return the attribute value. * Enable proxy arp from host interface for front end proxies. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return feproxyVipsEnableProxyArp */ @@ -419,6 +444,7 @@ public Boolean getFeproxyVipsEnableProxyArp() { /** * This is the setter method to the attribute. * Enable proxy arp from host interface for front end proxies. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param feproxyVipsEnableProxyArp set the feproxyVipsEnableProxyArp. */ @@ -430,6 +456,7 @@ public void setFeproxyVipsEnableProxyArp(Boolean feproxyVipsEnableProxyArp) { /** * This is the getter method this will return the attribute value. * Optional fleet remote endpoint if fleet is used for se deployment. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fleetEndpoint */ @@ -441,6 +468,7 @@ public String getFleetEndpoint() { /** * This is the setter method to the attribute. * Optional fleet remote endpoint if fleet is used for se deployment. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fleetEndpoint set the fleetEndpoint. */ @@ -453,6 +481,7 @@ public void setFleetEndpoint(String fleetEndpoint) { * This is the getter method this will return the attribute value. * List of container ports that create a http virtualservice instead of a tcp/udp virtualservice. * Defaults to 80. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpContainerPorts */ @@ -465,6 +494,7 @@ public List getHttpContainerPorts() { * This is the setter method. this will set the httpContainerPorts * List of container ports that create a http virtualservice instead of a tcp/udp virtualservice. * Defaults to 80. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpContainerPorts */ @@ -477,6 +507,7 @@ public void setHttpContainerPorts(List httpContainerPorts) { * This is the setter method this will set the httpContainerPorts * List of container ports that create a http virtualservice instead of a tcp/udp virtualservice. * Defaults to 80. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpContainerPorts */ @@ -494,6 +525,7 @@ public DockerConfiguration addHttpContainerPortsItem(Integer httpContainerPortsI * This is the getter method this will return the attribute value. * Use fleet/ssh for se deployment. * Enum options - SE_CREATE_FLEET, SE_CREATE_SSH, SE_CREATE_POD. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_CREATE_SSH". * @return seDeploymentMethod */ @@ -506,6 +538,7 @@ public String getSeDeploymentMethod() { * This is the setter method to the attribute. * Use fleet/ssh for se deployment. * Enum options - SE_CREATE_FLEET, SE_CREATE_SSH, SE_CREATE_POD. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_CREATE_SSH". * @param seDeploymentMethod set the seDeploymentMethod. */ @@ -517,6 +550,7 @@ public void setSeDeploymentMethod(String seDeploymentMethod) { /** * This is the getter method this will return the attribute value. * Exclude hosts with attributes for se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seExcludeAttributes */ @@ -528,6 +562,7 @@ public List getSeExcludeAttributes() { /** * This is the setter method. this will set the seExcludeAttributes * Exclude hosts with attributes for se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seExcludeAttributes */ @@ -539,6 +574,7 @@ public void setSeExcludeAttributes(List seExcludeAttributes) { /** * This is the setter method this will set the seExcludeAttributes * Exclude hosts with attributes for se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seExcludeAttributes */ @@ -555,6 +591,7 @@ public DockerConfiguration addSeExcludeAttributesItem(MesosAttribute seExcludeAt /** * This is the getter method this will return the attribute value. * Create ses just on hosts with include attributes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIncludeAttributes */ @@ -566,6 +603,7 @@ public List getSeIncludeAttributes() { /** * This is the setter method. this will set the seIncludeAttributes * Create ses just on hosts with include attributes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIncludeAttributes */ @@ -577,6 +615,7 @@ public void setSeIncludeAttributes(List seIncludeAttributes) { /** * This is the setter method this will set the seIncludeAttributes * Create ses just on hosts with include attributes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIncludeAttributes */ @@ -593,6 +632,7 @@ public DockerConfiguration addSeIncludeAttributesItem(MesosAttribute seIncludeAt /** * This is the getter method this will return the attribute value. * New se spawn rate per minute. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 25. * @return seSpawnRate */ @@ -604,6 +644,7 @@ public Integer getSeSpawnRate() { /** * This is the setter method to the attribute. * New se spawn rate per minute. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 25. * @param seSpawnRate set the seSpawnRate. */ @@ -615,6 +656,7 @@ public void setSeSpawnRate(Integer seSpawnRate) { /** * This is the getter method this will return the attribute value. * Host volume to be used as a disk for avi se, this is a disruptive change. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/opt/avi". * @return seVolume */ @@ -626,6 +668,7 @@ public String getSeVolume() { /** * This is the setter method to the attribute. * Host volume to be used as a disk for avi se, this is a disruptive change. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/opt/avi". * @param seVolume set the seVolume. */ @@ -638,6 +681,7 @@ public void setSeVolume(String seVolume) { * This is the getter method this will return the attribute value. * Make service ports accessible on all host interfaces in addition to east-west vip and/or bridge ip. * Usually enabled aws clusters to export east-west services on host interface. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return servicesAccessibleAllInterfaces */ @@ -650,6 +694,7 @@ public Boolean getServicesAccessibleAllInterfaces() { * This is the setter method to the attribute. * Make service ports accessible on all host interfaces in addition to east-west vip and/or bridge ip. * Usually enabled aws clusters to export east-west services on host interface. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param servicesAccessibleAllInterfaces set the servicesAccessibleAllInterfaces. */ @@ -662,6 +707,7 @@ public void setServicesAccessibleAllInterfaces(Boolean servicesAccessibleAllInt * This is the getter method this will return the attribute value. * Parameters for ssh se deployment. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return sshSeDeployment */ @VsoMethod @@ -673,6 +719,7 @@ public SSHSeDeployment getSshSeDeployment() { * This is the setter method to the attribute. * Parameters for ssh se deployment. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param sshSeDeployment set the sshSeDeployment. */ @VsoMethod @@ -685,6 +732,7 @@ public void setSshSeDeployment(SSHSeDeployment sshSeDeployment) { * Cloud connector user uuid for ssh to hosts. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sshUserRef */ @@ -698,6 +746,7 @@ public String getSshUserRef() { * Cloud connector user uuid for ssh to hosts. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sshUserRef set the sshUserRef. */ @@ -709,6 +758,7 @@ public void setSshUserRef(String sshUserRef) { /** * This is the getter method this will return the attribute value. * List of docker ucp nodes; in case of a load balanced ucp cluster, use virtual ip of the cluster. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ucpNodes */ @@ -720,6 +770,7 @@ public List getUcpNodes() { /** * This is the setter method. this will set the ucpNodes * List of docker ucp nodes; in case of a load balanced ucp cluster, use virtual ip of the cluster. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ucpNodes */ @@ -731,6 +782,7 @@ public void setUcpNodes(List ucpNodes) { /** * This is the setter method this will set the ucpNodes * List of docker ucp nodes; in case of a load balanced ucp cluster, use virtual ip of the cluster. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ucpNodes */ @@ -748,6 +800,7 @@ public DockerConfiguration addUcpNodesItem(String ucpNodesItem) { * This is the getter method this will return the attribute value. * Use container ip address port for pool instead of host ip address hostport. * This mode is applicable if the container ip is reachable (not a private nated ip) from other hosts in a routed environment for containers. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useContainerIpPort */ @@ -760,6 +813,7 @@ public Boolean getUseContainerIpPort() { * This is the setter method to the attribute. * Use container ip address port for pool instead of host ip address hostport. * This mode is applicable if the container ip is reachable (not a private nated ip) from other hosts in a routed environment for containers. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useContainerIpPort set the useContainerIpPort. */ @@ -771,6 +825,7 @@ public void setUseContainerIpPort(Boolean useContainerIpPort) { /** * This is the getter method this will return the attribute value. * If true, use controller generated se docker image via fileservice, else use docker repository image as defined by docker_registry_se. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useControllerImage */ @@ -782,6 +837,7 @@ public Boolean getUseControllerImage() { /** * This is the setter method to the attribute. * If true, use controller generated se docker image via fileservice, else use docker repository image as defined by docker_registry_se. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useControllerImage set the useControllerImage. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DockerRegistry.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DockerRegistry.java index 62c4c694..1cdaa992 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DockerRegistry.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DockerRegistry.java @@ -54,6 +54,7 @@ public class DockerRegistry extends AviRestResource { /** * This is the getter method this will return the attribute value. * Openshift integrated registry config. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oshiftRegistry */ @@ -65,6 +66,7 @@ public OshiftDockerRegistryMetaData getOshiftRegistry() { /** * This is the setter method to the attribute. * Openshift integrated registry config. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param oshiftRegistry set the oshiftRegistry. */ @@ -77,6 +79,7 @@ public void setOshiftRegistry(OshiftDockerRegistryMetaData oshiftRegistry) { * This is the getter method this will return the attribute value. * Password for docker registry. * Authorized 'regular user' password if registry is openshift integrated registry. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return password */ @@ -89,6 +92,7 @@ public String getPassword() { * This is the setter method to the attribute. * Password for docker registry. * Authorized 'regular user' password if registry is openshift integrated registry. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param password set the password. */ @@ -101,6 +105,7 @@ public void setPassword(String password) { * This is the getter method this will return the attribute value. * Set if docker registry is private. * Avi controller will not attempt to push se image to the registry, unless se_repository_push is set. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return privates */ @@ -113,6 +118,7 @@ public Boolean getPrivates() { * This is the setter method to the attribute. * Set if docker registry is private. * Avi controller will not attempt to push se image to the registry, unless se_repository_push is set. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param privates set the privates. */ @@ -126,6 +132,7 @@ public void setPrivates(Boolean privates) { * Avi serviceengine repository name. * For private registry, it's registry port/repository, for public registry, it's registry/repository, for openshift registry, it's registry * port/namespace/repo. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "avinetworks/se". * @return registry */ @@ -139,6 +146,7 @@ public String getRegistry() { * Avi serviceengine repository name. * For private registry, it's registry port/repository, for public registry, it's registry/repository, for openshift registry, it's registry * port/namespace/repo. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "avinetworks/se". * @param registry set the registry. */ @@ -151,6 +159,7 @@ public void setRegistry(String registry) { * This is the getter method this will return the attribute value. * Avi controller will push serviceengine image to docker repository. * Field deprecated in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seRepositoryPush */ @VsoMethod @@ -162,6 +171,7 @@ public Boolean getSeRepositoryPush() { * This is the setter method to the attribute. * Avi controller will push serviceengine image to docker repository. * Field deprecated in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param seRepositoryPush set the seRepositoryPush. */ @VsoMethod @@ -173,6 +183,7 @@ public void setSeRepositoryPush(Boolean seRepositoryPush) { * This is the getter method this will return the attribute value. * Username for docker registry. * Authorized 'regular user' if registry is openshift integrated registry. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return username */ @@ -185,6 +196,7 @@ public String getUsername() { * This is the setter method to the attribute. * Username for docker registry. * Authorized 'regular user' if registry is openshift integrated registry. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/DockerUCPSetup.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DockerUCPSetup.java index 9d922df9..98a4cba9 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DockerUCPSetup.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DockerUCPSetup.java @@ -76,7 +76,7 @@ public class DockerUCPSetup extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cc_id of obj type dockerucpsetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -87,7 +87,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Placeholder for description of property cc_id of obj type dockerucpsetup field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -98,7 +98,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property docker_ucp_access of obj type dockerucpsetup 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 dockerUcpAccess */ @@ -109,7 +109,7 @@ public Boolean getDockerUcpAccess() { /** * This is the setter method to the attribute. - * Placeholder for description of property docker_ucp_access of obj type dockerucpsetup 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 dockerUcpAccess set the dockerUcpAccess. */ @@ -120,7 +120,7 @@ public void setDockerUcpAccess(Boolean dockerUcpAccess) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property failed_hosts of obj type dockerucpsetup 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 failedHosts */ @@ -131,7 +131,7 @@ public List getFailedHosts() { /** * This is the setter method. this will set the failedHosts - * Placeholder for description of property failed_hosts of obj type dockerucpsetup 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 failedHosts */ @@ -142,7 +142,7 @@ public void setFailedHosts(List failedHosts) { /** * This is the setter method this will set the failedHosts - * Placeholder for description of property failed_hosts of obj type dockerucpsetup 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 failedHosts */ @@ -158,7 +158,7 @@ public DockerUCPSetup addFailedHostsItem(String failedHostsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property fleet_endpoint of obj type dockerucpsetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fleetEndpoint */ @@ -169,7 +169,7 @@ public String getFleetEndpoint() { /** * This is the setter method to the attribute. - * Placeholder for description of property fleet_endpoint of obj type dockerucpsetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fleetEndpoint set the fleetEndpoint. */ @@ -180,7 +180,7 @@ public void setFleetEndpoint(String fleetEndpoint) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property hosts of obj type dockerucpsetup 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 hosts */ @@ -191,7 +191,7 @@ public List getHosts() { /** * This is the setter method. this will set the hosts - * Placeholder for description of property hosts of obj type dockerucpsetup 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 hosts */ @@ -202,7 +202,7 @@ public void setHosts(List hosts) { /** * This is the setter method this will set the hosts - * Placeholder for description of property hosts of obj type dockerucpsetup 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 hosts */ @@ -218,7 +218,7 @@ public DockerUCPSetup addHostsItem(String hostsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property missing_hosts of obj type dockerucpsetup 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 missingHosts */ @@ -229,7 +229,7 @@ public List getMissingHosts() { /** * This is the setter method. this will set the missingHosts - * Placeholder for description of property missing_hosts of obj type dockerucpsetup 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 missingHosts */ @@ -240,7 +240,7 @@ public void setMissingHosts(List missingHosts) { /** * This is the setter method this will set the missingHosts - * Placeholder for description of property missing_hosts of obj type dockerucpsetup 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 missingHosts */ @@ -256,7 +256,7 @@ public DockerUCPSetup addMissingHostsItem(String missingHostsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property new_hosts of obj type dockerucpsetup 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 newHosts */ @@ -267,7 +267,7 @@ public List getNewHosts() { /** * This is the setter method. this will set the newHosts - * Placeholder for description of property new_hosts of obj type dockerucpsetup 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 newHosts */ @@ -278,7 +278,7 @@ public void setNewHosts(List newHosts) { /** * This is the setter method this will set the newHosts - * Placeholder for description of property new_hosts of obj type dockerucpsetup 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 newHosts */ @@ -294,7 +294,7 @@ public DockerUCPSetup addNewHostsItem(String newHostsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason of obj type dockerucpsetup field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -305,7 +305,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Placeholder for description of property reason of obj type dockerucpsetup field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -316,7 +316,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_deploy_method_access of obj type dockerucpsetup 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 seDeployMethodAccess */ @@ -327,7 +327,7 @@ public Boolean getSeDeployMethodAccess() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_deploy_method_access of obj type dockerucpsetup 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 seDeployMethodAccess set the seDeployMethodAccess. */ @@ -338,7 +338,7 @@ public void setSeDeployMethodAccess(Boolean seDeployMethodAccess) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_name of obj type dockerucpsetup field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -349,7 +349,7 @@ public String getSeName() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_name of obj type dockerucpsetup field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -360,7 +360,7 @@ public void setSeName(String seName) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ucp_nodes of obj type dockerucpsetup 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 ucpNodes */ @@ -371,7 +371,7 @@ public List getUcpNodes() { /** * This is the setter method. this will set the ucpNodes - * Placeholder for description of property ucp_nodes of obj type dockerucpsetup 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 ucpNodes */ @@ -382,7 +382,7 @@ public void setUcpNodes(List ucpNodes) { /** * This is the setter method this will set the ucpNodes - * Placeholder for description of property ucp_nodes of obj type dockerucpsetup 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 ucpNodes */ @@ -398,7 +398,7 @@ public DockerUCPSetup addUcpNodesItem(String ucpNodesItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property version of obj type dockerucpsetup field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -409,7 +409,7 @@ public String getVersion() { /** * This is the setter method to the attribute. - * Placeholder for description of property version of obj type dockerucpsetup field type str type string. + * Allowed in enterprise edition with any value, 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/DosAttackEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DosAttackEventDetails.java index dba1a54a..1ddd4c5f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DosAttackEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DosAttackEventDetails.java @@ -55,6 +55,7 @@ public class DosAttackEventDetails extends AviRestResource { * Enum options - LAND, SMURF, ICMP_PING_FLOOD, UNKOWN_PROTOCOL, TEARDROP, IP_FRAG_OVERRUN, IP_FRAG_TOOSMALL, IP_FRAG_FULL, IP_FRAG_INCOMPLETE, * PORT_SCAN, TCP_NON_SYN_FLOOD_OLD, SYN_FLOOD, BAD_RST_FLOOD, MALFORMED_FLOOD, FAKE_SESSION, ZERO_WINDOW_STRESS, SMALL_WINDOW_STRESS, * DOS_HTTP_TIMEOUT, DOS_HTTP_ERROR, DOS_HTTP_ABORT... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attack */ @@ -68,6 +69,7 @@ public String getAttack() { * Enum options - LAND, SMURF, ICMP_PING_FLOOD, UNKOWN_PROTOCOL, TEARDROP, IP_FRAG_OVERRUN, IP_FRAG_TOOSMALL, IP_FRAG_FULL, IP_FRAG_INCOMPLETE, * PORT_SCAN, TCP_NON_SYN_FLOOD_OLD, SYN_FLOOD, BAD_RST_FLOOD, MALFORMED_FLOOD, FAKE_SESSION, ZERO_WINDOW_STRESS, SMALL_WINDOW_STRESS, * DOS_HTTP_TIMEOUT, DOS_HTTP_ERROR, DOS_HTTP_ABORT... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attack set the attack. */ @@ -78,7 +80,7 @@ public void setAttack(String attack) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property attack_count of obj type dosattackeventdetails 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 attackCount */ @@ -89,7 +91,7 @@ public Float getAttackCount() { /** * This is the setter method to the attribute. - * Placeholder for description of property attack_count of obj type dosattackeventdetails 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 attackCount set the attackCount. */ @@ -100,7 +102,7 @@ public void setAttackCount(Float attackCount) { /** * This is the getter method this will return the attribute value. - * Unique object identifiers of ipgroups. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipgroupUuids */ @@ -111,7 +113,7 @@ public List getIpgroupUuids() { /** * This is the setter method. this will set the ipgroupUuids - * Unique object identifiers of ipgroups. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipgroupUuids */ @@ -122,7 +124,7 @@ public void setIpgroupUuids(List ipgroupUuids) { /** * This is the setter method this will set the ipgroupUuids - * Unique object identifiers of ipgroups. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipgroupUuids */ @@ -138,7 +140,7 @@ public DosAttackEventDetails addIpgroupUuidsItem(String ipgroupUuidsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property meta_data of obj type dosattackeventdetails 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 metaData */ @@ -149,7 +151,7 @@ public List getMetaData() { /** * This is the setter method. this will set the metaData - * Placeholder for description of property meta_data of obj type dosattackeventdetails 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 metaData */ @@ -160,7 +162,7 @@ public void setMetaData(List metaData) { /** * This is the setter method this will set the metaData - * Placeholder for description of property meta_data of obj type dosattackeventdetails 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 metaData */ @@ -176,7 +178,7 @@ public DosAttackEventDetails addMetaDataItem(AttackMetaData metaDataItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property src_ips of obj type dosattackeventdetails 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 srcIps */ @@ -187,7 +189,7 @@ public List getSrcIps() { /** * This is the setter method. this will set the srcIps - * Placeholder for description of property src_ips of obj type dosattackeventdetails 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 srcIps */ @@ -198,7 +200,7 @@ public void setSrcIps(List srcIps) { /** * This is the setter method this will set the srcIps - * Placeholder for description of property src_ips of obj type dosattackeventdetails 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 srcIps */ @@ -214,7 +216,7 @@ public DosAttackEventDetails addSrcIpsItem(String srcIpsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property urls of obj type dosattackeventdetails 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 urls */ @@ -225,7 +227,7 @@ public List getUrls() { /** * This is the setter method. this will set the urls - * Placeholder for description of property urls of obj type dosattackeventdetails 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 urls */ @@ -236,7 +238,7 @@ public void setUrls(List urls) { /** * This is the setter method this will set the urls - * Placeholder for description of property urls of obj type dosattackeventdetails 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 urls */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DosRateLimitProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DosRateLimitProfile.java index ab9842b0..9fb0f088 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DosRateLimitProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DosRateLimitProfile.java @@ -39,6 +39,7 @@ public class DosRateLimitProfile extends AviRestResource { /** * This is the getter method this will return the attribute value. * Profile for dos attack detection. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dosProfile */ @@ -50,6 +51,7 @@ public DosThresholdProfile getDosProfile() { /** * This is the setter method to the attribute. * Profile for dos attack detection. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dosProfile set the dosProfile. */ @@ -61,6 +63,7 @@ public void setDosProfile(DosThresholdProfile dosProfile) { /** * This is the getter method this will return the attribute value. * Profile for connections/requests rate limiting. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rlProfile */ @@ -72,6 +75,7 @@ public RateLimiterProfile getRlProfile() { /** * This is the setter method to the attribute. * Profile for connections/requests rate limiting. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rlProfile set the rlProfile. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DosThreshold.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DosThreshold.java index aad1e85e..b103a942 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DosThreshold.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DosThreshold.java @@ -44,6 +44,7 @@ public class DosThreshold extends AviRestResource { * Enum options - LAND, SMURF, ICMP_PING_FLOOD, UNKOWN_PROTOCOL, TEARDROP, IP_FRAG_OVERRUN, IP_FRAG_TOOSMALL, IP_FRAG_FULL, IP_FRAG_INCOMPLETE, * PORT_SCAN, TCP_NON_SYN_FLOOD_OLD, SYN_FLOOD, BAD_RST_FLOOD, MALFORMED_FLOOD, FAKE_SESSION, ZERO_WINDOW_STRESS, SMALL_WINDOW_STRESS, * DOS_HTTP_TIMEOUT, DOS_HTTP_ERROR, DOS_HTTP_ABORT... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attack */ @@ -58,6 +59,7 @@ public String getAttack() { * Enum options - LAND, SMURF, ICMP_PING_FLOOD, UNKOWN_PROTOCOL, TEARDROP, IP_FRAG_OVERRUN, IP_FRAG_TOOSMALL, IP_FRAG_FULL, IP_FRAG_INCOMPLETE, * PORT_SCAN, TCP_NON_SYN_FLOOD_OLD, SYN_FLOOD, BAD_RST_FLOOD, MALFORMED_FLOOD, FAKE_SESSION, ZERO_WINDOW_STRESS, SMALL_WINDOW_STRESS, * DOS_HTTP_TIMEOUT, DOS_HTTP_ERROR, DOS_HTTP_ABORT... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attack set the attack. */ @@ -69,6 +71,7 @@ public void setAttack(String attack) { /** * This is the getter method this will return the attribute value. * Maximum number of packets or connections or requests in a given interval of time to be deemed as attack. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxValue */ @@ -80,6 +83,7 @@ public Integer getMaxValue() { /** * This is the setter method to the attribute. * Maximum number of packets or connections or requests in a given interval of time to be deemed as attack. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxValue set the maxValue. */ @@ -91,6 +95,7 @@ public void setMaxValue(Integer maxValue) { /** * This is the getter method this will return the attribute value. * Minimum number of packets or connections or requests in a given interval of time to be deemed as attack. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return minValue */ @@ -102,6 +107,7 @@ public Integer getMinValue() { /** * This is the setter method to the attribute. * Minimum number of packets or connections or requests in a given interval of time to be deemed as attack. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param minValue set the minValue. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DosThresholdProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DosThresholdProfile.java index 5e24ff21..8cc56967 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DosThresholdProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DosThresholdProfile.java @@ -37,6 +37,7 @@ public class DosThresholdProfile extends AviRestResource { /** * This is the getter method this will return the attribute value. * Attack type, min and max values for dos attack detection. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return threshInfo */ @@ -48,6 +49,7 @@ public List getThreshInfo() { /** * This is the setter method. this will set the threshInfo * Attack type, min and max values for dos attack detection. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return threshInfo */ @@ -59,6 +61,7 @@ public void setThreshInfo(List threshInfo) { /** * This is the setter method this will set the threshInfo * Attack type, min and max values for dos attack detection. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return threshInfo */ @@ -76,6 +79,7 @@ public DosThresholdProfile addThreshInfoItem(DosThreshold threshInfoItem) { * This is the getter method this will return the attribute value. * Timer value in seconds to collect dos attack metrics based on threshold on the service engine for this virtual service. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return threshPeriod */ @@ -88,6 +92,7 @@ public Integer getThreshPeriod() { * This is the setter method to the attribute. * Timer value in seconds to collect dos attack metrics based on threshold on the service engine for this virtual service. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param threshPeriod set the threshPeriod. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DsrProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DsrProfile.java index a3bcd1d1..538959e0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DsrProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DsrProfile.java @@ -37,8 +37,9 @@ public class DsrProfile extends AviRestResource { /** * This is the getter method this will return the attribute value. * Encapsulation type to use when dsr is l3. - * Enum options - ENCAP_IPINIP. + * Enum options - ENCAP_IPINIP, ENCAP_GRE. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ENCAP_IPINIP". * @return dsrEncapType */ @@ -50,8 +51,9 @@ public String getDsrEncapType() { /** * This is the setter method to the attribute. * Encapsulation type to use when dsr is l3. - * Enum options - ENCAP_IPINIP. + * Enum options - ENCAP_IPINIP, ENCAP_GRE. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ENCAP_IPINIP". * @param dsrEncapType set the dsrEncapType. */ @@ -65,6 +67,7 @@ public void setDsrEncapType(String dsrEncapType) { * Dsr type l2/l3. * Enum options - DSR_TYPE_L2, DSR_TYPE_L3. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DSR_TYPE_L3". * @return dsrType */ @@ -78,6 +81,7 @@ public String getDsrType() { * Dsr type l2/l3. * Enum options - DSR_TYPE_L2, DSR_TYPE_L3. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DSR_TYPE_L3". * @param dsrType set the dsrType. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DynamicDnsRecord.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DynamicDnsRecord.java index a2e4458c..cc8f1adb 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DynamicDnsRecord.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/DynamicDnsRecord.java @@ -118,6 +118,7 @@ public class DynamicDnsRecord extends AviRestResource { * Default is round-robin. * Enum options - DNS_RECORD_RESPONSE_ROUND_ROBIN, DNS_RECORD_RESPONSE_CONSISTENT_HASH. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_RECORD_RESPONSE_ROUND_ROBIN". * @return algorithm */ @@ -133,6 +134,7 @@ public String getAlgorithm() { * Default is round-robin. * Enum options - DNS_RECORD_RESPONSE_ROUND_ROBIN, DNS_RECORD_RESPONSE_CONSISTENT_HASH. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_RECORD_RESPONSE_ROUND_ROBIN". * @param algorithm set the algorithm. */ @@ -145,6 +147,7 @@ public void setAlgorithm(String algorithm) { * This is the getter method this will return the attribute value. * Canonical name in cname record. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cname */ @@ -157,6 +160,7 @@ public DnsCnameRdata getCname() { * This is the setter method to the attribute. * Canonical name in cname record. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cname set the cname. */ @@ -170,6 +174,7 @@ public void setCname(DnsCnameRdata cname) { * Configured fqdns are delegated domains (i.e. * They represent a zone cut). * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return delegated */ @@ -183,6 +188,7 @@ public Boolean getDelegated() { * Configured fqdns are delegated domains (i.e. * They represent a zone cut). * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param delegated set the delegated. */ @@ -195,6 +201,7 @@ public void setDelegated(Boolean delegated) { * This is the getter method this will return the attribute value. * Details of dns record. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -207,6 +214,7 @@ public String getDescription() { * This is the setter method to the attribute. * Details of dns record. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -219,6 +227,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Uuid of the dns vs. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsVsUuid */ @@ -231,6 +240,7 @@ public String getDnsVsUuid() { * This is the setter method to the attribute. * Uuid of the dns vs. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsVsUuid set the dnsVsUuid. */ @@ -243,6 +253,7 @@ public void setDnsVsUuid(String dnsVsUuid) { * This is the getter method this will return the attribute value. * Fully qualified domain name. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fqdn */ @@ -255,6 +266,7 @@ public String getFqdn() { * This is the setter method to the attribute. * Fully qualified domain name. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fqdn set the fqdn. */ @@ -268,6 +280,7 @@ public void setFqdn(String fqdn) { * Ipv6 address in aaaa record. * Field introduced in 20.1.3. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6Address */ @@ -281,6 +294,7 @@ public List getIp6Address() { * Ipv6 address in aaaa record. * Field introduced in 20.1.3. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6Address */ @@ -294,6 +308,7 @@ public void setIp6Address(List ip6Address) { * Ipv6 address in aaaa record. * Field introduced in 20.1.3. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6Address */ @@ -312,6 +327,7 @@ public DynamicDnsRecord addIp6AddressItem(DnsAAAARdata ip6AddressItem) { * Ip address in a record. * Field introduced in 20.1.3. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddress */ @@ -325,6 +341,7 @@ public List getIpAddress() { * Ip address in a record. * Field introduced in 20.1.3. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddress */ @@ -338,6 +355,7 @@ public void setIpAddress(List ipAddress) { * Ip address in a record. * Field introduced in 20.1.3. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddress */ @@ -355,6 +373,7 @@ public DynamicDnsRecord addIpAddressItem(DnsARdata ipAddressItem) { * This is the getter method this will return the attribute value. * Internal metadata for the dns record. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metadata */ @@ -367,6 +386,7 @@ public String getMetadata() { * This is the setter method to the attribute. * Internal metadata for the dns record. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metadata set the metadata. */ @@ -380,6 +400,7 @@ public void setMetadata(String metadata) { * Mx record. * Field introduced in 20.1.3. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mxRecords */ @@ -393,6 +414,7 @@ public List getMxRecords() { * Mx record. * Field introduced in 20.1.3. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mxRecords */ @@ -406,6 +428,7 @@ public void setMxRecords(List mxRecords) { * Mx record. * Field introduced in 20.1.3. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mxRecords */ @@ -423,6 +446,7 @@ public DynamicDnsRecord addMxRecordsItem(DnsMxRdata mxRecordsItem) { * This is the getter method this will return the attribute value. * Dynamicdnsrecord name, needed for a top level uuid protobuf, for display in shell. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -435,6 +459,7 @@ public String getName() { * This is the setter method to the attribute. * Dynamicdnsrecord name, needed for a top level uuid protobuf, for display in shell. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -448,6 +473,7 @@ public void setName(String name) { * Name server information in ns record. * Field introduced in 20.1.3. * Maximum of 13 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ns */ @@ -461,6 +487,7 @@ public List getNs() { * Name server information in ns record. * Field introduced in 20.1.3. * Maximum of 13 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ns */ @@ -474,6 +501,7 @@ public void setNs(List ns) { * Name server information in ns record. * Field introduced in 20.1.3. * Maximum of 13 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ns */ @@ -492,8 +520,9 @@ public DynamicDnsRecord addNsItem(DnsNsRdata nsItem) { * Specifies the number of records returned by the dns service.enter 0 to return all records. * Default is 0. * Allowed values are 0-20. - * Special values are 0- 'return all records'. + * Special values are 0- return all records. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numRecordsInResponse */ @@ -507,8 +536,9 @@ public Integer getNumRecordsInResponse() { * Specifies the number of records returned by the dns service.enter 0 to return all records. * Default is 0. * Allowed values are 0-20. - * Special values are 0- 'return all records'. + * Special values are 0- return all records. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numRecordsInResponse set the numRecordsInResponse. */ @@ -522,6 +552,7 @@ public void setNumRecordsInResponse(Integer numRecordsInResponse) { * Service locator info in srv record. * Field introduced in 20.1.3. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceLocators */ @@ -535,6 +566,7 @@ public List getServiceLocators() { * Service locator info in srv record. * Field introduced in 20.1.3. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceLocators */ @@ -548,6 +580,7 @@ public void setServiceLocators(List serviceLocators) { * Service locator info in srv record. * Field introduced in 20.1.3. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceLocators */ @@ -566,6 +599,7 @@ public DynamicDnsRecord addServiceLocatorsItem(DnsSrvRdata serviceLocatorsItem) * Tenant_uuid from dns vs's tenant_uuid. * It is a reference to an object of type tenant. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -579,6 +613,7 @@ public String getTenantRef() { * Tenant_uuid from dns vs's tenant_uuid. * It is a reference to an object of type tenant. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -591,6 +626,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Time to live for this dns record. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ttl */ @@ -603,6 +639,7 @@ public Integer getTtl() { * This is the setter method to the attribute. * Time to live for this dns record. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ttl set the ttl. */ @@ -616,6 +653,7 @@ public void setTtl(Integer ttl) { * Text record. * Field introduced in 20.1.3. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return txtRecords */ @@ -629,6 +667,7 @@ public List getTxtRecords() { * Text record. * Field introduced in 20.1.3. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return txtRecords */ @@ -642,6 +681,7 @@ public void setTxtRecords(List txtRecords) { * Text record. * Field introduced in 20.1.3. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return txtRecords */ @@ -662,6 +702,7 @@ public DynamicDnsRecord addTxtRecordsItem(DnsTxtRdata txtRecordsItem) { * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -677,6 +718,7 @@ public String getType() { * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -708,6 +750,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the dns record. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -720,6 +763,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the dns record. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -734,6 +778,7 @@ public void setUuid(String uuid) { * request. * Default is false. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return wildcardMatch */ @@ -748,6 +793,7 @@ public Boolean getWildcardMatch() { * request. * Default is false. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param wildcardMatch set the wildcardMatch. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/EmailConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/EmailConfiguration.java index 4c2da9a5..215bd6ad 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/EmailConfiguration.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/EmailConfiguration.java @@ -44,6 +44,10 @@ public class EmailConfiguration extends AviRestResource { @JsonInclude(Include.NON_NULL) private String fromEmail = "admin@avicontroller.net"; + @JsonProperty("from_name") + @JsonInclude(Include.NON_NULL) + private String fromName = null; + @JsonProperty("mail_server_name") @JsonInclude(Include.NON_NULL) private String mailServerName = "localhost"; @@ -61,6 +65,7 @@ public class EmailConfiguration extends AviRestResource { /** * This is the getter method this will return the attribute value. * Password for mail server. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authPassword */ @@ -72,6 +77,7 @@ public String getAuthPassword() { /** * This is the setter method to the attribute. * Password for mail server. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authPassword set the authPassword. */ @@ -83,6 +89,7 @@ public void setAuthPassword(String authPassword) { /** * This is the getter method this will return the attribute value. * Username for mail server. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authUsername */ @@ -94,6 +101,7 @@ public String getAuthUsername() { /** * This is the setter method to the attribute. * Username for mail server. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authUsername set the authUsername. */ @@ -106,6 +114,7 @@ public void setAuthUsername(String authUsername) { * This is the getter method this will return the attribute value. * When set, disables tls on the connection to the mail server. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableTls */ @@ -118,6 +127,7 @@ public Boolean getDisableTls() { * This is the setter method to the attribute. * When set, disables tls on the connection to the mail server. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableTls set the disableTls. */ @@ -133,6 +143,7 @@ public void setDisableTls(Boolean disableTls) { * AFRICA_BANJUL, AFRICA_BISSAU, AFRICA_BLANTYRE, AFRICA_BRAZZAVILLE, AFRICA_BUJUMBURA, AFRICA_CAIRO, AFRICA_CASABLANCA, AFRICA_CEUTA, * AFRICA_CONAKRY, AFRICA_DAKAR, AFRICA_DAR_ES_SALAAM... * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return emailTimezone */ @@ -148,6 +159,7 @@ public String getEmailTimezone() { * AFRICA_BANJUL, AFRICA_BISSAU, AFRICA_BLANTYRE, AFRICA_BRAZZAVILLE, AFRICA_BUJUMBURA, AFRICA_CAIRO, AFRICA_CASABLANCA, AFRICA_CEUTA, * AFRICA_CONAKRY, AFRICA_DAKAR, AFRICA_DAR_ES_SALAAM... * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param emailTimezone set the emailTimezone. */ @@ -159,6 +171,7 @@ public void setEmailTimezone(String emailTimezone) { /** * This is the getter method this will return the attribute value. * Email address in from field. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "admin@avicontroller.net". * @return fromEmail */ @@ -170,6 +183,7 @@ public String getFromEmail() { /** * This is the setter method to the attribute. * Email address in from field. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "admin@avicontroller.net". * @param fromEmail set the fromEmail. */ @@ -178,9 +192,36 @@ public void setFromEmail(String fromEmail) { this.fromEmail = fromEmail; } + /** + * This is the getter method this will return the attribute value. + * Friendly name in from field. + * 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 fromName + */ + @VsoMethod + public String getFromName() { + return fromName; + } + + /** + * This is the setter method to the attribute. + * Friendly name in from field. + * 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 fromName set the fromName. + */ + @VsoMethod + public void setFromName(String fromName) { + this.fromName = fromName; + } + /** * This is the getter method this will return the attribute value. * Mail server host. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "localhost". * @return mailServerName */ @@ -192,6 +233,7 @@ public String getMailServerName() { /** * This is the setter method to the attribute. * Mail server host. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "localhost". * @param mailServerName set the mailServerName. */ @@ -203,6 +245,7 @@ public void setMailServerName(String mailServerName) { /** * This is the getter method this will return the attribute value. * Mail server port. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 25. * @return mailServerPort */ @@ -214,6 +257,7 @@ public Integer getMailServerPort() { /** * This is the setter method to the attribute. * Mail server port. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 25. * @param mailServerPort set the mailServerPort. */ @@ -226,6 +270,7 @@ public void setMailServerPort(Integer mailServerPort) { * This is the getter method this will return the attribute value. * Type of smtp mail service. * Enum options - SMTP_NONE, SMTP_LOCAL_HOST, SMTP_SERVER, SMTP_ANONYMOUS_SERVER. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SMTP_LOCAL_HOST". * @return smtpType */ @@ -238,6 +283,7 @@ public String getSmtpType() { * This is the setter method to the attribute. * Type of smtp mail service. * Enum options - SMTP_NONE, SMTP_LOCAL_HOST, SMTP_SERVER, SMTP_ANONYMOUS_SERVER. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SMTP_LOCAL_HOST". * @param smtpType set the smtpType. */ @@ -264,7 +310,8 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.authUsername, objEmailConfiguration.authUsername)&& Objects.equals(this.authPassword, objEmailConfiguration.authPassword)&& Objects.equals(this.disableTls, objEmailConfiguration.disableTls)&& - Objects.equals(this.emailTimezone, objEmailConfiguration.emailTimezone); + Objects.equals(this.emailTimezone, objEmailConfiguration.emailTimezone)&& + Objects.equals(this.fromName, objEmailConfiguration.fromName); } @Override @@ -276,6 +323,7 @@ public String toString() { sb.append(" disableTls: ").append(toIndentedString(disableTls)).append("\n"); sb.append(" emailTimezone: ").append(toIndentedString(emailTimezone)).append("\n"); sb.append(" fromEmail: ").append(toIndentedString(fromEmail)).append("\n"); + sb.append(" fromName: ").append(toIndentedString(fromName)).append("\n"); sb.append(" mailServerName: ").append(toIndentedString(mailServerName)).append("\n"); sb.append(" mailServerPort: ").append(toIndentedString(mailServerPort)).append("\n"); sb.append(" smtpType: ").append(toIndentedString(smtpType)).append("\n"); diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/EquivalentLabels.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/EquivalentLabels.java index f2e0ef93..46211aa1 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/EquivalentLabels.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/EquivalentLabels.java @@ -33,6 +33,7 @@ public class EquivalentLabels extends AviRestResource { /** * This is the getter method this will return the attribute value. * Equivalent labels. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -44,6 +45,7 @@ public List getLabels() { /** * This is the setter method. this will set the labels * Equivalent labels. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -55,6 +57,7 @@ public void setLabels(List labels) { /** * This is the setter method this will set the labels * Equivalent labels. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ErrorPage.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ErrorPage.java index 81677053..46cd69e3 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ErrorPage.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ErrorPage.java @@ -51,6 +51,7 @@ public class ErrorPage extends AviRestResource { * This is the getter method this will return the attribute value. * Enable or disable the error page. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enable */ @@ -63,6 +64,7 @@ public Boolean getEnable() { * This is the setter method to the attribute. * Enable or disable the error page. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enable set the enable. */ @@ -76,6 +78,7 @@ public void setEnable(Boolean enable) { * Custom error page body used to sent to the client. * It is a reference to an object of type errorpagebody. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorPageBodyRef */ @@ -89,6 +92,7 @@ public String getErrorPageBodyRef() { * Custom error page body used to sent to the client. * It is a reference to an object of type errorpagebody. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorPageBodyRef set the errorPageBodyRef. */ @@ -101,6 +105,7 @@ public void setErrorPageBodyRef(String errorPageBodyRef) { * This is the getter method this will return the attribute value. * Redirect sent to client when match. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorRedirect */ @@ -113,6 +118,7 @@ public String getErrorRedirect() { * This is the setter method to the attribute. * Redirect sent to client when match. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorRedirect set the errorRedirect. */ @@ -125,6 +131,7 @@ public void setErrorRedirect(String errorRedirect) { * This is the getter method this will return the attribute value. * Index of the error page. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -137,6 +144,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Index of the error page. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -149,7 +157,7 @@ public void setIndex(Integer index) { * This is the getter method this will return the attribute value. * Add match criteria for http status codes to the error page. * Field introduced in 17.2.4. - * Allowed in 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 */ @@ -162,7 +170,7 @@ public HTTPStatusMatch getMatch() { * This is the setter method to the attribute. * Add match criteria for http status codes to the error page. * Field introduced in 17.2.4. - * Allowed in 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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ErrorPageBody.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ErrorPageBody.java index 48d04913..31381c48 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ErrorPageBody.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ErrorPageBody.java @@ -62,6 +62,7 @@ public class ErrorPageBody extends AviRestResource { * This is the getter method this will return the attribute value. * Error page body sent to client when match. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorPageBody */ @@ -74,6 +75,7 @@ public String getErrorPageBody() { * This is the setter method to the attribute. * Error page body sent to client when match. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorPageBody set the errorPageBody. */ @@ -87,6 +89,7 @@ public void setErrorPageBody(String errorPageBody) { * Format of an error page body html or json. * Enum options - ERROR_PAGE_FORMAT_HTML, ERROR_PAGE_FORMAT_JSON. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ERROR_PAGE_FORMAT_HTML". * @return format */ @@ -100,6 +103,7 @@ public String getFormat() { * Format of an error page body html or json. * Enum options - ERROR_PAGE_FORMAT_HTML, ERROR_PAGE_FORMAT_JSON. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ERROR_PAGE_FORMAT_HTML". * @param format set the format. */ @@ -115,6 +119,7 @@ public void setFormat(String format) { * 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 @@ -129,6 +134,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 @@ -143,6 +149,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 @@ -159,7 +166,8 @@ public ErrorPageBody 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 */ @@ -172,7 +180,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 */ @@ -185,7 +194,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 */ @@ -202,6 +212,7 @@ public ErrorPageBody addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -213,6 +224,7 @@ public String getName() { /** * This is the setter method to the attribute. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -225,6 +237,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -237,6 +250,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -267,6 +281,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -278,6 +293,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/ErrorPageProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ErrorPageProfile.java index 732de580..169c3136 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ErrorPageProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ErrorPageProfile.java @@ -71,6 +71,7 @@ public class ErrorPageProfile extends AviRestResource { * Name of the virtual service which generated the error page. * Field deprecated in 18.1.1. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return appName */ @VsoMethod @@ -83,6 +84,7 @@ public String getAppName() { * Name of the virtual service which generated the error page. * Field deprecated in 18.1.1. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param appName set the appName. */ @VsoMethod @@ -95,6 +97,7 @@ public void setAppName(String appName) { * Name of the company to show in error page. * Field deprecated in 18.1.1. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return companyName */ @VsoMethod @@ -107,6 +110,7 @@ public String getCompanyName() { * Name of the company to show in error page. * Field deprecated in 18.1.1. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param companyName set the companyName. */ @VsoMethod @@ -118,6 +122,7 @@ public void setCompanyName(String companyName) { * This is the getter method this will return the attribute value. * Defined error pages for http status codes. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorPages */ @@ -130,6 +135,7 @@ public List getErrorPages() { * This is the setter method. this will set the errorPages * Defined error pages for http status codes. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorPages */ @@ -142,6 +148,7 @@ public void setErrorPages(List errorPages) { * This is the setter method this will set the errorPages * Defined error pages for http status codes. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorPages */ @@ -160,6 +167,7 @@ public ErrorPageProfile addErrorPagesItem(ErrorPage errorPagesItem) { * Fully qualified domain name for which the error page is generated. * Field deprecated in 18.1.1. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return hostName */ @VsoMethod @@ -172,6 +180,7 @@ public String getHostName() { * Fully qualified domain name for which the error page is generated. * Field deprecated in 18.1.1. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param hostName set the hostName. */ @VsoMethod @@ -186,6 +195,7 @@ public void setHostName(String hostName) { * Field deprecated in 20.1.5. * Field introduced in 20.1.3. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @return labels */ @VsoMethod @@ -200,6 +210,7 @@ public List getLabels() { * Field deprecated in 20.1.5. * Field introduced in 20.1.3. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @return labels */ @VsoMethod @@ -214,6 +225,7 @@ public void setLabels(List labels) { * Field deprecated in 20.1.5. * Field introduced in 20.1.3. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @return labels */ @VsoMethod @@ -230,7 +242,8 @@ public ErrorPageProfile 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 */ @@ -243,7 +256,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 */ @@ -256,7 +270,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 */ @@ -273,6 +288,7 @@ public ErrorPageProfile addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -284,6 +300,7 @@ public String getName() { /** * This is the setter method to the attribute. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -296,6 +313,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -308,6 +326,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -338,6 +357,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -349,6 +369,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/EventCache.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/EventCache.java index e16f5617..cbbee406 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/EventCache.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/EventCache.java @@ -36,7 +36,7 @@ public class EventCache extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property dns_state of obj type eventcache 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 dnsState */ @@ -47,7 +47,7 @@ public Boolean getDnsState() { /** * This is the setter method to the attribute. - * Placeholder for description of property dns_state of obj type eventcache 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 dnsState set the dnsState. */ @@ -59,6 +59,7 @@ public void setDnsState(Boolean dnsState) { /** * This is the getter method this will return the attribute value. * Cache the exception strings in the system. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return exceptions */ @@ -70,6 +71,7 @@ public List getExceptions() { /** * This is the setter method. this will set the exceptions * Cache the exception strings in the system. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return exceptions */ @@ -81,6 +83,7 @@ public void setExceptions(List exceptions) { /** * This is the setter method this will set the exceptions * Cache the exception strings in the system. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return exceptions */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/EventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/EventDetails.java index 09066811..2f4b0aa4 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/EventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/EventDetails.java @@ -40,6 +40,8 @@ import com.vmware.avi.vro.model.CloudTenantsDeleted; import com.vmware.avi.vro.model.CloudVipUpdate; import com.vmware.avi.vro.model.CloudVnicChange; +import com.vmware.avi.vro.model.CentralLicenseRefreshDetails; +import com.vmware.avi.vro.model.CentralLicenseSubscriptionDetails; import com.vmware.avi.vro.model.CloudASGNotifDetails; import com.vmware.avi.vro.model.CloudAutoscalingConfigFailureDetails; import com.vmware.avi.vro.model.CloudRouteNotifDetails; @@ -201,6 +203,7 @@ import com.vmware.avi.vro.model.VinfraVcenterConnectivityStatus; import com.vmware.avi.vro.model.VinfraVcenterBadCredentials; import com.vmware.avi.vro.model.VinfraVcenterDiscoveryFailure; +import com.vmware.avi.vro.model.VcenterImageDetails; import com.vmware.avi.vro.model.VinfraVcenterNetworkLimit; import com.vmware.avi.vro.model.VinfraVcenterObjDeleteDetails; import com.vmware.avi.vro.model.VipScaleDetails; @@ -375,6 +378,14 @@ public class EventDetails extends AviRestResource { @JsonInclude(Include.NON_NULL) private CloudVnicChange ccVnicDetails = null; + @JsonProperty("central_license_refresh_details") + @JsonInclude(Include.NON_NULL) + private CentralLicenseRefreshDetails centralLicenseRefreshDetails = null; + + @JsonProperty("central_license_subscription_details") + @JsonInclude(Include.NON_NULL) + private CentralLicenseSubscriptionDetails centralLicenseSubscriptionDetails = null; + @JsonProperty("cloud_asg_notif_details") @JsonInclude(Include.NON_NULL) private CloudASGNotifDetails cloudAsgNotifDetails = null; @@ -1019,6 +1030,10 @@ public class EventDetails extends AviRestResource { @JsonInclude(Include.NON_NULL) private VinfraVcenterDiscoveryFailure vcenterDiscFailure = null; + @JsonProperty("vcenter_img_details") + @JsonInclude(Include.NON_NULL) + private VcenterImageDetails vcenterImgDetails = null; + @JsonProperty("vcenter_network_limit") @JsonInclude(Include.NON_NULL) private VinfraVcenterNetworkLimit vcenterNetworkLimit = null; @@ -1086,6 +1101,7 @@ public class EventDetails extends AviRestResource { * Adaptive replication event e.g. * Dns vs, config version. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return adaptreplEvent */ @@ -1099,6 +1115,7 @@ public AdaptReplEventInfo getAdaptreplEvent() { * Adaptive replication event e.g. * Dns vs, config version. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param adaptreplEvent set the adaptreplEvent. */ @@ -1109,7 +1126,7 @@ public void setAdaptreplEvent(AdaptReplEventInfo adaptreplEvent) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property add_networks_details of obj type eventdetails 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 addNetworksDetails */ @@ -1120,7 +1137,7 @@ public RmAddNetworksEventDetails getAddNetworksDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property add_networks_details of obj type eventdetails 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 addNetworksDetails set the addNetworksDetails. */ @@ -1131,7 +1148,7 @@ public void setAddNetworksDetails(RmAddNetworksEventDetails addNetworksDetails) /** * This is the getter method this will return the attribute value. - * Placeholder for description of property albservices_case_details of obj type eventdetails 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 albservicesCaseDetails */ @@ -1142,7 +1159,7 @@ public ALBServicesCase getAlbservicesCaseDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property albservices_case_details of obj type eventdetails 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 albservicesCaseDetails set the albservicesCaseDetails. */ @@ -1153,7 +1170,7 @@ public void setAlbservicesCaseDetails(ALBServicesCase albservicesCaseDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property albservices_file_upload_details of obj type eventdetails 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 albservicesFileUploadDetails */ @@ -1164,7 +1181,7 @@ public ALBServicesFileUpload getAlbservicesFileUploadDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property albservices_file_upload_details of obj type eventdetails 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 albservicesFileUploadDetails set the albservicesFileUploadDetails. */ @@ -1175,7 +1192,7 @@ public void setAlbservicesFileUploadDetails(ALBServicesFileUpload albservicesFil /** * This is the getter method this will return the attribute value. - * Placeholder for description of property albservices_status_details of obj type eventdetails 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 albservicesStatusDetails */ @@ -1186,7 +1203,7 @@ public ALBServicesStatusDetails getAlbservicesStatusDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property albservices_status_details of obj type eventdetails 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 albservicesStatusDetails set the albservicesStatusDetails. */ @@ -1197,7 +1214,7 @@ public void setAlbservicesStatusDetails(ALBServicesStatusDetails albservicesStat /** * This is the getter method this will return the attribute value. - * Placeholder for description of property all_seupgrade_event_details of obj type eventdetails 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 allSeupgradeEventDetails */ @@ -1208,7 +1225,7 @@ public AllSeUpgradeEventDetails getAllSeupgradeEventDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property all_seupgrade_event_details of obj type eventdetails 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 allSeupgradeEventDetails set the allSeupgradeEventDetails. */ @@ -1219,7 +1236,7 @@ public void setAllSeupgradeEventDetails(AllSeUpgradeEventDetails allSeupgradeEve /** * This is the getter method this will return the attribute value. - * Placeholder for description of property anomaly_details of obj type eventdetails 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 anomalyDetails */ @@ -1230,7 +1247,7 @@ public AnomalyEventDetails getAnomalyDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property anomaly_details of obj type eventdetails 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 anomalyDetails set the anomalyDetails. */ @@ -1241,7 +1258,7 @@ public void setAnomalyDetails(AnomalyEventDetails anomalyDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property api_version_deprecated of obj type eventdetails 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 apiVersionDeprecated */ @@ -1252,7 +1269,7 @@ public ApiVersionDeprecated getApiVersionDeprecated() { /** * This is the setter method to the attribute. - * Placeholder for description of property api_version_deprecated of obj type eventdetails 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 apiVersionDeprecated set the apiVersionDeprecated. */ @@ -1264,6 +1281,7 @@ public void setApiVersionDeprecated(ApiVersionDeprecated apiVersionDeprecated) { /** * 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 apicAgentBdVrfDetails */ @VsoMethod @@ -1274,6 +1292,7 @@ public ApicAgentBridgeDomainVrfChange getApicAgentBdVrfDetails() { /** * 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 apicAgentBdVrfDetails set the apicAgentBdVrfDetails. */ @VsoMethod @@ -1284,6 +1303,7 @@ public void setApicAgentBdVrfDetails(ApicAgentBridgeDomainVrfChange apicAgentBdV /** * 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 apicAgentGenericDetails */ @VsoMethod @@ -1294,6 +1314,7 @@ public ApicAgentGenericEventDetails getApicAgentGenericDetails() { /** * 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 apicAgentGenericDetails set the apicAgentGenericDetails. */ @VsoMethod @@ -1304,6 +1325,7 @@ public void setApicAgentGenericDetails(ApicAgentGenericEventDetails apicAgentGen /** * 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 apicAgentVsNetworkError */ @VsoMethod @@ -1314,6 +1336,7 @@ public ApicAgentVsNetworkError getApicAgentVsNetworkError() { /** * 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 apicAgentVsNetworkError set the apicAgentVsNetworkError. */ @VsoMethod @@ -1323,7 +1346,7 @@ public void setApicAgentVsNetworkError(ApicAgentVsNetworkError apicAgentVsNetwor /** * This is the getter method this will return the attribute value. - * Placeholder for description of property app_signature_event_data of obj type eventdetails 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 appSignatureEventData */ @@ -1334,7 +1357,7 @@ public AppSignatureEventData getAppSignatureEventData() { /** * This is the setter method to the attribute. - * Placeholder for description of property app_signature_event_data of obj type eventdetails 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 appSignatureEventData set the appSignatureEventData. */ @@ -1347,6 +1370,7 @@ public void setAppSignatureEventData(AppSignatureEventData appSignatureEventData * This is the getter method this will return the attribute value. * Details for attach ip status. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attachIpStatusDetails */ @@ -1359,6 +1383,7 @@ public AttachIpStatusEventDetails getAttachIpStatusDetails() { * This is the setter method to the attribute. * Details for attach ip status. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attachIpStatusDetails set the attachIpStatusDetails. */ @@ -1369,7 +1394,7 @@ public void setAttachIpStatusDetails(AttachIpStatusEventDetails attachIpStatusDe /** * This is the getter method this will return the attribute value. - * Placeholder for description of property avg_uptime_change_details of obj type eventdetails 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 avgUptimeChangeDetails */ @@ -1380,7 +1405,7 @@ public AvgUptimeChangeDetails getAvgUptimeChangeDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property avg_uptime_change_details of obj type eventdetails 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 avgUptimeChangeDetails set the avgUptimeChangeDetails. */ @@ -1392,6 +1417,7 @@ public void setAvgUptimeChangeDetails(AvgUptimeChangeDetails avgUptimeChangeDeta /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.10,18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return awsAsgDeletionDetails */ @@ -1403,6 +1429,7 @@ public AWSASGDelete getAwsAsgDeletionDetails() { /** * This is the setter method to the attribute. * Field introduced in 17.2.10,18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param awsAsgDeletionDetails set the awsAsgDeletionDetails. */ @@ -1413,7 +1440,7 @@ public void setAwsAsgDeletionDetails(AWSASGDelete awsAsgDeletionDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property aws_asg_notif_details of obj type eventdetails 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 awsAsgNotifDetails */ @@ -1424,7 +1451,7 @@ public AWSASGNotifDetails getAwsAsgNotifDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property aws_asg_notif_details of obj type eventdetails 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 awsAsgNotifDetails set the awsAsgNotifDetails. */ @@ -1435,7 +1462,7 @@ public void setAwsAsgNotifDetails(AWSASGNotifDetails awsAsgNotifDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property aws_infra_details of obj type eventdetails 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 awsInfraDetails */ @@ -1446,7 +1473,7 @@ public AWSSetup getAwsInfraDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property aws_infra_details of obj type eventdetails 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 awsInfraDetails set the awsInfraDetails. */ @@ -1457,7 +1484,7 @@ public void setAwsInfraDetails(AWSSetup awsInfraDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property azure_info of obj type eventdetails 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 azureInfo */ @@ -1468,7 +1495,7 @@ public AzureSetup getAzureInfo() { /** * This is the setter method to the attribute. - * Placeholder for description of property azure_info of obj type eventdetails 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 azureInfo set the azureInfo. */ @@ -1481,6 +1508,7 @@ public void setAzureInfo(AzureSetup azureInfo) { * This is the getter method this will return the attribute value. * Azure marketplace license term acceptance event. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return azureMpInfo */ @@ -1493,6 +1521,7 @@ public AzureMarketplace getAzureMpInfo() { * This is the setter method to the attribute. * Azure marketplace license term acceptance event. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param azureMpInfo set the azureMpInfo. */ @@ -1503,7 +1532,7 @@ public void setAzureMpInfo(AzureMarketplace azureMpInfo) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property bind_vs_se_details of obj type eventdetails 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 bindVsSeDetails */ @@ -1514,7 +1543,7 @@ public RmBindVsSeEventDetails getBindVsSeDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property bind_vs_se_details of obj type eventdetails 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 bindVsSeDetails set the bindVsSeDetails. */ @@ -1525,7 +1554,7 @@ public void setBindVsSeDetails(RmBindVsSeEventDetails bindVsSeDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property bm_infra_details of obj type eventdetails 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 bmInfraDetails */ @@ -1536,7 +1565,7 @@ public BMSetup getBmInfraDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property bm_infra_details of obj type eventdetails 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 bmInfraDetails set the bmInfraDetails. */ @@ -1547,7 +1576,7 @@ public void setBmInfraDetails(BMSetup bmInfraDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property bootup_fail_details of obj type eventdetails 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 bootupFailDetails */ @@ -1558,7 +1587,7 @@ public RmSeBootupFailEventDetails getBootupFailDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property bootup_fail_details of obj type eventdetails 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 bootupFailDetails set the bootupFailDetails. */ @@ -1569,7 +1598,7 @@ public void setBootupFailDetails(RmSeBootupFailEventDetails bootupFailDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property burst_checkout_details of obj type eventdetails 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 burstCheckoutDetails */ @@ -1580,7 +1609,7 @@ public BurstLicenseDetails getBurstCheckoutDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property burst_checkout_details of obj type eventdetails 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 burstCheckoutDetails set the burstCheckoutDetails. */ @@ -1591,7 +1620,7 @@ public void setBurstCheckoutDetails(BurstLicenseDetails burstCheckoutDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cc_cluster_vip_details of obj type eventdetails 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 ccClusterVipDetails */ @@ -1602,7 +1631,7 @@ public CloudClusterVip getCcClusterVipDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property cc_cluster_vip_details of obj type eventdetails 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 ccClusterVipDetails set the ccClusterVipDetails. */ @@ -1613,7 +1642,7 @@ public void setCcClusterVipDetails(CloudClusterVip ccClusterVipDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cc_dns_update_details of obj type eventdetails 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 ccDnsUpdateDetails */ @@ -1624,7 +1653,7 @@ public CloudDnsUpdate getCcDnsUpdateDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property cc_dns_update_details of obj type eventdetails 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 ccDnsUpdateDetails set the ccDnsUpdateDetails. */ @@ -1635,7 +1664,7 @@ public void setCcDnsUpdateDetails(CloudDnsUpdate ccDnsUpdateDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cc_health_details of obj type eventdetails 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 ccHealthDetails */ @@ -1646,7 +1675,7 @@ public CloudHealth getCcHealthDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property cc_health_details of obj type eventdetails 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 ccHealthDetails set the ccHealthDetails. */ @@ -1657,7 +1686,7 @@ public void setCcHealthDetails(CloudHealth ccHealthDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cc_infra_details of obj type eventdetails 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 ccInfraDetails */ @@ -1668,7 +1697,7 @@ public CloudGeneric getCcInfraDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property cc_infra_details of obj type eventdetails 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 ccInfraDetails set the ccInfraDetails. */ @@ -1679,7 +1708,7 @@ public void setCcInfraDetails(CloudGeneric ccInfraDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cc_ip_details of obj type eventdetails 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 ccIpDetails */ @@ -1690,7 +1719,7 @@ public CloudIpChange getCcIpDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property cc_ip_details of obj type eventdetails 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 ccIpDetails set the ccIpDetails. */ @@ -1701,7 +1730,7 @@ public void setCcIpDetails(CloudIpChange ccIpDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cc_parkintf_details of obj type eventdetails 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 ccParkintfDetails */ @@ -1712,7 +1741,7 @@ public CloudVipParkingIntf getCcParkintfDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property cc_parkintf_details of obj type eventdetails 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 ccParkintfDetails set the ccParkintfDetails. */ @@ -1724,6 +1753,7 @@ public void setCcParkintfDetails(CloudVipParkingIntf ccParkintfDetails) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccScalesetNotifDetails */ @@ -1735,6 +1765,7 @@ public CCScaleSetNotifDetails getCcScalesetNotifDetails() { /** * This is the setter method to the attribute. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccScalesetNotifDetails set the ccScalesetNotifDetails. */ @@ -1745,7 +1776,7 @@ public void setCcScalesetNotifDetails(CCScaleSetNotifDetails ccScalesetNotifDeta /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cc_se_vm_details of obj type eventdetails 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 ccSeVmDetails */ @@ -1756,7 +1787,7 @@ public CloudSeVmChange getCcSeVmDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property cc_se_vm_details of obj type eventdetails 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 ccSeVmDetails set the ccSeVmDetails. */ @@ -1767,7 +1798,7 @@ public void setCcSeVmDetails(CloudSeVmChange ccSeVmDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cc_sync_services_details of obj type eventdetails 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 ccSyncServicesDetails */ @@ -1778,7 +1809,7 @@ public CloudSyncServices getCcSyncServicesDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property cc_sync_services_details of obj type eventdetails 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 ccSyncServicesDetails set the ccSyncServicesDetails. */ @@ -1789,7 +1820,7 @@ public void setCcSyncServicesDetails(CloudSyncServices ccSyncServicesDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cc_tenant_del_details of obj type eventdetails 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 ccTenantDelDetails */ @@ -1800,7 +1831,7 @@ public CloudTenantsDeleted getCcTenantDelDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property cc_tenant_del_details of obj type eventdetails 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 ccTenantDelDetails set the ccTenantDelDetails. */ @@ -1811,7 +1842,7 @@ public void setCcTenantDelDetails(CloudTenantsDeleted ccTenantDelDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cc_vip_update_details of obj type eventdetails 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 ccVipUpdateDetails */ @@ -1822,7 +1853,7 @@ public CloudVipUpdate getCcVipUpdateDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property cc_vip_update_details of obj type eventdetails 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 ccVipUpdateDetails set the ccVipUpdateDetails. */ @@ -1833,7 +1864,7 @@ public void setCcVipUpdateDetails(CloudVipUpdate ccVipUpdateDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cc_vnic_details of obj type eventdetails 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 ccVnicDetails */ @@ -1844,7 +1875,7 @@ public CloudVnicChange getCcVnicDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property cc_vnic_details of obj type eventdetails 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 ccVnicDetails set the ccVnicDetails. */ @@ -1855,7 +1886,51 @@ public void setCcVnicDetails(CloudVnicChange ccVnicDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cloud_asg_notif_details of obj type eventdetails 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 centralLicenseRefreshDetails + */ + @VsoMethod + public CentralLicenseRefreshDetails getCentralLicenseRefreshDetails() { + return centralLicenseRefreshDetails; + } + + /** + * This is the setter method to the attribute. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param centralLicenseRefreshDetails set the centralLicenseRefreshDetails. + */ + @VsoMethod + public void setCentralLicenseRefreshDetails(CentralLicenseRefreshDetails centralLicenseRefreshDetails) { + this.centralLicenseRefreshDetails = centralLicenseRefreshDetails; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return centralLicenseSubscriptionDetails + */ + @VsoMethod + public CentralLicenseSubscriptionDetails getCentralLicenseSubscriptionDetails() { + return centralLicenseSubscriptionDetails; + } + + /** + * This is the setter method to the attribute. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param centralLicenseSubscriptionDetails set the centralLicenseSubscriptionDetails. + */ + @VsoMethod + public void setCentralLicenseSubscriptionDetails(CentralLicenseSubscriptionDetails centralLicenseSubscriptionDetails) { + this.centralLicenseSubscriptionDetails = centralLicenseSubscriptionDetails; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudAsgNotifDetails */ @@ -1866,7 +1941,7 @@ public CloudASGNotifDetails getCloudAsgNotifDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property cloud_asg_notif_details of obj type eventdetails 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 cloudAsgNotifDetails set the cloudAsgNotifDetails. */ @@ -1877,7 +1952,7 @@ public void setCloudAsgNotifDetails(CloudASGNotifDetails cloudAsgNotifDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cloud_autoscaling_config_failure_details of obj type eventdetails 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 cloudAutoscalingConfigFailureDetails */ @@ -1888,7 +1963,7 @@ public CloudAutoscalingConfigFailureDetails getCloudAutoscalingConfigFailureDeta /** * This is the setter method to the attribute. - * Placeholder for description of property cloud_autoscaling_config_failure_details of obj type eventdetails 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 cloudAutoscalingConfigFailureDetails set the cloudAutoscalingConfigFailureDetails. */ @@ -1901,6 +1976,7 @@ public void setCloudAutoscalingConfigFailureDetails(CloudAutoscalingConfigFailur * This is the getter method this will return the attribute value. * Cloud routes event. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRouteNotifDetails */ @@ -1913,6 +1989,7 @@ public CloudRouteNotifDetails getCloudRouteNotifDetails() { * This is the setter method to the attribute. * Cloud routes event. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRouteNotifDetails set the cloudRouteNotifDetails. */ @@ -1923,7 +2000,7 @@ public void setCloudRouteNotifDetails(CloudRouteNotifDetails cloudRouteNotifDeta /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cluster_config_failed_details of obj type eventdetails 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 clusterConfigFailedDetails */ @@ -1934,7 +2011,7 @@ public ClusterConfigFailedEvent getClusterConfigFailedDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property cluster_config_failed_details of obj type eventdetails 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 clusterConfigFailedDetails set the clusterConfigFailedDetails. */ @@ -1945,7 +2022,7 @@ public void setClusterConfigFailedDetails(ClusterConfigFailedEvent clusterConfig /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cluster_leader_failover_details of obj type eventdetails 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 clusterLeaderFailoverDetails */ @@ -1956,7 +2033,7 @@ public ClusterLeaderFailoverEvent getClusterLeaderFailoverDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property cluster_leader_failover_details of obj type eventdetails 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 clusterLeaderFailoverDetails set the clusterLeaderFailoverDetails. */ @@ -1967,7 +2044,7 @@ public void setClusterLeaderFailoverDetails(ClusterLeaderFailoverEvent clusterLe /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cluster_node_add_details of obj type eventdetails 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 clusterNodeAddDetails */ @@ -1978,7 +2055,7 @@ public ClusterNodeAddEvent getClusterNodeAddDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property cluster_node_add_details of obj type eventdetails 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 clusterNodeAddDetails set the clusterNodeAddDetails. */ @@ -1989,7 +2066,7 @@ public void setClusterNodeAddDetails(ClusterNodeAddEvent clusterNodeAddDetails) /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cluster_node_db_failed_details of obj type eventdetails 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 clusterNodeDbFailedDetails */ @@ -2000,7 +2077,7 @@ public ClusterNodeDbFailedEvent getClusterNodeDbFailedDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property cluster_node_db_failed_details of obj type eventdetails 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 clusterNodeDbFailedDetails set the clusterNodeDbFailedDetails. */ @@ -2011,7 +2088,7 @@ public void setClusterNodeDbFailedDetails(ClusterNodeDbFailedEvent clusterNodeDb /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cluster_node_remove_details of obj type eventdetails 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 clusterNodeRemoveDetails */ @@ -2022,7 +2099,7 @@ public ClusterNodeRemoveEvent getClusterNodeRemoveDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property cluster_node_remove_details of obj type eventdetails 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 clusterNodeRemoveDetails set the clusterNodeRemoveDetails. */ @@ -2033,7 +2110,7 @@ public void setClusterNodeRemoveDetails(ClusterNodeRemoveEvent clusterNodeRemove /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cluster_node_shutdown_details of obj type eventdetails 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 clusterNodeShutdownDetails */ @@ -2044,7 +2121,7 @@ public ClusterNodeShutdownEvent getClusterNodeShutdownDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property cluster_node_shutdown_details of obj type eventdetails 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 clusterNodeShutdownDetails set the clusterNodeShutdownDetails. */ @@ -2055,7 +2132,7 @@ public void setClusterNodeShutdownDetails(ClusterNodeShutdownEvent clusterNodeSh /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cluster_node_started_details of obj type eventdetails 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 clusterNodeStartedDetails */ @@ -2066,7 +2143,7 @@ public ClusterNodeStartedEvent getClusterNodeStartedDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property cluster_node_started_details of obj type eventdetails 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 clusterNodeStartedDetails set the clusterNodeStartedDetails. */ @@ -2077,7 +2154,7 @@ public void setClusterNodeStartedDetails(ClusterNodeStartedEvent clusterNodeStar /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cluster_service_critical_failure_details of obj type eventdetails 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 clusterServiceCriticalFailureDetails */ @@ -2088,7 +2165,7 @@ public ClusterServiceCriticalFailureEvent getClusterServiceCriticalFailureDetail /** * This is the setter method to the attribute. - * Placeholder for description of property cluster_service_critical_failure_details of obj type eventdetails 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 clusterServiceCriticalFailureDetails set the clusterServiceCriticalFailureDetails. */ @@ -2099,7 +2176,7 @@ public void setClusterServiceCriticalFailureDetails(ClusterServiceCriticalFailur /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cluster_service_failed_details of obj type eventdetails 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 clusterServiceFailedDetails */ @@ -2110,7 +2187,7 @@ public ClusterServiceFailedEvent getClusterServiceFailedDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property cluster_service_failed_details of obj type eventdetails 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 clusterServiceFailedDetails set the clusterServiceFailedDetails. */ @@ -2121,7 +2198,7 @@ public void setClusterServiceFailedDetails(ClusterServiceFailedEvent clusterServ /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cluster_service_restored_details of obj type eventdetails 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 clusterServiceRestoredDetails */ @@ -2132,7 +2209,7 @@ public ClusterServiceRestoredEvent getClusterServiceRestoredDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property cluster_service_restored_details of obj type eventdetails 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 clusterServiceRestoredDetails set the clusterServiceRestoredDetails. */ @@ -2143,7 +2220,7 @@ public void setClusterServiceRestoredDetails(ClusterServiceRestoredEvent cluster /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cntlr_host_list_details of obj type eventdetails 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 cntlrHostListDetails */ @@ -2154,7 +2231,7 @@ public VinfraCntlrHostUnreachableList getCntlrHostListDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property cntlr_host_list_details of obj type eventdetails 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 cntlrHostListDetails set the cntlrHostListDetails. */ @@ -2165,7 +2242,7 @@ public void setCntlrHostListDetails(VinfraCntlrHostUnreachableList cntlrHostList /** * This is the getter method this will return the attribute value. - * Placeholder for description of property config_action_details of obj type eventdetails 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 configActionDetails */ @@ -2176,7 +2253,7 @@ public ConfigActionDetails getConfigActionDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property config_action_details of obj type eventdetails 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 configActionDetails set the configActionDetails. */ @@ -2187,7 +2264,7 @@ public void setConfigActionDetails(ConfigActionDetails configActionDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property config_create_details of obj type eventdetails 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 configCreateDetails */ @@ -2198,7 +2275,7 @@ public ConfigCreateDetails getConfigCreateDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property config_create_details of obj type eventdetails 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 configCreateDetails set the configCreateDetails. */ @@ -2209,7 +2286,7 @@ public void setConfigCreateDetails(ConfigCreateDetails configCreateDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property config_delete_details of obj type eventdetails 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 configDeleteDetails */ @@ -2220,7 +2297,7 @@ public ConfigDeleteDetails getConfigDeleteDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property config_delete_details of obj type eventdetails 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 configDeleteDetails set the configDeleteDetails. */ @@ -2231,7 +2308,7 @@ public void setConfigDeleteDetails(ConfigDeleteDetails configDeleteDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property config_password_change_request_details of obj type eventdetails 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 configPasswordChangeRequestDetails */ @@ -2242,7 +2319,7 @@ public ConfigUserPasswordChangeRequest getConfigPasswordChangeRequestDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property config_password_change_request_details of obj type eventdetails 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 configPasswordChangeRequestDetails set the configPasswordChangeRequestDetails. */ @@ -2253,7 +2330,7 @@ public void setConfigPasswordChangeRequestDetails(ConfigUserPasswordChangeReques /** * This is the getter method this will return the attribute value. - * Placeholder for description of property config_se_grp_flv_update_details of obj type eventdetails 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 configSeGrpFlvUpdateDetails */ @@ -2264,7 +2341,7 @@ public ConfigSeGrpFlvUpdate getConfigSeGrpFlvUpdateDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property config_se_grp_flv_update_details of obj type eventdetails 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 configSeGrpFlvUpdateDetails set the configSeGrpFlvUpdateDetails. */ @@ -2275,7 +2352,7 @@ public void setConfigSeGrpFlvUpdateDetails(ConfigSeGrpFlvUpdate configSeGrpFlvUp /** * This is the getter method this will return the attribute value. - * Placeholder for description of property config_update_details of obj type eventdetails 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 configUpdateDetails */ @@ -2286,7 +2363,7 @@ public ConfigUpdateDetails getConfigUpdateDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property config_update_details of obj type eventdetails 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 configUpdateDetails set the configUpdateDetails. */ @@ -2297,7 +2374,7 @@ public void setConfigUpdateDetails(ConfigUpdateDetails configUpdateDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property config_user_authrz_rule_details of obj type eventdetails 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 configUserAuthrzRuleDetails */ @@ -2308,7 +2385,7 @@ public ConfigUserAuthrzByRule getConfigUserAuthrzRuleDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property config_user_authrz_rule_details of obj type eventdetails 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 configUserAuthrzRuleDetails set the configUserAuthrzRuleDetails. */ @@ -2319,7 +2396,7 @@ public void setConfigUserAuthrzRuleDetails(ConfigUserAuthrzByRule configUserAuth /** * This is the getter method this will return the attribute value. - * Placeholder for description of property config_user_login_details of obj type eventdetails 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 configUserLoginDetails */ @@ -2330,7 +2407,7 @@ public ConfigUserLogin getConfigUserLoginDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property config_user_login_details of obj type eventdetails 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 configUserLoginDetails set the configUserLoginDetails. */ @@ -2341,7 +2418,7 @@ public void setConfigUserLoginDetails(ConfigUserLogin configUserLoginDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property config_user_logout_details of obj type eventdetails 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 configUserLogoutDetails */ @@ -2352,7 +2429,7 @@ public ConfigUserLogout getConfigUserLogoutDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property config_user_logout_details of obj type eventdetails 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 configUserLogoutDetails set the configUserLogoutDetails. */ @@ -2363,7 +2440,7 @@ public void setConfigUserLogoutDetails(ConfigUserLogout configUserLogoutDetails) /** * This is the getter method this will return the attribute value. - * Placeholder for description of property config_user_not_authrz_rule_details of obj type eventdetails 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 configUserNotAuthrzRuleDetails */ @@ -2374,7 +2451,7 @@ public ConfigUserNotAuthrzByRule getConfigUserNotAuthrzRuleDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property config_user_not_authrz_rule_details of obj type eventdetails 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 configUserNotAuthrzRuleDetails set the configUserNotAuthrzRuleDetails. */ @@ -2387,6 +2464,7 @@ public void setConfigUserNotAuthrzRuleDetails(ConfigUserNotAuthrzByRule configUs * This is the getter method this will return the attribute value. * Connection event. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return connectionEvent */ @@ -2399,6 +2477,7 @@ public ConnectionEventDetails getConnectionEvent() { * This is the setter method to the attribute. * Connection event. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param connectionEvent set the connectionEvent. */ @@ -2409,7 +2488,7 @@ public void setConnectionEvent(ConnectionEventDetails connectionEvent) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property container_cloud_batch_setup of obj type eventdetails 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 containerCloudBatchSetup */ @@ -2420,7 +2499,7 @@ public ContainerCloudBatchSetup getContainerCloudBatchSetup() { /** * This is the setter method to the attribute. - * Placeholder for description of property container_cloud_batch_setup of obj type eventdetails 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 containerCloudBatchSetup set the containerCloudBatchSetup. */ @@ -2431,7 +2510,7 @@ public void setContainerCloudBatchSetup(ContainerCloudBatchSetup containerCloudB /** * This is the getter method this will return the attribute value. - * Placeholder for description of property container_cloud_setup of obj type eventdetails 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 containerCloudSetup */ @@ -2442,7 +2521,7 @@ public ContainerCloudSetup getContainerCloudSetup() { /** * This is the setter method to the attribute. - * Placeholder for description of property container_cloud_setup of obj type eventdetails 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 containerCloudSetup set the containerCloudSetup. */ @@ -2453,7 +2532,7 @@ public void setContainerCloudSetup(ContainerCloudSetup containerCloudSetup) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property container_cloud_sevice of obj type eventdetails 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 containerCloudSevice */ @@ -2464,7 +2543,7 @@ public ContainerCloudService getContainerCloudSevice() { /** * This is the setter method to the attribute. - * Placeholder for description of property container_cloud_sevice of obj type eventdetails 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 containerCloudSevice set the containerCloudSevice. */ @@ -2476,6 +2555,7 @@ public void setContainerCloudSevice(ContainerCloudService containerCloudSevice) /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerDiscontinuousTimeChangeEventDetails */ @@ -2487,6 +2567,7 @@ public ControllerDiscontinuousTimeChangeEventDetails getControllerDiscontinuousT /** * This is the setter method to the attribute. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerDiscontinuousTimeChangeEventDetails set the controllerDiscontinuousTimeChangeEventDetails. */ @@ -2497,7 +2578,7 @@ public void setControllerDiscontinuousTimeChangeEventDetails(ControllerDiscontin /** * This is the getter method this will return the attribute value. - * Placeholder for description of property controller_license_reconcile_details of obj type eventdetails 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 controllerLicenseReconcileDetails */ @@ -2508,7 +2589,7 @@ public ControllerLicenseReconcileDetails getControllerLicenseReconcileDetails() /** * This is the setter method to the attribute. - * Placeholder for description of property controller_license_reconcile_details of obj type eventdetails 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 controllerLicenseReconcileDetails set the controllerLicenseReconcileDetails. */ @@ -2519,7 +2600,7 @@ public void setControllerLicenseReconcileDetails(ControllerLicenseReconcileDetai /** * This is the getter method this will return the attribute value. - * Placeholder for description of property crs_deployment_failure of obj type eventdetails 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 crsDeploymentFailure */ @@ -2530,7 +2611,7 @@ public CRSDeploymentFailure getCrsDeploymentFailure() { /** * This is the setter method to the attribute. - * Placeholder for description of property crs_deployment_failure of obj type eventdetails 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 crsDeploymentFailure set the crsDeploymentFailure. */ @@ -2541,7 +2622,7 @@ public void setCrsDeploymentFailure(CRSDeploymentFailure crsDeploymentFailure) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property crs_deployment_success of obj type eventdetails 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 crsDeploymentSuccess */ @@ -2552,7 +2633,7 @@ public CRSDeploymentSuccess getCrsDeploymentSuccess() { /** * This is the setter method to the attribute. - * Placeholder for description of property crs_deployment_success of obj type eventdetails 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 crsDeploymentSuccess set the crsDeploymentSuccess. */ @@ -2563,7 +2644,7 @@ public void setCrsDeploymentSuccess(CRSDeploymentSuccess crsDeploymentSuccess) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property crs_details of obj type eventdetails 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 crsDetails */ @@ -2574,7 +2655,7 @@ public CRSDetails getCrsDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property crs_details of obj type eventdetails 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 crsDetails set the crsDetails. */ @@ -2585,7 +2666,7 @@ public void setCrsDetails(CRSDetails crsDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property crs_update_details of obj type eventdetails 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 crsUpdateDetails */ @@ -2596,7 +2677,7 @@ public CRSUpdateDetails getCrsUpdateDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property crs_update_details of obj type eventdetails 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 crsUpdateDetails set the crsUpdateDetails. */ @@ -2607,7 +2688,7 @@ public void setCrsUpdateDetails(CRSUpdateDetails crsUpdateDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cs_infra_details of obj type eventdetails 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 csInfraDetails */ @@ -2618,7 +2699,7 @@ public CloudStackSetup getCsInfraDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property cs_infra_details of obj type eventdetails 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 csInfraDetails set the csInfraDetails. */ @@ -2631,6 +2712,7 @@ public void setCsInfraDetails(CloudStackSetup csInfraDetails) { * This is the getter method this will return the attribute value. * Database error event. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return databaseEventInfo */ @@ -2643,6 +2725,7 @@ public DatabaseEventInfo getDatabaseEventInfo() { * This is the setter method to the attribute. * Database error event. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param databaseEventInfo set the databaseEventInfo. */ @@ -2653,7 +2736,7 @@ public void setDatabaseEventInfo(DatabaseEventInfo databaseEventInfo) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property delete_se_details of obj type eventdetails 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 deleteSeDetails */ @@ -2664,7 +2747,7 @@ public RmDeleteSeEventDetails getDeleteSeDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property delete_se_details of obj type eventdetails 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 deleteSeDetails set the deleteSeDetails. */ @@ -2677,6 +2760,7 @@ public void setDeleteSeDetails(RmDeleteSeEventDetails deleteSeDetails) { * This is the getter method this will return the attribute value. * Details for detach ip status. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return detachIpStatusDetails */ @@ -2689,6 +2773,7 @@ public DetachIpStatusEventDetails getDetachIpStatusDetails() { * This is the setter method to the attribute. * Details for detach ip status. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param detachIpStatusDetails set the detachIpStatusDetails. */ @@ -2699,7 +2784,7 @@ public void setDetachIpStatusDetails(DetachIpStatusEventDetails detachIpStatusDe /** * This is the getter method this will return the attribute value. - * Placeholder for description of property disable_se_migrate_details of obj type eventdetails 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 disableSeMigrateDetails */ @@ -2710,7 +2795,7 @@ public DisableSeMigrateEventDetails getDisableSeMigrateDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property disable_se_migrate_details of obj type eventdetails 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 disableSeMigrateDetails set the disableSeMigrateDetails. */ @@ -2721,7 +2806,7 @@ public void setDisableSeMigrateDetails(DisableSeMigrateEventDetails disableSeMig /** * This is the getter method this will return the attribute value. - * Placeholder for description of property disc_summary of obj type eventdetails 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 discSummary */ @@ -2732,7 +2817,7 @@ public VinfraDiscSummaryDetails getDiscSummary() { /** * This is the setter method to the attribute. - * Placeholder for description of property disc_summary of obj type eventdetails 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 discSummary set the discSummary. */ @@ -2743,7 +2828,7 @@ public void setDiscSummary(VinfraDiscSummaryDetails discSummary) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property dns_query_error of obj type eventdetails 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 dnsQueryError */ @@ -2754,7 +2839,7 @@ public DNSQueryError getDnsQueryError() { /** * This is the setter method to the attribute. - * Placeholder for description of property dns_query_error of obj type eventdetails 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 dnsQueryError set the dnsQueryError. */ @@ -2765,7 +2850,7 @@ public void setDnsQueryError(DNSQueryError dnsQueryError) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property dns_sync_info of obj type eventdetails 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 dnsSyncInfo */ @@ -2776,7 +2861,7 @@ public DNSVsSyncInfo getDnsSyncInfo() { /** * This is the setter method to the attribute. - * Placeholder for description of property dns_sync_info of obj type eventdetails 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 dnsSyncInfo set the dnsSyncInfo. */ @@ -2787,7 +2872,7 @@ public void setDnsSyncInfo(DNSVsSyncInfo dnsSyncInfo) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property docker_ucp_details of obj type eventdetails 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 dockerUcpDetails */ @@ -2798,7 +2883,7 @@ public DockerUCPSetup getDockerUcpDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property docker_ucp_details of obj type eventdetails 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 dockerUcpDetails set the dockerUcpDetails. */ @@ -2809,7 +2894,7 @@ public void setDockerUcpDetails(DockerUCPSetup dockerUcpDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property dos_attack_event_details of obj type eventdetails 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 dosAttackEventDetails */ @@ -2820,7 +2905,7 @@ public DosAttackEventDetails getDosAttackEventDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property dos_attack_event_details of obj type eventdetails 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 dosAttackEventDetails set the dosAttackEventDetails. */ @@ -2833,6 +2918,7 @@ public void setDosAttackEventDetails(DosAttackEventDetails dosAttackEventDetails * This is the getter method this will return the attribute value. * False positive details. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return falsePositiveDetails */ @@ -2845,6 +2931,7 @@ public FalsePositiveDetails getFalsePositiveDetails() { * This is the setter method to the attribute. * False positive details. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param falsePositiveDetails set the falsePositiveDetails. */ @@ -2855,7 +2942,7 @@ public void setFalsePositiveDetails(FalsePositiveDetails falsePositiveDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property gcp_cloud_router_info of obj type eventdetails 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 gcpCloudRouterInfo */ @@ -2866,7 +2953,7 @@ public GCPCloudRouterUpdate getGcpCloudRouterInfo() { /** * This is the setter method to the attribute. - * Placeholder for description of property gcp_cloud_router_info of obj type eventdetails 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 gcpCloudRouterInfo set the gcpCloudRouterInfo. */ @@ -2877,7 +2964,7 @@ public void setGcpCloudRouterInfo(GCPCloudRouterUpdate gcpCloudRouterInfo) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property gcp_info of obj type eventdetails 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 gcpInfo */ @@ -2888,7 +2975,7 @@ public GCPSetup getGcpInfo() { /** * This is the setter method to the attribute. - * Placeholder for description of property gcp_info of obj type eventdetails 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 gcpInfo set the gcpInfo. */ @@ -2899,7 +2986,7 @@ public void setGcpInfo(GCPSetup gcpInfo) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property generic_audit_compliance_event_info of obj type eventdetails 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 genericAuditComplianceEventInfo */ @@ -2910,7 +2997,7 @@ public AuditComplianceEventInfo getGenericAuditComplianceEventInfo() { /** * This is the setter method to the attribute. - * Placeholder for description of property generic_audit_compliance_event_info of obj type eventdetails 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 genericAuditComplianceEventInfo set the genericAuditComplianceEventInfo. */ @@ -2921,7 +3008,7 @@ public void setGenericAuditComplianceEventInfo(AuditComplianceEventInfo genericA /** * This is the getter method this will return the attribute value. - * Placeholder for description of property glb_info of obj type eventdetails 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 glbInfo */ @@ -2932,7 +3019,7 @@ public GslbStatus getGlbInfo() { /** * This is the setter method to the attribute. - * Placeholder for description of property glb_info of obj type eventdetails 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 glbInfo set the glbInfo. */ @@ -2943,7 +3030,7 @@ public void setGlbInfo(GslbStatus glbInfo) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property gs_info of obj type eventdetails 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 gsInfo */ @@ -2954,7 +3041,7 @@ public GslbServiceStatus getGsInfo() { /** * This is the setter method to the attribute. - * Placeholder for description of property gs_info of obj type eventdetails 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 gsInfo set the gsInfo. */ @@ -2965,7 +3052,7 @@ public void setGsInfo(GslbServiceStatus gsInfo) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property host_unavail_details of obj type eventdetails 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 hostUnavailDetails */ @@ -2976,7 +3063,7 @@ public HostUnavailEventDetails getHostUnavailDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property host_unavail_details of obj type eventdetails 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 hostUnavailDetails set the hostUnavailDetails. */ @@ -2987,7 +3074,7 @@ public void setHostUnavailDetails(HostUnavailEventDetails hostUnavailDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property hs_details of obj type eventdetails 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 hsDetails */ @@ -2998,7 +3085,7 @@ public HealthScoreDetails getHsDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property hs_details of obj type eventdetails 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 hsDetails set the hsDetails. */ @@ -3009,7 +3096,7 @@ public void setHsDetails(HealthScoreDetails hsDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip_fail_details of obj type eventdetails 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 ipFailDetails */ @@ -3020,7 +3107,7 @@ public RmSeIpFailEventDetails getIpFailDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property ip_fail_details of obj type eventdetails 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 ipFailDetails set the ipFailDetails. */ @@ -3031,7 +3118,7 @@ public void setIpFailDetails(RmSeIpFailEventDetails ipFailDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip_threat_db_event_data of obj type eventdetails 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 ipThreatDbEventData */ @@ -3042,7 +3129,7 @@ public IPThreatDBEventData getIpThreatDbEventData() { /** * This is the setter method to the attribute. - * Placeholder for description of property ip_threat_db_event_data of obj type eventdetails 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 ipThreatDbEventData set the ipThreatDbEventData. */ @@ -3053,7 +3140,7 @@ public void setIpThreatDbEventData(IPThreatDBEventData ipThreatDbEventData) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property license_details of obj type eventdetails 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 licenseDetails */ @@ -3064,7 +3151,7 @@ public LicenseDetails getLicenseDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property license_details of obj type eventdetails 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 licenseDetails set the licenseDetails. */ @@ -3075,7 +3162,7 @@ public void setLicenseDetails(LicenseDetails licenseDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property license_expiry_details of obj type eventdetails 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 licenseExpiryDetails */ @@ -3086,7 +3173,7 @@ public LicenseExpiryDetails getLicenseExpiryDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property license_expiry_details of obj type eventdetails 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 licenseExpiryDetails set the licenseExpiryDetails. */ @@ -3097,7 +3184,7 @@ public void setLicenseExpiryDetails(LicenseExpiryDetails licenseExpiryDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property license_tier_switch_details of obj type eventdetails 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 licenseTierSwitchDetails */ @@ -3108,7 +3195,7 @@ public LicenseTierSwitchDetiails getLicenseTierSwitchDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property license_tier_switch_details of obj type eventdetails 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 licenseTierSwitchDetails set the licenseTierSwitchDetails. */ @@ -3119,7 +3206,7 @@ public void setLicenseTierSwitchDetails(LicenseTierSwitchDetiails licenseTierSwi /** * This is the getter method this will return the attribute value. - * Placeholder for description of property license_transaction_details of obj type eventdetails 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 licenseTransactionDetails */ @@ -3130,7 +3217,7 @@ public LicenseTransactionDetails getLicenseTransactionDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property license_transaction_details of obj type eventdetails 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 licenseTransactionDetails set the licenseTransactionDetails. */ @@ -3141,7 +3228,7 @@ public void setLicenseTransactionDetails(LicenseTransactionDetails licenseTransa /** * This is the getter method this will return the attribute value. - * Placeholder for description of property log_agent_event_details of obj type eventdetails 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 logAgentEventDetails */ @@ -3152,7 +3239,7 @@ public LogAgentEventDetail getLogAgentEventDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property log_agent_event_details of obj type eventdetails 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 logAgentEventDetails set the logAgentEventDetails. */ @@ -3163,7 +3250,7 @@ public void setLogAgentEventDetails(LogAgentEventDetail logAgentEventDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property marathon_service_port_conflict_details of obj type eventdetails 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 marathonServicePortConflictDetails */ @@ -3174,7 +3261,7 @@ public MarathonServicePortConflict getMarathonServicePortConflictDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property marathon_service_port_conflict_details of obj type eventdetails 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 marathonServicePortConflictDetails set the marathonServicePortConflictDetails. */ @@ -3185,7 +3272,7 @@ public void setMarathonServicePortConflictDetails(MarathonServicePortConflict ma /** * This is the getter method this will return the attribute value. - * Placeholder for description of property memory_balancer_info of obj type eventdetails 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 memoryBalancerInfo */ @@ -3196,7 +3283,7 @@ public MemoryBalancerInfo getMemoryBalancerInfo() { /** * This is the setter method to the attribute. - * Placeholder for description of property memory_balancer_info of obj type eventdetails 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 memoryBalancerInfo set the memoryBalancerInfo. */ @@ -3207,7 +3294,7 @@ public void setMemoryBalancerInfo(MemoryBalancerInfo memoryBalancerInfo) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property mesos_infra_details of obj type eventdetails 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 mesosInfraDetails */ @@ -3218,7 +3305,7 @@ public MesosSetup getMesosInfraDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property mesos_infra_details of obj type eventdetails 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 mesosInfraDetails set the mesosInfraDetails. */ @@ -3229,7 +3316,7 @@ public void setMesosInfraDetails(MesosSetup mesosInfraDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property metric_threshold_up_details of obj type eventdetails 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 metricThresholdUpDetails */ @@ -3240,7 +3327,7 @@ public MetricThresoldUpDetails getMetricThresholdUpDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property metric_threshold_up_details of obj type eventdetails 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 metricThresholdUpDetails set the metricThresholdUpDetails. */ @@ -3251,7 +3338,7 @@ public void setMetricThresholdUpDetails(MetricThresoldUpDetails metricThresholdU /** * This is the getter method this will return the attribute value. - * Placeholder for description of property metrics_db_disk_details of obj type eventdetails 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 metricsDbDiskDetails */ @@ -3262,7 +3349,7 @@ public MetricsDbDiskEventDetails getMetricsDbDiskDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property metrics_db_disk_details of obj type eventdetails 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 metricsDbDiskDetails set the metricsDbDiskDetails. */ @@ -3273,7 +3360,7 @@ public void setMetricsDbDiskDetails(MetricsDbDiskEventDetails metricsDbDiskDetai /** * This is the getter method this will return the attribute value. - * Placeholder for description of property metrics_db_queue_full_details of obj type eventdetails 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 metricsDbQueueFullDetails */ @@ -3284,7 +3371,7 @@ public MetricsDbQueueFullEventDetails getMetricsDbQueueFullDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property metrics_db_queue_full_details of obj type eventdetails 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 metricsDbQueueFullDetails set the metricsDbQueueFullDetails. */ @@ -3295,7 +3382,7 @@ public void setMetricsDbQueueFullDetails(MetricsDbQueueFullEventDetails metricsD /** * This is the getter method this will return the attribute value. - * Placeholder for description of property metrics_db_queue_healthy_details of obj type eventdetails 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 metricsDbQueueHealthyDetails */ @@ -3306,7 +3393,7 @@ public MetricsDbQueueHealthyEventDetails getMetricsDbQueueHealthyDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property metrics_db_queue_healthy_details of obj type eventdetails 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 metricsDbQueueHealthyDetails set the metricsDbQueueHealthyDetails. */ @@ -3317,7 +3404,7 @@ public void setMetricsDbQueueHealthyDetails(MetricsDbQueueHealthyEventDetails me /** * This is the getter method this will return the attribute value. - * Placeholder for description of property metrics_db_sync_failure_details of obj type eventdetails 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 metricsDbSyncFailureDetails */ @@ -3328,7 +3415,7 @@ public MetricsDbSyncFailureEventDetails getMetricsDbSyncFailureDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property metrics_db_sync_failure_details of obj type eventdetails 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 metricsDbSyncFailureDetails set the metricsDbSyncFailureDetails. */ @@ -3339,7 +3426,7 @@ public void setMetricsDbSyncFailureDetails(MetricsDbSyncFailureEventDetails metr /** * This is the getter method this will return the attribute value. - * Placeholder for description of property mgmt_nw_change_details of obj type eventdetails 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 mgmtNwChangeDetails */ @@ -3350,7 +3437,7 @@ public VinfraMgmtNwChangeDetails getMgmtNwChangeDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property mgmt_nw_change_details of obj type eventdetails 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 mgmtNwChangeDetails set the mgmtNwChangeDetails. */ @@ -3361,7 +3448,7 @@ public void setMgmtNwChangeDetails(VinfraMgmtNwChangeDetails mgmtNwChangeDetails /** * This is the getter method this will return the attribute value. - * Placeholder for description of property modify_networks_details of obj type eventdetails 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 modifyNetworksDetails */ @@ -3372,7 +3459,7 @@ public RmModifyNetworksEventDetails getModifyNetworksDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property modify_networks_details of obj type eventdetails 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 modifyNetworksDetails set the modifyNetworksDetails. */ @@ -3383,7 +3470,7 @@ public void setModifyNetworksDetails(RmModifyNetworksEventDetails modifyNetworks /** * This is the getter method this will return the attribute value. - * Placeholder for description of property network_subnet_details of obj type eventdetails 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 networkSubnetDetails */ @@ -3394,7 +3481,7 @@ public NetworkSubnetInfo getNetworkSubnetDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property network_subnet_details of obj type eventdetails 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 networkSubnetDetails set the networkSubnetDetails. */ @@ -3407,6 +3494,7 @@ public void setNetworkSubnetDetails(NetworkSubnetInfo networkSubnetDetails) { * This is the getter method this will return the attribute value. * Nsx-t serviceinsertion virtualendpoint event. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxtEndpointDetails */ @@ -3419,6 +3507,7 @@ public NsxtSIEndpointDetails getNsxtEndpointDetails() { * This is the setter method to the attribute. * Nsx-t serviceinsertion virtualendpoint event. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxtEndpointDetails set the nsxtEndpointDetails. */ @@ -3431,6 +3520,7 @@ public void setNsxtEndpointDetails(NsxtSIEndpointDetails nsxtEndpointDetails) { * This is the getter method this will return the attribute value. * Nsxt image event. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxtImgDetails */ @@ -3443,6 +3533,7 @@ public NsxtImageDetails getNsxtImgDetails() { * This is the setter method to the attribute. * Nsxt image event. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxtImgDetails set the nsxtImgDetails. */ @@ -3455,6 +3546,7 @@ public void setNsxtImgDetails(NsxtImageDetails nsxtImgDetails) { * This is the getter method this will return the attribute value. * Nsxt cloud event. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxtInfo */ @@ -3467,6 +3559,7 @@ public NsxtSetup getNsxtInfo() { * This is the setter method to the attribute. * Nsxt cloud event. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxtInfo set the nsxtInfo. */ @@ -3479,6 +3572,7 @@ public void setNsxtInfo(NsxtSetup nsxtInfo) { * This is the getter method this will return the attribute value. * Nsx-t serviceinsertion redirectpolicy event. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxtPolicyDetails */ @@ -3491,6 +3585,7 @@ public NsxtSIPolicyDetails getNsxtPolicyDetails() { * This is the setter method to the attribute. * Nsx-t serviceinsertion redirectpolicy event. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxtPolicyDetails set the nsxtPolicyDetails. */ @@ -3503,6 +3598,7 @@ public void setNsxtPolicyDetails(NsxtSIPolicyDetails nsxtPolicyDetails) { * This is the getter method this will return the attribute value. * Nsx-t serviceinsertion redirectrule event. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxtRuleDetails */ @@ -3515,6 +3611,7 @@ public NsxtSIRuleDetails getNsxtRuleDetails() { * This is the setter method to the attribute. * Nsx-t serviceinsertion redirectrule event. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxtRuleDetails set the nsxtRuleDetails. */ @@ -3527,6 +3624,7 @@ public void setNsxtRuleDetails(NsxtSIRuleDetails nsxtRuleDetails) { * This is the getter method this will return the attribute value. * Nsx-t serviceinsertion service event. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxtServiceDetails */ @@ -3539,6 +3637,7 @@ public NsxtSIServiceDetails getNsxtServiceDetails() { * This is the setter method to the attribute. * Nsx-t serviceinsertion service event. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxtServiceDetails set the nsxtServiceDetails. */ @@ -3549,7 +3648,7 @@ public void setNsxtServiceDetails(NsxtSIServiceDetails nsxtServiceDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property nw_subnet_clash_details of obj type eventdetails 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 nwSubnetClashDetails */ @@ -3560,7 +3659,7 @@ public NetworkSubnetClash getNwSubnetClashDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property nw_subnet_clash_details of obj type eventdetails 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 nwSubnetClashDetails set the nwSubnetClashDetails. */ @@ -3571,7 +3670,7 @@ public void setNwSubnetClashDetails(NetworkSubnetClash nwSubnetClashDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property nw_summarized_details of obj type eventdetails 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 nwSummarizedDetails */ @@ -3582,7 +3681,7 @@ public SummarizedInfo getNwSummarizedDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property nw_summarized_details of obj type eventdetails 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 nwSummarizedDetails set the nwSummarizedDetails. */ @@ -3593,7 +3692,7 @@ public void setNwSummarizedDetails(SummarizedInfo nwSummarizedDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property oci_info of obj type eventdetails 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 ociInfo */ @@ -3604,7 +3703,7 @@ public OCISetup getOciInfo() { /** * This is the setter method to the attribute. - * Placeholder for description of property oci_info of obj type eventdetails 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 ociInfo set the ociInfo. */ @@ -3616,6 +3715,7 @@ public void setOciInfo(OCISetup ociInfo) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return osApiVerCheckFailure */ @@ -3627,6 +3727,7 @@ public OpenStackApiVersionCheckFailure getOsApiVerCheckFailure() { /** * This is the setter method to the attribute. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param osApiVerCheckFailure set the osApiVerCheckFailure. */ @@ -3637,7 +3738,7 @@ public void setOsApiVerCheckFailure(OpenStackApiVersionCheckFailure osApiVerChec /** * This is the getter method this will return the attribute value. - * Placeholder for description of property os_infra_details of obj type eventdetails 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 osInfraDetails */ @@ -3648,7 +3749,7 @@ public OpenStackClusterSetup getOsInfraDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property os_infra_details of obj type eventdetails 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 osInfraDetails set the osInfraDetails. */ @@ -3659,7 +3760,7 @@ public void setOsInfraDetails(OpenStackClusterSetup osInfraDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property os_ip_details of obj type eventdetails 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 osIpDetails */ @@ -3670,7 +3771,7 @@ public OpenStackIpChange getOsIpDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property os_ip_details of obj type eventdetails 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 osIpDetails set the osIpDetails. */ @@ -3681,7 +3782,7 @@ public void setOsIpDetails(OpenStackIpChange osIpDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property os_lbaudit_details of obj type eventdetails 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 osLbauditDetails */ @@ -3692,7 +3793,7 @@ public OpenStackLbProvAuditCheck getOsLbauditDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property os_lbaudit_details of obj type eventdetails 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 osLbauditDetails set the osLbauditDetails. */ @@ -3703,7 +3804,7 @@ public void setOsLbauditDetails(OpenStackLbProvAuditCheck osLbauditDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property os_lbplugin_op_details of obj type eventdetails 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 osLbpluginOpDetails */ @@ -3714,7 +3815,7 @@ public OpenStackLbPluginOp getOsLbpluginOpDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property os_lbplugin_op_details of obj type eventdetails 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 osLbpluginOpDetails set the osLbpluginOpDetails. */ @@ -3725,7 +3826,7 @@ public void setOsLbpluginOpDetails(OpenStackLbPluginOp osLbpluginOpDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property os_se_vm_details of obj type eventdetails 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 osSeVmDetails */ @@ -3736,7 +3837,7 @@ public OpenStackSeVmChange getOsSeVmDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property os_se_vm_details of obj type eventdetails 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 osSeVmDetails set the osSeVmDetails. */ @@ -3747,7 +3848,7 @@ public void setOsSeVmDetails(OpenStackSeVmChange osSeVmDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property os_sync_services_details of obj type eventdetails 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 osSyncServicesDetails */ @@ -3758,7 +3859,7 @@ public OpenStackSyncServices getOsSyncServicesDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property os_sync_services_details of obj type eventdetails 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 osSyncServicesDetails set the osSyncServicesDetails. */ @@ -3769,7 +3870,7 @@ public void setOsSyncServicesDetails(OpenStackSyncServices osSyncServicesDetails /** * This is the getter method this will return the attribute value. - * Placeholder for description of property os_vnic_details of obj type eventdetails 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 osVnicDetails */ @@ -3780,7 +3881,7 @@ public OpenStackVnicChange getOsVnicDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property os_vnic_details of obj type eventdetails 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 osVnicDetails set the osVnicDetails. */ @@ -3791,7 +3892,7 @@ public void setOsVnicDetails(OpenStackVnicChange osVnicDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property pool_deployment_failure_info of obj type eventdetails 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 poolDeploymentFailureInfo */ @@ -3802,7 +3903,7 @@ public PoolDeploymentFailureInfo getPoolDeploymentFailureInfo() { /** * This is the setter method to the attribute. - * Placeholder for description of property pool_deployment_failure_info of obj type eventdetails 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 poolDeploymentFailureInfo set the poolDeploymentFailureInfo. */ @@ -3813,7 +3914,7 @@ public void setPoolDeploymentFailureInfo(PoolDeploymentFailureInfo poolDeploymen /** * This is the getter method this will return the attribute value. - * Placeholder for description of property pool_deployment_success_info of obj type eventdetails 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 poolDeploymentSuccessInfo */ @@ -3824,7 +3925,7 @@ public PoolDeploymentSuccessInfo getPoolDeploymentSuccessInfo() { /** * This is the setter method to the attribute. - * Placeholder for description of property pool_deployment_success_info of obj type eventdetails 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 poolDeploymentSuccessInfo set the poolDeploymentSuccessInfo. */ @@ -3835,7 +3936,7 @@ public void setPoolDeploymentSuccessInfo(PoolDeploymentSuccessInfo poolDeploymen /** * This is the getter method this will return the attribute value. - * Placeholder for description of property pool_deployment_update_info of obj type eventdetails 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 poolDeploymentUpdateInfo */ @@ -3846,7 +3947,7 @@ public PoolDeploymentUpdateInfo getPoolDeploymentUpdateInfo() { /** * This is the setter method to the attribute. - * Placeholder for description of property pool_deployment_update_info of obj type eventdetails 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 poolDeploymentUpdateInfo set the poolDeploymentUpdateInfo. */ @@ -3857,7 +3958,7 @@ public void setPoolDeploymentUpdateInfo(PoolDeploymentUpdateInfo poolDeploymentU /** * This is the getter method this will return the attribute value. - * Placeholder for description of property pool_server_delete_details of obj type eventdetails 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 poolServerDeleteDetails */ @@ -3868,7 +3969,7 @@ public VinfraPoolServerDeleteDetails getPoolServerDeleteDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property pool_server_delete_details of obj type eventdetails 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 poolServerDeleteDetails set the poolServerDeleteDetails. */ @@ -3879,7 +3980,7 @@ public void setPoolServerDeleteDetails(VinfraPoolServerDeleteDetails poolServerD /** * This is the getter method this will return the attribute value. - * Placeholder for description of property psm_program_details of obj type eventdetails 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 psmProgramDetails */ @@ -3890,7 +3991,7 @@ public PsmProgramDetails getPsmProgramDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property psm_program_details of obj type eventdetails 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 psmProgramDetails set the psmProgramDetails. */ @@ -3902,6 +4003,7 @@ public void setPsmProgramDetails(PsmProgramDetails psmProgramDetails) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rateLimiterEventDetails */ @@ -3913,6 +4015,7 @@ public RateLimiterEventDetails getRateLimiterEventDetails() { /** * This is the setter method to the attribute. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rateLimiterEventDetails set the rateLimiterEventDetails. */ @@ -3923,7 +4026,7 @@ public void setRateLimiterEventDetails(RateLimiterEventDetails rateLimiterEventD /** * This is the getter method this will return the attribute value. - * Placeholder for description of property rebalance_migrate_details of obj type eventdetails 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 rebalanceMigrateDetails */ @@ -3934,7 +4037,7 @@ public RebalanceMigrateEventDetails getRebalanceMigrateDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property rebalance_migrate_details of obj type eventdetails 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 rebalanceMigrateDetails set the rebalanceMigrateDetails. */ @@ -3945,7 +4048,7 @@ public void setRebalanceMigrateDetails(RebalanceMigrateEventDetails rebalanceMig /** * This is the getter method this will return the attribute value. - * Placeholder for description of property rebalance_scalein_details of obj type eventdetails 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 rebalanceScaleinDetails */ @@ -3956,7 +4059,7 @@ public RebalanceScaleinEventDetails getRebalanceScaleinDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property rebalance_scalein_details of obj type eventdetails 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 rebalanceScaleinDetails set the rebalanceScaleinDetails. */ @@ -3967,7 +4070,7 @@ public void setRebalanceScaleinDetails(RebalanceScaleinEventDetails rebalanceSca /** * This is the getter method this will return the attribute value. - * Placeholder for description of property rebalance_scaleout_details of obj type eventdetails 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 rebalanceScaleoutDetails */ @@ -3978,7 +4081,7 @@ public RebalanceScaleoutEventDetails getRebalanceScaleoutDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property rebalance_scaleout_details of obj type eventdetails 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 rebalanceScaleoutDetails set the rebalanceScaleoutDetails. */ @@ -3989,7 +4092,7 @@ public void setRebalanceScaleoutDetails(RebalanceScaleoutEventDetails rebalanceS /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reboot_se_details of obj type eventdetails 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 rebootSeDetails */ @@ -4000,7 +4103,7 @@ public RmRebootSeEventDetails getRebootSeDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property reboot_se_details of obj type eventdetails 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 rebootSeDetails set the rebootSeDetails. */ @@ -4011,7 +4114,7 @@ public void setRebootSeDetails(RmRebootSeEventDetails rebootSeDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property scheduler_action_info of obj type eventdetails 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 schedulerActionInfo */ @@ -4022,7 +4125,7 @@ public SchedulerActionDetails getSchedulerActionInfo() { /** * This is the setter method to the attribute. - * Placeholder for description of property scheduler_action_info of obj type eventdetails 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 schedulerActionInfo set the schedulerActionInfo. */ @@ -4034,6 +4137,7 @@ public void setSchedulerActionInfo(SchedulerActionDetails schedulerActionInfo) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seBgpPeerDownDetails */ @@ -4045,6 +4149,7 @@ public SeBgpPeerDownDetails getSeBgpPeerDownDetails() { /** * This is the setter method to the attribute. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seBgpPeerDownDetails set the seBgpPeerDownDetails. */ @@ -4055,7 +4160,7 @@ public void setSeBgpPeerDownDetails(SeBgpPeerDownDetails seBgpPeerDownDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_bgp_peer_state_change_details of obj type eventdetails 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 seBgpPeerStateChangeDetails */ @@ -4066,7 +4171,7 @@ public SeBgpPeerStateChangeDetails getSeBgpPeerStateChangeDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_bgp_peer_state_change_details of obj type eventdetails 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 seBgpPeerStateChangeDetails set the seBgpPeerStateChangeDetails. */ @@ -4077,7 +4182,7 @@ public void setSeBgpPeerStateChangeDetails(SeBgpPeerStateChangeDetails seBgpPeer /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_details of obj type eventdetails 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 seDetails */ @@ -4088,7 +4193,7 @@ public SeMgrEventDetails getSeDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_details of obj type eventdetails 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 seDetails set the seDetails. */ @@ -4100,6 +4205,7 @@ public void setSeDetails(SeMgrEventDetails seDetails) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seDiscontinuousTimeChangeEventDetails */ @@ -4111,6 +4217,7 @@ public SeDiscontinuousTimeChangeEventDetails getSeDiscontinuousTimeChangeEventDe /** * This is the setter method to the attribute. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seDiscontinuousTimeChangeEventDetails set the seDiscontinuousTimeChangeEventDetails. */ @@ -4121,7 +4228,7 @@ public void setSeDiscontinuousTimeChangeEventDetails(SeDiscontinuousTimeChangeEv /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_dupip_event_details of obj type eventdetails 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 seDupipEventDetails */ @@ -4132,7 +4239,7 @@ public SeDupipEventDetails getSeDupipEventDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_dupip_event_details of obj type eventdetails 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 seDupipEventDetails set the seDupipEventDetails. */ @@ -4143,7 +4250,7 @@ public void setSeDupipEventDetails(SeDupipEventDetails seDupipEventDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_gateway_heartbeat_failed_details of obj type eventdetails 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 seGatewayHeartbeatFailedDetails */ @@ -4154,7 +4261,7 @@ public SeGatewayHeartbeatFailedDetails getSeGatewayHeartbeatFailedDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_gateway_heartbeat_failed_details of obj type eventdetails 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 seGatewayHeartbeatFailedDetails set the seGatewayHeartbeatFailedDetails. */ @@ -4165,7 +4272,7 @@ public void setSeGatewayHeartbeatFailedDetails(SeGatewayHeartbeatFailedDetails s /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_gateway_heartbeat_success_details of obj type eventdetails 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 seGatewayHeartbeatSuccessDetails */ @@ -4176,7 +4283,7 @@ public SeGatewayHeartbeatSuccessDetails getSeGatewayHeartbeatSuccessDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_gateway_heartbeat_success_details of obj type eventdetails 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 seGatewayHeartbeatSuccessDetails set the seGatewayHeartbeatSuccessDetails. */ @@ -4187,7 +4294,7 @@ public void setSeGatewayHeartbeatSuccessDetails(SeGatewayHeartbeatSuccessDetails /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_geo_db_details of obj type eventdetails 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 seGeoDbDetails */ @@ -4198,7 +4305,7 @@ public SeGeoDbDetails getSeGeoDbDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_geo_db_details of obj type eventdetails 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 seGeoDbDetails set the seGeoDbDetails. */ @@ -4209,7 +4316,7 @@ public void setSeGeoDbDetails(SeGeoDbDetails seGeoDbDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_hb_event_details of obj type eventdetails 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 seHbEventDetails */ @@ -4220,7 +4327,7 @@ public SeHBEventDetails getSeHbEventDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_hb_event_details of obj type eventdetails 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 seHbEventDetails set the seHbEventDetails. */ @@ -4234,6 +4341,7 @@ public void setSeHbEventDetails(SeHBEventDetails seHbEventDetails) { * Inter-se datapath heartbeat recovered. * One event is generated when heartbeat recovers. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seHbRecoveredEventDetails */ @@ -4247,6 +4355,7 @@ public SeHbRecoveredEventDetails getSeHbRecoveredEventDetails() { * Inter-se datapath heartbeat recovered. * One event is generated when heartbeat recovers. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seHbRecoveredEventDetails set the seHbRecoveredEventDetails. */ @@ -4258,6 +4367,7 @@ public void setSeHbRecoveredEventDetails(SeHbRecoveredEventDetails seHbRecovered /** * This is the getter method this will return the attribute value. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seHighIngressProcLatencyEventDetails */ @@ -4269,6 +4379,7 @@ public SeHighIngressProcLatencyEventDetails getSeHighIngressProcLatencyEventDeta /** * This is the setter method to the attribute. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seHighIngressProcLatencyEventDetails set the seHighIngressProcLatencyEventDetails. */ @@ -4279,7 +4390,7 @@ public void setSeHighIngressProcLatencyEventDetails(SeHighIngressProcLatencyEven /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_hm_gs_details of obj type eventdetails 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 seHmGsDetails */ @@ -4290,7 +4401,7 @@ public SeHmEventGSDetails getSeHmGsDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_hm_gs_details of obj type eventdetails 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 seHmGsDetails set the seHmGsDetails. */ @@ -4301,7 +4412,7 @@ public void setSeHmGsDetails(SeHmEventGSDetails seHmGsDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_hm_gsgroup_details of obj type eventdetails 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 seHmGsgroupDetails */ @@ -4312,7 +4423,7 @@ public SeHmEventGslbPoolDetails getSeHmGsgroupDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_hm_gsgroup_details of obj type eventdetails 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 seHmGsgroupDetails set the seHmGsgroupDetails. */ @@ -4323,7 +4434,7 @@ public void setSeHmGsgroupDetails(SeHmEventGslbPoolDetails seHmGsgroupDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_hm_pool_details of obj type eventdetails 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 seHmPoolDetails */ @@ -4334,7 +4445,7 @@ public SeHmEventPoolDetails getSeHmPoolDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_hm_pool_details of obj type eventdetails 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 seHmPoolDetails set the seHmPoolDetails. */ @@ -4345,7 +4456,7 @@ public void setSeHmPoolDetails(SeHmEventPoolDetails seHmPoolDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_hm_vs_details of obj type eventdetails 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 seHmVsDetails */ @@ -4356,7 +4467,7 @@ public SeHmEventVsDetails getSeHmVsDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_hm_vs_details of obj type eventdetails 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 seHmVsDetails set the seHmVsDetails. */ @@ -4367,7 +4478,7 @@ public void setSeHmVsDetails(SeHmEventVsDetails seHmVsDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_ip6_dad_failed_event_details of obj type eventdetails 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 seIp6DadFailedEventDetails */ @@ -4378,7 +4489,7 @@ public SeIP6DadFailedEventDetails getSeIp6DadFailedEventDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_ip6_dad_failed_event_details of obj type eventdetails 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 seIp6DadFailedEventDetails set the seIp6DadFailedEventDetails. */ @@ -4389,7 +4500,7 @@ public void setSeIp6DadFailedEventDetails(SeIP6DadFailedEventDetails seIp6DadFai /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_ip_added_event_details of obj type eventdetails 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 seIpAddedEventDetails */ @@ -4400,7 +4511,7 @@ public SeIpAddedEventDetails getSeIpAddedEventDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_ip_added_event_details of obj type eventdetails 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 seIpAddedEventDetails set the seIpAddedEventDetails. */ @@ -4411,7 +4522,7 @@ public void setSeIpAddedEventDetails(SeIpAddedEventDetails seIpAddedEventDetails /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_ip_removed_event_details of obj type eventdetails 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 seIpRemovedEventDetails */ @@ -4422,7 +4533,7 @@ public SeIpRemovedEventDetails getSeIpRemovedEventDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_ip_removed_event_details of obj type eventdetails 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 seIpRemovedEventDetails set the seIpRemovedEventDetails. */ @@ -4433,7 +4544,7 @@ public void setSeIpRemovedEventDetails(SeIpRemovedEventDetails seIpRemovedEventD /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_ipfailure_event_details of obj type eventdetails 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 seIpfailureEventDetails */ @@ -4444,7 +4555,7 @@ public SeIpfailureEventDetails getSeIpfailureEventDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_ipfailure_event_details of obj type eventdetails 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 seIpfailureEventDetails set the seIpfailureEventDetails. */ @@ -4455,7 +4566,7 @@ public void setSeIpfailureEventDetails(SeIpfailureEventDetails seIpfailureEventD /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_licensed_bandwdith_exceeded_event_details of obj type eventdetails 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 seLicensedBandwdithExceededEventDetails */ @@ -4466,7 +4577,7 @@ public SeLicensedBandwdithExceededEventDetails getSeLicensedBandwdithExceededEve /** * This is the setter method to the attribute. - * Placeholder for description of property se_licensed_bandwdith_exceeded_event_details of obj type eventdetails 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 seLicensedBandwdithExceededEventDetails set the seLicensedBandwdithExceededEventDetails. */ @@ -4478,6 +4589,7 @@ public void setSeLicensedBandwdithExceededEventDetails(SeLicensedBandwdithExceed /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seMemoryLimitEventDetails */ @@ -4489,6 +4601,7 @@ public SeMemoryLimitEventDetails getSeMemoryLimitEventDetails() { /** * This is the setter method to the attribute. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seMemoryLimitEventDetails set the seMemoryLimitEventDetails. */ @@ -4499,7 +4612,7 @@ public void setSeMemoryLimitEventDetails(SeMemoryLimitEventDetails seMemoryLimit /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_persistence_details of obj type eventdetails 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 sePersistenceDetails */ @@ -4510,7 +4623,7 @@ public SePersistenceEventDetails getSePersistenceDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_persistence_details of obj type eventdetails 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 sePersistenceDetails set the sePersistenceDetails. */ @@ -4521,7 +4634,7 @@ public void setSePersistenceDetails(SePersistenceEventDetails sePersistenceDetai /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_pool_lb_details of obj type eventdetails 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 sePoolLbDetails */ @@ -4532,7 +4645,7 @@ public SePoolLbEventDetails getSePoolLbDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_pool_lb_details of obj type eventdetails 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 sePoolLbDetails set the sePoolLbDetails. */ @@ -4543,7 +4656,7 @@ public void setSePoolLbDetails(SePoolLbEventDetails sePoolLbDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_reconcile_details of obj type eventdetails 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 seReconcileDetails */ @@ -4554,7 +4667,7 @@ public SeReconcileDetails getSeReconcileDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_reconcile_details of obj type eventdetails 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 seReconcileDetails set the seReconcileDetails. */ @@ -4565,7 +4678,7 @@ public void setSeReconcileDetails(SeReconcileDetails seReconcileDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_thresh_event_details of obj type eventdetails 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 seThreshEventDetails */ @@ -4576,7 +4689,7 @@ public SeThreshEventDetails getSeThreshEventDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_thresh_event_details of obj type eventdetails 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 seThreshEventDetails set the seThreshEventDetails. */ @@ -4587,7 +4700,7 @@ public void setSeThreshEventDetails(SeThreshEventDetails seThreshEventDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_vnic_down_event_details of obj type eventdetails 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 seVnicDownEventDetails */ @@ -4598,7 +4711,7 @@ public SeVnicDownEventDetails getSeVnicDownEventDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_vnic_down_event_details of obj type eventdetails 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 seVnicDownEventDetails set the seVnicDownEventDetails. */ @@ -4609,7 +4722,7 @@ public void setSeVnicDownEventDetails(SeVnicDownEventDetails seVnicDownEventDeta /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_vnic_tx_queue_stall_event_details of obj type eventdetails 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 seVnicTxQueueStallEventDetails */ @@ -4620,7 +4733,7 @@ public SeVnicTxQueueStallEventDetails getSeVnicTxQueueStallEventDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_vnic_tx_queue_stall_event_details of obj type eventdetails 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 seVnicTxQueueStallEventDetails set the seVnicTxQueueStallEventDetails. */ @@ -4631,7 +4744,7 @@ public void setSeVnicTxQueueStallEventDetails(SeVnicTxQueueStallEventDetails seV /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_vnic_up_event_details of obj type eventdetails 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 seVnicUpEventDetails */ @@ -4642,7 +4755,7 @@ public SeVnicUpEventDetails getSeVnicUpEventDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_vnic_up_event_details of obj type eventdetails 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 seVnicUpEventDetails set the seVnicUpEventDetails. */ @@ -4653,7 +4766,7 @@ public void setSeVnicUpEventDetails(SeVnicUpEventDetails seVnicUpEventDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_vs_fault_event_details of obj type eventdetails 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 seVsFaultEventDetails */ @@ -4664,7 +4777,7 @@ public SeVsFaultEventDetails getSeVsFaultEventDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_vs_fault_event_details of obj type eventdetails 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 seVsFaultEventDetails set the seVsFaultEventDetails. */ @@ -4676,6 +4789,7 @@ public void setSeVsFaultEventDetails(SeVsFaultEventDetails seVsFaultEventDetails /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.11,20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seVsPktBufHighEventDetails */ @@ -4687,6 +4801,7 @@ public SeVsPktBufHighEventDetails getSeVsPktBufHighEventDetails() { /** * This is the setter method to the attribute. * Field introduced in 18.2.11,20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seVsPktBufHighEventDetails set the seVsPktBufHighEventDetails. */ @@ -4697,7 +4812,7 @@ public void setSeVsPktBufHighEventDetails(SeVsPktBufHighEventDetails seVsPktBufH /** * This is the getter method this will return the attribute value. - * Placeholder for description of property sec_mgr_data_event of obj type eventdetails 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 secMgrDataEvent */ @@ -4708,7 +4823,7 @@ public SecMgrDataEvent getSecMgrDataEvent() { /** * This is the setter method to the attribute. - * Placeholder for description of property sec_mgr_data_event of obj type eventdetails 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 secMgrDataEvent set the secMgrDataEvent. */ @@ -4721,6 +4836,7 @@ public void setSecMgrDataEvent(SecMgrDataEvent secMgrDataEvent) { * This is the getter method this will return the attribute value. * Security-mgr ua cache event details. * Field introduced in 21.1.2. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return secMgrUaEventDetails */ @@ -4733,6 +4849,7 @@ public SecMgrUAEventDetails getSecMgrUaEventDetails() { * This is the setter method to the attribute. * Security-mgr ua cache event details. * Field introduced in 21.1.2. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param secMgrUaEventDetails set the secMgrUaEventDetails. */ @@ -4743,7 +4860,7 @@ public void setSecMgrUaEventDetails(SecMgrUAEventDetails secMgrUaEventDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property secure_key_exchange_info of obj type eventdetails 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 secureKeyExchangeInfo */ @@ -4754,7 +4871,7 @@ public SecureKeyExchangeDetails getSecureKeyExchangeInfo() { /** * This is the setter method to the attribute. - * Placeholder for description of property secure_key_exchange_info of obj type eventdetails 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 secureKeyExchangeInfo set the secureKeyExchangeInfo. */ @@ -4765,7 +4882,7 @@ public void setSecureKeyExchangeInfo(SecureKeyExchangeDetails secureKeyExchangeI /** * This is the getter method this will return the attribute value. - * Placeholder for description of property semigrate_event_details of obj type eventdetails 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 semigrateEventDetails */ @@ -4776,7 +4893,7 @@ public SeMigrateEventDetails getSemigrateEventDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property semigrate_event_details of obj type eventdetails 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 semigrateEventDetails set the semigrateEventDetails. */ @@ -4787,7 +4904,7 @@ public void setSemigrateEventDetails(SeMigrateEventDetails semigrateEventDetails /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server_autoscale_failed_info of obj type eventdetails 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 serverAutoscaleFailedInfo */ @@ -4798,7 +4915,7 @@ public ServerAutoScaleFailedInfo getServerAutoscaleFailedInfo() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_autoscale_failed_info of obj type eventdetails 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 serverAutoscaleFailedInfo set the serverAutoscaleFailedInfo. */ @@ -4809,7 +4926,7 @@ public void setServerAutoscaleFailedInfo(ServerAutoScaleFailedInfo serverAutosca /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server_autoscalein_complete_info of obj type eventdetails 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 serverAutoscaleinCompleteInfo */ @@ -4820,7 +4937,7 @@ public ServerAutoScaleInCompleteInfo getServerAutoscaleinCompleteInfo() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_autoscalein_complete_info of obj type eventdetails 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 serverAutoscaleinCompleteInfo set the serverAutoscaleinCompleteInfo. */ @@ -4831,7 +4948,7 @@ public void setServerAutoscaleinCompleteInfo(ServerAutoScaleInCompleteInfo serve /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server_autoscalein_info of obj type eventdetails 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 serverAutoscaleinInfo */ @@ -4842,7 +4959,7 @@ public ServerAutoScaleInInfo getServerAutoscaleinInfo() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_autoscalein_info of obj type eventdetails 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 serverAutoscaleinInfo set the serverAutoscaleinInfo. */ @@ -4853,7 +4970,7 @@ public void setServerAutoscaleinInfo(ServerAutoScaleInInfo serverAutoscaleinInfo /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server_autoscaleout_complete_info of obj type eventdetails 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 serverAutoscaleoutCompleteInfo */ @@ -4864,7 +4981,7 @@ public ServerAutoScaleOutCompleteInfo getServerAutoscaleoutCompleteInfo() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_autoscaleout_complete_info of obj type eventdetails 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 serverAutoscaleoutCompleteInfo set the serverAutoscaleoutCompleteInfo. */ @@ -4875,7 +4992,7 @@ public void setServerAutoscaleoutCompleteInfo(ServerAutoScaleOutCompleteInfo ser /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server_autoscaleout_info of obj type eventdetails 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 serverAutoscaleoutInfo */ @@ -4886,7 +5003,7 @@ public ServerAutoScaleOutInfo getServerAutoscaleoutInfo() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_autoscaleout_info of obj type eventdetails 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 serverAutoscaleoutInfo set the serverAutoscaleoutInfo. */ @@ -4897,7 +5014,7 @@ public void setServerAutoscaleoutInfo(ServerAutoScaleOutInfo serverAutoscaleoutI /** * This is the getter method this will return the attribute value. - * Placeholder for description of property seupgrade_disrupted_details of obj type eventdetails 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 seupgradeDisruptedDetails */ @@ -4908,7 +5025,7 @@ public SeUpgradeVsDisruptedEventDetails getSeupgradeDisruptedDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property seupgrade_disrupted_details of obj type eventdetails 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 seupgradeDisruptedDetails set the seupgradeDisruptedDetails. */ @@ -4919,7 +5036,7 @@ public void setSeupgradeDisruptedDetails(SeUpgradeVsDisruptedEventDetails seupgr /** * This is the getter method this will return the attribute value. - * Placeholder for description of property seupgrade_event_details of obj type eventdetails 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 seupgradeEventDetails */ @@ -4930,7 +5047,7 @@ public SeUpgradeEventDetails getSeupgradeEventDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property seupgrade_event_details of obj type eventdetails 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 seupgradeEventDetails set the seupgradeEventDetails. */ @@ -4941,7 +5058,7 @@ public void setSeupgradeEventDetails(SeUpgradeEventDetails seupgradeEventDetails /** * This is the getter method this will return the attribute value. - * Placeholder for description of property seupgrade_migrate_details of obj type eventdetails 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 seupgradeMigrateDetails */ @@ -4952,7 +5069,7 @@ public SeUpgradeMigrateEventDetails getSeupgradeMigrateDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property seupgrade_migrate_details of obj type eventdetails 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 seupgradeMigrateDetails set the seupgradeMigrateDetails. */ @@ -4963,7 +5080,7 @@ public void setSeupgradeMigrateDetails(SeUpgradeMigrateEventDetails seupgradeMig /** * This is the getter method this will return the attribute value. - * Placeholder for description of property seupgrade_scalein_details of obj type eventdetails 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 seupgradeScaleinDetails */ @@ -4974,7 +5091,7 @@ public SeUpgradeScaleinEventDetails getSeupgradeScaleinDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property seupgrade_scalein_details of obj type eventdetails 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 seupgradeScaleinDetails set the seupgradeScaleinDetails. */ @@ -4985,7 +5102,7 @@ public void setSeupgradeScaleinDetails(SeUpgradeScaleinEventDetails seupgradeSca /** * This is the getter method this will return the attribute value. - * Placeholder for description of property seupgrade_scaleout_details of obj type eventdetails 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 seupgradeScaleoutDetails */ @@ -4996,7 +5113,7 @@ public SeUpgradeScaleoutEventDetails getSeupgradeScaleoutDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property seupgrade_scaleout_details of obj type eventdetails 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 seupgradeScaleoutDetails set the seupgradeScaleoutDetails. */ @@ -5007,7 +5124,7 @@ public void setSeupgradeScaleoutDetails(SeUpgradeScaleoutEventDetails seupgradeS /** * This is the getter method this will return the attribute value. - * Placeholder for description of property spawn_se_details of obj type eventdetails 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 spawnSeDetails */ @@ -5018,7 +5135,7 @@ public RmSpawnSeEventDetails getSpawnSeDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property spawn_se_details of obj type eventdetails 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 spawnSeDetails set the spawnSeDetails. */ @@ -5029,7 +5146,7 @@ public void setSpawnSeDetails(RmSpawnSeEventDetails spawnSeDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ssl_expire_details of obj type eventdetails 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 sslExpireDetails */ @@ -5040,7 +5157,7 @@ public SSLExpireDetails getSslExpireDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property ssl_expire_details of obj type eventdetails 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 sslExpireDetails set the sslExpireDetails. */ @@ -5051,7 +5168,7 @@ public void setSslExpireDetails(SSLExpireDetails sslExpireDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ssl_export_details of obj type eventdetails 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 sslExportDetails */ @@ -5062,7 +5179,7 @@ public SSLExportDetails getSslExportDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property ssl_export_details of obj type eventdetails 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 sslExportDetails set the sslExportDetails. */ @@ -5073,7 +5190,7 @@ public void setSslExportDetails(SSLExportDetails sslExportDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ssl_ignored_details of obj type eventdetails 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 sslIgnoredDetails */ @@ -5084,7 +5201,7 @@ public SSLIgnoredDetails getSslIgnoredDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property ssl_ignored_details of obj type eventdetails 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 sslIgnoredDetails set the sslIgnoredDetails. */ @@ -5095,7 +5212,7 @@ public void setSslIgnoredDetails(SSLIgnoredDetails sslIgnoredDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ssl_renew_details of obj type eventdetails 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 sslRenewDetails */ @@ -5106,7 +5223,7 @@ public SSLRenewDetails getSslRenewDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property ssl_renew_details of obj type eventdetails 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 sslRenewDetails set the sslRenewDetails. */ @@ -5117,7 +5234,7 @@ public void setSslRenewDetails(SSLRenewDetails sslRenewDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ssl_renew_failed_details of obj type eventdetails 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 sslRenewFailedDetails */ @@ -5128,7 +5245,7 @@ public SSLRenewFailedDetails getSslRenewFailedDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property ssl_renew_failed_details of obj type eventdetails 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 sslRenewFailedDetails set the sslRenewFailedDetails. */ @@ -5139,7 +5256,7 @@ public void setSslRenewFailedDetails(SSLRenewFailedDetails sslRenewFailedDetails /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ssl_revoked_details of obj type eventdetails 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 sslRevokedDetails */ @@ -5150,7 +5267,7 @@ public SSLRevokedDetails getSslRevokedDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property ssl_revoked_details of obj type eventdetails 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 sslRevokedDetails set the sslRevokedDetails. */ @@ -5161,7 +5278,7 @@ public void setSslRevokedDetails(SSLRevokedDetails sslRevokedDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property switchover_details of obj type eventdetails 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 switchoverDetails */ @@ -5172,7 +5289,7 @@ public SwitchoverEventDetails getSwitchoverDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property switchover_details of obj type eventdetails 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 switchoverDetails set the switchoverDetails. */ @@ -5183,7 +5300,7 @@ public void setSwitchoverDetails(SwitchoverEventDetails switchoverDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property switchover_fail_details of obj type eventdetails 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 switchoverFailDetails */ @@ -5194,7 +5311,7 @@ public SwitchoverFailEventDetails getSwitchoverFailDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property switchover_fail_details of obj type eventdetails 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 switchoverFailDetails set the switchoverFailDetails. */ @@ -5207,6 +5324,7 @@ public void setSwitchoverFailDetails(SwitchoverFailEventDetails switchoverFailDe * This is the getter method this will return the attribute value. * Azure cloud sync services event details. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return syncServicesInfo */ @@ -5219,6 +5337,7 @@ public CloudSyncServices getSyncServicesInfo() { * This is the setter method to the attribute. * Azure cloud sync services event details. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param syncServicesInfo set the syncServicesInfo. */ @@ -5229,7 +5348,7 @@ public void setSyncServicesInfo(CloudSyncServices syncServicesInfo) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property tencent_info of obj type eventdetails 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 tencentInfo */ @@ -5240,7 +5359,7 @@ public TencentSetup getTencentInfo() { /** * This is the setter method to the attribute. - * Placeholder for description of property tencent_info of obj type eventdetails 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 tencentInfo set the tencentInfo. */ @@ -5251,7 +5370,7 @@ public void setTencentInfo(TencentSetup tencentInfo) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property unbind_vs_se_details of obj type eventdetails 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 unbindVsSeDetails */ @@ -5262,7 +5381,7 @@ public RmUnbindVsSeEventDetails getUnbindVsSeDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property unbind_vs_se_details of obj type eventdetails 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 unbindVsSeDetails set the unbindVsSeDetails. */ @@ -5274,6 +5393,7 @@ public void setUnbindVsSeDetails(RmUnbindVsSeEventDetails unbindVsSeDetails) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return upgradeEntry */ @@ -5285,6 +5405,7 @@ public UpgradeOpsEntry getUpgradeEntry() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param upgradeEntry set the upgradeEntry. */ @@ -5296,6 +5417,7 @@ public void setUpgradeEntry(UpgradeOpsEntry upgradeEntry) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return upgradeStatusInfo */ @@ -5307,6 +5429,7 @@ public UpgradeStatusInfo getUpgradeStatusInfo() { /** * This is the setter method to the attribute. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param upgradeStatusInfo set the upgradeStatusInfo. */ @@ -5317,7 +5440,7 @@ public void setUpgradeStatusInfo(UpgradeStatusInfo upgradeStatusInfo) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vca_infra_details of obj type eventdetails 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 vcaInfraDetails */ @@ -5328,7 +5451,7 @@ public VCASetup getVcaInfraDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property vca_infra_details of obj type eventdetails 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 vcaInfraDetails set the vcaInfraDetails. */ @@ -5341,6 +5464,7 @@ public void setVcaInfraDetails(VCASetup vcaInfraDetails) { * This is the getter method this will return the attribute value. * Vcenter cluster event. * Field introduced in 20.1.7, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterClusterDetails */ @@ -5353,6 +5477,7 @@ public VcenterClusterDetails getVcenterClusterDetails() { * This is the setter method to the attribute. * Vcenter cluster event. * Field introduced in 20.1.7, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterClusterDetails set the vcenterClusterDetails. */ @@ -5363,7 +5488,7 @@ public void setVcenterClusterDetails(VcenterClusterDetails vcenterClusterDetails /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_connectivity_status of obj type eventdetails 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 vcenterConnectivityStatus */ @@ -5374,7 +5499,7 @@ public VinfraVcenterConnectivityStatus getVcenterConnectivityStatus() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcenter_connectivity_status of obj type eventdetails 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 vcenterConnectivityStatus set the vcenterConnectivityStatus. */ @@ -5385,7 +5510,7 @@ public void setVcenterConnectivityStatus(VinfraVcenterConnectivityStatus vcenter /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_details of obj type eventdetails 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 vcenterDetails */ @@ -5396,7 +5521,7 @@ public VinfraVcenterBadCredentials getVcenterDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcenter_details of obj type eventdetails 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 vcenterDetails set the vcenterDetails. */ @@ -5407,7 +5532,7 @@ public void setVcenterDetails(VinfraVcenterBadCredentials vcenterDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_disc_failure of obj type eventdetails 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 vcenterDiscFailure */ @@ -5418,7 +5543,7 @@ public VinfraVcenterDiscoveryFailure getVcenterDiscFailure() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcenter_disc_failure of obj type eventdetails 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 vcenterDiscFailure set the vcenterDiscFailure. */ @@ -5429,7 +5554,33 @@ public void setVcenterDiscFailure(VinfraVcenterDiscoveryFailure vcenterDiscFailu /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_network_limit of obj type eventdetails field type str type ref. + * Vcenter image event details. + * 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 null. + * @return vcenterImgDetails + */ + @VsoMethod + public VcenterImageDetails getVcenterImgDetails() { + return vcenterImgDetails; + } + + /** + * This is the setter method to the attribute. + * Vcenter image event details. + * 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 null. + * @param vcenterImgDetails set the vcenterImgDetails. + */ + @VsoMethod + public void setVcenterImgDetails(VcenterImageDetails vcenterImgDetails) { + this.vcenterImgDetails = vcenterImgDetails; + } + + /** + * This is the getter method this will return the attribute value. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterNetworkLimit */ @@ -5440,7 +5591,7 @@ public VinfraVcenterNetworkLimit getVcenterNetworkLimit() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcenter_network_limit of obj type eventdetails 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 vcenterNetworkLimit set the vcenterNetworkLimit. */ @@ -5451,7 +5602,7 @@ public void setVcenterNetworkLimit(VinfraVcenterNetworkLimit vcenterNetworkLimit /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_obj_delete_details of obj type eventdetails 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 vcenterObjDeleteDetails */ @@ -5462,7 +5613,7 @@ public VinfraVcenterObjDeleteDetails getVcenterObjDeleteDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcenter_obj_delete_details of obj type eventdetails 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 vcenterObjDeleteDetails set the vcenterObjDeleteDetails. */ @@ -5473,7 +5624,7 @@ public void setVcenterObjDeleteDetails(VinfraVcenterObjDeleteDetails vcenterObjD /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vip_autoscale of obj type eventdetails 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 vipAutoscale */ @@ -5484,7 +5635,7 @@ public VipScaleDetails getVipAutoscale() { /** * This is the setter method to the attribute. - * Placeholder for description of property vip_autoscale of obj type eventdetails 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 vipAutoscale set the vipAutoscale. */ @@ -5495,7 +5646,7 @@ public void setVipAutoscale(VipScaleDetails vipAutoscale) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vip_dns_info of obj type eventdetails 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 vipDnsInfo */ @@ -5506,7 +5657,7 @@ public DNSRegisterInfo getVipDnsInfo() { /** * This is the setter method to the attribute. - * Placeholder for description of property vip_dns_info of obj type eventdetails 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 vipDnsInfo set the vipDnsInfo. */ @@ -5519,6 +5670,7 @@ public void setVipDnsInfo(DNSRegisterInfo vipDnsInfo) { * This is the getter method this will return the attribute value. * Details for vip symmetry. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipSymmetryDetails */ @@ -5531,6 +5683,7 @@ public VipSymmetryDetails getVipSymmetryDetails() { * This is the setter method to the attribute. * Details for vip symmetry. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipSymmetryDetails set the vipSymmetryDetails. */ @@ -5541,7 +5694,7 @@ public void setVipSymmetryDetails(VipSymmetryDetails vipSymmetryDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vm_details of obj type eventdetails 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 vmDetails */ @@ -5552,7 +5705,7 @@ public VinfraVmDetails getVmDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property vm_details of obj type eventdetails 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 vmDetails set the vmDetails. */ @@ -5563,7 +5716,7 @@ public void setVmDetails(VinfraVmDetails vmDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vs_awaitingse_details of obj type eventdetails 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 vsAwaitingseDetails */ @@ -5574,7 +5727,7 @@ public VsAwaitingSeEventDetails getVsAwaitingseDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property vs_awaitingse_details of obj type eventdetails 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 vsAwaitingseDetails set the vsAwaitingseDetails. */ @@ -5585,7 +5738,7 @@ public void setVsAwaitingseDetails(VsAwaitingSeEventDetails vsAwaitingseDetails) /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vs_error_details of obj type eventdetails 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 vsErrorDetails */ @@ -5596,7 +5749,7 @@ public VsErrorEventDetails getVsErrorDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property vs_error_details of obj type eventdetails 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 vsErrorDetails set the vsErrorDetails. */ @@ -5607,7 +5760,7 @@ public void setVsErrorDetails(VsErrorEventDetails vsErrorDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vs_fsm_details of obj type eventdetails 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 vsFsmDetails */ @@ -5618,7 +5771,7 @@ public VsFsmEventDetails getVsFsmDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property vs_fsm_details of obj type eventdetails 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 vsFsmDetails set the vsFsmDetails. */ @@ -5629,7 +5782,7 @@ public void setVsFsmDetails(VsFsmEventDetails vsFsmDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vs_initialplacement_details of obj type eventdetails 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 vsInitialplacementDetails */ @@ -5640,7 +5793,7 @@ public VsInitialPlacementEventDetails getVsInitialplacementDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property vs_initialplacement_details of obj type eventdetails 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 vsInitialplacementDetails set the vsInitialplacementDetails. */ @@ -5651,7 +5804,7 @@ public void setVsInitialplacementDetails(VsInitialPlacementEventDetails vsInitia /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vs_migrate_details of obj type eventdetails 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 vsMigrateDetails */ @@ -5662,7 +5815,7 @@ public VsMigrateEventDetails getVsMigrateDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property vs_migrate_details of obj type eventdetails 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 vsMigrateDetails set the vsMigrateDetails. */ @@ -5673,7 +5826,7 @@ public void setVsMigrateDetails(VsMigrateEventDetails vsMigrateDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vs_pool_nw_fltr_details of obj type eventdetails 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 vsPoolNwFltrDetails */ @@ -5684,7 +5837,7 @@ public VsPoolNwFilterEventDetails getVsPoolNwFltrDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property vs_pool_nw_fltr_details of obj type eventdetails 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 vsPoolNwFltrDetails set the vsPoolNwFltrDetails. */ @@ -5695,7 +5848,7 @@ public void setVsPoolNwFltrDetails(VsPoolNwFilterEventDetails vsPoolNwFltrDetail /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vs_scalein_details of obj type eventdetails 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 vsScaleinDetails */ @@ -5706,7 +5859,7 @@ public VsScaleInEventDetails getVsScaleinDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property vs_scalein_details of obj type eventdetails 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 vsScaleinDetails set the vsScaleinDetails. */ @@ -5717,7 +5870,7 @@ public void setVsScaleinDetails(VsScaleInEventDetails vsScaleinDetails) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vs_scaleout_details of obj type eventdetails 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 vsScaleoutDetails */ @@ -5728,7 +5881,7 @@ public VsScaleOutEventDetails getVsScaleoutDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property vs_scaleout_details of obj type eventdetails 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 vsScaleoutDetails set the vsScaleoutDetails. */ @@ -5741,6 +5894,7 @@ public void setVsScaleoutDetails(VsScaleOutEventDetails vsScaleoutDetails) { * This is the getter method this will return the attribute value. * Details for primary switchover status. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsSwitchoverDetails */ @@ -5753,6 +5907,7 @@ public VsSwitchoverEventDetails getVsSwitchoverDetails() { * This is the setter method to the attribute. * Details for primary switchover status. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsSwitchoverDetails set the vsSwitchoverDetails. */ @@ -5965,6 +6120,7 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.nsxtEndpointDetails, objEventDetails.nsxtEndpointDetails)&& Objects.equals(this.nsxtPolicyDetails, objEventDetails.nsxtPolicyDetails)&& Objects.equals(this.nsxtRuleDetails, objEventDetails.nsxtRuleDetails)&& + Objects.equals(this.vcenterImgDetails, objEventDetails.vcenterImgDetails)&& Objects.equals(this.psmProgramDetails, objEventDetails.psmProgramDetails)&& Objects.equals(this.secMgrDataEvent, objEventDetails.secMgrDataEvent)&& Objects.equals(this.falsePositiveDetails, objEventDetails.falsePositiveDetails)&& @@ -5976,6 +6132,8 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.seReconcileDetails, objEventDetails.seReconcileDetails)&& Objects.equals(this.controllerLicenseReconcileDetails, objEventDetails.controllerLicenseReconcileDetails)&& Objects.equals(this.licenseTierSwitchDetails, objEventDetails.licenseTierSwitchDetails)&& + Objects.equals(this.centralLicenseSubscriptionDetails, objEventDetails.centralLicenseSubscriptionDetails)&& + Objects.equals(this.centralLicenseRefreshDetails, objEventDetails.centralLicenseRefreshDetails)&& Objects.equals(this.genericAuditComplianceEventInfo, objEventDetails.genericAuditComplianceEventInfo)&& Objects.equals(this.secureKeyExchangeInfo, objEventDetails.secureKeyExchangeInfo)&& Objects.equals(this.logAgentEventDetails, objEventDetails.logAgentEventDetails)&& @@ -6024,6 +6182,8 @@ public String toString() { sb.append(" ccTenantDelDetails: ").append(toIndentedString(ccTenantDelDetails)).append("\n"); sb.append(" ccVipUpdateDetails: ").append(toIndentedString(ccVipUpdateDetails)).append("\n"); sb.append(" ccVnicDetails: ").append(toIndentedString(ccVnicDetails)).append("\n"); + sb.append(" centralLicenseRefreshDetails: ").append(toIndentedString(centralLicenseRefreshDetails)).append("\n"); + sb.append(" centralLicenseSubscriptionDetails: ").append(toIndentedString(centralLicenseSubscriptionDetails)).append("\n"); sb.append(" cloudAsgNotifDetails: ").append(toIndentedString(cloudAsgNotifDetails)).append("\n"); sb.append(" cloudAutoscalingConfigFailureDetails: ").append(toIndentedString(cloudAutoscalingConfigFailureDetails)).append("\n"); sb.append(" cloudRouteNotifDetails: ").append(toIndentedString(cloudRouteNotifDetails)).append("\n"); @@ -6185,6 +6345,7 @@ public String toString() { sb.append(" vcenterConnectivityStatus: ").append(toIndentedString(vcenterConnectivityStatus)).append("\n"); sb.append(" vcenterDetails: ").append(toIndentedString(vcenterDetails)).append("\n"); sb.append(" vcenterDiscFailure: ").append(toIndentedString(vcenterDiscFailure)).append("\n"); + sb.append(" vcenterImgDetails: ").append(toIndentedString(vcenterImgDetails)).append("\n"); sb.append(" vcenterNetworkLimit: ").append(toIndentedString(vcenterNetworkLimit)).append("\n"); sb.append(" vcenterObjDeleteDetails: ").append(toIndentedString(vcenterObjDeleteDetails)).append("\n"); sb.append(" vipAutoscale: ").append(toIndentedString(vipAutoscale)).append("\n"); diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/EventDetailsFilter.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/EventDetailsFilter.java index 95d9e1a6..91b833ed 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/EventDetailsFilter.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/EventDetailsFilter.java @@ -41,6 +41,7 @@ public class EventDetailsFilter 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_EQ". * @return comparator */ @@ -52,6 +53,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_EQ". * @param comparator set the comparator. */ @@ -62,7 +64,7 @@ public void setComparator(String comparator) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property event_details_key of obj type eventdetailsfilter field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventDetailsKey */ @@ -73,7 +75,7 @@ public String getEventDetailsKey() { /** * This is the setter method to the attribute. - * Placeholder for description of property event_details_key of obj type eventdetailsfilter field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eventDetailsKey set the eventDetailsKey. */ @@ -84,7 +86,7 @@ public void setEventDetailsKey(String eventDetailsKey) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property event_details_value of obj type eventdetailsfilter field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventDetailsValue */ @@ -95,7 +97,7 @@ public String getEventDetailsValue() { /** * This is the setter method to the attribute. - * Placeholder for description of property event_details_value of obj type eventdetailsfilter field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eventDetailsValue set the eventDetailsValue. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/EventGenParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/EventGenParams.java deleted file mode 100644 index b2e5e7a1..00000000 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/EventGenParams.java +++ /dev/null @@ -1,223 +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 EventGenParams is a POJO class extends AviRestResource that used for creating - * EventGenParams. - * - * @version 1.0 - * @since - * - */ -@VsoObject(create = false, name = "EventGenParams") -@VsoFinder(name = Constants.FINDER_VRO_EVENTGENPARAMS) -@JsonIgnoreProperties(ignoreUnknown = true) -@Service -public class EventGenParams extends AviRestResource { - @JsonProperty("cluster") - @JsonInclude(Include.NON_NULL) - private String cluster = null; - - @JsonProperty("events") - @JsonInclude(Include.NON_NULL) - private List events = null; - - @JsonProperty("pool") - @JsonInclude(Include.NON_NULL) - private String pool = null; - - @JsonProperty("sslkeyandcertificate") - @JsonInclude(Include.NON_NULL) - private String sslkeyandcertificate = null; - - @JsonProperty("virtualservice") - @JsonInclude(Include.NON_NULL) - private String virtualservice = null; - - - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property cluster of obj type eventgenparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return cluster - */ - @VsoMethod - public String getCluster() { - return cluster; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property cluster of obj type eventgenparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param cluster set the cluster. - */ - @VsoMethod - public void setCluster(String cluster) { - this.cluster = cluster; - } - - /** - * This is the getter method this will return the attribute value. - * 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... - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return events - */ - @VsoMethod - public List getEvents() { - return events; - } - - /** - * This is the setter method. this will set the events - * 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... - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return events - */ - @VsoMethod - public void setEvents(List events) { - this.events = events; - } - - /** - * This is the setter method this will set the events - * 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... - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return events - */ - @VsoMethod - public EventGenParams addEventsItem(String eventsItem) { - if (this.events == null) { - this.events = new ArrayList(); - } - this.events.add(eventsItem); - return this; - } - - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property pool of obj type eventgenparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return pool - */ - @VsoMethod - public String getPool() { - return pool; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property pool of obj type eventgenparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param pool set the pool. - */ - @VsoMethod - public void setPool(String pool) { - this.pool = pool; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property sslkeyandcertificate of obj type eventgenparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return sslkeyandcertificate - */ - @VsoMethod - public String getSslkeyandcertificate() { - return sslkeyandcertificate; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property sslkeyandcertificate of obj type eventgenparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param sslkeyandcertificate set the sslkeyandcertificate. - */ - @VsoMethod - public void setSslkeyandcertificate(String sslkeyandcertificate) { - this.sslkeyandcertificate = sslkeyandcertificate; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property virtualservice of obj type eventgenparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return virtualservice - */ - @VsoMethod - public String getVirtualservice() { - return virtualservice; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property virtualservice of obj type eventgenparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param virtualservice set the virtualservice. - */ - @VsoMethod - public void setVirtualservice(String virtualservice) { - this.virtualservice = virtualservice; - } - - - -@Override -public boolean equals(java.lang.Object o) { - if (this == o) { - return true; - } - if (o == null || getClass() != o.getClass()) { - return false; - } - EventGenParams objEventGenParams = (EventGenParams) o; - return Objects.equals(this.virtualservice, objEventGenParams.virtualservice)&& - Objects.equals(this.events, objEventGenParams.events)&& - Objects.equals(this.cluster, objEventGenParams.cluster)&& - Objects.equals(this.sslkeyandcertificate, objEventGenParams.sslkeyandcertificate)&& - Objects.equals(this.pool, objEventGenParams.pool); -} - -@Override -public String toString() { - StringBuilder sb = new StringBuilder(); - sb.append("class EventGenParams {\n"); - sb.append(" cluster: ").append(toIndentedString(cluster)).append("\n"); - sb.append(" events: ").append(toIndentedString(events)).append("\n"); - sb.append(" pool: ").append(toIndentedString(pool)).append("\n"); - sb.append(" sslkeyandcertificate: ").append(toIndentedString(sslkeyandcertificate)).append("\n"); - sb.append(" virtualservice: ").append(toIndentedString(virtualservice)).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/EventLog.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/EventLog.java index d84060e8..643a721d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/EventLog.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/EventLog.java @@ -102,6 +102,7 @@ public class EventLog extends AviRestResource { /** * This is the getter method this will return the attribute value. * Enum options - EVENT_CONTEXT_SYSTEM, EVENT_CONTEXT_CONFIG, EVENT_CONTEXT_APP, EVENT_CONTEXT_ALL. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return context */ @@ -113,6 +114,7 @@ public String getContext() { /** * This is the setter method to the attribute. * Enum options - EVENT_CONTEXT_SYSTEM, EVENT_CONTEXT_CONFIG, EVENT_CONTEXT_APP, EVENT_CONTEXT_ALL. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param context set the context. */ @@ -124,6 +126,7 @@ public void setContext(String context) { /** * This is the getter method this will return the attribute value. * Summary of event details. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return detailsSummary */ @@ -135,6 +138,7 @@ public String getDetailsSummary() { /** * This is the setter method to the attribute. * Summary of event details. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param detailsSummary set the detailsSummary. */ @@ -146,6 +150,7 @@ public void setDetailsSummary(String detailsSummary) { /** * This is the getter method this will return the attribute value. * Event description for each event in the table view. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventDescription */ @@ -157,6 +162,7 @@ public String getEventDescription() { /** * This is the setter method to the attribute. * Event description for each event in the table view. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eventDescription set the eventDescription. */ @@ -167,7 +173,7 @@ public void setEventDescription(String eventDescription) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property event_details of obj type eventlog 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 eventDetails */ @@ -178,7 +184,7 @@ public EventDetails getEventDetails() { /** * This is the setter method to the attribute. - * Placeholder for description of property event_details of obj type eventlog 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 eventDetails set the eventDetails. */ @@ -192,6 +198,7 @@ public void setEventDetails(EventDetails eventDetails) { * Enum options - VINFRA_DISC_DC, VINFRA_DISC_HOST, VINFRA_DISC_CLUSTER, VINFRA_DISC_VM, VINFRA_DISC_NW, MGMT_NW_NAME_CHANGED, * DISCOVERY_DATACENTER_DEL, VM_ADDED, VM_REMOVED, VINFRA_DISC_COMPLETE, VCENTER_ADDRESS_ERROR, SE_GROUP_CLUSTER_DEL, SE_GROUP_MGMT_NW_DEL, * MGMT_NW_DEL, VCENTER_BAD_CREDENTIALS, ESX_HOST_UNREACHABLE, SERVER_DELETED, SE_GROUP_HOST_DEL, VINFRA_DISC_FAILURE, ESX_HOST_POWERED_DOWN... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventId */ @@ -205,6 +212,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. */ @@ -216,6 +224,7 @@ public void setEventId(String eventId) { /** * This is the getter method this will return the attribute value. * Pages in which event should come up. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventPages */ @@ -227,6 +236,7 @@ public List getEventPages() { /** * This is the setter method. this will set the eventPages * Pages in which event should come up. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventPages */ @@ -238,6 +248,7 @@ public void setEventPages(List eventPages) { /** * This is the setter method this will set the eventPages * Pages in which event should come up. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventPages */ @@ -253,7 +264,7 @@ public EventLog addEventPagesItem(String eventPagesItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ignore_event_details_display of obj type eventlog 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 ignoreEventDetailsDisplay */ @@ -264,7 +275,7 @@ public Boolean getIgnoreEventDetailsDisplay() { /** * This is the setter method to the attribute. - * Placeholder for description of property ignore_event_details_display of obj type eventlog 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 ignoreEventDetailsDisplay set the ignoreEventDetailsDisplay. */ @@ -276,6 +287,7 @@ public void setIgnoreEventDetailsDisplay(Boolean ignoreEventDetailsDisplay) { /** * This is the getter method this will return the attribute value. * Enum options - EVENT_INTERNAL, EVENT_EXTERNAL. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "EVENT_INTERNAL". * @return internal */ @@ -287,6 +299,7 @@ public String getInternal() { /** * This is the setter method to the attribute. * Enum options - EVENT_INTERNAL, EVENT_EXTERNAL. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "EVENT_INTERNAL". * @param internal set the internal. */ @@ -297,7 +310,7 @@ public void setInternal(String internal) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property is_security_event of obj type eventlog 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 isSecurityEvent */ @@ -308,7 +321,7 @@ public Boolean getIsSecurityEvent() { /** * This is the setter method to the attribute. - * Placeholder for description of property is_security_event of obj type eventlog 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 isSecurityEvent set the isSecurityEvent. */ @@ -321,6 +334,7 @@ public void setIsSecurityEvent(Boolean isSecurityEvent) { * This is the getter method this will return the attribute value. * Enum options - UNKNOWN, VSMGR, SEMGR, RESMGR, VIMGR, METRICSMGR, CONFIG, SE_GENERAL, SE_FLOWTABLE, SE_HM, SE_POOL_PERSISTENCE, SE_POOL, VSERVER, * CLOUD_CONNECTOR, CLUSTERMGR, HSMGR, NW_MGR, LICENSE_MGR, RES_MONITOR, STATEDBCACHE... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return module */ @@ -333,6 +347,7 @@ public String getModule() { * This is the setter method to the attribute. * Enum options - UNKNOWN, VSMGR, SEMGR, RESMGR, VIMGR, METRICSMGR, CONFIG, SE_GENERAL, SE_FLOWTABLE, SE_HM, SE_POOL_PERSISTENCE, SE_POOL, VSERVER, * CLOUD_CONNECTOR, CLUSTERMGR, HSMGR, NW_MGR, LICENSE_MGR, RES_MONITOR, STATEDBCACHE... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param module set the module. */ @@ -343,7 +358,7 @@ public void setModule(String module) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property obj_name of obj type eventlog field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -354,7 +369,7 @@ public String getObjName() { /** * This is the setter method to the attribute. - * Placeholder for description of property obj_name of obj type eventlog field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -368,6 +383,7 @@ public void setObjName(String objName) { * Enum options - VIRTUALSERVICE, POOL, HEALTHMONITOR, NETWORKPROFILE, APPLICATIONPROFILE, HTTPPOLICYSET, DNSPOLICY, SECURITYPOLICY, IPADDRGROUP, * STRINGGROUP, SSLPROFILE, SSLKEYANDCERTIFICATE, NETWORKSECURITYPOLICY, APPLICATIONPERSISTENCEPROFILE, ANALYTICSPROFILE, VSDATASCRIPTSET, TENANT, * PKIPROFILE, AUTHPROFILE, CLOUD... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objType */ @@ -381,6 +397,7 @@ public String getObjType() { * Enum options - VIRTUALSERVICE, POOL, HEALTHMONITOR, NETWORKPROFILE, APPLICATIONPROFILE, HTTPPOLICYSET, DNSPOLICY, SECURITYPOLICY, IPADDRGROUP, * STRINGGROUP, SSLPROFILE, SSLKEYANDCERTIFICATE, NETWORKSECURITYPOLICY, APPLICATIONPERSISTENCEPROFILE, ANALYTICSPROFILE, VSDATASCRIPTSET, TENANT, * PKIPROFILE, AUTHPROFILE, CLOUD... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objType set the objType. */ @@ -391,7 +408,7 @@ public void setObjType(String objType) { /** * This is the getter method this will return the attribute value. - * Unique object identifier of 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 objUuid */ @@ -402,7 +419,7 @@ public String getObjUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of 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 objUuid set the objUuid. */ @@ -418,6 +435,7 @@ public void setObjUuid(String objUuid) { * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reasonCode */ @@ -433,6 +451,7 @@ public String getReasonCode() { * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reasonCode set the reasonCode. */ @@ -444,6 +463,7 @@ public void setReasonCode(String reasonCode) { /** * This is the getter method this will return the attribute value. * Related objects corresponding to the events. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return relatedUuids */ @@ -455,6 +475,7 @@ public List getRelatedUuids() { /** * This is the setter method. this will set the relatedUuids * Related objects corresponding to the events. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return relatedUuids */ @@ -466,6 +487,7 @@ public void setRelatedUuids(List relatedUuids) { /** * This is the setter method this will set the relatedUuids * Related objects corresponding to the events. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return relatedUuids */ @@ -481,7 +503,7 @@ public EventLog addRelatedUuidsItem(String relatedUuidsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property report_timestamp of obj type eventlog 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 */ @@ -492,7 +514,7 @@ public Integer getReportTimestamp() { /** * This is the setter method to the attribute. - * Placeholder for description of property report_timestamp of obj type eventlog 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. */ @@ -503,7 +525,7 @@ public void setReportTimestamp(Integer reportTimestamp) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property tenant of obj type eventlog field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenant */ @@ -514,7 +536,7 @@ public String getTenant() { /** * This is the setter method to the attribute. - * Placeholder for description of property tenant of obj type eventlog field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenant set the tenant. */ @@ -526,6 +548,7 @@ public void setTenant(String tenant) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantName */ @@ -537,6 +560,7 @@ public String getTenantName() { /** * This is the setter method to the attribute. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantName set the tenantName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/EventMap.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/EventMap.java index 5c1ff811..a8be30d0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/EventMap.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/EventMap.java @@ -46,6 +46,7 @@ public class EventMap extends AviRestResource { * This is the getter method this will return the attribute value. * List of all events node wise.(not in use). * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodesEvents */ @@ -58,6 +59,7 @@ public List getNodesEvents() { * This is the setter method. this will set the nodesEvents * List of all events node wise.(not in use). * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodesEvents */ @@ -70,6 +72,7 @@ public void setNodesEvents(List nodesEvents) { * This is the setter method this will set the nodesEvents * List of all events node wise.(not in use). * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodesEvents */ @@ -87,6 +90,7 @@ public EventMap addNodesEventsItem(UpgradeEvent nodesEventsItem) { * This is the getter method this will return the attribute value. * List of all events node wise. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subEvents */ @@ -99,6 +103,7 @@ public List getSubEvents() { * This is the setter method. this will set the subEvents * List of all events node wise. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subEvents */ @@ -111,6 +116,7 @@ public void setSubEvents(List subEvents) { * This is the setter method this will set the subEvents * List of all events node wise. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subEvents */ @@ -132,6 +138,7 @@ public EventMap addSubEventsItem(UpgradeEvent subEventsItem) { * WAIT_FOR_ALL_CONTROLLER_NODES_ONLINE, PRE_UPGRADE_HOOKS, MIGRATE_CONFIG, START_PRIMARY_CONTROLLER, START_ALL_CONTROLLERS, POST_UPGRADE_HOOKS, * EXECUTE_POST_INSTALL_COMMANDS, SET_CONTROLLER_UPGRADE_COMPLETED, STATE_NOT_USED_IN_V2... * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return task */ @@ -148,6 +155,7 @@ public String getTask() { * WAIT_FOR_ALL_CONTROLLER_NODES_ONLINE, PRE_UPGRADE_HOOKS, MIGRATE_CONFIG, START_PRIMARY_CONTROLLER, START_ALL_CONTROLLERS, POST_UPGRADE_HOOKS, * EXECUTE_POST_INSTALL_COMMANDS, SET_CONTROLLER_UPGRADE_COMPLETED, STATE_NOT_USED_IN_V2... * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param task set the task. */ @@ -160,6 +168,7 @@ public void setTask(String task) { * This is the getter method this will return the attribute value. * Name representing the task. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return taskName */ @@ -172,6 +181,7 @@ public String getTaskName() { * This is the setter method to the attribute. * Name representing the task. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param taskName set the taskName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FailAction.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FailAction.java index 58339466..a72b1662 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FailAction.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FailAction.java @@ -49,6 +49,7 @@ public class FailAction extends AviRestResource { * This is the getter method this will return the attribute value. * Backup pool when pool experiences a failure. * Field deprecated in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return backupPool */ @VsoMethod @@ -60,6 +61,7 @@ public FailActionBackupPool getBackupPool() { * This is the setter method to the attribute. * Backup pool when pool experiences a failure. * Field deprecated in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param backupPool set the backupPool. */ @VsoMethod @@ -70,6 +72,7 @@ public void setBackupPool(FailActionBackupPool backupPool) { /** * This is the getter method this will return the attribute value. * Local response to http requests when pool experiences a failure. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return localRsp */ @@ -81,6 +84,7 @@ public FailActionHTTPLocalResponse getLocalRsp() { /** * This is the setter method to the attribute. * Local response to http requests when pool experiences a failure. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param localRsp set the localRsp. */ @@ -92,6 +96,7 @@ public void setLocalRsp(FailActionHTTPLocalResponse localRsp) { /** * This is the getter method this will return the attribute value. * Url to redirect http requests to when pool experiences a failure. + * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return redirect */ @@ -103,6 +108,7 @@ public FailActionHTTPRedirect getRedirect() { /** * This is the setter method to the attribute. * Url to redirect http requests to when pool experiences a failure. + * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param redirect set the redirect. */ @@ -116,8 +122,8 @@ public void setRedirect(FailActionHTTPRedirect redirect) { * Enables a response to client when pool experiences a failure. * By default tcp connection is closed. * Enum options - FAIL_ACTION_HTTP_REDIRECT, FAIL_ACTION_HTTP_LOCAL_RSP, FAIL_ACTION_CLOSE_CONN, FAIL_ACTION_BACKUP_POOL. - * Allowed in basic(allowed values- fail_action_close_conn,fail_action_http_redirect) edition, essentials(allowed values- fail_action_close_conn) - * edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- fail_action_close_conn), basic edition(allowed values- + * fail_action_close_conn,fail_action_http_redirect), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "FAIL_ACTION_CLOSE_CONN". * @return type */ @@ -131,8 +137,8 @@ public String getType() { * Enables a response to client when pool experiences a failure. * By default tcp connection is closed. * Enum options - FAIL_ACTION_HTTP_REDIRECT, FAIL_ACTION_HTTP_LOCAL_RSP, FAIL_ACTION_CLOSE_CONN, FAIL_ACTION_BACKUP_POOL. - * Allowed in basic(allowed values- fail_action_close_conn,fail_action_http_redirect) edition, essentials(allowed values- fail_action_close_conn) - * edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- fail_action_close_conn), basic edition(allowed values- + * fail_action_close_conn,fail_action_http_redirect), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "FAIL_ACTION_CLOSE_CONN". * @param type set the type. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FailActionBackupPool.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FailActionBackupPool.java index ad448e41..5e2f03f0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FailActionBackupPool.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FailActionBackupPool.java @@ -34,6 +34,7 @@ public class FailActionBackupPool extends AviRestResource { * This is the getter method this will return the attribute value. * Specifies the uuid of the pool acting as backup pool. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return backupPoolRef */ @@ -46,6 +47,7 @@ public String getBackupPoolRef() { * This is the setter method to the attribute. * Specifies the uuid of the pool acting as backup pool. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param backupPoolRef set the backupPoolRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FailActionHTTPLocalResponse.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FailActionHTTPLocalResponse.java index c0e95029..b5280d3e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FailActionHTTPLocalResponse.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FailActionHTTPLocalResponse.java @@ -37,7 +37,7 @@ public class FailActionHTTPLocalResponse extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property file of obj type failactionhttplocalresponse 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 file */ @@ -48,7 +48,7 @@ public HTTPLocalFile getFile() { /** * This is the setter method to the attribute. - * Placeholder for description of property file of obj type failactionhttplocalresponse 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 file set the file. */ @@ -60,6 +60,7 @@ public void setFile(HTTPLocalFile file) { /** * This is the getter method this will return the attribute value. * Enum options - FAIL_HTTP_STATUS_CODE_200, FAIL_HTTP_STATUS_CODE_503. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "FAIL_HTTP_STATUS_CODE_503". * @return statusCode */ @@ -71,6 +72,7 @@ public String getStatusCode() { /** * This is the setter method to the attribute. * Enum options - FAIL_HTTP_STATUS_CODE_200, FAIL_HTTP_STATUS_CODE_503. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "FAIL_HTTP_STATUS_CODE_503". * @param statusCode set the statusCode. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FailActionHTTPRedirect.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FailActionHTTPRedirect.java index 30ecc091..c40b6a28 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FailActionHTTPRedirect.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FailActionHTTPRedirect.java @@ -49,6 +49,7 @@ public class FailActionHTTPRedirect extends AviRestResource { /** * This is the getter method this will return the attribute value. * The host to which the redirect request is sent. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return host */ @@ -60,6 +61,7 @@ public String getHost() { /** * This is the setter method to the attribute. * The host to which the redirect request is sent. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param host set the host. */ @@ -72,6 +74,7 @@ public void setHost(String host) { * This is the getter method this will return the attribute value. * Path configuration for the redirect request. * If not set the path from the original request's uri is preserved in the redirect on pool failure. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return path */ @@ -84,6 +87,7 @@ public String getPath() { * This is the setter method to the attribute. * Path configuration for the redirect request. * If not set the path from the original request's uri is preserved in the redirect on pool failure. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param path set the path. */ @@ -95,7 +99,7 @@ public void setPath(String path) { /** * This is the getter method this will return the attribute value. * Enum options - HTTP, HTTPS. - * Allowed in basic(allowed values- http) edition, enterprise edition. + * Allowed in enterprise edition with any value, basic edition(allowed values- http), essentials, enterprise with cloud services edition. * Special default for basic edition is http, enterprise is https. * @return protocol */ @@ -107,7 +111,7 @@ public String getProtocol() { /** * This is the setter method to the attribute. * Enum options - HTTP, HTTPS. - * Allowed in basic(allowed values- http) edition, enterprise edition. + * Allowed in enterprise edition with any value, basic edition(allowed values- http), essentials, enterprise with cloud services edition. * Special default for basic edition is http, enterprise is https. * @param protocol set the protocol. */ @@ -120,6 +124,7 @@ public void setProtocol(String protocol) { * This is the getter method this will return the attribute value. * Query configuration for the redirect request uri. * If not set, the query from the original request's uri is preserved in the redirect on pool failure. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return query */ @@ -132,6 +137,7 @@ public String getQuery() { * This is the setter method to the attribute. * Query configuration for the redirect request uri. * If not set, the query from the original request's uri is preserved in the redirect on pool failure. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param query set the query. */ @@ -143,7 +149,8 @@ public void setQuery(String query) { /** * This is the getter method this will return the attribute value. * Enum options - HTTP_REDIRECT_STATUS_CODE_301, HTTP_REDIRECT_STATUS_CODE_302, HTTP_REDIRECT_STATUS_CODE_307. - * Allowed in basic(allowed values- http_redirect_status_code_302) edition, enterprise edition. + * Allowed in enterprise edition with any value, basic edition(allowed values- http_redirect_status_code_302), essentials, enterprise with cloud + * services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "HTTP_REDIRECT_STATUS_CODE_302". * @return statusCode */ @@ -155,7 +162,8 @@ public String getStatusCode() { /** * This is the setter method to the attribute. * Enum options - HTTP_REDIRECT_STATUS_CODE_301, HTTP_REDIRECT_STATUS_CODE_302, HTTP_REDIRECT_STATUS_CODE_307. - * Allowed in basic(allowed values- http_redirect_status_code_302) edition, enterprise edition. + * Allowed in enterprise edition with any value, basic edition(allowed values- http_redirect_status_code_302), essentials, enterprise with cloud + * services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "HTTP_REDIRECT_STATUS_CODE_302". * @param statusCode set the statusCode. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FalsePositiveDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FalsePositiveDetails.java index dbff85b5..6bf4c2b4 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FalsePositiveDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FalsePositiveDetails.java @@ -38,6 +38,7 @@ public class FalsePositiveDetails extends AviRestResource { * This is the getter method this will return the attribute value. * False positive result details. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return falsePositiveResults */ @@ -50,6 +51,7 @@ public List getFalsePositiveResults() { * This is the setter method. this will set the falsePositiveResults * False positive result details. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return falsePositiveResults */ @@ -62,6 +64,7 @@ public void setFalsePositiveResults(List falsePositiveResu * This is the setter method this will set the falsePositiveResults * False positive result details. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return falsePositiveResults */ @@ -79,6 +82,7 @@ public FalsePositiveDetails addFalsePositiveResultsItem(FalsePositiveResult fals * This is the getter method this will return the attribute value. * Vs id for this false positive details. * 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 vsUuid */ @@ -91,6 +95,7 @@ public String getVsUuid() { * This is the setter method to the attribute. * Vs id for this false positive details. * 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 vsUuid set the vsUuid. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FalsePositiveResult.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FalsePositiveResult.java index cdee35d9..be2e7ba6 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FalsePositiveResult.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FalsePositiveResult.java @@ -77,6 +77,7 @@ public class FalsePositiveResult extends AviRestResource { * This is the getter method this will return the attribute value. * Whether this uri is always fail. * 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 alwaysFail */ @@ -89,6 +90,7 @@ public Boolean getAlwaysFail() { * This is the setter method to the attribute. * Whether this uri is always fail. * 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 alwaysFail set the alwaysFail. */ @@ -101,6 +103,7 @@ public void setAlwaysFail(Boolean alwaysFail) { * This is the getter method this will return the attribute value. * This flag indicates whether this result is identifying an attack. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attack */ @@ -113,6 +116,7 @@ public Boolean getAttack() { * This is the setter method to the attribute. * This flag indicates whether this result is identifying an attack. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attack set the attack. */ @@ -127,6 +131,7 @@ public void setAttack(Boolean attack) { * Allowed values are 0-100. * Field introduced in 21.1.1. * Unit is percent. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return confidence */ @@ -141,6 +146,7 @@ public Float getConfidence() { * Allowed values are 0-100. * Field introduced in 21.1.1. * Unit is percent. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param confidence set the confidence. */ @@ -153,6 +159,7 @@ public void setConfidence(Float confidence) { * This is the getter method this will return the attribute value. * This flag indicates whether this result is identifying a false positive. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return falsePositive */ @@ -165,6 +172,7 @@ public Boolean getFalsePositive() { * This is the setter method to the attribute. * This flag indicates whether this result is identifying a false positive. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param falsePositive set the falsePositive. */ @@ -177,6 +185,7 @@ public void setFalsePositive(Boolean falsePositive) { * This is the getter method this will return the attribute value. * Header info if uri hit signature rule and match element is request_headers. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headerInfo */ @@ -189,6 +198,7 @@ public HeaderInfoInURI getHeaderInfo() { * This is the setter method to the attribute. * Header info if uri hit signature rule and match element is request_headers. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param headerInfo set the headerInfo. */ @@ -201,6 +211,7 @@ public void setHeaderInfo(HeaderInfoInURI headerInfo) { * This is the getter method this will return the attribute value. * Http method for uris did false positive detection. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpMethod */ @@ -213,6 +224,7 @@ public String getHttpMethod() { * This is the setter method to the attribute. * Http method for uris did false positive detection. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpMethod set the httpMethod. */ @@ -225,6 +237,7 @@ public void setHttpMethod(String httpMethod) { * This is the getter method this will return the attribute value. * This flag indicates that system is not confident about 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 notSure */ @@ -237,6 +250,7 @@ public Boolean getNotSure() { * This is the setter method to the attribute. * This flag indicates that system is not confident about 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. * @param notSure set the notSure. */ @@ -249,6 +263,7 @@ public void setNotSure(Boolean notSure) { * This is the getter method this will return the attribute value. * Params info if uri hit signature rule and match element is args. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramsInfo */ @@ -261,6 +276,7 @@ public ParamsInURI getParamsInfo() { * This is the setter method to the attribute. * Params info if uri hit signature rule and match element is args. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param paramsInfo set the paramsInfo. */ @@ -273,6 +289,7 @@ public void setParamsInfo(ParamsInURI paramsInfo) { * This is the getter method this will return the attribute value. * Signature rule info hitted by uri. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleInfo */ @@ -285,6 +302,7 @@ public RuleInfo getRuleInfo() { * This is the setter method to the attribute. * Signature rule info hitted by uri. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ruleInfo set the ruleInfo. */ @@ -297,6 +315,7 @@ public void setRuleInfo(RuleInfo ruleInfo) { * This is the getter method this will return the attribute value. * Whether this uri is sometimes fail. * 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 sometimesFail */ @@ -309,6 +328,7 @@ public Boolean getSometimesFail() { * This is the setter method to the attribute. * Whether this uri is sometimes fail. * 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 sometimesFail set the sometimesFail. */ @@ -321,6 +341,7 @@ public void setSometimesFail(Boolean sometimesFail) { * This is the getter method this will return the attribute value. * Uris did false positive detection. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uri */ @@ -333,6 +354,7 @@ public String getUri() { * This is the setter method to the attribute. * Uris did false positive detection. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * 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/FbGsInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FbGsInfo.java index e21e4b27..414d1db6 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FbGsInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FbGsInfo.java @@ -35,6 +35,7 @@ public class FbGsInfo extends AviRestResource { * This is the getter method this will return the attribute value. * Fb snapshot data. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operStatus */ @@ -47,6 +48,7 @@ public OperationalStatus getOperStatus() { * This is the setter method to the attribute. * Fb snapshot data. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param operStatus set the operStatus. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FbPoolInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FbPoolInfo.java index b5aed10d..871e756d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FbPoolInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FbPoolInfo.java @@ -35,6 +35,7 @@ public class FbPoolInfo extends AviRestResource { * This is the getter method this will return the attribute value. * Fb snapshot data. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operStatus */ @@ -47,6 +48,7 @@ public OperationalStatus getOperStatus() { * This is the setter method to the attribute. * Fb snapshot data. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param operStatus set the operStatus. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FbSeInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FbSeInfo.java index 71a2357a..b00987fe 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FbSeInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FbSeInfo.java @@ -35,6 +35,7 @@ public class FbSeInfo extends AviRestResource { * This is the getter method this will return the attribute value. * Fb snapshot data. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operStatus */ @@ -47,6 +48,7 @@ public OperationalStatus getOperStatus() { * This is the setter method to the attribute. * Fb snapshot data. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param operStatus set the operStatus. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FbVsInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FbVsInfo.java index e0437bdd..2e6397f8 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FbVsInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FbVsInfo.java @@ -35,6 +35,7 @@ public class FbVsInfo extends AviRestResource { * This is the getter method this will return the attribute value. * Fb snapshot data. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operStatus */ @@ -47,6 +48,7 @@ public OperationalStatus getOperStatus() { * This is the setter method to the attribute. * Fb snapshot data. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param operStatus set the operStatus. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FeProxyRoutePublishConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FeProxyRoutePublishConfig.java index dfe8721b..f2201d99 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FeProxyRoutePublishConfig.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FeProxyRoutePublishConfig.java @@ -46,6 +46,7 @@ public class FeProxyRoutePublishConfig extends AviRestResource { * This is the getter method this will return the attribute value. * Publish ecmp route to upstream router for vip. * Enum options - FE_PROXY_ROUTE_PUBLISH_NONE, FE_PROXY_ROUTE_PUBLISH_QUAGGA_WEBAPP. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "FE_PROXY_ROUTE_PUBLISH_NONE". * @return mode */ @@ -58,6 +59,7 @@ public String getMode() { * This is the setter method to the attribute. * Publish ecmp route to upstream router for vip. * Enum options - FE_PROXY_ROUTE_PUBLISH_NONE, FE_PROXY_ROUTE_PUBLISH_QUAGGA_WEBAPP. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "FE_PROXY_ROUTE_PUBLISH_NONE". * @param mode set the mode. */ @@ -69,6 +71,7 @@ public void setMode(String mode) { /** * This is the getter method this will return the attribute value. * Listener port for publisher. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 80. * @return publisherPort */ @@ -80,6 +83,7 @@ public Integer getPublisherPort() { /** * This is the setter method to the attribute. * Listener port for publisher. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 80. * @param publisherPort set the publisherPort. */ @@ -91,6 +95,7 @@ public void setPublisherPort(Integer publisherPort) { /** * This is the getter method this will return the attribute value. * Subnet for publisher. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 32. * @return subnet */ @@ -102,6 +107,7 @@ public Integer getSubnet() { /** * This is the setter method to the attribute. * Subnet for publisher. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 32. * @param subnet set the subnet. */ @@ -113,6 +119,7 @@ public void setSubnet(Integer subnet) { /** * This is the getter method this will return the attribute value. * Token for tracking changes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return token */ @@ -124,6 +131,7 @@ public String getToken() { /** * This is the setter method to the attribute. * Token for tracking changes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param token set the token. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FederationCheckpoint.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FederationCheckpoint.java index 287674da..cb525470 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FederationCheckpoint.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FederationCheckpoint.java @@ -58,6 +58,7 @@ public class FederationCheckpoint extends AviRestResource { * This is the getter method this will return the attribute value. * Date when the checkpoint was created. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return date */ @@ -70,6 +71,7 @@ public String getDate() { * This is the setter method to the attribute. * Date when the checkpoint was created. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param date set the date. */ @@ -82,6 +84,7 @@ public void setDate(String date) { * This is the getter method this will return the attribute value. * Description for this checkpoint. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -94,6 +97,7 @@ public String getDescription() { * This is the setter method to the attribute. * Description for this checkpoint. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -108,6 +112,7 @@ public void setDescription(String description) { * If the field is set to false, then the object is visible within the controller-cluster and its associated service-engines. * If the field is set to true, then the object is replicated across the federation. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return isFederated */ @@ -122,6 +127,7 @@ public Boolean getIsFederated() { * If the field is set to false, then the object is visible within the controller-cluster and its associated service-engines. * If the field is set to true, then the object is replicated across the federation. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param isFederated set the isFederated. */ @@ -134,6 +140,7 @@ public void setIsFederated(Boolean isFederated) { * This is the getter method this will return the attribute value. * Name of the checkpoint. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -146,6 +153,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the checkpoint. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -159,6 +167,7 @@ public void setName(String name) { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -172,6 +181,7 @@ public String getTenantRef() { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -203,6 +213,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the checkpoint. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -215,6 +226,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the checkpoint. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/FileObject.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FileObject.java index e8467a16..09e600f1 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FileObject.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FileObject.java @@ -94,6 +94,7 @@ public class FileObject extends AviRestResource { * This is the getter method this will return the attribute value. * Sha1 checksum of the file. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return checksum */ @@ -106,6 +107,7 @@ public String getChecksum() { * This is the setter method to the attribute. * Sha1 checksum of the file. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param checksum set the checksum. */ @@ -118,6 +120,7 @@ public void setChecksum(String checksum) { * This is the getter method this will return the attribute value. * This field indicates whether the file is gzip-compressed. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return compressed */ @@ -130,6 +133,7 @@ public Boolean getCompressed() { * This is the setter method to the attribute. * This field indicates whether the file is gzip-compressed. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param compressed set the compressed. */ @@ -142,6 +146,7 @@ public void setCompressed(Boolean compressed) { * This is the getter method this will return the attribute value. * Timestamp of creation for the file. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return created */ @@ -154,6 +159,7 @@ public String getCreated() { * This is the setter method to the attribute. * Timestamp of creation for the file. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param created set the created. */ @@ -166,6 +172,7 @@ public void setCreated(String created) { * This is the getter method this will return the attribute value. * Description of the file. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -178,6 +185,7 @@ public String getDescription() { * This is the setter method to the attribute. * Description of the file. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -191,6 +199,7 @@ public void setDescription(String description) { * Timestamp when the file will be no longer needed and can be removed by the system. * If this is set, a garbage collector process will try to remove the file after this time. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return expiresAt */ @@ -204,6 +213,7 @@ public String getExpiresAt() { * Timestamp when the file will be no longer needed and can be removed by the system. * If this is set, a garbage collector process will try to remove the file after this time. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param expiresAt set the expiresAt. */ @@ -218,6 +228,7 @@ public void setExpiresAt(String expiresAt) { * If the field is set to false, then the object is visible within the controller-cluster and its associated service-engines. * If the field is set to true, then the object is replicated across the federation. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isFederated */ @@ -232,6 +243,7 @@ public Boolean getIsFederated() { * If the field is set to false, then the object is visible within the controller-cluster and its associated service-engines. * If the field is set to true, then the object is replicated across the federation. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isFederated set the isFederated. */ @@ -244,6 +256,7 @@ public void setIsFederated(Boolean isFederated) { * This is the getter method this will return the attribute value. * Name of the file object. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -256,6 +269,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the file object. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -268,6 +282,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Path to the file. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return path */ @@ -280,6 +295,7 @@ public String getPath() { * This is the setter method to the attribute. * Path to the file. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param path set the path. */ @@ -292,6 +308,7 @@ public void setPath(String path) { * This is the getter method this will return the attribute value. * Enforce read-only on the file. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return readOnly */ @@ -304,6 +321,7 @@ public Boolean getReadOnly() { * This is the setter method to the attribute. * Enforce read-only on the file. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param readOnly set the readOnly. */ @@ -316,6 +334,7 @@ public void setReadOnly(Boolean readOnly) { * This is the getter method this will return the attribute value. * Flag to allow/restrict download of the file. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return restrictDownload */ @@ -328,6 +347,7 @@ public Boolean getRestrictDownload() { * This is the setter method to the attribute. * Flag to allow/restrict download of the file. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param restrictDownload set the restrictDownload. */ @@ -340,6 +360,7 @@ public void setRestrictDownload(Boolean restrictDownload) { * This is the getter method this will return the attribute value. * Size of the file. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return size */ @@ -352,6 +373,7 @@ public Integer getSize() { * This is the setter method to the attribute. * Size of the file. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param size set the size. */ @@ -365,6 +387,7 @@ public void setSize(Integer size) { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -378,6 +401,7 @@ public String getTenantRef() { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -391,7 +415,8 @@ public void setTenantRef(String tenantRef) { * Type of the file. * Enum options - OTHER_FILE_TYPES, IP_REPUTATION, GEO_DB, TECH_SUPPORT, HSMPACKAGES, IPAMDNSSCRIPTS, CONTROLLER_IMAGE. * Field introduced in 20.1.1. - * Allowed in basic(allowed values- other_file_types) edition, essentials(allowed values- other_file_types) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- other_file_types), basic edition(allowed values- + * other_file_types), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -405,7 +430,8 @@ public String getType() { * Type of the file. * Enum options - OTHER_FILE_TYPES, IP_REPUTATION, GEO_DB, TECH_SUPPORT, HSMPACKAGES, IPAMDNSSCRIPTS, CONTROLLER_IMAGE. * Field introduced in 20.1.1. - * Allowed in basic(allowed values- other_file_types) edition, essentials(allowed values- other_file_types) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- other_file_types), basic edition(allowed values- + * other_file_types), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -437,6 +463,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the file. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -449,6 +476,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the file. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -461,6 +489,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * Version of the file. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -473,6 +502,7 @@ public String getVersion() { * This is the setter method to the attribute. * Version of the file. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/FloatingIpSubnet.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FloatingIpSubnet.java index 4c7229f8..211ac035 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FloatingIpSubnet.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FloatingIpSubnet.java @@ -43,6 +43,7 @@ public class FloatingIpSubnet extends AviRestResource { * This is the getter method this will return the attribute value. * Floatingip subnet name if available, else uuid. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -55,6 +56,7 @@ public String getName() { * This is the setter method to the attribute. * Floatingip subnet name if available, else uuid. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -67,6 +69,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Floatingip subnet prefix. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prefix */ @@ -79,6 +82,7 @@ public IpAddrPrefix getPrefix() { * This is the setter method to the attribute. * Floatingip subnet prefix. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prefix set the prefix. */ @@ -91,6 +95,7 @@ public void setPrefix(IpAddrPrefix prefix) { * This is the getter method this will return the attribute value. * Floatingip subnet uuid. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -103,6 +108,7 @@ public String getUuid() { * This is the setter method to the attribute. * Floatingip subnet uuid. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/FlowtableProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FlowtableProfile.java index e64ebd70..fcfc1ce5 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FlowtableProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FlowtableProfile.java @@ -60,6 +60,7 @@ public class FlowtableProfile extends AviRestResource { * Allowed values are 1-36000. * Field introduced in 20.1.3. * Unit is seconds. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return icmpIdleTimeout */ @@ -74,6 +75,7 @@ public Integer getIcmpIdleTimeout() { * Allowed values are 1-36000. * Field introduced in 20.1.3. * Unit is seconds. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param icmpIdleTimeout set the icmpIdleTimeout. */ @@ -88,6 +90,7 @@ public void setIcmpIdleTimeout(Integer icmpIdleTimeout) { * Allowed values are 1-36000. * Field introduced in 18.2.5. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return tcpClosedTimeout */ @@ -102,6 +105,7 @@ public Integer getTcpClosedTimeout() { * Allowed values are 1-36000. * Field introduced in 18.2.5. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param tcpClosedTimeout set the tcpClosedTimeout. */ @@ -116,6 +120,7 @@ public void setTcpClosedTimeout(Integer tcpClosedTimeout) { * Allowed values are 1-36000. * Field introduced in 18.2.5. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return tcpConnectionSetupTimeout */ @@ -130,6 +135,7 @@ public Integer getTcpConnectionSetupTimeout() { * Allowed values are 1-36000. * Field introduced in 18.2.5. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param tcpConnectionSetupTimeout set the tcpConnectionSetupTimeout. */ @@ -144,6 +150,7 @@ public void setTcpConnectionSetupTimeout(Integer tcpConnectionSetupTimeout) { * Allowed values are 1-36000. * Field introduced in 18.2.5. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @return tcpHalfClosedTimeout */ @@ -158,6 +165,7 @@ public Integer getTcpHalfClosedTimeout() { * Allowed values are 1-36000. * Field introduced in 18.2.5. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @param tcpHalfClosedTimeout set the tcpHalfClosedTimeout. */ @@ -172,6 +180,7 @@ public void setTcpHalfClosedTimeout(Integer tcpHalfClosedTimeout) { * Allowed values are 1-36000. * Field introduced in 18.2.5. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return tcpIdleTimeout */ @@ -186,6 +195,7 @@ public Integer getTcpIdleTimeout() { * Allowed values are 1-36000. * Field introduced in 18.2.5. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param tcpIdleTimeout set the tcpIdleTimeout. */ @@ -203,6 +213,7 @@ public void setTcpIdleTimeout(Integer tcpIdleTimeout) { * Allowed values are 1-36000. * Field introduced in 18.2.5. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return tcpResetTimeout */ @@ -220,6 +231,7 @@ public Integer getTcpResetTimeout() { * Allowed values are 1-36000. * Field introduced in 18.2.5. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param tcpResetTimeout set the tcpResetTimeout. */ @@ -234,6 +246,7 @@ public void setTcpResetTimeout(Integer tcpResetTimeout) { * Allowed values are 1-36000. * Field introduced in 18.2.5. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return udpIdleTimeout */ @@ -248,6 +261,7 @@ public Integer getUdpIdleTimeout() { * Allowed values are 1-36000. * Field introduced in 18.2.5. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param udpIdleTimeout set the udpIdleTimeout. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FullClientLogs.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FullClientLogs.java index 4f4b439a..dc658f15 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FullClientLogs.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/FullClientLogs.java @@ -47,6 +47,7 @@ public class FullClientLogs extends AviRestResource { * [deprecated] log all headers. * Please use the all_headers flag in analyticspolicy. * Field deprecated in 18.1.4, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return allHeaders */ @VsoMethod @@ -59,6 +60,7 @@ public Boolean getAllHeaders() { * [deprecated] log all headers. * Please use the all_headers flag in analyticspolicy. * Field deprecated in 18.1.4, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param allHeaders set the allHeaders. */ @VsoMethod @@ -70,8 +72,9 @@ public void setAllHeaders(Boolean allHeaders) { * This is the getter method this will return the attribute value. * How long should the system capture all logs, measured in minutes. * Set to 0 for infinite. - * 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 */ @@ -84,8 +87,9 @@ public Integer getDuration() { * This is the setter method to the attribute. * How long should the system capture all logs, measured in minutes. * Set to 0 for infinite. - * 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. */ @@ -98,8 +102,9 @@ public void setDuration(Integer duration) { * This is the getter method this will return the attribute value. * Capture all client logs including connections and requests. * When deactivated, only errors will be logged. - * Allowed in 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 false. + * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with + * cloud services edition. + * Special default for essentials edition is false, basic edition is false, enterprise is false. * @return enabled */ @VsoMethod @@ -111,8 +116,9 @@ public Boolean getEnabled() { * This is the setter method to the attribute. * Capture all client logs including connections and requests. * When deactivated, only errors will be logged. - * Allowed in 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 false. + * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic edition(allowed values- false), enterprise with + * cloud services edition. + * Special default for essentials edition is false, basic edition is false, enterprise is false. * @param enabled set the enabled. */ @VsoMethod @@ -127,6 +133,7 @@ public void setEnabled(Boolean enabled) { * Set it to zero (0) to deactivate throttling. * Field introduced in 17.1.3. * Unit is per_second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return throttle */ @@ -142,6 +149,7 @@ public Integer getThrottle() { * Set it to zero (0) to deactivate throttling. * Field introduced in 17.1.3. * Unit is per_second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param throttle set the throttle. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPCloudRouterUpdate.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPCloudRouterUpdate.java index 131cc1e8..07b48f69 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPCloudRouterUpdate.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPCloudRouterUpdate.java @@ -60,6 +60,7 @@ public class GCPCloudRouterUpdate extends AviRestResource { * This is the getter method this will return the attribute value. * Action performed action can be either route added or route removed from router. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -72,6 +73,7 @@ public String getAction() { * This is the setter method to the attribute. * Action performed action can be either route added or route removed from router. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -84,6 +86,7 @@ public void setAction(String action) { * This is the getter method this will return the attribute value. * Cloud uuid. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -96,6 +99,7 @@ public String getCcId() { * This is the setter method to the attribute. * Cloud uuid. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -108,6 +112,7 @@ public void setCcId(String ccId) { * This is the getter method this will return the attribute value. * Reason for the failure. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -120,6 +125,7 @@ public String getErrorString() { * This is the setter method to the attribute. * Reason for the failure. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -132,6 +138,7 @@ public void setErrorString(String errorString) { * This is the getter method this will return the attribute value. * Virtual service floating ip. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fip */ @@ -144,6 +151,7 @@ public IpAddr getFip() { * This is the setter method to the attribute. * Virtual service floating ip. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fip set the fip. */ @@ -156,6 +164,7 @@ public void setFip(IpAddr fip) { * This is the getter method this will return the attribute value. * Gcp cloud router url. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return routerUrl */ @@ -168,6 +177,7 @@ public String getRouterUrl() { * This is the setter method to the attribute. * Gcp cloud router url. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param routerUrl set the routerUrl. */ @@ -180,6 +190,7 @@ public void setRouterUrl(String routerUrl) { * This is the getter method this will return the attribute value. * Virtual service ip. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vip */ @@ -192,6 +203,7 @@ public IpAddr getVip() { * This is the setter method to the attribute. * Virtual service ip. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vip set the vip. */ @@ -204,6 +216,7 @@ public void setVip(IpAddr vip) { * This is the getter method this will return the attribute value. * Virtual service uuid. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -216,6 +229,7 @@ public String getVsUuid() { * This is the setter method to the attribute. * Virtual service uuid. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPConfiguration.java index 589e9577..74ffb542 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPConfiguration.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPConfiguration.java @@ -86,6 +86,7 @@ public class GCPConfiguration extends AviRestResource { * Credentials to access google cloud platform apis. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudCredentialsRef */ @@ -99,6 +100,7 @@ public String getCloudCredentialsRef() { * Credentials to access google cloud platform apis. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudCredentialsRef set the cloudCredentialsRef. */ @@ -112,6 +114,7 @@ public void setCloudCredentialsRef(String cloudCredentialsRef) { * Deprecated, please use encryption_keys field. * Field deprecated in 18.2.10, 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 encryptionKeyId */ @VsoMethod @@ -124,6 +127,7 @@ public String getEncryptionKeyId() { * Deprecated, please use encryption_keys field. * Field deprecated in 18.2.10, 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. * @param encryptionKeyId set the encryptionKeyId. */ @VsoMethod @@ -135,6 +139,7 @@ public void setEncryptionKeyId(String encryptionKeyId) { * This is the getter method this will return the attribute value. * Encryption keys for google cloud services. * Field introduced in 18.2.10, 20.1.2. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return encryptionKeys */ @@ -147,6 +152,7 @@ public GCPEncryptionKeys getEncryptionKeys() { * This is the setter method to the attribute. * Encryption keys for google cloud services. * Field introduced in 18.2.10, 20.1.2. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param encryptionKeys set the encryptionKeys. */ @@ -159,6 +165,7 @@ public void setEncryptionKeys(GCPEncryptionKeys encryptionKeys) { * This is the getter method this will return the attribute value. * Firewall rule network target tags which will be applied on service engines to allow ingress and egress traffic for service engines. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return firewallTargetTags */ @@ -171,6 +178,7 @@ public List getFirewallTargetTags() { * This is the setter method. this will set the firewallTargetTags * Firewall rule network target tags which will be applied on service engines to allow ingress and egress traffic for service engines. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return firewallTargetTags */ @@ -183,6 +191,7 @@ public void setFirewallTargetTags(List firewallTargetTags) { * This is the setter method this will set the firewallTargetTags * Firewall rule network target tags which will be applied on service engines to allow ingress and egress traffic for service engines. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return firewallTargetTags */ @@ -200,6 +209,7 @@ public GCPConfiguration addFirewallTargetTagsItem(String firewallTargetTagsItem) * This is the getter method this will return the attribute value. * Email of gcp service account to be associated to the service engines. * Field introduced in 20.1.7, 21.1.2. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gcpServiceAccountEmail */ @@ -212,6 +222,7 @@ public String getGcpServiceAccountEmail() { * This is the setter method to the attribute. * Email of gcp service account to be associated to the service engines. * Field introduced in 20.1.7, 21.1.2. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gcpServiceAccountEmail set the gcpServiceAccountEmail. */ @@ -226,6 +237,7 @@ public void setGcpServiceAccountEmail(String gcpServiceAccountEmail) { * This image will be deleted once the image is created in google compute images. * By default, a bucket will be created if this field is not specified. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gcsBucketName */ @@ -240,6 +252,7 @@ public String getGcsBucketName() { * This image will be deleted once the image is created in google compute images. * By default, a bucket will be created if this field is not specified. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gcsBucketName set the gcsBucketName. */ @@ -254,6 +267,7 @@ public void setGcsBucketName(String gcsBucketName) { * This image will be deleted once the image is created in google compute images. * By default, service engine project id will be used. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gcsProjectId */ @@ -268,6 +282,7 @@ public String getGcsProjectId() { * This image will be deleted once the image is created in google compute images. * By default, service engine project id will be used. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gcsProjectId set the gcsProjectId. */ @@ -282,6 +297,7 @@ public void setGcsProjectId(String gcsProjectId) { * Vip_allocation_strategy. * Field deprecated in 20.1.1. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return matchSeGroupSubnet */ @VsoMethod @@ -295,6 +311,7 @@ public Boolean getMatchSeGroupSubnet() { * Vip_allocation_strategy. * Field deprecated in 20.1.1. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param matchSeGroupSubnet set the matchSeGroupSubnet. */ @VsoMethod @@ -306,6 +323,7 @@ public void setMatchSeGroupSubnet(Boolean matchSeGroupSubnet) { * This is the getter method this will return the attribute value. * Google cloud platform vpc network configuration for the service engines. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkConfig */ @@ -318,6 +336,7 @@ public GCPNetworkConfig getNetworkConfig() { * This is the setter method to the attribute. * Google cloud platform vpc network configuration for the service engines. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkConfig set the networkConfig. */ @@ -330,6 +349,7 @@ public void setNetworkConfig(GCPNetworkConfig networkConfig) { * This is the getter method this will return the attribute value. * Google cloud platform region name where service engines will be spawned. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return regionName */ @@ -342,6 +362,7 @@ public String getRegionName() { * This is the setter method to the attribute. * Google cloud platform region name where service engines will be spawned. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param regionName set the regionName. */ @@ -354,6 +375,7 @@ public void setRegionName(String regionName) { * This is the getter method this will return the attribute value. * Google cloud platform project id where service engines will be spawned. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seProjectId */ @@ -366,6 +388,7 @@ public String getSeProjectId() { * This is the setter method to the attribute. * Google cloud platform project id where service engines will be spawned. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seProjectId set the seProjectId. */ @@ -378,6 +401,7 @@ public void setSeProjectId(String seProjectId) { * This is the getter method this will return the attribute value. * Vip allocation strategy defines how the vips will be created in google cloud. * Field introduced in 18.2.9, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipAllocationStrategy */ @@ -390,6 +414,7 @@ public GCPVIPAllocation getVipAllocationStrategy() { * This is the setter method to the attribute. * Vip allocation strategy defines how the vips will be created in google cloud. * Field introduced in 18.2.9, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipAllocationStrategy set the vipAllocationStrategy. */ @@ -403,6 +428,7 @@ public void setVipAllocationStrategy(GCPVIPAllocation vipAllocationStrategy) { * Google cloud platform zones where service engines will be distributed for ha. * Field introduced in 18.2.1. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return zones */ @@ -416,6 +442,7 @@ public List getZones() { * Google cloud platform zones where service engines will be distributed for ha. * Field introduced in 18.2.1. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return zones */ @@ -429,6 +456,7 @@ public void setZones(List zones) { * Google cloud platform zones where service engines will be distributed for ha. * Field introduced in 18.2.1. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/GCPCredentials.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPCredentials.java index 2c3ad701..3f6ec479 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPCredentials.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPCredentials.java @@ -34,6 +34,7 @@ public class GCPCredentials extends AviRestResource { * This is the getter method this will return the attribute value. * Google cloud platform service account keyfile data in json format. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceAccountKeyfileData */ @@ -46,6 +47,7 @@ public String getServiceAccountKeyfileData() { * This is the setter method to the attribute. * Google cloud platform service account keyfile data in json format. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceAccountKeyfileData set the serviceAccountKeyfileData. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPEncryptionKeys.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPEncryptionKeys.java index 0380d5b8..68886a9f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPEncryptionKeys.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPEncryptionKeys.java @@ -47,6 +47,7 @@ public class GCPEncryptionKeys extends AviRestResource { * Cmek resource id to encrypt google cloud storage bucket. * This bucket is used to upload service engine raw image. * Field introduced in 18.2.10, 20.1.2. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gcsBucketKmsKeyId */ @@ -60,6 +61,7 @@ public String getGcsBucketKmsKeyId() { * Cmek resource id to encrypt google cloud storage bucket. * This bucket is used to upload service engine raw image. * Field introduced in 18.2.10, 20.1.2. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gcsBucketKmsKeyId set the gcsBucketKmsKeyId. */ @@ -73,6 +75,7 @@ public void setGcsBucketKmsKeyId(String gcsBucketKmsKeyId) { * Cmek resource id to encrypt service engine raw image. * The raw image is a google cloud storage object. * Field introduced in 18.2.10, 20.1.2. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gcsObjectsKmsKeyId */ @@ -86,6 +89,7 @@ public String getGcsObjectsKmsKeyId() { * Cmek resource id to encrypt service engine raw image. * The raw image is a google cloud storage object. * Field introduced in 18.2.10, 20.1.2. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gcsObjectsKmsKeyId set the gcsObjectsKmsKeyId. */ @@ -98,6 +102,7 @@ public void setGcsObjectsKmsKeyId(String gcsObjectsKmsKeyId) { * This is the getter method this will return the attribute value. * Cmek resource id to encrypt service engine disks. * Field introduced in 18.2.10, 20.1.2. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seDiskKmsKeyId */ @@ -110,6 +115,7 @@ public String getSeDiskKmsKeyId() { * This is the setter method to the attribute. * Cmek resource id to encrypt service engine disks. * Field introduced in 18.2.10, 20.1.2. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seDiskKmsKeyId set the seDiskKmsKeyId. */ @@ -122,6 +128,7 @@ public void setSeDiskKmsKeyId(String seDiskKmsKeyId) { * This is the getter method this will return the attribute value. * Cmek resource id to encrypt service engine gce image. * Field introduced in 18.2.10, 20.1.2. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seImageKmsKeyId */ @@ -134,6 +141,7 @@ public String getSeImageKmsKeyId() { * This is the setter method to the attribute. * Cmek resource id to encrypt service engine gce image. * Field introduced in 18.2.10, 20.1.2. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seImageKmsKeyId set the seImageKmsKeyId. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPInBandManagement.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPInBandManagement.java index f8c6a58d..85d4f79a 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPInBandManagement.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPInBandManagement.java @@ -42,6 +42,7 @@ public class GCPInBandManagement extends AviRestResource { * This is the getter method this will return the attribute value. * Service engine network name. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vpcNetworkName */ @@ -54,6 +55,7 @@ public String getVpcNetworkName() { * This is the setter method to the attribute. * Service engine network name. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vpcNetworkName set the vpcNetworkName. */ @@ -67,6 +69,7 @@ public void setVpcNetworkName(String vpcNetworkName) { * Project id of the service engine network. * By default, service engine project id will be used. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vpcProjectId */ @@ -80,6 +83,7 @@ public String getVpcProjectId() { * Project id of the service engine network. * By default, service engine project id will be used. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vpcProjectId set the vpcProjectId. */ @@ -92,6 +96,7 @@ public void setVpcProjectId(String vpcProjectId) { * This is the getter method this will return the attribute value. * Service engine network subnet name. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vpcSubnetName */ @@ -104,6 +109,7 @@ public String getVpcSubnetName() { * This is the setter method to the attribute. * Service engine network subnet name. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vpcSubnetName set the vpcSubnetName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPNetworkConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPNetworkConfig.java index 1e41d2c0..9d33c460 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPNetworkConfig.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPNetworkConfig.java @@ -50,6 +50,7 @@ public class GCPNetworkConfig extends AviRestResource { * Config mode for google cloud network configuration. * Enum options - INBAND_MANAGEMENT, ONE_ARM_MODE, TWO_ARM_MODE. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return config */ @@ -63,6 +64,7 @@ public String getConfig() { * Config mode for google cloud network configuration. * Enum options - INBAND_MANAGEMENT, ONE_ARM_MODE, TWO_ARM_MODE. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param config set the config. */ @@ -76,6 +78,7 @@ public void setConfig(String config) { * Configure inband management as google cloud network configuration. * In this configuration the data network and management network for service engines will be same. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return inband */ @@ -89,6 +92,7 @@ public GCPInBandManagement getInband() { * Configure inband management as google cloud network configuration. * In this configuration the data network and management network for service engines will be same. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param inband set the inband. */ @@ -102,6 +106,7 @@ public void setInband(GCPInBandManagement inband) { * Configure one arm mode as google cloud network configuration. * In this configuration the data network and the management network for the service engines will be separated. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oneArm */ @@ -115,6 +120,7 @@ public GCPOneArmMode getOneArm() { * Configure one arm mode as google cloud network configuration. * In this configuration the data network and the management network for the service engines will be separated. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param oneArm set the oneArm. */ @@ -128,6 +134,7 @@ public void setOneArm(GCPOneArmMode oneArm) { * Configure two arm mode as google cloud network configuration. * In this configuration the frontend data network, backend data network and the management network for the service engines will be separated. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return twoArm */ @@ -141,6 +148,7 @@ public GCPTwoArmMode getTwoArm() { * Configure two arm mode as google cloud network configuration. * In this configuration the frontend data network, backend data network and the management network for the service engines will be separated. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param twoArm set the twoArm. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPOneArmMode.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPOneArmMode.java index 2492ebde..c47940eb 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPOneArmMode.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPOneArmMode.java @@ -54,6 +54,7 @@ public class GCPOneArmMode extends AviRestResource { * This is the getter method this will return the attribute value. * Service engine data network name. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dataVpcNetworkName */ @@ -66,6 +67,7 @@ public String getDataVpcNetworkName() { * This is the setter method to the attribute. * Service engine data network name. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dataVpcNetworkName set the dataVpcNetworkName. */ @@ -79,6 +81,7 @@ public void setDataVpcNetworkName(String dataVpcNetworkName) { * Project id of the service engine data network. * By default, service engine project id will be used. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dataVpcProjectId */ @@ -92,6 +95,7 @@ public String getDataVpcProjectId() { * Project id of the service engine data network. * By default, service engine project id will be used. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dataVpcProjectId set the dataVpcProjectId. */ @@ -104,6 +108,7 @@ public void setDataVpcProjectId(String dataVpcProjectId) { * This is the getter method this will return the attribute value. * Service engine data network subnet name. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dataVpcSubnetName */ @@ -116,6 +121,7 @@ public String getDataVpcSubnetName() { * This is the setter method to the attribute. * Service engine data network subnet name. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dataVpcSubnetName set the dataVpcSubnetName. */ @@ -128,6 +134,7 @@ public void setDataVpcSubnetName(String dataVpcSubnetName) { * This is the getter method this will return the attribute value. * Service engine management network name. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managementVpcNetworkName */ @@ -140,6 +147,7 @@ public String getManagementVpcNetworkName() { * This is the setter method to the attribute. * Service engine management network name. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managementVpcNetworkName set the managementVpcNetworkName. */ @@ -153,6 +161,7 @@ public void setManagementVpcNetworkName(String managementVpcNetworkName) { * Project id of the service engine management network. * By default, service engine project id will be used. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managementVpcProjectId */ @@ -166,6 +175,7 @@ public String getManagementVpcProjectId() { * Project id of the service engine management network. * By default, service engine project id will be used. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managementVpcProjectId set the managementVpcProjectId. */ @@ -178,6 +188,7 @@ public void setManagementVpcProjectId(String managementVpcProjectId) { * This is the getter method this will return the attribute value. * Service engine management network subnet name. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managementVpcSubnetName */ @@ -190,6 +201,7 @@ public String getManagementVpcSubnetName() { * This is the setter method to the attribute. * Service engine management network subnet name. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managementVpcSubnetName set the managementVpcSubnetName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPSeGroupConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPSeGroupConfig.java index 0c499fa5..cf92fb12 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPSeGroupConfig.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPSeGroupConfig.java @@ -42,6 +42,7 @@ public class GCPSeGroupConfig extends AviRestResource { * This is the getter method this will return the attribute value. * Service engine backend data network name, used only for gcp cloud.overrides the cloud level setting for backend data network in gcp two arm mode. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return backendDataVpcNetworkName */ @@ -54,6 +55,7 @@ public String getBackendDataVpcNetworkName() { * This is the setter method to the attribute. * Service engine backend data network name, used only for gcp cloud.overrides the cloud level setting for backend data network in gcp two arm mode. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param backendDataVpcNetworkName set the backendDataVpcNetworkName. */ @@ -67,6 +69,7 @@ public void setBackendDataVpcNetworkName(String backendDataVpcNetworkName) { * Project id of the service engine backend data network. * By default, service engine project id will be used. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return backendDataVpcProjectId */ @@ -80,6 +83,7 @@ public String getBackendDataVpcProjectId() { * Project id of the service engine backend data network. * By default, service engine project id will be used. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param backendDataVpcProjectId set the backendDataVpcProjectId. */ @@ -92,6 +96,7 @@ public void setBackendDataVpcProjectId(String backendDataVpcProjectId) { * This is the getter method this will return the attribute value. * Service engine backend data subnet name, used only for gcp cloud.overrides the cloud level setting for backend data subnet in gcp two arm mode. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return backendDataVpcSubnetName */ @@ -104,6 +109,7 @@ public String getBackendDataVpcSubnetName() { * This is the setter method to the attribute. * Service engine backend data subnet name, used only for gcp cloud.overrides the cloud level setting for backend data subnet in gcp two arm mode. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param backendDataVpcSubnetName set the backendDataVpcSubnetName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPSetup.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPSetup.java index 861b8805..3edeec3d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPSetup.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPSetup.java @@ -82,7 +82,7 @@ public class GCPSetup extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cc_id of obj type gcpsetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -93,7 +93,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Placeholder for description of property cc_id of obj type gcpsetup field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -104,7 +104,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property hostname of obj type gcpsetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostname */ @@ -115,7 +115,7 @@ public String getHostname() { /** * This is the setter method to the attribute. - * Placeholder for description of property hostname of obj type gcpsetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostname set the hostname. */ @@ -126,7 +126,7 @@ public void setHostname(String hostname) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property network of obj type gcpsetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return network */ @@ -137,7 +137,7 @@ public String getNetwork() { /** * This is the setter method to the attribute. - * Placeholder for description of property network of obj type gcpsetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param network set the network. */ @@ -148,7 +148,7 @@ public void setNetwork(String network) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property nhop_inst of obj type gcpsetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nhopInst */ @@ -159,7 +159,7 @@ public String getNhopInst() { /** * This is the setter method to the attribute. - * Placeholder for description of property nhop_inst of obj type gcpsetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nhopInst set the nhopInst. */ @@ -170,7 +170,7 @@ public void setNhopInst(String nhopInst) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property nhop_ip of obj type gcpsetup 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 nhopIp */ @@ -181,7 +181,7 @@ public IpAddr getNhopIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property nhop_ip of obj type gcpsetup 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 nhopIp set the nhopIp. */ @@ -192,7 +192,7 @@ public void setNhopIp(IpAddr nhopIp) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property project of obj type gcpsetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return project */ @@ -203,7 +203,7 @@ public String getProject() { /** * This is the setter method to the attribute. - * Placeholder for description of property project of obj type gcpsetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param project set the project. */ @@ -214,7 +214,7 @@ public void setProject(String project) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason of obj type gcpsetup field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -225,7 +225,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Placeholder for description of property reason of obj type gcpsetup field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -236,7 +236,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property route_name of obj type gcpsetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return routeName */ @@ -247,7 +247,7 @@ public String getRouteName() { /** * This is the setter method to the attribute. - * Placeholder for description of property route_name of obj type gcpsetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param routeName set the routeName. */ @@ -258,7 +258,7 @@ public void setRouteName(String routeName) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property subnet of obj type gcpsetup field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -269,7 +269,7 @@ public String getSubnet() { /** * This is the setter method to the attribute. - * Placeholder for description of property subnet of obj type gcpsetup field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -280,7 +280,7 @@ public void setSubnet(String subnet) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vip of obj type gcpsetup 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 */ @@ -291,7 +291,7 @@ public IpAddr getVip() { /** * This is the setter method to the attribute. - * Placeholder for description of property vip of obj type gcpsetup 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. */ @@ -302,7 +302,7 @@ public void setVip(IpAddr vip) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vs_name of obj type gcpsetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -313,7 +313,7 @@ public String getVsName() { /** * This is the setter method to the attribute. - * Placeholder for description of property vs_name of obj type gcpsetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsName set the vsName. */ @@ -324,7 +324,7 @@ public void setVsName(String vsName) { /** * 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 */ @@ -335,7 +335,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. */ @@ -346,7 +346,7 @@ public void setVsUuid(String vsUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property zone of obj type gcpsetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return zone */ @@ -357,7 +357,7 @@ public String getZone() { /** * This is the setter method to the attribute. - * Placeholder for description of property zone of obj type gcpsetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param zone set the zone. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPTwoArmMode.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPTwoArmMode.java index 4bcd1aa2..e9ab67b5 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPTwoArmMode.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPTwoArmMode.java @@ -66,6 +66,7 @@ public class GCPTwoArmMode extends AviRestResource { * This is the getter method this will return the attribute value. * Service engine backend data network name. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return backendDataVpcNetworkName */ @@ -78,6 +79,7 @@ public String getBackendDataVpcNetworkName() { * This is the setter method to the attribute. * Service engine backend data network name. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param backendDataVpcNetworkName set the backendDataVpcNetworkName. */ @@ -91,6 +93,7 @@ public void setBackendDataVpcNetworkName(String backendDataVpcNetworkName) { * Project id of the service engine backend data network. * By default, service engine project id will be used. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return backendDataVpcProjectId */ @@ -104,6 +107,7 @@ public String getBackendDataVpcProjectId() { * Project id of the service engine backend data network. * By default, service engine project id will be used. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param backendDataVpcProjectId set the backendDataVpcProjectId. */ @@ -116,6 +120,7 @@ public void setBackendDataVpcProjectId(String backendDataVpcProjectId) { * This is the getter method this will return the attribute value. * Service engine backend data network subnet name. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return backendDataVpcSubnetName */ @@ -128,6 +133,7 @@ public String getBackendDataVpcSubnetName() { * This is the setter method to the attribute. * Service engine backend data network subnet name. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param backendDataVpcSubnetName set the backendDataVpcSubnetName. */ @@ -140,6 +146,7 @@ public void setBackendDataVpcSubnetName(String backendDataVpcSubnetName) { * This is the getter method this will return the attribute value. * Service engine frontend data network name. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return frontendDataVpcNetworkName */ @@ -152,6 +159,7 @@ public String getFrontendDataVpcNetworkName() { * This is the setter method to the attribute. * Service engine frontend data network name. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param frontendDataVpcNetworkName set the frontendDataVpcNetworkName. */ @@ -165,6 +173,7 @@ public void setFrontendDataVpcNetworkName(String frontendDataVpcNetworkName) { * Project id of the service engine frontend data network. * By default, service engine project id will be used. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return frontendDataVpcProjectId */ @@ -178,6 +187,7 @@ public String getFrontendDataVpcProjectId() { * Project id of the service engine frontend data network. * By default, service engine project id will be used. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param frontendDataVpcProjectId set the frontendDataVpcProjectId. */ @@ -190,6 +200,7 @@ public void setFrontendDataVpcProjectId(String frontendDataVpcProjectId) { * This is the getter method this will return the attribute value. * Service engine frontend data network subnet name. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return frontendDataVpcSubnetName */ @@ -202,6 +213,7 @@ public String getFrontendDataVpcSubnetName() { * This is the setter method to the attribute. * Service engine frontend data network subnet name. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param frontendDataVpcSubnetName set the frontendDataVpcSubnetName. */ @@ -214,6 +226,7 @@ public void setFrontendDataVpcSubnetName(String frontendDataVpcSubnetName) { * This is the getter method this will return the attribute value. * Service engine management network name. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managementVpcNetworkName */ @@ -226,6 +239,7 @@ public String getManagementVpcNetworkName() { * This is the setter method to the attribute. * Service engine management network name. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managementVpcNetworkName set the managementVpcNetworkName. */ @@ -239,6 +253,7 @@ public void setManagementVpcNetworkName(String managementVpcNetworkName) { * Project id of the service engine management network. * By default, service engine project id will be used. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managementVpcProjectId */ @@ -252,6 +267,7 @@ public String getManagementVpcProjectId() { * Project id of the service engine management network. * By default, service engine project id will be used. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managementVpcProjectId set the managementVpcProjectId. */ @@ -264,6 +280,7 @@ public void setManagementVpcProjectId(String managementVpcProjectId) { * This is the getter method this will return the attribute value. * Service engine management network subnet name. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managementVpcSubnetName */ @@ -276,6 +293,7 @@ public String getManagementVpcSubnetName() { * This is the setter method to the attribute. * Service engine management network subnet name. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managementVpcSubnetName set the managementVpcSubnetName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPVIPAllocation.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPVIPAllocation.java index 03c37def..c0a4ed55 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPVIPAllocation.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPVIPAllocation.java @@ -45,6 +45,7 @@ public class GCPVIPAllocation extends AviRestResource { * Configure google cloud internal loadbalancer for vip. * The vip will be auto allocated from a google cloud vpc subnet. * Field introduced in 18.2.9, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ilb */ @@ -58,6 +59,7 @@ public GCPVIPILB getIlb() { * Configure google cloud internal loadbalancer for vip. * The vip will be auto allocated from a google cloud vpc subnet. * Field introduced in 18.2.9, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ilb set the ilb. */ @@ -71,6 +73,7 @@ public void setIlb(GCPVIPILB ilb) { * Vip allocation mode. * Enum options - ROUTES, ILB. * Field introduced in 18.2.9, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ROUTES". * @return mode */ @@ -84,6 +87,7 @@ public String getMode() { * Vip allocation mode. * Enum options - ROUTES, ILB. * Field introduced in 18.2.9, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ROUTES". * @param mode set the mode. */ @@ -98,6 +102,7 @@ public void setMode(String mode) { * The vip can either be a static ip or auto allocted from avi internal network. * The vip should not overlap with any of the subnet ranges in google cloud vpc. * Field introduced in 18.2.9, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return routes */ @@ -112,6 +117,7 @@ public GCPVIPRoutes getRoutes() { * The vip can either be a static ip or auto allocted from avi internal network. * The vip should not overlap with any of the subnet ranges in google cloud vpc. * Field introduced in 18.2.9, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param routes set the routes. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPVIPILB.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPVIPILB.java index 450f2441..7514729e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPVIPILB.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPVIPILB.java @@ -34,6 +34,7 @@ public class GCPVIPILB extends AviRestResource { * This is the getter method this will return the attribute value. * Google cloud router names to advertise byoip. * Field introduced in 18.2.9, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRouterNames */ @@ -46,6 +47,7 @@ public List getCloudRouterNames() { * This is the setter method. this will set the cloudRouterNames * Google cloud router names to advertise byoip. * Field introduced in 18.2.9, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRouterNames */ @@ -58,6 +60,7 @@ public void setCloudRouterNames(List cloudRouterNames) { * This is the setter method this will set the cloudRouterNames * Google cloud router names to advertise byoip. * Field introduced in 18.2.9, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRouterNames */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPVIPRoutes.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPVIPRoutes.java index 1e7a26fb..9f4bfd11 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPVIPRoutes.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GCPVIPRoutes.java @@ -39,6 +39,7 @@ public class GCPVIPRoutes extends AviRestResource { * Match se group subnets for vip placement. * Default is to not match se group subnets. * Field introduced in 18.2.9, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return matchSeGroupSubnet */ @@ -52,6 +53,7 @@ public Boolean getMatchSeGroupSubnet() { * Match se group subnets for vip placement. * Default is to not match se group subnets. * Field introduced in 18.2.9, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param matchSeGroupSubnet set the matchSeGroupSubnet. */ @@ -64,6 +66,7 @@ public void setMatchSeGroupSubnet(Boolean matchSeGroupSubnet) { * This is the getter method this will return the attribute value. * Priority of the routes created in gcp. * Field introduced in 20.1.7, 21.1.2. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2000. * @return routePriority */ @@ -76,6 +79,7 @@ public Integer getRoutePriority() { * This is the setter method to the attribute. * Priority of the routes created in gcp. * Field introduced in 20.1.7, 21.1.2. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2000. * @param routePriority set the routePriority. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GatewayMonitor.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GatewayMonitor.java index 00a1e7cb..cb9edac5 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GatewayMonitor.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GatewayMonitor.java @@ -51,6 +51,7 @@ public class GatewayMonitor extends AviRestResource { /** * This is the getter method this will return the attribute value. * Ip address of next hop gateway to be monitored. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gatewayIp */ @@ -62,6 +63,7 @@ public IpAddr getGatewayIp() { /** * This is the setter method to the attribute. * Ip address of next hop gateway to be monitored. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gatewayIp set the gatewayIp. */ @@ -74,6 +76,7 @@ public void setGatewayIp(IpAddr gatewayIp) { * This is the getter method this will return the attribute value. * The number of consecutive failed gateway health checks before a gateway is marked down. * Allowed values are 3-50. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return gatewayMonitorFailThreshold */ @@ -86,6 +89,7 @@ public Integer getGatewayMonitorFailThreshold() { * This is the setter method to the attribute. * The number of consecutive failed gateway health checks before a gateway is marked down. * Allowed values are 3-50. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param gatewayMonitorFailThreshold set the gatewayMonitorFailThreshold. */ @@ -100,6 +104,7 @@ public void setGatewayMonitorFailThreshold(Integer gatewayMonitorFailThreshold) * If a value is not specified, requests are sent every second. * Allowed values are 100-60000. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @return gatewayMonitorInterval */ @@ -114,6 +119,7 @@ public Integer getGatewayMonitorInterval() { * If a value is not specified, requests are sent every second. * Allowed values are 100-60000. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @param gatewayMonitorInterval set the gatewayMonitorInterval. */ @@ -126,6 +132,7 @@ public void setGatewayMonitorInterval(Integer gatewayMonitorInterval) { * This is the getter method this will return the attribute value. * The number of consecutive successful gateway health checks before a gateway that was marked down by the gateway monitor is marked up. * Allowed values are 3-50. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 15. * @return gatewayMonitorSuccessThreshold */ @@ -138,6 +145,7 @@ public Integer getGatewayMonitorSuccessThreshold() { * This is the setter method to the attribute. * The number of consecutive successful gateway health checks before a gateway that was marked down by the gateway monitor is marked up. * Allowed values are 3-50. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 15. * @param gatewayMonitorSuccessThreshold set the gatewayMonitorSuccessThreshold. */ @@ -150,6 +158,7 @@ public void setGatewayMonitorSuccessThreshold(Integer gatewayMonitorSuccessThre * This is the getter method this will return the attribute value. * Subnet providing reachability for multi-hop gateway. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet */ @@ -162,6 +171,7 @@ public IpAddrPrefix getSubnet() { * This is the setter method to the attribute. * Subnet providing reachability for multi-hop gateway. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/GcpInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GcpInfo.java index ef046ffc..69af8280 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GcpInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GcpInfo.java @@ -49,6 +49,7 @@ public class GcpInfo extends AviRestResource { /** * This is the getter method this will return the attribute value. * Hostname of this se. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostname */ @@ -60,6 +61,7 @@ public String getHostname() { /** * This is the setter method to the attribute. * Hostname of this se. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostname set the hostname. */ @@ -71,6 +73,7 @@ public void setHostname(String hostname) { /** * This is the getter method this will return the attribute value. * Network this se is assigned. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return network */ @@ -82,6 +85,7 @@ public String getNetwork() { /** * This is the setter method to the attribute. * Network this se is assigned. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param network set the network. */ @@ -93,6 +97,7 @@ public void setNetwork(String network) { /** * This is the getter method this will return the attribute value. * Project this se belongs to. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return project */ @@ -104,6 +109,7 @@ public String getProject() { /** * This is the setter method to the attribute. * Project this se belongs to. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param project set the project. */ @@ -115,6 +121,7 @@ public void setProject(String project) { /** * This is the getter method this will return the attribute value. * Subnet assigned to this se. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet */ @@ -126,6 +133,7 @@ public String getSubnet() { /** * This is the setter method to the attribute. * Subnet assigned to this se. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet set the subnet. */ @@ -137,6 +145,7 @@ public void setSubnet(String subnet) { /** * This is the getter method this will return the attribute value. * Zone this se is part of. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return zone */ @@ -148,6 +157,7 @@ public String getZone() { /** * This is the setter method to the attribute. * Zone this se is part of. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param zone set the zone. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GeoDB.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GeoDB.java index 008b52a4..4e1816e1 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GeoDB.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GeoDB.java @@ -62,6 +62,7 @@ public class GeoDB extends AviRestResource { * This is the getter method this will return the attribute value. * Description. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -74,6 +75,7 @@ public String getDescription() { * This is the setter method to the attribute. * Description. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -86,6 +88,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Geo database files. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return files */ @@ -98,6 +101,7 @@ public List getFiles() { * This is the setter method. this will set the files * Geo database files. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return files */ @@ -110,6 +114,7 @@ public void setFiles(List files) { * This is the setter method this will set the files * Geo database files. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return files */ @@ -127,6 +132,7 @@ public GeoDB addFilesItem(GeoDBFile filesItem) { * This is the getter method this will return the attribute value. * This field indicates that this object is replicated across gslb federation. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isFederated */ @@ -139,6 +145,7 @@ public Boolean getIsFederated() { * This is the setter method to the attribute. * This field indicates that this object is replicated across gslb federation. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isFederated set the isFederated. */ @@ -152,6 +159,7 @@ public void setIsFederated(Boolean isFederated) { * Custom mappings of geo values. * All mappings which start with the prefix 'system-' (any case) are reserved for system default objects and may be overwritten. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mappings */ @@ -165,6 +173,7 @@ public List getMappings() { * Custom mappings of geo values. * All mappings which start with the prefix 'system-' (any case) are reserved for system default objects and may be overwritten. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mappings */ @@ -178,6 +187,7 @@ public void setMappings(List mappings) { * Custom mappings of geo values. * All mappings which start with the prefix 'system-' (any case) are reserved for system default objects and may be overwritten. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mappings */ @@ -195,6 +205,7 @@ public GeoDB addMappingsItem(GeoDBMapping mappingsItem) { * This is the getter method this will return the attribute value. * Geo database name. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -207,6 +218,7 @@ public String getName() { * This is the setter method to the attribute. * Geo database name. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -220,6 +232,7 @@ public void setName(String name) { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -233,6 +246,7 @@ public String getTenantRef() { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -264,6 +278,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of this object. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -276,6 +291,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of this object. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * 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/GeoDBFile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GeoDBFile.java index 73edfef5..139ba2b9 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GeoDBFile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GeoDBFile.java @@ -50,6 +50,7 @@ public class GeoDBFile extends AviRestResource { * This is the getter method this will return the attribute value. * If set to false, this file is ignored. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -62,6 +63,7 @@ public Boolean getEnabled() { * This is the setter method to the attribute. * If set to false, this file is ignored. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -76,6 +78,7 @@ public void setEnabled(Boolean enabled) { * Must be of type 'geodb'. * It is a reference to an object of type fileobject. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fileRef */ @@ -90,6 +93,7 @@ public String getFileRef() { * Must be of type 'geodb'. * It is a reference to an object of type fileobject. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fileRef set the fileRef. */ @@ -102,6 +106,7 @@ public void setFileRef(String fileRef) { * This is the getter method this will return the attribute value. * Priority of the file - larger number takes precedence. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -114,6 +119,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Priority of the file - larger number takes precedence. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -126,6 +132,7 @@ public void setIndex(Integer index) { * This is the getter method this will return the attribute value. * Name of the file. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -138,6 +145,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the file. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -151,6 +159,7 @@ public void setName(String name) { * Source of the file data. * Enum options - VENDOR_USER_DEFINED, VENDOR_AVI_DEFINED. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vendor */ @@ -164,6 +173,7 @@ public String getVendor() { * Source of the file data. * Enum options - VENDOR_USER_DEFINED, VENDOR_AVI_DEFINED. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vendor set the vendor. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GeoDBMapping.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GeoDBMapping.java index 6f07186c..b5087518 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GeoDBMapping.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GeoDBMapping.java @@ -42,6 +42,7 @@ public class GeoDBMapping extends AviRestResource { * This is the getter method this will return the attribute value. * Description of the mapping. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -54,6 +55,7 @@ public String getDescription() { * This is the setter method to the attribute. * Description of the mapping. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -66,6 +68,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * The set of mapping elements. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return elements */ @@ -78,6 +81,7 @@ public List getElements() { * This is the setter method. this will set the elements * The set of mapping elements. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return elements */ @@ -90,6 +94,7 @@ public void setElements(List elements) { * This is the setter method this will set the elements * The set of mapping elements. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return elements */ @@ -107,6 +112,7 @@ public GeoDBMapping addElementsItem(GeoDBMappingElement elementsItem) { * This is the getter method this will return the attribute value. * The unique name of the user mapping. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -119,6 +125,7 @@ public String getName() { * This is the setter method to the attribute. * The unique name of the user mapping. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * 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/GeoDBMappingElement.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GeoDBMappingElement.java index f6c3a6ec..9b25a06a 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GeoDBMappingElement.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GeoDBMappingElement.java @@ -42,6 +42,7 @@ public class GeoDBMappingElement extends AviRestResource { * ATTRIBUTE_LONGITUDE, ATTRIBUTE_LATITUDE, ATTRIBUTE_CUSTOM_1, ATTRIBUTE_CUSTOM_2, ATTRIBUTE_CUSTOM_3, ATTRIBUTE_CUSTOM_4, ATTRIBUTE_CUSTOM_5, * ATTRIBUTE_CUSTOM_6, ATTRIBUTE_CUSTOM_7... * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attribute */ @@ -58,6 +59,7 @@ public String getAttribute() { * ATTRIBUTE_LONGITUDE, ATTRIBUTE_LATITUDE, ATTRIBUTE_CUSTOM_1, ATTRIBUTE_CUSTOM_2, ATTRIBUTE_CUSTOM_3, ATTRIBUTE_CUSTOM_4, ATTRIBUTE_CUSTOM_5, * ATTRIBUTE_CUSTOM_6, ATTRIBUTE_CUSTOM_7... * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attribute set the attribute. */ @@ -70,6 +72,7 @@ public void setAttribute(String attribute) { * This is the getter method this will return the attribute value. * The values to map. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return values */ @@ -82,6 +85,7 @@ public List getValues() { * This is the setter method. this will set the values * The values to map. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return values */ @@ -94,6 +98,7 @@ public void setValues(List values) { * This is the setter method this will set the values * The values to map. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * 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/GeoLocation.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GeoLocation.java index 176453aa..8aa3b0a1 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GeoLocation.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GeoLocation.java @@ -49,6 +49,7 @@ public class GeoLocation extends AviRestResource { * The range is from -90.0 (south) to +90.0 (north). * Allowed values are -90.0-+90.0. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return latitude */ @@ -64,6 +65,7 @@ public Float getLatitude() { * The range is from -90.0 (south) to +90.0 (north). * Allowed values are -90.0-+90.0. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param latitude set the latitude. */ @@ -79,6 +81,7 @@ public void setLatitude(Float latitude) { * The range is from -180.0 (west) to +180.0 (east). * Allowed values are -180.0-+180.0. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return longitude */ @@ -94,6 +97,7 @@ public Float getLongitude() { * The range is from -180.0 (west) to +180.0 (east). * Allowed values are -180.0-+180.0. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param longitude set the longitude. */ @@ -106,6 +110,7 @@ public void setLongitude(Float longitude) { * This is the getter method this will return the attribute value. * Location name in the format country/state/city. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -118,6 +123,7 @@ public String getName() { * This is the setter method to the attribute. * Location name in the format country/state/city. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -130,6 +136,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Location tag string - example useast. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tag */ @@ -142,6 +149,7 @@ public String getTag() { * This is the setter method to the attribute. * Location tag string - example useast. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tag set the tag. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GeoMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GeoMatch.java index 8484d512..0641ecb8 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GeoMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GeoMatch.java @@ -46,6 +46,7 @@ public class GeoMatch extends AviRestResource { * ATTRIBUTE_LONGITUDE, ATTRIBUTE_LATITUDE, ATTRIBUTE_CUSTOM_1, ATTRIBUTE_CUSTOM_2, ATTRIBUTE_CUSTOM_3, ATTRIBUTE_CUSTOM_4, ATTRIBUTE_CUSTOM_5, * ATTRIBUTE_CUSTOM_6, ATTRIBUTE_CUSTOM_7... * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attribute */ @@ -62,6 +63,7 @@ public String getAttribute() { * ATTRIBUTE_LONGITUDE, ATTRIBUTE_LATITUDE, ATTRIBUTE_CUSTOM_1, ATTRIBUTE_CUSTOM_2, ATTRIBUTE_CUSTOM_3, ATTRIBUTE_CUSTOM_4, ATTRIBUTE_CUSTOM_5, * ATTRIBUTE_CUSTOM_6, ATTRIBUTE_CUSTOM_7... * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attribute set the attribute. */ @@ -75,6 +77,7 @@ public void setAttribute(String attribute) { * Match criteria. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchOperation */ @@ -88,6 +91,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. */ @@ -100,6 +104,7 @@ public void setMatchOperation(String matchOperation) { * This is the getter method this will return the attribute value. * The values to match. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return values */ @@ -112,6 +117,7 @@ public List getValues() { * This is the setter method. this will set the values * The values to match. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return values */ @@ -124,6 +130,7 @@ public void setValues(List values) { * This is the setter method this will set the values * The values to match. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * 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/Gslb.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Gslb.java index 7d9eab57..4c2e7820 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Gslb.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Gslb.java @@ -115,6 +115,7 @@ public class Gslb extends AviRestResource { * Allowed values are 0-5. * Field introduced in 18.2.3. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return asyncInterval */ @@ -130,6 +131,7 @@ public Integer getAsyncInterval() { * Allowed values are 0-5. * Field introduced in 18.2.3. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param asyncInterval set the asyncInterval. */ @@ -143,6 +145,7 @@ public void setAsyncInterval(Integer asyncInterval) { * Max retries after which the remote site is treated as a fresh start. * In fresh start all the configs are downloaded. * Allowed values are 1-1024. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return clearOnMaxRetries */ @@ -156,6 +159,7 @@ public Integer getClearOnMaxRetries() { * Max retries after which the remote site is treated as a fresh start. * In fresh start all the configs are downloaded. * Allowed values are 1-1024. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param clearOnMaxRetries set the clearOnMaxRetries. */ @@ -168,6 +172,7 @@ public void setClearOnMaxRetries(Integer clearOnMaxRetries) { * This is the getter method this will return the attribute value. * Group to specify if the client ip addresses are public or private. * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIpAddrGroup */ @@ -180,6 +185,7 @@ public GslbClientIpAddrGroup getClientIpAddrGroup() { * This is the setter method to the attribute. * Group to specify if the client ip addresses are public or private. * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIpAddrGroup set the clientIpAddrGroup. */ @@ -190,7 +196,7 @@ public void setClientIpAddrGroup(GslbClientIpAddrGroup clientIpAddrGroup) { /** * 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 */ @@ -201,7 +207,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. */ @@ -214,6 +220,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Sub domain configuration for the gslb. * Gslb service's fqdn must be a match one of these subdomains. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsConfigs */ @@ -226,6 +233,7 @@ public List getDnsConfigs() { * This is the setter method. this will set the dnsConfigs * Sub domain configuration for the gslb. * Gslb service's fqdn must be a match one of these subdomains. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsConfigs */ @@ -238,6 +246,7 @@ public void setDnsConfigs(List dnsConfigs) { * This is the setter method this will set the dnsConfigs * Sub domain configuration for the gslb. * Gslb service's fqdn must be a match one of these subdomains. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsConfigs */ @@ -255,6 +264,7 @@ public Gslb addDnsConfigsItem(DNSConfig dnsConfigsItem) { * This is the getter method this will return the attribute value. * Allows enable/disable of gslbservice pool groups and pool members from the gslb follower members. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableConfigByMembers */ @@ -267,6 +277,7 @@ public Boolean getEnableConfigByMembers() { * This is the setter method to the attribute. * Allows enable/disable of gslbservice pool groups and pool members from the gslb follower members. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableConfigByMembers set the enableConfigByMembers. */ @@ -280,9 +291,10 @@ public void setEnableConfigByMembers(Boolean enableConfigByMembers) { * Frequency with which errored messages are resynced to follower sites. * Value of 0 disables resync behavior. * Allowed values are 60-3600. - * Special values are 0 - 'disable'. + * Special values are 0 - disable. * Field introduced in 18.2.3. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return errorResyncInterval */ @@ -296,9 +308,10 @@ public Integer getErrorResyncInterval() { * Frequency with which errored messages are resynced to follower sites. * Value of 0 disables resync behavior. * Allowed values are 60-3600. - * Special values are 0 - 'disable'. + * Special values are 0 - disable. * Field introduced in 18.2.3. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param errorResyncInterval set the errorResyncInterval. */ @@ -311,6 +324,7 @@ public void setErrorResyncInterval(Integer errorResyncInterval) { * This is the getter method this will return the attribute value. * This field indicates that this object is replicated across gslb federation. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return isFederated */ @@ -323,6 +337,7 @@ public Boolean getIsFederated() { * This is the setter method to the attribute. * This field indicates that this object is replicated across gslb federation. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param isFederated set the isFederated. */ @@ -335,6 +350,7 @@ public void setIsFederated(Boolean isFederated) { * This is the getter method this will return the attribute value. * Mark this site as leader of gslb configuration. * This site is the one among the avi sites. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return leaderClusterUuid */ @@ -347,6 +363,7 @@ public String getLeaderClusterUuid() { * This is the setter method to the attribute. * Mark this site as leader of gslb configuration. * This site is the one among the avi sites. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param leaderClusterUuid set the leaderClusterUuid. */ @@ -363,6 +380,7 @@ public void setLeaderClusterUuid(String leaderClusterUuid) { * upgraded. * This configuration programmatically blocks the leader from accepting new gslb configuration when member sites are undergoing upgrade. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return maintenanceMode */ @@ -379,6 +397,7 @@ public Boolean getMaintenanceMode() { * upgraded. * This configuration programmatically blocks the leader from accepting new gslb configuration when member sites are undergoing upgrade. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param maintenanceMode set the maintenanceMode. */ @@ -390,6 +409,7 @@ public void setMaintenanceMode(Boolean maintenanceMode) { /** * This is the getter method this will return the attribute value. * Name for the gslb object. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -401,6 +421,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name for the gslb object. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -413,6 +434,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Policy for replicating configuration to the active follower sites. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return replicationPolicy */ @@ -425,6 +447,7 @@ public ReplicationPolicy getReplicationPolicy() { * This is the setter method to the attribute. * Policy for replicating configuration to the active follower sites. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param replicationPolicy set the replicationPolicy. */ @@ -438,6 +461,7 @@ public void setReplicationPolicy(ReplicationPolicy replicationPolicy) { * Frequency with which group members communicate. * Allowed values are 1-3600. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 15. * @return sendInterval */ @@ -451,6 +475,7 @@ public Integer getSendInterval() { * Frequency with which group members communicate. * Allowed values are 1-3600. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 15. * @param sendInterval set the sendInterval. */ @@ -463,6 +488,7 @@ public void setSendInterval(Integer sendInterval) { * This is the getter method this will return the attribute value. * Select avi site member belonging to this gslb. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sites */ @@ -475,6 +501,7 @@ public List getSites() { * This is the setter method. this will set the sites * Select avi site member belonging to this gslb. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sites */ @@ -487,6 +514,7 @@ public void setSites(List sites) { * This is the setter method this will set the sites * Select avi site member belonging to this gslb. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sites */ @@ -503,6 +531,7 @@ public Gslb addSitesItem(GslbSite sitesItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -514,6 +543,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -526,6 +556,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * This field indicates tenant visibility for gs pool member selection across the gslb federated objects. * Field introduced in 18.2.12,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 true. * @return tenantScoped */ @@ -538,6 +569,7 @@ public Boolean getTenantScoped() { * This is the setter method to the attribute. * This field indicates tenant visibility for gs pool member selection across the gslb federated objects. * Field introduced in 18.2.12,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 true. * @param tenantScoped set the tenantScoped. */ @@ -550,6 +582,7 @@ public void setTenantScoped(Boolean tenantScoped) { * This is the getter method this will return the attribute value. * Third party site member belonging to this gslb. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return thirdPartySites */ @@ -562,6 +595,7 @@ public List getThirdPartySites() { * This is the setter method. this will set the thirdPartySites * Third party site member belonging to this gslb. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return thirdPartySites */ @@ -574,6 +608,7 @@ public void setThirdPartySites(List thirdPartySites) { * This is the setter method this will set the thirdPartySites * Third party site member belonging to this gslb. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return thirdPartySites */ @@ -609,6 +644,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the gslb object. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -620,6 +656,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the gslb object. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -632,6 +669,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * The view-id is used in change-leader mode to differentiate partitioned groups while they have the same gslb namespace. * Each partitioned group will be able to operate independently by using the view-id. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return viewId */ @@ -644,6 +682,7 @@ public Integer getViewId() { * This is the setter method to the attribute. * The view-id is used in change-leader mode to differentiate partitioned groups while they have the same gslb namespace. * Each partitioned group will be able to operate independently by using the view-id. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param viewId set the viewId. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbClientIpAddrGroup.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbClientIpAddrGroup.java index 47a18153..b3aed2e1 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbClientIpAddrGroup.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbClientIpAddrGroup.java @@ -46,6 +46,7 @@ public class GslbClientIpAddrGroup extends AviRestResource { * This is the getter method this will return the attribute value. * Configure ip address(es). * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addrs */ @@ -58,6 +59,7 @@ public List getAddrs() { * This is the setter method. this will set the addrs * Configure ip address(es). * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addrs */ @@ -70,6 +72,7 @@ public void setAddrs(List addrs) { * This is the setter method this will set the addrs * Configure ip address(es). * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addrs */ @@ -87,6 +90,7 @@ public GslbClientIpAddrGroup addAddrsItem(IpAddr addrsItem) { * This is the getter method this will return the attribute value. * Configure ip address prefix(es). * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prefixes */ @@ -99,6 +103,7 @@ public List getPrefixes() { * This is the setter method. this will set the prefixes * Configure ip address prefix(es). * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prefixes */ @@ -111,6 +116,7 @@ public void setPrefixes(List prefixes) { * This is the setter method this will set the prefixes * Configure ip address prefix(es). * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prefixes */ @@ -128,6 +134,7 @@ public GslbClientIpAddrGroup addPrefixesItem(IpAddrPrefix prefixesItem) { * This is the getter method this will return the attribute value. * Configure ip address range(s). * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -140,6 +147,7 @@ public List getRanges() { * This is the setter method. this will set the ranges * Configure ip address range(s). * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -152,6 +160,7 @@ public void setRanges(List ranges) { * This is the setter method this will set the ranges * Configure ip address range(s). * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -170,6 +179,7 @@ public GslbClientIpAddrGroup addRangesItem(IpAddrRange rangesItem) { * Specify whether this client ip address range is public or private. * Enum options - GSLB_IP_PUBLIC, GSLB_IP_PRIVATE. * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_IP_PUBLIC". * @return type */ @@ -183,6 +193,7 @@ public String getType() { * Specify whether this client ip address range is public or private. * Enum options - GSLB_IP_PUBLIC, GSLB_IP_PRIVATE. * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_IP_PUBLIC". * @param type set the type. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbDnsGeoUpdate.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbDnsGeoUpdate.java index c46215d7..d6332940 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbDnsGeoUpdate.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbDnsGeoUpdate.java @@ -43,6 +43,7 @@ public class GslbDnsGeoUpdate extends AviRestResource { * Gslbgeodbprofile object that is pushed on on a per dns basis. * Field deprecated in 18.1.5, 18.2.1. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return objInfo */ @VsoMethod @@ -55,6 +56,7 @@ public List getObjInfo() { * Gslbgeodbprofile object that is pushed on on a per dns basis. * Field deprecated in 18.1.5, 18.2.1. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return objInfo */ @VsoMethod @@ -67,6 +69,7 @@ public void setObjInfo(List objInfo) { * Gslbgeodbprofile object that is pushed on on a per dns basis. * Field deprecated in 18.1.5, 18.2.1. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return objInfo */ @VsoMethod @@ -84,6 +87,7 @@ public GslbDnsGeoUpdate addObjInfoItem(GslbObjectInfo objInfoItem) { * Enum options - GSLB_NONE, GSLB_CREATE, GSLB_UPDATE, GSLB_DELETE, GSLB_PURGE, GSLB_DECL. * Field deprecated in 18.1.5, 18.2.1. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return ops */ @VsoMethod @@ -96,6 +100,7 @@ public String getOps() { * Enum options - GSLB_NONE, GSLB_CREATE, GSLB_UPDATE, GSLB_DELETE, GSLB_PURGE, GSLB_DECL. * Field deprecated in 18.1.5, 18.2.1. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param ops set the ops. */ @VsoMethod @@ -107,6 +112,7 @@ public void setOps(String ops) { * This is the getter method this will return the attribute value. * Field deprecated in 18.1.5, 18.2.1. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seList */ @VsoMethod @@ -118,6 +124,7 @@ public List getSeList() { * This is the setter method. this will set the seList * Field deprecated in 18.1.5, 18.2.1. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seList */ @VsoMethod @@ -129,6 +136,7 @@ public void setSeList(List seList) { * This is the setter method this will set the seList * Field deprecated in 18.1.5, 18.2.1. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seList */ @VsoMethod diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbDnsGsStatus.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbDnsGsStatus.java index 4a81a47b..41620fde 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbDnsGsStatus.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbDnsGsStatus.java @@ -50,6 +50,7 @@ public class GslbDnsGsStatus extends AviRestResource { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastChangedTime */ @@ -61,6 +62,7 @@ public TimeStamp getLastChangedTime() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastChangedTime set the lastChangedTime. */ @@ -74,6 +76,7 @@ public void setLastChangedTime(TimeStamp lastChangedTime) { * Counter to track the number of partial updates sent. * Once it reaches the partial updates threshold, a full update is sent. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numPartialUpdates */ @@ -87,6 +90,7 @@ public Integer getNumPartialUpdates() { * Counter to track the number of partial updates sent. * Once it reaches the partial updates threshold, a full update is sent. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numPartialUpdates set the numPartialUpdates. */ @@ -99,6 +103,7 @@ public void setNumPartialUpdates(Integer numPartialUpdates) { * This is the getter method this will return the attribute value. * Threshold after which a full gs status is sent. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return partialUpdateThreshold */ @@ -111,6 +116,7 @@ public Integer getPartialUpdateThreshold() { * This is the setter method to the attribute. * Threshold after which a full gs status is sent. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param partialUpdateThreshold set the partialUpdateThreshold. */ @@ -124,6 +130,7 @@ public void setPartialUpdateThreshold(Integer partialUpdateThreshold) { * State variable to trigger full or partial update. * Enum options - GSLB_FULL_UPDATE_PENDING, GSLB_PARTIAL_UPDATE_PENDING. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return state */ @@ -137,6 +144,7 @@ public String getState() { * State variable to trigger full or partial update. * Enum options - GSLB_FULL_UPDATE_PENDING, GSLB_PARTIAL_UPDATE_PENDING. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param state set the state. */ @@ -150,6 +158,7 @@ public void setState(String state) { * Describes the type (partial/full) of the last gs status sent to dns-vs(es). * Enum options - GSLB_NO_UPDATE, GSLB_FULL_UPDATE, GSLB_PARTIAL_UPDATE. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -163,6 +172,7 @@ public String getType() { * Describes the type (partial/full) of the last gs status sent to dns-vs(es). * Enum options - GSLB_NO_UPDATE, GSLB_FULL_UPDATE, GSLB_PARTIAL_UPDATE. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/GslbDnsInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbDnsInfo.java index 52e659ef..0d2ae83f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbDnsInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbDnsInfo.java @@ -50,6 +50,7 @@ public class GslbDnsInfo extends AviRestResource { /** * This is the getter method this will return the attribute value. * This field indicates that atleast one dns is active at the site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsActive */ @@ -61,6 +62,7 @@ public Boolean getDnsActive() { /** * This is the setter method to the attribute. * This field indicates that atleast one dns is active at the site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsActive set the dnsActive. */ @@ -71,7 +73,7 @@ public void setDnsActive(Boolean dnsActive) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property dns_vs_states of obj type gslbdnsinfo 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 dnsVsStates */ @@ -82,7 +84,7 @@ public List getDnsVsStates() { /** * This is the setter method. this will set the dnsVsStates - * Placeholder for description of property dns_vs_states of obj type gslbdnsinfo 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 dnsVsStates */ @@ -93,7 +95,7 @@ public void setDnsVsStates(List dnsVsStates) { /** * This is the setter method this will set the dnsVsStates - * Placeholder for description of property dns_vs_states of obj type gslbdnsinfo 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 dnsVsStates */ @@ -111,6 +113,7 @@ public GslbDnsInfo addDnsVsStatesItem(GslbPerDnsState dnsVsStatesItem) { * This is the getter method this will return the attribute value. * This field encapsulates the gs-status edge-triggered framework. * Field 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 gsStatus */ @@ -123,6 +126,7 @@ public GslbDnsGsStatus getGsStatus() { * This is the setter method to the attribute. * This field encapsulates the gs-status edge-triggered framework. * 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 gsStatus set the gsStatus. */ @@ -135,6 +139,7 @@ public void setGsStatus(GslbDnsGsStatus gsStatus) { * This is the getter method this will return the attribute value. * This field is used to track the retry attempts for se download errors. * Field 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 retryCount */ @@ -147,6 +152,7 @@ public Integer getRetryCount() { * This is the setter method to the attribute. * This field is used to track the retry attempts for se download errors. * Field 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 retryCount set the retryCount. */ @@ -160,6 +166,7 @@ public void setRetryCount(Integer retryCount) { * This tables holds all the se-related info across all dns-vs(es). * Field deprecated in 18.2.3. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seTable */ @VsoMethod @@ -172,6 +179,7 @@ public List getSeTable() { * This tables holds all the se-related info across all dns-vs(es). * Field deprecated in 18.2.3. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seTable */ @VsoMethod @@ -184,6 +192,7 @@ public void setSeTable(List seTable) { * This tables holds all the se-related info across all dns-vs(es). * Field deprecated in 18.2.3. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seTable */ @VsoMethod diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbDnsSeInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbDnsSeInfo.java index f2301c2f..c767e996 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbDnsSeInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbDnsSeInfo.java @@ -50,6 +50,7 @@ public class GslbDnsSeInfo extends AviRestResource { * This field describes the fd download status to the se. * Field deprecated in 18.2.3. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return fdDownload */ @VsoMethod @@ -62,6 +63,7 @@ public GslbDownloadStatus getFdDownload() { * This field describes the fd download status to the se. * Field deprecated in 18.2.3. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param fdDownload set the fdDownload. */ @VsoMethod @@ -74,6 +76,7 @@ public void setFdDownload(GslbDownloadStatus fdDownload) { * Geo files queue for sequencing files to se. * Field deprecated in 18.2.3. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return fdInfo */ @VsoMethod @@ -86,6 +89,7 @@ public ConfigInfo getFdInfo() { * Geo files queue for sequencing files to se. * Field deprecated in 18.2.3. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param fdInfo set the fdInfo. */ @VsoMethod @@ -98,6 +102,7 @@ public void setFdInfo(ConfigInfo fdInfo) { * Service engine's fabric ip used to push geo files. * Field deprecated in 18.2.3. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return ip */ @VsoMethod @@ -110,6 +115,7 @@ public IpAddr getIp() { * Service engine's fabric ip used to push geo files. * Field deprecated in 18.2.3. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param ip set the ip. */ @VsoMethod @@ -122,6 +128,7 @@ public void setIp(IpAddr ip) { * Uuid of the service engine. * Field deprecated in 18.2.3. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return uuid */ @VsoMethod @@ -134,6 +141,7 @@ public String getUuid() { * Uuid of the service engine. * Field deprecated in 18.2.3. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param uuid set the uuid. */ @VsoMethod diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbDnsUpdate.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbDnsUpdate.java index 8d9ba298..dab72b3d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbDnsUpdate.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbDnsUpdate.java @@ -56,7 +56,7 @@ public class GslbDnsUpdate extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property clear_on_max_retries of obj type gslbdnsupdate 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 clearOnMaxRetries */ @@ -67,7 +67,7 @@ public Integer getClearOnMaxRetries() { /** * This is the setter method to the attribute. - * Placeholder for description of property clear_on_max_retries of obj type gslbdnsupdate 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 clearOnMaxRetries set the clearOnMaxRetries. */ @@ -80,6 +80,7 @@ public void setClearOnMaxRetries(Integer clearOnMaxRetries) { * This is the getter method this will return the attribute value. * List of geo db profiles associated with this dns vs. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbGeoDbProfileUuids */ @@ -92,6 +93,7 @@ public List getGslbGeoDbProfileUuids() { * This is the setter method. this will set the gslbGeoDbProfileUuids * List of geo db profiles associated with this dns vs. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbGeoDbProfileUuids */ @@ -104,6 +106,7 @@ public void setGslbGeoDbProfileUuids(List gslbGeoDbProfileUuids) { * This is the setter method this will set the gslbGeoDbProfileUuids * List of geo db profiles associated with this dns vs. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbGeoDbProfileUuids */ @@ -121,6 +124,7 @@ public GslbDnsUpdate addGslbGeoDbProfileUuidsItem(String gslbGeoDbProfileUuidsIt * This is the getter method this will return the attribute value. * List of gslb services associated with the dns vs. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbServiceUuids */ @@ -133,6 +137,7 @@ public List getGslbServiceUuids() { * This is the setter method. this will set the gslbServiceUuids * List of gslb services associated with the dns vs. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbServiceUuids */ @@ -145,6 +150,7 @@ public void setGslbServiceUuids(List gslbServiceUuids) { * This is the setter method this will set the gslbServiceUuids * List of gslb services associated with the dns vs. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbServiceUuids */ @@ -162,6 +168,7 @@ public GslbDnsUpdate addGslbServiceUuidsItem(String gslbServiceUuidsItem) { * This is the getter method this will return the attribute value. * Gslb object associated with the dns vs. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbUuids */ @@ -174,6 +181,7 @@ public List getGslbUuids() { * This is the setter method. this will set the gslbUuids * Gslb object associated with the dns vs. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbUuids */ @@ -186,6 +194,7 @@ public void setGslbUuids(List gslbUuids) { * This is the setter method this will set the gslbUuids * Gslb object associated with the dns vs. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbUuids */ @@ -203,6 +212,7 @@ public GslbDnsUpdate addGslbUuidsItem(String gslbUuidsItem) { * This is the getter method this will return the attribute value. * Gslb, gslbservice objects that is pushed on a per dns basis. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objInfo */ @@ -215,6 +225,7 @@ public List getObjInfo() { * This is the setter method. this will set the objInfo * Gslb, gslbservice objects that is pushed on a per dns basis. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objInfo */ @@ -227,6 +238,7 @@ public void setObjInfo(List objInfo) { * This is the setter method this will set the objInfo * Gslb, gslbservice objects that is pushed on a per dns basis. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objInfo */ @@ -242,7 +254,7 @@ public GslbDnsUpdate addObjInfoItem(GslbObjectInfo objInfoItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property send_interval of obj type gslbdnsupdate 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 sendInterval */ @@ -253,7 +265,7 @@ public Integer getSendInterval() { /** * This is the setter method to the attribute. - * Placeholder for description of property send_interval of obj type gslbdnsupdate 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 sendInterval set the sendInterval. */ @@ -264,7 +276,7 @@ public void setSendInterval(Integer sendInterval) { /** * 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 */ @@ -275,7 +287,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/GslbDownloadStatus.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbDownloadStatus.java index 47e797cd..d1bd4d64 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbDownloadStatus.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbDownloadStatus.java @@ -38,6 +38,7 @@ public class GslbDownloadStatus extends AviRestResource { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastChangedTime */ @@ -49,6 +50,7 @@ public TimeStamp getLastChangedTime() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastChangedTime set the lastChangedTime. */ @@ -62,6 +64,7 @@ public void setLastChangedTime(TimeStamp lastChangedTime) { * This field indicates the download state to a dns-vs(es) or a vs or a se depending on the usage context. * Enum options - GSLB_DOWNLOAD_NONE, GSLB_DOWNLOAD_DONE, GSLB_DOWNLOAD_PENDING, GSLB_DOWNLOAD_ERROR. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_DOWNLOAD_NONE". * @return state */ @@ -75,6 +78,7 @@ public String getState() { * This field indicates the download state to a dns-vs(es) or a vs or a se depending on the usage context. * Enum options - GSLB_DOWNLOAD_NONE, GSLB_DOWNLOAD_DONE, GSLB_DOWNLOAD_PENDING, GSLB_DOWNLOAD_ERROR. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_DOWNLOAD_NONE". * @param state set the state. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbGeoDbEntry.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbGeoDbEntry.java index 2c5fd5e5..eb5a898d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbGeoDbEntry.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbGeoDbEntry.java @@ -39,6 +39,7 @@ public class GslbGeoDbEntry extends AviRestResource { * This is the getter method this will return the attribute value. * This field describes the geodb 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 file */ @@ -51,6 +52,7 @@ public GslbGeoDbFile getFile() { * This is the setter method to the attribute. * This field describes the geodb 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 file set the file. */ @@ -66,6 +68,7 @@ public void setFile(GslbGeoDbFile file) { * Higher the value, then greater is the priority. * Allowed values are 1-100. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return priority */ @@ -81,6 +84,7 @@ public Integer getPriority() { * Higher the value, then greater is the priority. * Allowed values are 1-100. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param priority set the priority. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbGeoDbFile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbGeoDbFile.java index 9784b7a8..7b2d62b3 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbGeoDbFile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbGeoDbFile.java @@ -50,6 +50,8 @@ public class GslbGeoDbFile extends AviRestResource { * This is the getter method this will return the attribute value. * File checksum is internally computed. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return checksum */ @VsoMethod @@ -61,6 +63,8 @@ public String getChecksum() { * This is the setter method to the attribute. * File checksum is internally computed. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @param checksum set the checksum. */ @VsoMethod @@ -72,6 +76,8 @@ public void setChecksum(String checksum) { * This is the getter method this will return the attribute value. * System internal identifier for the file. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return fileId */ @VsoMethod @@ -83,6 +89,8 @@ public String getFileId() { * This is the setter method to the attribute. * System internal identifier for the file. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @param fileId set the fileId. */ @VsoMethod @@ -94,6 +102,7 @@ public void setFileId(String fileId) { * This is the getter method this will return the attribute value. * Geodb filename in the avi supported formats. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return filename */ @@ -106,6 +115,7 @@ public String getFilename() { * This is the setter method to the attribute. * Geodb filename in the avi supported formats. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param filename set the filename. */ @@ -120,6 +130,7 @@ public void setFilename(String filename) { * Enum options - GSLB_GEODB_FILE_FORMAT_AVI, GSLB_GEODB_FILE_FORMAT_MAXMIND_CITY, GSLB_GEODB_FILE_FORMAT_MAXMIND_CITY_V6, * GSLB_GEODB_FILE_FORMAT_MAXMIND_CITY_V4_AND_V6, GSLB_GEODB_FILE_FORMAT_AVI_V6, GSLB_GEODB_FILE_FORMAT_AVI_V4_AND_V6. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_GEODB_FILE_FORMAT_AVI". * @return format */ @@ -134,6 +145,7 @@ public String getFormat() { * Enum options - GSLB_GEODB_FILE_FORMAT_AVI, GSLB_GEODB_FILE_FORMAT_MAXMIND_CITY, GSLB_GEODB_FILE_FORMAT_MAXMIND_CITY_V6, * GSLB_GEODB_FILE_FORMAT_MAXMIND_CITY_V4_AND_V6, GSLB_GEODB_FILE_FORMAT_AVI_V6, GSLB_GEODB_FILE_FORMAT_AVI_V4_AND_V6. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_GEODB_FILE_FORMAT_AVI". * @param format set the format. */ @@ -146,6 +158,8 @@ public void setFormat(String format) { * This is the getter method this will return the attribute value. * Internal timestamp associated with the file. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return timestamp */ @VsoMethod @@ -157,6 +171,8 @@ public Integer getTimestamp() { * This is the setter method to the attribute. * Internal timestamp associated with the file. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @param timestamp set the timestamp. */ @VsoMethod diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbGeoDbProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbGeoDbProfile.java index 0fb36d10..468c5f27 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbGeoDbProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbGeoDbProfile.java @@ -65,6 +65,7 @@ public class GslbGeoDbProfile extends AviRestResource { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -76,6 +77,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -90,6 +92,7 @@ public void setDescription(String description) { * An entry can either be a geodb file or an ip address group with geo properties. * Field introduced in 17.1.1. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return entries */ @@ -104,6 +107,7 @@ public List getEntries() { * An entry can either be a geodb file or an ip address group with geo properties. * Field introduced in 17.1.1. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return entries */ @@ -118,6 +122,7 @@ public void setEntries(List entries) { * An entry can either be a geodb file or an ip address group with geo properties. * Field introduced in 17.1.1. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return entries */ @@ -135,6 +140,7 @@ public GslbGeoDbProfile addEntriesItem(GslbGeoDbEntry entriesItem) { * This is the getter method this will return the attribute value. * This field indicates that this object is replicated across gslb federation. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return isFederated */ @@ -147,6 +153,7 @@ public Boolean getIsFederated() { * This is the setter method to the attribute. * This field indicates that this object is replicated across gslb federation. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param isFederated set the isFederated. */ @@ -162,6 +169,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 @@ -176,6 +184,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 @@ -190,6 +199,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 @@ -206,7 +216,8 @@ public GslbGeoDbProfile 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 */ @@ -219,7 +230,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 */ @@ -232,7 +244,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 */ @@ -250,6 +263,7 @@ public GslbGeoDbProfile addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * A user-friendly name for the geodb profile. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -262,6 +276,7 @@ public String getName() { * This is the setter method to the attribute. * A user-friendly name for the geodb profile. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -274,6 +289,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -286,6 +302,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -317,6 +334,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the geodb profile. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -329,6 +347,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the geodb profile. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/GslbGeoLocation.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbGeoLocation.java index ca298a90..ba566544 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbGeoLocation.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbGeoLocation.java @@ -39,6 +39,7 @@ public class GslbGeoLocation extends AviRestResource { * This is the getter method this will return the attribute value. * Geographic location of the site. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return location */ @@ -51,6 +52,7 @@ public GeoLocation getLocation() { * This is the setter method to the attribute. * Geographic location of the site. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param location set the location. */ @@ -64,6 +66,7 @@ public void setLocation(GeoLocation location) { * This field describes the source of the geolocation. * Enum options - GSLB_LOCATION_SRC_USER_CONFIGURED, GSLB_LOCATION_SRC_INHERIT_FROM_SITE, GSLB_LOCATION_SRC_FROM_GEODB. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return source */ @@ -77,6 +80,7 @@ public String getSource() { * This field describes the source of the geolocation. * Enum options - GSLB_LOCATION_SRC_USER_CONFIGURED, GSLB_LOCATION_SRC_INHERIT_FROM_SITE, GSLB_LOCATION_SRC_FROM_GEODB. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param source set the source. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbHealthMonitorProxy.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbHealthMonitorProxy.java index 30743793..50b24714 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbHealthMonitorProxy.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbHealthMonitorProxy.java @@ -40,6 +40,7 @@ public class GslbHealthMonitorProxy extends AviRestResource { * The designated site for health monitor proxy can monitor public or private or all the members of a given site. * Enum options - GSLB_HEALTH_MONITOR_PROXY_ALL_MEMBERS, GSLB_HEALTH_MONITOR_PROXY_PRIVATE_MEMBERS. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_HEALTH_MONITOR_PROXY_PRIVATE_MEMBERS". * @return proxyType */ @@ -54,6 +55,7 @@ public String getProxyType() { * The designated site for health monitor proxy can monitor public or private or all the members of a given site. * Enum options - GSLB_HEALTH_MONITOR_PROXY_ALL_MEMBERS, GSLB_HEALTH_MONITOR_PROXY_PRIVATE_MEMBERS. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_HEALTH_MONITOR_PROXY_PRIVATE_MEMBERS". * @param proxyType set the proxyType. */ @@ -68,6 +70,7 @@ public void setProxyType(String proxyType) { * I.e. * It will be a health monitor proxy and monitor members of the current site. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return siteUuid */ @@ -82,6 +85,7 @@ public String getSiteUuid() { * I.e. * It will be a health monitor proxy and monitor members of the current site. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param siteUuid set the siteUuid. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbIpAddr.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbIpAddr.java index adcb1959..0d103b7d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbIpAddr.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbIpAddr.java @@ -35,6 +35,7 @@ public class GslbIpAddr extends AviRestResource { * This is the getter method this will return the attribute value. * Public ip address of the pool member. * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -47,6 +48,7 @@ public IpAddr getIp() { * This is the setter method to the attribute. * Public ip address of the pool member. * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbObj.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbObj.java index 8f8a6215..d52a6aae 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbObj.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbObj.java @@ -41,6 +41,7 @@ public class GslbObj extends AviRestResource { /** * This is the getter method this will return the attribute value. * Field introduced in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbGeoDbProfileUuid */ @@ -52,6 +53,7 @@ public String getGslbGeoDbProfileUuid() { /** * This is the setter method to the attribute. * Field introduced in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gslbGeoDbProfileUuid set the gslbGeoDbProfileUuid. */ @@ -63,6 +65,7 @@ public void setGslbGeoDbProfileUuid(String gslbGeoDbProfileUuid) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbServiceUuid */ @@ -74,6 +77,7 @@ public String getGslbServiceUuid() { /** * This is the setter method to the attribute. * Field introduced in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gslbServiceUuid set the gslbServiceUuid. */ @@ -85,6 +89,7 @@ public void setGslbServiceUuid(String gslbServiceUuid) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbUuid */ @@ -96,6 +101,7 @@ public String getGslbUuid() { /** * This is the setter method to the attribute. * Field introduced in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gslbUuid set the gslbUuid. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbObjectInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbObjectInfo.java index 0d89e8bc..7e6217c1 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbObjectInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbObjectInfo.java @@ -47,6 +47,7 @@ public class GslbObjectInfo extends AviRestResource { * This is the getter method this will return the attribute value. * Indicates the object uuid. * Field introduced in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return obj */ @@ -59,6 +60,7 @@ public GslbObj getObj() { * This is the setter method to the attribute. * Indicates the object uuid. * Field introduced in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param obj set the obj. */ @@ -71,6 +73,7 @@ public void setObj(GslbObj obj) { * This is the getter method this will return the attribute value. * Indicates the object uuid. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objectUuid */ @@ -83,6 +86,7 @@ public String getObjectUuid() { * This is the setter method to the attribute. * Indicates the object uuid. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objectUuid set the objectUuid. */ @@ -95,6 +99,7 @@ public void setObjectUuid(String objectUuid) { * This is the getter method this will return the attribute value. * Indicates the object type gslb, gslbservice or gslbgeodbprofile. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pbName */ @@ -107,6 +112,7 @@ public String getPbName() { * This is the setter method to the attribute. * Indicates the object type gslb, gslbservice or gslbgeodbprofile. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pbName set the pbName. */ @@ -121,6 +127,7 @@ public void setPbName(String pbName) { * This is used in vs-mgr to push just the uuid or uuid + protobuf to the se-agent. * Enum options - GSLB_OBJECT_CHANGED, GSLB_OBJECT_UNCHANGED, GSLB_OBJECT_DELETE. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return state */ @@ -135,6 +142,7 @@ public String getState() { * This is used in vs-mgr to push just the uuid or uuid + protobuf to the se-agent. * Enum options - GSLB_OBJECT_CHANGED, GSLB_OBJECT_UNCHANGED, GSLB_OBJECT_DELETE. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param state set the state. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbPerDnsState.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbPerDnsState.java index 1f0585f8..bdbec084 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbPerDnsState.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbPerDnsState.java @@ -65,6 +65,7 @@ public class GslbPerDnsState extends AviRestResource { * This is the getter method this will return the attribute value. * This field describes the geodbprofile download status to the dns-vs. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoDownload */ @@ -77,6 +78,7 @@ public GslbDownloadStatus getGeoDownload() { * This is the setter method to the attribute. * This field describes the geodbprofile download status to the dns-vs. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param geoDownload set the geoDownload. */ @@ -89,6 +91,7 @@ public void setGeoDownload(GslbDownloadStatus geoDownload) { * This is the getter method this will return the attribute value. * This field describes the gslb, gslbservice, healthmonitor download status to the dns-vs. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbDownload */ @@ -101,6 +104,7 @@ public GslbDownloadStatus getGslbDownload() { * This is the setter method to the attribute. * This field describes the gslb, gslbservice, healthmonitor download status to the dns-vs. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gslbDownload set the gslbDownload. */ @@ -112,6 +116,7 @@ public void setGslbDownload(GslbDownloadStatus gslbDownload) { /** * This is the getter method this will return the attribute value. * Configured dns-vs-name at the site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -123,6 +128,7 @@ public String getName() { /** * This is the setter method to the attribute. * Configured dns-vs-name at the site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -133,7 +139,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property oper_status of obj type gslbperdnsstate 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 operStatus */ @@ -144,7 +150,7 @@ public OperationalStatus getOperStatus() { /** * This is the setter method to the attribute. - * Placeholder for description of property oper_status of obj type gslbperdnsstate 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 operStatus set the operStatus. */ @@ -157,6 +163,7 @@ public void setOperStatus(OperationalStatus operStatus) { * This is the getter method this will return the attribute value. * This field describes the subdomain placement rules for this dns-vs. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return placementRules */ @@ -169,6 +176,7 @@ public List getPlacementRules() { * This is the setter method. this will set the placementRules * This field describes the subdomain placement rules for this dns-vs. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return placementRules */ @@ -181,6 +189,7 @@ public void setPlacementRules(List placementRule * This is the setter method this will set the placementRules * This field describes the subdomain placement rules for this dns-vs. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return placementRules */ @@ -198,6 +207,7 @@ public GslbPerDnsState addPlacementRulesItem(GslbSubDomainPlacementRuntime place * This is the getter method this will return the attribute value. * The service engines associated with the dns-vs. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seList */ @@ -210,6 +220,7 @@ public List getSeList() { * This is the setter method. this will set the seList * The service engines associated with the dns-vs. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seList */ @@ -222,6 +233,7 @@ public void setSeList(List seList) { * This is the setter method this will set the seList * The service engines associated with the dns-vs. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seList */ @@ -238,6 +250,7 @@ public GslbPerDnsState addSeListItem(String seListItem) { /** * This is the getter method this will return the attribute value. * Configured dns-vs-uuid at the site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -249,6 +262,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Configured dns-vs-uuid at the site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -261,6 +275,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * This field indicates that the local vs is configured to be a dns service. * The services, network profile and application profile are configured in virtual service for dns operations. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return validDnsVs */ @@ -273,6 +288,7 @@ public Boolean getValidDnsVs() { * This is the setter method to the attribute. * This field indicates that the local vs is configured to be a dns service. * The services, network profile and application profile are configured in virtual service for dns operations. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param validDnsVs set the validDnsVs. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbPool.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbPool.java index feaaca79..90881c52 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbPool.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbPool.java @@ -70,6 +70,7 @@ public class GslbPool extends AviRestResource { * This is the getter method this will return the attribute value. * The load balancing algorithm will pick a local member within the gslb service list of available members. * Enum options - GSLB_ALGORITHM_ROUND_ROBIN, GSLB_ALGORITHM_CONSISTENT_HASH, GSLB_ALGORITHM_GEO, GSLB_ALGORITHM_TOPOLOGY. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_ALGORITHM_ROUND_ROBIN". * @return algorithm */ @@ -82,6 +83,7 @@ public String getAlgorithm() { * This is the setter method to the attribute. * The load balancing algorithm will pick a local member within the gslb service list of available members. * Enum options - GSLB_ALGORITHM_ROUND_ROBIN, GSLB_ALGORITHM_CONSISTENT_HASH, GSLB_ALGORITHM_GEO, GSLB_ALGORITHM_TOPOLOGY. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_ALGORITHM_ROUND_ROBIN". * @param algorithm set the algorithm. */ @@ -94,6 +96,7 @@ public void setAlgorithm(String algorithm) { * This is the getter method this will return the attribute value. * Mask to be applied on client ip for consistent hash algorithm. * Allowed values are 1-31. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return consistentHashMask */ @@ -106,6 +109,7 @@ public Integer getConsistentHashMask() { * This is the setter method to the attribute. * Mask to be applied on client ip for consistent hash algorithm. * Allowed values are 1-31. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param consistentHashMask set the consistentHashMask. */ @@ -119,6 +123,7 @@ public void setConsistentHashMask(Integer consistentHashMask) { * Mask to be applied on client ipv6 address for consistent hash algorithm. * Allowed values are 1-127. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return consistentHashMask6 */ @@ -132,6 +137,7 @@ public Integer getConsistentHashMask6() { * Mask to be applied on client ipv6 address for consistent hash algorithm. * Allowed values are 1-127. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param consistentHashMask6 set the consistentHashMask6. */ @@ -144,6 +150,7 @@ public void setConsistentHashMask6(Integer consistentHashMask6) { * This is the getter method this will return the attribute value. * User provided information that records member details such as application owner name, contact, etc. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -156,6 +163,7 @@ public String getDescription() { * This is the setter method to the attribute. * User provided information that records member details such as application owner name, contact, etc. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -168,6 +176,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Enable or disable a gslb service pool. * Field introduced in 17.2.14, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -180,6 +189,7 @@ public Boolean getEnabled() { * This is the setter method to the attribute. * Enable or disable a gslb service pool. * Field introduced in 17.2.14, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -194,6 +204,7 @@ public void setEnabled(Boolean enabled) { * For instance when algorithm is geo and client/server do not have valid geo location. * Enum options - GSLB_ALGORITHM_ROUND_ROBIN, GSLB_ALGORITHM_CONSISTENT_HASH, GSLB_ALGORITHM_GEO, GSLB_ALGORITHM_TOPOLOGY. * 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 fallbackAlgorithm */ @@ -208,6 +219,7 @@ public String getFallbackAlgorithm() { * For instance when algorithm is geo and client/server do not have valid geo location. * Enum options - GSLB_ALGORITHM_ROUND_ROBIN, GSLB_ALGORITHM_CONSISTENT_HASH, GSLB_ALGORITHM_GEO, GSLB_ALGORITHM_TOPOLOGY. * 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 fallbackAlgorithm set the fallbackAlgorithm. */ @@ -220,6 +232,7 @@ public void setFallbackAlgorithm(String fallbackAlgorithm) { * This is the getter method this will return the attribute value. * Select list of vips belonging to this gslb service. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return members */ @@ -232,6 +245,7 @@ public List getMembers() { * This is the setter method. this will set the members * Select list of vips belonging to this gslb service. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return members */ @@ -244,6 +258,7 @@ public void setMembers(List members) { * This is the setter method this will set the members * Select list of vips belonging to this gslb service. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return members */ @@ -261,6 +276,7 @@ public GslbPool addMembersItem(GslbPoolMember membersItem) { * This is the getter method this will return the attribute value. * Minimum number of health monitors in up state to mark the member up. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return minHealthMonitorsUp */ @@ -273,6 +289,7 @@ public Integer getMinHealthMonitorsUp() { * This is the setter method to the attribute. * Minimum number of health monitors in up state to mark the member up. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param minHealthMonitorsUp set the minHealthMonitorsUp. */ @@ -284,6 +301,7 @@ public void setMinHealthMonitorsUp(Integer minHealthMonitorsUp) { /** * This is the getter method this will return the attribute value. * Name of the gslb service pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -295,6 +313,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of the gslb service pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -309,7 +328,8 @@ public void setName(String name) { * The higher the number, the higher is the priority of the pool. * The dns service chooses the pool with the highest priority that is operationally up. * Allowed values are 0-100. - * Special values are 0 - 'do not choose members from this pool.a priority of 0 is equivalent to disabling the pool.'. + * Special values are 0 - do not choose members from this pool.a priority of 0 is equivalent to disabling the pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return priority */ @@ -324,7 +344,8 @@ public Integer getPriority() { * The higher the number, the higher is the priority of the pool. * The dns service chooses the pool with the highest priority that is operationally up. * Allowed values are 0-100. - * Special values are 0 - 'do not choose members from this pool.a priority of 0 is equivalent to disabling the pool.'. + * Special values are 0 - do not choose members from this pool.a priority of 0 is equivalent to disabling the pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param priority set the priority. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbPoolMember.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbPoolMember.java index f9949ab5..9e23e6af 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbPoolMember.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbPoolMember.java @@ -81,6 +81,7 @@ public class GslbPoolMember extends AviRestResource { * This is the getter method this will return the attribute value. * The cloud uuid of the site. * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudUuid */ @@ -93,6 +94,7 @@ public String getCloudUuid() { * This is the setter method to the attribute. * The cloud uuid of the site. * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudUuid set the cloudUuid. */ @@ -104,6 +106,7 @@ public void setCloudUuid(String cloudUuid) { /** * This is the getter method this will return the attribute value. * The cluster uuid of the site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterUuid */ @@ -115,6 +118,7 @@ public String getClusterUuid() { /** * This is the setter method to the attribute. * The cluster uuid of the site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterUuid set the clusterUuid. */ @@ -127,6 +131,7 @@ public void setClusterUuid(String clusterUuid) { * This is the getter method this will return the attribute value. * User provided information that records member details such as application owner name, contact, etc. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -139,6 +144,7 @@ public String getDescription() { * This is the setter method to the attribute. * User provided information that records member details such as application owner name, contact, etc. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -150,6 +156,7 @@ public void setDescription(String description) { /** * This is the getter method this will return the attribute value. * Enable or disable member to decide if this address should be provided in dns responses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -161,6 +168,7 @@ public Boolean getEnabled() { /** * This is the setter method to the attribute. * Enable or disable member to decide if this address should be provided in dns responses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -175,6 +183,7 @@ public void setEnabled(Boolean enabled) { * The fqdn is resolved to an ip address by the controller. * Dns service shall health monitor the resolved ip address while it will return the fqdn(cname) in the dns response.if the user has configured an * ip address (in addition to the fqdn), then the ip address will get overwritten whenever periodic fqdn refresh is done by the controller. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fqdn */ @@ -189,6 +198,7 @@ public String getFqdn() { * The fqdn is resolved to an ip address by the controller. * Dns service shall health monitor the resolved ip address while it will return the fqdn(cname) in the dns response.if the user has configured an * ip address (in addition to the fqdn), then the ip address will get overwritten whenever periodic fqdn refresh is done by the controller. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fqdn set the fqdn. */ @@ -202,6 +212,7 @@ public void setFqdn(String fqdn) { * Hostname to be used as host header for http health monitors and as tls server name for https health monitors.(by default, the fqdn of the gslb * pool member or gslb service is used.) note this field is not used as http host header when exact_http_request is set in the health monitor. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostname */ @@ -215,6 +226,7 @@ public String getHostname() { * Hostname to be used as host header for http health monitors and as tls server name for https health monitors.(by default, the fqdn of the gslb * pool member or gslb service is used.) note this field is not used as http host header when exact_http_request is set in the health monitor. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostname set the hostname. */ @@ -232,6 +244,7 @@ public void setHostname(String hostname) { * User may configure the ip address without the cluster uuid or the virtual service uuid. * In this option, some advanced site related features cannot be enabled. * If the user has configured a fqdn for the pool member, then it takes precedence and will overwrite the configured ip address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -249,6 +262,7 @@ public IpAddr getIp() { * User may configure the ip address without the cluster uuid or the virtual service uuid. * In this option, some advanced site related features cannot be enabled. * If the user has configured a fqdn for the pool member, then it takes precedence and will overwrite the configured ip address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -261,6 +275,7 @@ public void setIp(IpAddr ip) { * This is the getter method this will return the attribute value. * Geographic location of the pool member. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return location */ @@ -273,6 +288,7 @@ public GslbGeoLocation getLocation() { * This is the setter method to the attribute. * Geographic location of the pool member. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param location set the location. */ @@ -290,6 +306,7 @@ public void setLocation(GslbGeoLocation location) { * Client dns requests coming in from within the intranet should have the private ip served in the a record, and requests from outside this should * be served the public ip address. * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return publicIp */ @@ -307,6 +324,7 @@ public GslbIpAddr getPublicIp() { * Client dns requests coming in from within the intranet should have the private ip served in the a record, and requests from outside this should * be served the public ip address. * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param publicIp set the publicIp. */ @@ -321,6 +339,7 @@ public void setPublicIp(GslbIpAddr publicIp) { * Reduces the percentage the lb algorithm would pick the server in relation to its peers. * Range is 1-20. * Allowed values are 1-20. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return ratio */ @@ -335,6 +354,7 @@ public Integer getRatio() { * Reduces the percentage the lb algorithm would pick the server in relation to its peers. * Range is 1-20. * Allowed values are 1-20. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param ratio set the ratio. */ @@ -347,6 +367,7 @@ public void setRatio(Integer ratio) { * This is the getter method this will return the attribute value. * This field indicates if the fqdn should be resolved to a v6 or a v4 address family. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return resolveFqdnToV6 */ @@ -359,6 +380,7 @@ public Boolean getResolveFqdnToV6() { * This is the setter method to the attribute. * This field indicates if the fqdn should be resolved to a v6 or a v4 address family. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param resolveFqdnToV6 set the resolveFqdnToV6. */ @@ -372,6 +394,7 @@ public void setResolveFqdnToV6(Boolean resolveFqdnToV6) { * Select local virtual service in the specified controller cluster belonging to this gslb service. * The virtual service may have multiple ip addresses and fqdns. * User will have to choose ip address or fqdn and configure it in the respective field. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -385,6 +408,7 @@ public String getVsUuid() { * Select local virtual service in the specified controller cluster belonging to this gslb service. * The virtual service may have multiple ip addresses and fqdns. * User will have to choose ip address or fqdn and configure it in the respective field. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbPoolMemberDatapathStatus.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbPoolMemberDatapathStatus.java index 418f9929..673bf72e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbPoolMemberDatapathStatus.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbPoolMemberDatapathStatus.java @@ -43,6 +43,7 @@ public class GslbPoolMemberDatapathStatus extends AviRestResource { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return location */ @@ -54,6 +55,7 @@ public GeoLocation getLocation() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param location set the location. */ @@ -64,7 +66,7 @@ public void setLocation(GeoLocation location) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property oper_status of obj type gslbpoolmemberdatapathstatus 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 operStatus */ @@ -75,7 +77,7 @@ public OperationalStatus getOperStatus() { /** * This is the setter method to the attribute. - * Placeholder for description of property oper_status of obj type gslbpoolmemberdatapathstatus 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 operStatus set the operStatus. */ @@ -86,7 +88,7 @@ public void setOperStatus(OperationalStatus operStatus) { /** * This is the getter method this will return the attribute value. - * Unique object identifier of site. + * Allowed in enterprise edition with any value, 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 */ @@ -97,7 +99,7 @@ public String getSiteUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param siteUuid set the siteUuid. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbPoolMemberRuntimeInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbPoolMemberRuntimeInfo.java index 5b10c0a4..ed5c3bbb 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbPoolMemberRuntimeInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbPoolMemberRuntimeInfo.java @@ -117,6 +117,7 @@ public class GslbPoolMemberRuntimeInfo extends AviRestResource { * 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. * 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 null. * @return appType */ @@ -131,6 +132,7 @@ public String getAppType() { * 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. * 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 null. * @param appType set the appType. */ @@ -142,6 +144,7 @@ public void setAppType(String appType) { /** * This is the getter method this will return the attribute value. * The site controller cluster uuid to which this member belongs. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterUuid */ @@ -153,6 +156,7 @@ public String getClusterUuid() { /** * This is the setter method to the attribute. * The site controller cluster uuid to which this member belongs. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterUuid set the clusterUuid. */ @@ -164,6 +168,7 @@ public void setClusterUuid(String clusterUuid) { /** * This is the getter method this will return the attribute value. * Controller retrieved member status at the site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerStatus */ @@ -175,6 +180,7 @@ public OperationalStatus getControllerStatus() { /** * This is the setter method to the attribute. * Controller retrieved member status at the site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerStatus set the controllerStatus. */ @@ -186,6 +192,7 @@ public void setControllerStatus(OperationalStatus controllerStatus) { /** * This is the getter method this will return the attribute value. * Dns computed member status from different sites. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datapathStatus */ @@ -197,6 +204,7 @@ public List getDatapathStatus() { /** * This is the setter method. this will set the datapathStatus * Dns computed member status from different sites. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datapathStatus */ @@ -208,6 +216,7 @@ public void setDatapathStatus(List datapathStatus /** * This is the setter method this will set the datapathStatus * Dns computed member status from different sites. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datapathStatus */ @@ -224,6 +233,7 @@ public GslbPoolMemberRuntimeInfo addDatapathStatusItem(GslbPoolMemberDatapathSta /** * This is the getter method this will return the attribute value. * Fqdn address of the member. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fqdn */ @@ -235,6 +245,7 @@ public String getFqdn() { /** * This is the setter method to the attribute. * Fqdn address of the member. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fqdn set the fqdn. */ @@ -245,7 +256,7 @@ public void setFqdn(String fqdn) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property gs_name of obj type gslbpoolmemberruntimeinfo field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gsName */ @@ -256,7 +267,7 @@ public String getGsName() { /** * This is the setter method to the attribute. - * Placeholder for description of property gs_name of obj type gslbpoolmemberruntimeinfo field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gsName set the gsName. */ @@ -268,6 +279,7 @@ public void setGsName(String gsName) { /** * This is the getter method this will return the attribute value. * The gslb service to which this member belongs. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gsUuid */ @@ -279,6 +291,7 @@ public String getGsUuid() { /** * This is the setter method to the attribute. * The gslb service to which this member belongs. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gsUuid set the gsUuid. */ @@ -290,6 +303,7 @@ public void setGsUuid(String gsUuid) { /** * This is the getter method this will return the attribute value. * Gslb pool member's configured vip. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -301,6 +315,7 @@ public IpAddr getIp() { /** * This is the setter method to the attribute. * Gslb pool member's configured vip. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -312,6 +327,7 @@ public void setIp(IpAddr ip) { /** * This is the getter method this will return the attribute value. * This is an internal field that conveys the ip address from the controller to service engine in binary format. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipValueToSe */ @@ -323,6 +339,7 @@ public Integer getIpValueToSe() { /** * This is the setter method to the attribute. * This is an internal field that conveys the ip address from the controller to service engine in binary format. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipValueToSe set the ipValueToSe. */ @@ -335,6 +352,7 @@ public void setIpValueToSe(Integer ipValueToSe) { * This is the getter method this will return the attribute value. * This is an internal field that conveys the ipv6 address from the controller to service engine in binary format. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipv6ValueToSe */ @@ -347,6 +365,7 @@ public List getIpv6ValueToSe() { * This is the setter method. this will set the ipv6ValueToSe * This is an internal field that conveys the ipv6 address from the controller to service engine in binary format. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipv6ValueToSe */ @@ -359,6 +378,7 @@ public void setIpv6ValueToSe(List ipv6ValueToSe) { * This is the setter method this will set the ipv6ValueToSe * This is an internal field that conveys the ipv6 address from the controller to service engine in binary format. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipv6ValueToSe */ @@ -375,6 +395,7 @@ public GslbPoolMemberRuntimeInfo addIpv6ValueToSeItem(Integer ipv6ValueToSeItem) /** * This is the getter method this will return the attribute value. * Operational vips of the member that can map to multiple vs ip addresses such as private, public and floating addresses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operIps */ @@ -386,6 +407,7 @@ public List getOperIps() { /** * This is the setter method. this will set the operIps * Operational vips of the member that can map to multiple vs ip addresses such as private, public and floating addresses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operIps */ @@ -397,6 +419,7 @@ public void setOperIps(List operIps) { /** * This is the setter method this will set the operIps * Operational vips of the member that can map to multiple vs ip addresses such as private, public and floating addresses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operIps */ @@ -412,7 +435,8 @@ public GslbPoolMemberRuntimeInfo addOperIpsItem(IpAddr operIpsItem) { /** * This is the getter method this will return the attribute value. - * Gslb pool member's consolidated operational status . + * Gslb pool member's consolidated operational 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 operStatus */ @@ -423,7 +447,8 @@ public OperationalStatus getOperStatus() { /** * This is the setter method to the attribute. - * Gslb pool member's consolidated operational status . + * Gslb pool member's consolidated operational 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 operStatus set the operStatus. */ @@ -435,6 +460,7 @@ public void setOperStatus(OperationalStatus operStatus) { /** * This is the getter method this will return the attribute value. * Services configured on the virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return services */ @@ -446,6 +472,7 @@ public List getServices() { /** * This is the setter method. this will set the services * Services configured on the virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return services */ @@ -457,6 +484,7 @@ public void setServices(List services) { /** * This is the setter method this will set the services * Services configured on the virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return services */ @@ -473,6 +501,7 @@ public GslbPoolMemberRuntimeInfo addServicesItem(com.vmware.avi.vro.model.Servic /** * This is the getter method this will return the attribute value. * The site 's name is required for event-generation etc. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return siteName */ @@ -484,6 +513,7 @@ public String getSiteName() { /** * This is the setter method to the attribute. * The site 's name is required for event-generation etc. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param siteName set the siteName. */ @@ -496,6 +526,7 @@ public void setSiteName(String siteName) { * This is the getter method this will return the attribute value. * Site persistence pools associated with the vs. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return spPools */ @@ -508,6 +539,7 @@ public List getSpPools() { * This is the setter method. this will set the spPools * Site persistence pools associated with the vs. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return spPools */ @@ -520,6 +552,7 @@ public void setSpPools(List spPools) { * This is the setter method this will set the spPools * Site persistence pools associated with the vs. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return spPools */ @@ -537,6 +570,7 @@ public GslbPoolMemberRuntimeInfo addSpPoolsItem(GslbServiceSitePersistencePool s * This is the getter method this will return the attribute value. * Describes the vip type avi or third-party. * Enum options - NON_AVI_VIP, AVI_VIP. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipType */ @@ -549,6 +583,7 @@ public String getVipType() { * This is the setter method to the attribute. * Describes the vip type avi or third-party. * Enum options - NON_AVI_VIP, AVI_VIP. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipType set the vipType. */ @@ -560,6 +595,7 @@ public void setVipType(String vipType) { /** * This is the getter method this will return the attribute value. * Vs name belonging to this gslb service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -571,6 +607,7 @@ public String getVsName() { /** * This is the setter method to the attribute. * Vs name belonging to this gslb service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsName set the vsName. */ @@ -582,6 +619,7 @@ public void setVsName(String vsName) { /** * This is the getter method this will return the attribute value. * Vs uuid belonging to this gslb service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -593,6 +631,7 @@ public String getVsUuid() { /** * This is the setter method to the attribute. * Vs uuid belonging to this gslb service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ @@ -604,6 +643,7 @@ public void setVsUuid(String vsUuid) { /** * This is the getter method this will return the attribute value. * Front end l4 metrics of the virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vserverL4Metrics */ @@ -615,6 +655,7 @@ public VserverL4MetricsObj getVserverL4Metrics() { /** * This is the setter method to the attribute. * Front end l4 metrics of the virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vserverL4Metrics set the vserverL4Metrics. */ @@ -626,6 +667,7 @@ public void setVserverL4Metrics(VserverL4MetricsObj vserverL4Metrics) { /** * This is the getter method this will return the attribute value. * Front end l7 metrics of the virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vserverL7Metrics */ @@ -637,6 +679,7 @@ public VserverL7MetricsObj getVserverL7Metrics() { /** * This is the setter method to the attribute. * Front end l7 metrics of the virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vserverL7Metrics set the vserverL7Metrics. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbPoolRuntime.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbPoolRuntime.java index b5469293..0325514e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbPoolRuntime.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbPoolRuntime.java @@ -41,7 +41,7 @@ public class GslbPoolRuntime extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property members of obj type gslbpoolruntime 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 members */ @@ -52,7 +52,7 @@ public List getMembers() { /** * This is the setter method. this will set the members - * Placeholder for description of property members of obj type gslbpoolruntime 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 members */ @@ -63,7 +63,7 @@ public void setMembers(List members) { /** * This is the setter method this will set the members - * Placeholder for description of property members of obj type gslbpoolruntime 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 members */ @@ -79,7 +79,7 @@ public GslbPoolRuntime addMembersItem(GslbPoolMemberRuntimeInfo membersItem) { /** * 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 */ @@ -90,7 +90,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. */ @@ -103,6 +103,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Gslb pool's consolidated operational status. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operStatus */ @@ -115,6 +116,7 @@ public OperationalStatus getOperStatus() { * This is the setter method to the attribute. * Gslb pool's consolidated operational status. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param operStatus set the operStatus. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbReplicationStats.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbReplicationStats.java index 746a9d56..44301af9 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbReplicationStats.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbReplicationStats.java @@ -42,6 +42,7 @@ public class GslbReplicationStats extends AviRestResource { * This is the getter method this will return the attribute value. * Last config version acknowledged. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return acknowledgedVersion */ @@ -54,6 +55,7 @@ public Integer getAcknowledgedVersion() { * This is the setter method to the attribute. * Last config version acknowledged. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param acknowledgedVersion set the acknowledgedVersion. */ @@ -66,6 +68,7 @@ public void setAcknowledgedVersion(Integer acknowledgedVersion) { * This is the getter method this will return the attribute value. * Number of pending objects. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pendingObjectCount */ @@ -78,6 +81,7 @@ public Integer getPendingObjectCount() { * This is the setter method to the attribute. * Number of pending objects. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pendingObjectCount set the pendingObjectCount. */ @@ -91,6 +95,7 @@ public void setPendingObjectCount(Integer pendingObjectCount) { * Last config version received. * On leader, this represents the version received from federated datastore. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return receivedVersion */ @@ -104,6 +109,7 @@ public Integer getReceivedVersion() { * Last config version received. * On leader, this represents the version received from federated datastore. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param receivedVersion set the receivedVersion. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbRuntime.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbRuntime.java index 51440aef..f0f43ef7 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbRuntime.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbRuntime.java @@ -75,6 +75,7 @@ public class GslbRuntime extends AviRestResource { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return checksum */ @@ -86,6 +87,7 @@ public String getChecksum() { /** * This is the setter method to the attribute. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param checksum set the checksum. */ @@ -98,6 +100,7 @@ public void setChecksum(String checksum) { * This is the getter method this will return the attribute value. * This field indicates delete is in progress for this gslb instance. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return deleteInProgress */ @@ -110,6 +113,7 @@ public Boolean getDeleteInProgress() { * This is the setter method to the attribute. * This field indicates delete is in progress for this gslb instance. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param deleteInProgress set the deleteInProgress. */ @@ -120,7 +124,7 @@ public void setDeleteInProgress(Boolean deleteInProgress) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property dns_enabled of obj type gslbruntime 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 dnsEnabled */ @@ -131,7 +135,7 @@ public Boolean getDnsEnabled() { /** * This is the setter method to the attribute. - * Placeholder for description of property dns_enabled of obj type gslbruntime 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 dnsEnabled set the dnsEnabled. */ @@ -142,7 +146,7 @@ public void setDnsEnabled(Boolean dnsEnabled) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property event_cache of obj type gslbruntime 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 eventCache */ @@ -153,7 +157,7 @@ public EventCache getEventCache() { /** * This is the setter method to the attribute. - * Placeholder for description of property event_cache of obj type gslbruntime 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 eventCache set the eventCache. */ @@ -164,7 +168,7 @@ public void setEventCache(EventCache eventCache) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property flr_state of obj type gslbruntime 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 flrState */ @@ -175,7 +179,7 @@ public List getFlrState() { /** * This is the setter method. this will set the flrState - * Placeholder for description of property flr_state of obj type gslbruntime 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 flrState */ @@ -186,7 +190,7 @@ public void setFlrState(List flrState) { /** * This is the setter method this will set the flrState - * Placeholder for description of property flr_state of obj type gslbruntime 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 flrState */ @@ -202,7 +206,7 @@ public GslbRuntime addFlrStateItem(CfgState flrStateItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ldr_state of obj type gslbruntime 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 ldrState */ @@ -213,7 +217,7 @@ public CfgState getLdrState() { /** * This is the setter method to the attribute. - * Placeholder for description of property ldr_state of obj type gslbruntime 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 ldrState set the ldrState. */ @@ -224,7 +228,7 @@ public void setLdrState(CfgState ldrState) { /** * 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 */ @@ -235,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. */ @@ -246,7 +250,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property site of obj type gslbruntime 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 site */ @@ -257,7 +261,7 @@ public List getSite() { /** * This is the setter method. this will set the site - * Placeholder for description of property site of obj type gslbruntime 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 site */ @@ -268,7 +272,7 @@ public void setSite(List site) { /** * This is the setter method this will set the site - * Placeholder for description of property site of obj type gslbruntime 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 site */ @@ -286,6 +290,7 @@ public GslbRuntime addSiteItem(GslbSiteRuntime siteItem) { * This is the getter method this will return the attribute value. * Remap the tenant_uuid to its tenant-name so that we can use the tenant_name directly in remote-site ops. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantName */ @@ -298,6 +303,7 @@ public String getTenantName() { * This is the setter method to the attribute. * Remap the tenant_uuid to its tenant-name so that we can use the tenant_name directly in remote-site ops. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantName set the tenantName. */ @@ -309,6 +315,7 @@ public void setTenantName(String tenantName) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return thirdPartySites */ @@ -320,6 +327,7 @@ public List getThirdPartySites() { /** * This is the setter method. this will set the thirdPartySites * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return thirdPartySites */ @@ -331,6 +339,7 @@ public void setThirdPartySites(List thirdPartySites) /** * This is the setter method this will set the thirdPartySites * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return thirdPartySites */ @@ -346,7 +355,7 @@ public GslbRuntime addThirdPartySitesItem(GslbThirdPartySiteRuntime thirdPartySi /** * 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 */ @@ -357,7 +366,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/GslbService.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbService.java index dfe770ff..059fb569 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbService.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbService.java @@ -132,6 +132,7 @@ public class GslbService extends AviRestResource { * The federated application persistence associated with gslbservice site persistence functionality. * It is a reference to an object of type applicationpersistenceprofile. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return applicationPersistenceProfileRef */ @@ -145,6 +146,7 @@ public String getApplicationPersistenceProfileRef() { * The federated application persistence associated with gslbservice site persistence functionality. * It is a reference to an object of type applicationpersistenceprofile. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param applicationPersistenceProfileRef set the applicationPersistenceProfileRef. */ @@ -158,6 +160,7 @@ public void setApplicationPersistenceProfileRef(String applicationPersistencePr * Gs member's overall health status is derived based on a combination of controller and datapath health-status inputs. * Note that the datapath status is determined by the association of health monitor profiles. * Only the controller provided status is determined through this configuration. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return controllerHealthStatusEnabled */ @@ -171,6 +174,7 @@ public Boolean getControllerHealthStatusEnabled() { * Gs member's overall health status is derived based on a combination of controller and datapath health-status inputs. * Note that the datapath status is determined by the association of health monitor profiles. * Only the controller provided status is determined through this configuration. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param controllerHealthStatusEnabled set the controllerHealthStatusEnabled. */ @@ -183,6 +187,7 @@ public void setControllerHealthStatusEnabled(Boolean controllerHealthStatusEnab * This is the getter method this will return the attribute value. * Creator name. * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -195,6 +200,7 @@ public String getCreatedBy() { * This is the setter method to the attribute. * Creator name. * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -205,7 +211,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 */ @@ -216,7 +222,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. */ @@ -229,6 +235,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Fully qualified domain name of the gslb service. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainNames */ @@ -241,6 +248,7 @@ public List getDomainNames() { * This is the setter method. this will set the domainNames * Fully qualified domain name of the gslb service. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainNames */ @@ -253,6 +261,7 @@ public void setDomainNames(List domainNames) { * This is the setter method this will set the domainNames * Fully qualified domain name of the gslb service. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainNames */ @@ -269,6 +278,7 @@ public GslbService addDomainNamesItem(String domainNamesItem) { /** * This is the getter method this will return the attribute value. * Response to the client query when the gslb service is down. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return downResponse */ @@ -280,6 +290,7 @@ public GslbServiceDownResponse getDownResponse() { /** * This is the setter method to the attribute. * Response to the client query when the gslb service is down. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param downResponse set the downResponse. */ @@ -293,6 +304,7 @@ public void setDownResponse(GslbServiceDownResponse downResponse) { * Enable or disable the gslb service. * If the gslb service is enabled, then the vips are sent in the dns responses based on reachability and configured algorithm. * If the gslb service is disabled, then the vips are no longer available in the dns response. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -306,6 +318,7 @@ public Boolean getEnabled() { * Enable or disable the gslb service. * If the gslb service is enabled, then the vips are sent in the dns responses based on reachability and configured algorithm. * If the gslb service is disabled, then the vips are no longer available in the dns response. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -318,6 +331,7 @@ public void setEnabled(Boolean enabled) { * This is the getter method this will return the attribute value. * Select list of pools belonging to this gslb service. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groups */ @@ -330,6 +344,7 @@ public List getGroups() { * This is the setter method. this will set the groups * Select list of pools belonging to this gslb service. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groups */ @@ -342,6 +357,7 @@ public void setGroups(List groups) { * This is the setter method this will set the groups * Select list of pools belonging to this gslb service. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groups */ @@ -361,6 +377,7 @@ public GslbService addGroupsItem(GslbPool groupsItem) { * Active monitors generate synthetic traffic from dns service engine and to mark a vs up or down based on the response. * It is a reference to an object of type healthmonitor. * Maximum of 6 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return healthMonitorRefs */ @@ -375,6 +392,7 @@ public List getHealthMonitorRefs() { * Active monitors generate synthetic traffic from dns service engine and to mark a vs up or down based on the response. * It is a reference to an object of type healthmonitor. * Maximum of 6 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return healthMonitorRefs */ @@ -389,6 +407,7 @@ public void setHealthMonitorRefs(List healthMonitorRefs) { * Active monitors generate synthetic traffic from dns service engine and to mark a vs up or down based on the response. * It is a reference to an object of type healthmonitor. * Maximum of 6 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return healthMonitorRefs */ @@ -408,6 +427,7 @@ public GslbService addHealthMonitorRefsItem(String healthMonitorRefsItem) { * This operational mode is useful to reduce the number of health monitor probes in case of a hybrid scenario. * In such a case, avi members can have controller derived status while non-avi members can be probed by via health monitor probes in dataplane. * Enum options - GSLB_SERVICE_HEALTH_MONITOR_ALL_MEMBERS, GSLB_SERVICE_HEALTH_MONITOR_ONLY_NON_AVI_MEMBERS. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_SERVICE_HEALTH_MONITOR_ALL_MEMBERS". * @return healthMonitorScope */ @@ -422,6 +442,7 @@ public String getHealthMonitorScope() { * This operational mode is useful to reduce the number of health monitor probes in case of a hybrid scenario. * In such a case, avi members can have controller derived status while non-avi members can be probed by via health monitor probes in dataplane. * Enum options - GSLB_SERVICE_HEALTH_MONITOR_ALL_MEMBERS, GSLB_SERVICE_HEALTH_MONITOR_ONLY_NON_AVI_MEMBERS. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_SERVICE_HEALTH_MONITOR_ALL_MEMBERS". * @param healthMonitorScope set the healthMonitorScope. */ @@ -434,6 +455,7 @@ public void setHealthMonitorScope(String healthMonitorScope) { * This is the getter method this will return the attribute value. * This field indicates that this object is replicated across gslb federation. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return isFederated */ @@ -446,6 +468,7 @@ public Boolean getIsFederated() { * This is the setter method to the attribute. * This field indicates that this object is replicated across gslb federation. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param isFederated set the isFederated. */ @@ -461,6 +484,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 @@ -475,6 +499,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 @@ -489,6 +514,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 @@ -505,7 +531,8 @@ public GslbService 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 */ @@ -518,7 +545,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 */ @@ -531,7 +559,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 */ @@ -549,8 +578,9 @@ public GslbService addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * The minimum number of members to distribute traffic to. * Allowed values are 1-65535. - * Special values are 0 - 'disable'. + * Special values are 0 - disable. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return minMembers */ @@ -563,8 +593,9 @@ public Integer getMinMembers() { * This is the setter method to the attribute. * The minimum number of members to distribute traffic to. * Allowed values are 1-65535. - * Special values are 0 - 'disable'. + * Special values are 0 - disable. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param minMembers set the minMembers. */ @@ -576,6 +607,7 @@ public void setMinMembers(Integer minMembers) { /** * This is the getter method this will return the attribute value. * Name for the gslb service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -587,6 +619,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name for the gslb service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -600,7 +633,8 @@ public void setName(String name) { * Number of ip addresses of this gslb service to be returned by the dns service. * Enter 0 to return all ip addresses. * Allowed values are 1-20. - * Special values are 0- 'return all ip addresses'. + * Special values are 0- return all 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 null. * @return numDnsIp */ @@ -614,7 +648,8 @@ public Integer getNumDnsIp() { * Number of ip addresses of this gslb service to be returned by the dns service. * Enter 0 to return all ip addresses. * Allowed values are 1-20. - * Special values are 0- 'return all ip addresses'. + * Special values are 0- return all 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 null. * @param numDnsIp set the numDnsIp. */ @@ -628,6 +663,7 @@ public void setNumDnsIp(Integer numDnsIp) { * The load balancing algorithm will pick a gslb pool within the gslb service list of available pools. * Enum options - GSLB_SERVICE_ALGORITHM_PRIORITY, GSLB_SERVICE_ALGORITHM_GEO. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_SERVICE_ALGORITHM_PRIORITY". * @return poolAlgorithm */ @@ -641,6 +677,7 @@ public String getPoolAlgorithm() { * The load balancing algorithm will pick a gslb pool within the gslb service list of available pools. * Enum options - GSLB_SERVICE_ALGORITHM_PRIORITY, GSLB_SERVICE_ALGORITHM_GEO. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_SERVICE_ALGORITHM_PRIORITY". * @param poolAlgorithm set the poolAlgorithm. */ @@ -653,6 +690,7 @@ public void setPoolAlgorithm(String poolAlgorithm) { * This is the getter method this will return the attribute value. * This field indicates that for a cname query, respond with resolved cnames in the additional section with a records. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return resolveCname */ @@ -665,6 +703,7 @@ public Boolean getResolveCname() { * This is the setter method to the attribute. * This field indicates that for a cname query, respond with resolved cnames in the additional section with a records. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param resolveCname set the resolveCname. */ @@ -677,6 +716,7 @@ public void setResolveCname(Boolean resolveCname) { * This is the getter method this will return the attribute value. * Enable site-persistence for the gslbservice. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return sitePersistenceEnabled */ @@ -689,6 +729,7 @@ public Boolean getSitePersistenceEnabled() { * This is the setter method to the attribute. * Enable site-persistence for the gslbservice. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param sitePersistenceEnabled set the sitePersistenceEnabled. */ @@ -700,6 +741,7 @@ public void setSitePersistenceEnabled(Boolean sitePersistenceEnabled) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -711,6 +753,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. */ @@ -724,6 +767,7 @@ public void setTenantRef(String tenantRef) { * Ttl value (in seconds) for records served for this gslb service by the dns service. * Allowed values are 0-86400. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ttl */ @@ -737,6 +781,7 @@ public Integer getTtl() { * Ttl value (in seconds) for records served for this gslb service by the dns service. * Allowed values are 0-86400. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ttl set the ttl. */ @@ -769,6 +814,7 @@ public void setUrl(String url) { * Use the client ip subnet from the edns option as source ipaddress for client geo-location and consistent hash algorithm. * Default is true. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return useEdnsClientSubnet */ @@ -782,6 +828,7 @@ public Boolean getUseEdnsClientSubnet() { * Use the client ip subnet from the edns option as source ipaddress for client geo-location and consistent hash algorithm. * Default is true. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param useEdnsClientSubnet set the useEdnsClientSubnet. */ @@ -793,6 +840,7 @@ public void setUseEdnsClientSubnet(Boolean useEdnsClientSubnet) { /** * This is the getter method this will return the attribute value. * Uuid of the gslb service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -804,6 +852,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the gslb service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -818,6 +867,7 @@ public void setUuid(String uuid) { * request. * Default is false. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return wildcardMatch */ @@ -832,6 +882,7 @@ public Boolean getWildcardMatch() { * request. * Default is false. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param wildcardMatch set the wildcardMatch. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbServiceDownResponse.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbServiceDownResponse.java index c6a9a3c1..7a2f6a54 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbServiceDownResponse.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbServiceDownResponse.java @@ -43,6 +43,7 @@ public class GslbServiceDownResponse extends AviRestResource { /** * This is the getter method this will return the attribute value. * Fallback ip address to use in a response to the client query when the gslb service is down. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fallbackIp */ @@ -54,6 +55,7 @@ public IpAddr getFallbackIp() { /** * This is the setter method to the attribute. * Fallback ip address to use in a response to the client query when the gslb service is down. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fallbackIp set the fallbackIp. */ @@ -66,6 +68,7 @@ public void setFallbackIp(IpAddr fallbackIp) { * This is the getter method this will return the attribute value. * Fallback ipv6 address to use in aaaa response to the client query when the gslb service is down. * Field introduced in 18.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fallbackIp6 */ @@ -78,6 +81,7 @@ public IpAddr getFallbackIp6() { * This is the setter method to the attribute. * Fallback ipv6 address to use in aaaa response to the client query when the gslb service is down. * Field introduced in 18.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fallbackIp6 set the fallbackIp6. */ @@ -91,6 +95,7 @@ public void setFallbackIp6(IpAddr fallbackIp6) { * Response from dns service towards the client when the gslb service is down. * Enum options - GSLB_SERVICE_DOWN_RESPONSE_NONE, GSLB_SERVICE_DOWN_RESPONSE_ALL_RECORDS, GSLB_SERVICE_DOWN_RESPONSE_FALLBACK_IP, * GSLB_SERVICE_DOWN_RESPONSE_EMPTY. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_SERVICE_DOWN_RESPONSE_NONE". * @return type */ @@ -104,6 +109,7 @@ public String getType() { * Response from dns service towards the client when the gslb service is down. * Enum options - GSLB_SERVICE_DOWN_RESPONSE_NONE, GSLB_SERVICE_DOWN_RESPONSE_ALL_RECORDS, GSLB_SERVICE_DOWN_RESPONSE_FALLBACK_IP, * GSLB_SERVICE_DOWN_RESPONSE_EMPTY. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_SERVICE_DOWN_RESPONSE_NONE". * @param type set the type. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbServiceRuntime.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbServiceRuntime.java index aac909dc..f2b1895c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbServiceRuntime.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbServiceRuntime.java @@ -84,6 +84,7 @@ public class GslbServiceRuntime extends AviRestResource { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return checksum */ @@ -95,6 +96,7 @@ public String getChecksum() { /** * This is the setter method to the attribute. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param checksum set the checksum. */ @@ -107,6 +109,7 @@ public void setChecksum(String checksum) { * This is the getter method this will return the attribute value. * Fully qualified domain name of the gslbservice. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainNames */ @@ -119,6 +122,7 @@ public List getDomainNames() { * This is the setter method. this will set the domainNames * Fully qualified domain name of the gslbservice. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainNames */ @@ -131,6 +135,7 @@ public void setDomainNames(List domainNames) { * This is the setter method this will set the domainNames * Fully qualified domain name of the gslbservice. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainNames */ @@ -146,7 +151,7 @@ public GslbServiceRuntime addDomainNamesItem(String domainNamesItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property flr_state of obj type gslbserviceruntime 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 flrState */ @@ -157,7 +162,7 @@ public List getFlrState() { /** * This is the setter method. this will set the flrState - * Placeholder for description of property flr_state of obj type gslbserviceruntime 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 flrState */ @@ -168,7 +173,7 @@ public void setFlrState(List flrState) { /** * This is the setter method this will set the flrState - * Placeholder for description of property flr_state of obj type gslbserviceruntime 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 flrState */ @@ -184,7 +189,7 @@ public GslbServiceRuntime addFlrStateItem(CfgState flrStateItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property groups of obj type gslbserviceruntime 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 */ @@ -195,7 +200,7 @@ public List getGroups() { /** * This is the setter method. this will set the groups - * Placeholder for description of property groups of obj type gslbserviceruntime 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 */ @@ -206,7 +211,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 gslbserviceruntime 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 */ @@ -222,7 +227,7 @@ public GslbServiceRuntime addGroupsItem(GslbPoolRuntime groupsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ldr_state of obj type gslbserviceruntime 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 ldrState */ @@ -233,7 +238,7 @@ public CfgState getLdrState() { /** * This is the setter method to the attribute. - * Placeholder for description of property ldr_state of obj type gslbserviceruntime 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 ldrState set the ldrState. */ @@ -244,7 +249,7 @@ public void setLdrState(CfgState ldrState) { /** * 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 */ @@ -255,7 +260,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. */ @@ -266,7 +271,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property oper_status of obj type gslbserviceruntime 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 operStatus */ @@ -277,7 +282,7 @@ public OperationalStatus getOperStatus() { /** * This is the setter method to the attribute. - * Placeholder for description of property oper_status of obj type gslbserviceruntime 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 operStatus set the operStatus. */ @@ -289,6 +294,7 @@ public void setOperStatus(OperationalStatus operStatus) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sendEvent */ @@ -300,6 +306,7 @@ public Boolean getSendEvent() { /** * This is the setter method to the attribute. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sendEvent set the sendEvent. */ @@ -311,6 +318,7 @@ public void setSendEvent(Boolean sendEvent) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sendStatus */ @@ -322,6 +330,7 @@ public Boolean getSendStatus() { /** * This is the setter method to the attribute. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sendStatus set the sendStatus. */ @@ -332,7 +341,7 @@ public void setSendStatus(Boolean sendStatus) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property services_state of obj type gslbserviceruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servicesState */ @@ -343,7 +352,7 @@ public String getServicesState() { /** * This is the setter method to the attribute. - * Placeholder for description of property services_state of obj type gslbserviceruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param servicesState set the servicesState. */ @@ -356,6 +365,7 @@ public void setServicesState(String servicesState) { * This is the getter method this will return the attribute value. * Gslb site persistence consolidated status. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return spOperStatus */ @@ -368,6 +378,7 @@ public OperationalStatus getSpOperStatus() { * This is the setter method to the attribute. * Gslb site persistence consolidated status. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param spOperStatus set the spOperStatus. */ @@ -379,6 +390,7 @@ public void setSpOperStatus(OperationalStatus spOperStatus) { /** * This is the getter method this will return the attribute value. * Tenant name (and not uuid) is required in logs/metrics generated by the se. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantName */ @@ -390,6 +402,7 @@ public String getTenantName() { /** * This is the setter method to the attribute. * Tenant name (and not uuid) is required in logs/metrics generated by the se. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantName set the tenantName. */ @@ -400,7 +413,7 @@ public void setTenantName(String tenantName) { /** * 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 */ @@ -411,7 +424,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/GslbServiceSitePersistencePool.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbServiceSitePersistencePool.java index 8b18e9d3..74339058 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbServiceSitePersistencePool.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbServiceSitePersistencePool.java @@ -54,6 +54,7 @@ public class GslbServiceSitePersistencePool extends AviRestResource { * This is the getter method this will return the attribute value. * Site persistence pool's http2 state. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enableHttp2 */ @@ -66,6 +67,7 @@ public Boolean getEnableHttp2() { * This is the setter method to the attribute. * Site persistence pool's http2 state. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enableHttp2 set the enableHttp2. */ @@ -78,6 +80,7 @@ public void setEnableHttp2(Boolean enableHttp2) { * This is the getter method this will return the attribute value. * Site persistence pool's name. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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. * Site persistence pool's name. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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. * Number of servers configured in the pool. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numServers */ @@ -114,6 +119,7 @@ public Integer getNumServers() { * This is the setter method to the attribute. * Number of servers configured in the pool. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numServers set the numServers. */ @@ -126,6 +132,7 @@ public void setNumServers(Integer numServers) { * This is the getter method this will return the attribute value. * Number of servers operationally up in the pool. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numServersUp */ @@ -138,6 +145,7 @@ public Integer getNumServersUp() { * This is the setter method to the attribute. * Number of servers operationally up in the pool. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numServersUp set the numServersUp. */ @@ -150,6 +158,7 @@ public void setNumServersUp(Integer numServersUp) { * This is the getter method this will return the attribute value. * Detailed information of the servers in the pool. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servers */ @@ -162,6 +171,7 @@ public List getServers() { * This is the setter method. this will set the servers * Detailed information of the servers in the pool. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servers */ @@ -174,6 +184,7 @@ public void setServers(List servers) { * This is the setter method this will set the servers * Detailed information of the servers in the pool. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servers */ @@ -191,6 +202,7 @@ public GslbServiceSitePersistencePool addServersItem(ServerConfig serversItem) { * This is the getter method this will return the attribute value. * Site persistence pool's uuid. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -203,6 +215,7 @@ public String getUuid() { * This is the setter method to the attribute. * Site persistence pool's uuid. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/GslbServiceStatus.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbServiceStatus.java index fe6ea640..31c5aa39 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbServiceStatus.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbServiceStatus.java @@ -45,7 +45,7 @@ public class GslbServiceStatus extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property details of obj type gslbservicestatus 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 details */ @@ -56,7 +56,7 @@ public List getDetails() { /** * This is the setter method. this will set the details - * Placeholder for description of property details of obj type gslbservicestatus 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 details */ @@ -67,7 +67,7 @@ public void setDetails(List details) { /** * This is the setter method this will set the details - * Placeholder for description of property details of obj type gslbservicestatus 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 details */ @@ -83,7 +83,7 @@ public GslbServiceStatus addDetailsItem(String detailsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property gs_runtime of obj type gslbservicestatus 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 gsRuntime */ @@ -94,7 +94,7 @@ public GslbServiceRuntime getGsRuntime() { /** * This is the setter method to the attribute. - * Placeholder for description of property gs_runtime of obj type gslbservicestatus 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 gsRuntime set the gsRuntime. */ @@ -105,7 +105,7 @@ public void setGsRuntime(GslbServiceRuntime gsRuntime) { /** * 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 */ @@ -116,7 +116,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. */ @@ -127,7 +127,7 @@ public void setName(String name) { /** * 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 */ @@ -138,7 +138,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/GslbSite.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSite.java index f1124ce8..aa6956f2 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSite.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSite.java @@ -94,6 +94,7 @@ public class GslbSite extends AviRestResource { /** * This is the getter method this will return the attribute value. * Ip address or a dns resolvable, fully qualified domain name of the site controller cluster. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return address */ @@ -105,6 +106,7 @@ public String getAddress() { /** * This is the setter method to the attribute. * Ip address or a dns resolvable, fully qualified domain name of the site controller cluster. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param address set the address. */ @@ -116,6 +118,7 @@ public void setAddress(String address) { /** * This is the getter method this will return the attribute value. * Uuid of the 'cluster' object of the controller cluster in this site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterUuid */ @@ -127,6 +130,7 @@ public String getClusterUuid() { /** * This is the setter method to the attribute. * Uuid of the 'cluster' object of the controller cluster in this site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterUuid set the clusterUuid. */ @@ -141,6 +145,7 @@ public void setClusterUuid(String clusterUuid) { * The site has to be an active member. * This field is deprecated in 17.2.3 and replaced by 'dns_vses' field. * Field deprecated in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return dnsVsUuids */ @VsoMethod @@ -154,6 +159,7 @@ public List getDnsVsUuids() { * The site has to be an active member. * This field is deprecated in 17.2.3 and replaced by 'dns_vses' field. * Field deprecated in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return dnsVsUuids */ @VsoMethod @@ -167,6 +173,7 @@ public void setDnsVsUuids(List dnsVsUuids) { * The site has to be an active member. * This field is deprecated in 17.2.3 and replaced by 'dns_vses' field. * Field deprecated in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return dnsVsUuids */ @VsoMethod @@ -183,6 +190,7 @@ public GslbSite addDnsVsUuidsItem(String dnsVsUuidsItem) { * This is the getter method this will return the attribute value. * This field identifies the dns vs and the subdomains it hosts for gslb services. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsVses */ @@ -195,6 +203,7 @@ public List getDnsVses() { * This is the setter method. this will set the dnsVses * This field identifies the dns vs and the subdomains it hosts for gslb services. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsVses */ @@ -207,6 +216,7 @@ public void setDnsVses(List dnsVses) { * This is the setter method this will set the dnsVses * This field identifies the dns vs and the subdomains it hosts for gslb services. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsVses */ @@ -228,6 +238,7 @@ public GslbSite addDnsVsesItem(GslbSiteDnsVs dnsVsesItem) { * It shall not participate in health-status monitoring. * Vips of the virtual services on the disabled site shall not be sent in dns response. * When a site transitions from disabled to enabled, it is treated similar to the addition of a new site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -244,6 +255,7 @@ public Boolean getEnabled() { * It shall not participate in health-status monitoring. * Vips of the virtual services on the disabled site shall not be sent in dns response. * When a site transitions from disabled to enabled, it is treated similar to the addition of a new site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -261,6 +273,7 @@ public void setEnabled(Boolean enabled) { * the reachable members. * If the health monitor proxies are not configured, then the default behavior is to run health monitor probes from all the active sites. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hmProxies */ @@ -278,6 +291,7 @@ public List getHmProxies() { * the reachable members. * If the health monitor proxies are not configured, then the default behavior is to run health monitor probes from all the active sites. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hmProxies */ @@ -295,6 +309,7 @@ public void setHmProxies(List hmProxies) { * the reachable members. * If the health monitor proxies are not configured, then the default behavior is to run health monitor probes from all the active sites. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hmProxies */ @@ -312,6 +327,7 @@ public GslbSite addHmProxiesItem(GslbHealthMonitorProxy hmProxiesItem) { * This is the getter method this will return the attribute value. * This field enables the health monitor shard functionality on a site-basis. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return hmShardEnabled */ @@ -324,6 +340,7 @@ public Boolean getHmShardEnabled() { * This is the setter method to the attribute. * This field enables the health monitor shard functionality on a site-basis. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param hmShardEnabled set the hmShardEnabled. */ @@ -337,6 +354,7 @@ public void setHmShardEnabled(Boolean hmShardEnabled) { * Ip address(es) of the site's cluster. * For a 3-node cluster, either the cluster vip is provided, or the list of controller ips in the cluster are provided. * Maximum of 3 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddresses */ @@ -350,6 +368,7 @@ public List getIpAddresses() { * Ip address(es) of the site's cluster. * For a 3-node cluster, either the cluster vip is provided, or the list of controller ips in the cluster are provided. * Maximum of 3 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddresses */ @@ -363,6 +382,7 @@ public void setIpAddresses(List ipAddresses) { * Ip address(es) of the site's cluster. * For a 3-node cluster, either the cluster vip is provided, or the list of controller ips in the cluster are provided. * Maximum of 3 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddresses */ @@ -380,6 +400,7 @@ public GslbSite addIpAddressesItem(IpAddr ipAddressesItem) { * This is the getter method this will return the attribute value. * Geographic location of the site. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return location */ @@ -392,6 +413,7 @@ public GslbGeoLocation getLocation() { * This is the setter method to the attribute. * Geographic location of the site. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param location set the location. */ @@ -404,6 +426,7 @@ public void setLocation(GslbGeoLocation location) { * This is the getter method this will return the attribute value. * The site's member type a leader is set to active while allmembers are set to passive. * Enum options - GSLB_ACTIVE_MEMBER, GSLB_PASSIVE_MEMBER. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_PASSIVE_MEMBER". * @return memberType */ @@ -416,6 +439,7 @@ public String getMemberType() { * This is the setter method to the attribute. * The site's member type a leader is set to active while allmembers are set to passive. * Enum options - GSLB_ACTIVE_MEMBER, GSLB_PASSIVE_MEMBER. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_PASSIVE_MEMBER". * @param memberType set the memberType. */ @@ -429,6 +453,7 @@ public void setMemberType(String memberType) { * Name for the site controller cluster. * After any changes to site name, references to gslb site name should be updated manually. * Ex site name used in dns policies or topology policies should be updated to use the new site name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -442,6 +467,7 @@ public String getName() { * Name for the site controller cluster. * After any changes to site name, references to gslb site name should be updated manually. * Ex site name used in dns policies or topology policies should be updated to use the new site name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -453,6 +479,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * The password used when authenticating with the site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return password */ @@ -464,6 +491,7 @@ public String getPassword() { /** * This is the setter method to the attribute. * The password used when authenticating with the site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param password set the password. */ @@ -476,6 +504,7 @@ public void setPassword(String password) { * This is the getter method this will return the attribute value. * The site controller cluster's rest api port number. * Allowed values are 1-65535. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 443. * @return port */ @@ -488,6 +517,7 @@ public Integer getPort() { * This is the setter method to the attribute. * The site controller cluster's rest api port number. * Allowed values are 1-65535. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 443. * @param port set the port. */ @@ -502,6 +532,7 @@ public void setPort(Integer port) { * If this field is not configured then the gslbpoolmember ratio gets applied. * Allowed values are 1-20. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ratio */ @@ -516,6 +547,7 @@ public Integer getRatio() { * If this field is not configured then the gslbpoolmember ratio gets applied. * Allowed values are 1-20. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ratio set the ratio. */ @@ -529,6 +561,7 @@ public void setRatio(Integer ratio) { * This modes applies to follower sites. * When an active site is in suspend mode, the site does not receive any further federated objects. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return suspendMode */ @@ -542,6 +575,7 @@ public Boolean getSuspendMode() { * This modes applies to follower sites. * When an active site is in suspend mode, the site does not receive any further federated objects. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param suspendMode set the suspendMode. */ @@ -553,6 +587,7 @@ public void setSuspendMode(Boolean suspendMode) { /** * This is the getter method this will return the attribute value. * The username used when authenticating with the site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return username */ @@ -564,6 +599,7 @@ public String getUsername() { /** * This is the setter method to the attribute. * The username used when authenticating with the site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/GslbSiteCfgSyncInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSiteCfgSyncInfo.java index 23cbead2..58b56de6 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSiteCfgSyncInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSiteCfgSyncInfo.java @@ -54,7 +54,8 @@ public class GslbSiteCfgSyncInfo extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Objects that could not be synced to the site . + * Objects that could not be synced to the site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return erroredObjects */ @@ -65,7 +66,8 @@ public List getErroredObjects() { /** * This is the setter method. this will set the erroredObjects - * Objects that could not be synced to the site . + * Objects that could not be synced to the site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return erroredObjects */ @@ -76,7 +78,8 @@ public void setErroredObjects(List erroredObjects) { /** * This is the setter method this will set the erroredObjects - * Objects that could not be synced to the site . + * Objects that could not be synced to the site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return erroredObjects */ @@ -92,7 +95,7 @@ public GslbSiteCfgSyncInfo addErroredObjectsItem(VersionInfo erroredObjectsItem) /** * This is the getter method this will return the attribute value. - * Placeholder for description of property last_changed_time of obj type gslbsitecfgsyncinfo 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 */ @@ -103,7 +106,7 @@ public TimeStamp getLastChangedTime() { /** * This is the setter method to the attribute. - * Placeholder for description of property last_changed_time of obj type gslbsitecfgsyncinfo 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. */ @@ -116,6 +119,7 @@ public void setLastChangedTime(TimeStamp lastChangedTime) { * This is the getter method this will return the attribute value. * Last object having replication issue. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastFailObj */ @@ -128,6 +132,7 @@ public ConfigVersionStatus getLastFailObj() { * This is the setter method to the attribute. * Last object having replication issue. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastFailObj set the lastFailObj. */ @@ -140,6 +145,7 @@ public void setLastFailObj(ConfigVersionStatus lastFailObj) { * 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 */ @@ -152,6 +158,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. */ @@ -164,6 +171,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 */ @@ -176,6 +184,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. */ @@ -189,6 +198,7 @@ public void setRecommendation(String recommendation) { * Configuration sync-state of the site. * Enum options - GSLB_SITE_CFG_IN_SYNC, GSLB_SITE_CFG_OUT_OF_SYNC, GSLB_SITE_CFG_SYNC_DISABLED, GSLB_SITE_CFG_SYNC_IN_PROGRESS, * GSLB_SITE_CFG_SYNC_NOT_APPLICABLE, GSLB_SITE_CFG_SYNCED_TILL_CHECKPOINT, GSLB_SITE_CFG_SYNC_SUSPENDED, GSLB_SITE_CFG_SYNC_STALLED. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return syncState */ @@ -202,6 +212,7 @@ public String getSyncState() { * Configuration sync-state of the site. * Enum options - GSLB_SITE_CFG_IN_SYNC, GSLB_SITE_CFG_OUT_OF_SYNC, GSLB_SITE_CFG_SYNC_DISABLED, GSLB_SITE_CFG_SYNC_IN_PROGRESS, * GSLB_SITE_CFG_SYNC_NOT_APPLICABLE, GSLB_SITE_CFG_SYNCED_TILL_CHECKPOINT, GSLB_SITE_CFG_SYNC_SUSPENDED, GSLB_SITE_CFG_SYNC_STALLED. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param syncState set the syncState. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSiteDnsVs.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSiteDnsVs.java index c84cd591..8ba01556 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSiteDnsVs.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSiteDnsVs.java @@ -38,6 +38,7 @@ public class GslbSiteDnsVs extends AviRestResource { * This is the getter method this will return the attribute value. * This field identifies the dns vs uuid for this site. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsVsUuid */ @@ -50,6 +51,7 @@ public String getDnsVsUuid() { * This is the setter method to the attribute. * This field identifies the dns vs uuid for this site. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsVsUuid set the dnsVsUuid. */ @@ -64,6 +66,7 @@ public void setDnsVsUuid(String dnsVsUuid) { * Gslbservice(s) whose fqdns map to one of the subdomains will be hosted on this dns vs. * If no subdomains are configured, then the default behavior is to host all the gslbservices on this dns vs. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainNames */ @@ -78,6 +81,7 @@ public List getDomainNames() { * Gslbservice(s) whose fqdns map to one of the subdomains will be hosted on this dns vs. * If no subdomains are configured, then the default behavior is to host all the gslbservices on this dns vs. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainNames */ @@ -92,6 +96,7 @@ public void setDomainNames(List domainNames) { * Gslbservice(s) whose fqdns map to one of the subdomains will be hosted on this dns vs. * If no subdomains are configured, then the default behavior is to host all the gslbservices on this dns vs. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainNames */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSiteHealthStatus.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSiteHealthStatus.java index 1517c1ed..ab6cbbf2 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSiteHealthStatus.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSiteHealthStatus.java @@ -70,6 +70,7 @@ public class GslbSiteHealthStatus extends AviRestResource { /** * This is the getter method this will return the attribute value. * Controller retrieved gslb service operational info based of virtual service state. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerGsinfo */ @@ -81,6 +82,7 @@ public List getControllerGsinfo() { /** * This is the setter method. this will set the controllerGsinfo * Controller retrieved gslb service operational info based of virtual service state. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerGsinfo */ @@ -92,6 +94,7 @@ public void setControllerGsinfo(List controllerGsinf /** * This is the setter method this will set the controllerGsinfo * Controller retrieved gslb service operational info based of virtual service state. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerGsinfo */ @@ -109,6 +112,7 @@ public GslbSiteHealthStatus addControllerGsinfoItem(GslbPoolMemberRuntimeInfo co * This is the getter method this will return the attribute value. * Controller retrieved gslb service operational info based of dns datapath resolution. * This information is generated only on those sites that have dns-vs participating in gslb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datapathGsinfo */ @@ -121,6 +125,7 @@ public List getDatapathGsinfo() { * This is the setter method. this will set the datapathGsinfo * Controller retrieved gslb service operational info based of dns datapath resolution. * This information is generated only on those sites that have dns-vs participating in gslb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datapathGsinfo */ @@ -133,6 +138,7 @@ public void setDatapathGsinfo(List datapathGsinfo) { * This is the setter method this will set the datapathGsinfo * Controller retrieved gslb service operational info based of dns datapath resolution. * This information is generated only on those sites that have dns-vs participating in gslb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datapathGsinfo */ @@ -149,6 +155,7 @@ public GslbSiteHealthStatus addDatapathGsinfoItem(GslbPoolMemberRuntimeInfo data /** * This is the getter method this will return the attribute value. * Dns info at the site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsInfo */ @@ -160,6 +167,7 @@ public GslbDnsInfo getDnsInfo() { /** * This is the setter method to the attribute. * Dns info at the site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsInfo set the dnsInfo. */ @@ -172,6 +180,7 @@ public void setDnsInfo(GslbDnsInfo dnsInfo) { * This is the getter method this will return the attribute value. * Gslb application persistence profile state at member. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gapTable */ @@ -184,6 +193,7 @@ public List getGapTable() { * This is the setter method. this will set the gapTable * Gslb application persistence profile state at member. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gapTable */ @@ -196,6 +206,7 @@ public void setGapTable(List gapTable) { * This is the setter method this will set the gapTable * Gslb application persistence profile state at member. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gapTable */ @@ -213,6 +224,7 @@ public GslbSiteHealthStatus addGapTableItem(CfgState gapTableItem) { * This is the getter method this will return the attribute value. * Gslb geo db profile state at member. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoTable */ @@ -225,6 +237,7 @@ public List getGeoTable() { * This is the setter method. this will set the geoTable * Gslb geo db profile state at member. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoTable */ @@ -237,6 +250,7 @@ public void setGeoTable(List geoTable) { * This is the setter method this will set the geoTable * Gslb geo db profile state at member. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoTable */ @@ -253,6 +267,7 @@ public GslbSiteHealthStatus addGeoTableItem(CfgState geoTableItem) { /** * This is the getter method this will return the attribute value. * Gslb health monitor state at member. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ghmTable */ @@ -264,6 +279,7 @@ public List getGhmTable() { /** * This is the setter method. this will set the ghmTable * Gslb health monitor state at member. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ghmTable */ @@ -275,6 +291,7 @@ public void setGhmTable(List ghmTable) { /** * This is the setter method this will set the ghmTable * Gslb health monitor state at member. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ghmTable */ @@ -291,6 +308,7 @@ public GslbSiteHealthStatus addGhmTableItem(CfgState ghmTableItem) { /** * This is the getter method this will return the attribute value. * Gslb state at member. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return glbTable */ @@ -302,6 +320,7 @@ public List getGlbTable() { /** * This is the setter method. this will set the glbTable * Gslb state at member. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return glbTable */ @@ -313,6 +332,7 @@ public void setGlbTable(List glbTable) { /** * This is the setter method this will set the glbTable * Gslb state at member. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return glbTable */ @@ -329,6 +349,7 @@ public GslbSiteHealthStatus addGlbTableItem(CfgState glbTableItem) { /** * This is the getter method this will return the attribute value. * Gslb service state at member. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gsTable */ @@ -340,6 +361,7 @@ public List getGsTable() { /** * This is the setter method. this will set the gsTable * Gslb service state at member. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gsTable */ @@ -351,6 +373,7 @@ public void setGsTable(List gsTable) { /** * This is the setter method this will set the gsTable * Gslb service state at member. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gsTable */ @@ -367,6 +390,7 @@ public GslbSiteHealthStatus addGsTableItem(CfgState gsTableItem) { /** * This is the getter method this will return the attribute value. * Current software version of the site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return swVersion */ @@ -378,6 +402,7 @@ public String getSwVersion() { /** * This is the setter method to the attribute. * Current software version of the site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param swVersion set the swVersion. */ @@ -389,6 +414,7 @@ public void setSwVersion(String swVersion) { /** * This is the getter method this will return the attribute value. * Timestamp of health-status generation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return timestamp */ @@ -400,6 +426,7 @@ public Float getTimestamp() { /** * This is the setter method to the attribute. * Timestamp of health-status generation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param timestamp set the timestamp. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSiteRuntime.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSiteRuntime.java index e6a6d436..c7e5a288 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSiteRuntime.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSiteRuntime.java @@ -75,6 +75,7 @@ public class GslbSiteRuntime extends AviRestResource { * This is the getter method this will return the attribute value. * This field shadows glb_cfg.clear_on_max_retries. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clearOnMaxRetries */ @@ -87,6 +88,7 @@ public Integer getClearOnMaxRetries() { * This is the setter method to the attribute. * This field shadows glb_cfg.clear_on_max_retries. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clearOnMaxRetries set the clearOnMaxRetries. */ @@ -99,6 +101,7 @@ public void setClearOnMaxRetries(Integer clearOnMaxRetries) { * This is the getter method this will return the attribute value. * This field tracks the glb-uuid. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return glbUuid */ @@ -111,6 +114,7 @@ public String getGlbUuid() { * This is the setter method to the attribute. * This field tracks the glb-uuid. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param glbUuid set the glbUuid. */ @@ -123,6 +127,7 @@ public void setGlbUuid(String glbUuid) { * This is the getter method this will return the attribute value. * Carries replication stats for a given site. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return replicationStats */ @@ -135,6 +140,7 @@ public GslbReplicationStats getReplicationStats() { * This is the setter method to the attribute. * Carries replication stats for a given site. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param replicationStats set the replicationStats. */ @@ -145,7 +151,7 @@ public void setReplicationStats(GslbReplicationStats replicationStats) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property rxed_site_hs of obj type gslbsiteruntime 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 rxedSiteHs */ @@ -156,7 +162,7 @@ public GslbSiteHealthStatus getRxedSiteHs() { /** * This is the setter method to the attribute. - * Placeholder for description of property rxed_site_hs of obj type gslbsiteruntime 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 rxedSiteHs set the rxedSiteHs. */ @@ -170,6 +176,7 @@ public void setRxedSiteHs(GslbSiteHealthStatus rxedSiteHs) { * Frequency with which group members communicate. * This field shadows glb_cfg.send_interval. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sendInterval */ @@ -183,6 +190,7 @@ public Integer getSendInterval() { * Frequency with which group members communicate. * This field shadows glb_cfg.send_interval. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sendInterval set the sendInterval. */ @@ -193,7 +201,7 @@ public void setSendInterval(Integer sendInterval) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property site_cfg of obj type gslbsiteruntime 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 siteCfg */ @@ -204,7 +212,7 @@ public GslbSiteRuntimeCfg getSiteCfg() { /** * This is the setter method to the attribute. - * Placeholder for description of property site_cfg of obj type gslbsiteruntime 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 siteCfg set the siteCfg. */ @@ -215,7 +223,7 @@ public void setSiteCfg(GslbSiteRuntimeCfg siteCfg) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property site_info of obj type gslbsiteruntime 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 siteInfo */ @@ -226,7 +234,7 @@ public GslbSiteRuntimeInfo getSiteInfo() { /** * This is the setter method to the attribute. - * Placeholder for description of property site_info of obj type gslbsiteruntime 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 siteInfo set the siteInfo. */ @@ -237,7 +245,7 @@ public void setSiteInfo(GslbSiteRuntimeInfo siteInfo) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property site_stats of obj type gslbsiteruntime 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 siteStats */ @@ -248,7 +256,7 @@ public GslbSiteRuntimeStats getSiteStats() { /** * This is the setter method to the attribute. - * Placeholder for description of property site_stats of obj type gslbsiteruntime 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 siteStats set the siteStats. */ @@ -261,6 +269,7 @@ public void setSiteStats(GslbSiteRuntimeStats siteStats) { * This is the getter method this will return the attribute value. * Remap the tenant_uuid to its tenant-name so that we can use the tenant_name directly in remote-site ops. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantName */ @@ -273,6 +282,7 @@ public String getTenantName() { * This is the setter method to the attribute. * Remap the tenant_uuid to its tenant-name so that we can use the tenant_name directly in remote-site ops. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantName set the tenantName. */ @@ -285,6 +295,7 @@ public void setTenantName(String tenantName) { * This is the getter method this will return the attribute value. * This field shadows the glb_cfg.view_id. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return viewId */ @@ -297,6 +308,7 @@ public Integer getViewId() { * This is the setter method to the attribute. * This field shadows the glb_cfg.view_id. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param viewId set the viewId. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSiteRuntimeCfg.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSiteRuntimeCfg.java index 4efd620c..48696b6d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSiteRuntimeCfg.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSiteRuntimeCfg.java @@ -85,6 +85,7 @@ public class GslbSiteRuntimeCfg extends AviRestResource { * This is the getter method this will return the attribute value. * Gslb geodb files published for a site. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fdInfo */ @@ -97,6 +98,7 @@ public ConfigInfo getFdInfo() { * This is the setter method to the attribute. * Gslb geodb files published for a site. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fdInfo set the fdInfo. */ @@ -109,6 +111,7 @@ public void setFdInfo(ConfigInfo fdInfo) { * This is the getter method this will return the attribute value. * Gslb application persistence info published for a site. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gapInfo */ @@ -121,6 +124,7 @@ public ConfigInfo getGapInfo() { * This is the setter method to the attribute. * Gslb application persistence info published for a site. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gapInfo set the gapInfo. */ @@ -133,6 +137,7 @@ public void setGapInfo(ConfigInfo gapInfo) { * This is the getter method this will return the attribute value. * Gslb geodb info published for a site. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoInfo */ @@ -145,6 +150,7 @@ public ConfigInfo getGeoInfo() { * This is the setter method to the attribute. * Gslb geodb info published for a site. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param geoInfo set the geoInfo. */ @@ -156,6 +162,7 @@ public void setGeoInfo(ConfigInfo geoInfo) { /** * This is the getter method this will return the attribute value. * Ghm info published for a site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ghmInfo */ @@ -167,6 +174,7 @@ public ConfigInfo getGhmInfo() { /** * This is the setter method to the attribute. * Ghm info published for a site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ghmInfo set the ghmInfo. */ @@ -179,6 +187,7 @@ public void setGhmInfo(ConfigInfo ghmInfo) { * This is the getter method this will return the attribute value. * Gslb jwtprofile info published for a site. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gjwtInfo */ @@ -191,6 +200,7 @@ public ConfigInfo getGjwtInfo() { * This is the setter method to the attribute. * Gslb jwtprofile info published for a site. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gjwtInfo set the gjwtInfo. */ @@ -202,6 +212,7 @@ public void setGjwtInfo(ConfigInfo gjwtInfo) { /** * This is the getter method this will return the attribute value. * Gslb info published for a site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return glbInfo */ @@ -213,6 +224,7 @@ public ConfigInfo getGlbInfo() { /** * This is the setter method to the attribute. * Gslb info published for a site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param glbInfo set the glbInfo. */ @@ -225,6 +237,7 @@ public void setGlbInfo(ConfigInfo glbInfo) { * This is the getter method this will return the attribute value. * Gslb pki info published for a site. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gpkiInfo */ @@ -237,6 +250,7 @@ public ConfigInfo getGpkiInfo() { * This is the setter method to the attribute. * Gslb pki info published for a site. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gpkiInfo set the gpkiInfo. */ @@ -248,6 +262,7 @@ public void setGpkiInfo(ConfigInfo gpkiInfo) { /** * This is the getter method this will return the attribute value. * Gs info published for a site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gsInfo */ @@ -259,6 +274,7 @@ public ConfigInfo getGsInfo() { /** * This is the setter method to the attribute. * Gs info published for a site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gsInfo set the gsInfo. */ @@ -270,6 +286,7 @@ public void setGsInfo(ConfigInfo gsInfo) { /** * This is the getter method this will return the attribute value. * Maintenance mode info published for a site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mmInfo */ @@ -281,6 +298,7 @@ public ConfigInfo getMmInfo() { /** * This is the setter method to the attribute. * Maintenance mode info published for a site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mmInfo set the mmInfo. */ @@ -293,6 +311,7 @@ public void setMmInfo(ConfigInfo mmInfo) { * This is the getter method this will return the attribute value. * The replication queue for all object-types for a site. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return replQueue */ @@ -305,6 +324,7 @@ public ConfigInfo getReplQueue() { * This is the setter method to the attribute. * The replication queue for all object-types for a site. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param replQueue set the replQueue. */ @@ -315,7 +335,8 @@ public void setReplQueue(ConfigInfo replQueue) { /** * This is the getter method this will return the attribute value. - * Configuration sync-info of the site . + * Configuration sync-info of the site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return syncInfo */ @@ -326,7 +347,8 @@ public GslbSiteCfgSyncInfo getSyncInfo() { /** * This is the setter method to the attribute. - * Configuration sync-info of the site . + * Configuration sync-info of the site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param syncInfo set the syncInfo. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSiteRuntimeInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSiteRuntimeInfo.java index 1a323f4e..f21dae66 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSiteRuntimeInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSiteRuntimeInfo.java @@ -97,6 +97,7 @@ public class GslbSiteRuntimeInfo extends AviRestResource { /** * This is the getter method this will return the attribute value. * The leader-ip/vip/fqdn of the site-cluster. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterLeader */ @@ -108,6 +109,7 @@ public String getClusterLeader() { /** * This is the setter method to the attribute. * The leader-ip/vip/fqdn of the site-cluster. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterLeader set the clusterLeader. */ @@ -118,7 +120,7 @@ public void setClusterLeader(String clusterLeader) { /** * This is the getter method this will return the attribute value. - * Unique object identifier of cluster. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterUuid */ @@ -129,7 +131,7 @@ public String getClusterUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of cluster. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterUuid set the clusterUuid. */ @@ -141,6 +143,7 @@ public void setClusterUuid(String clusterUuid) { /** * This is the getter method this will return the attribute value. * Operational dns state at the site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsInfo */ @@ -152,6 +155,7 @@ public GslbDnsInfo getDnsInfo() { /** * This is the setter method to the attribute. * Operational dns state at the site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsInfo set the dnsInfo. */ @@ -162,7 +166,8 @@ public void setDnsInfo(GslbDnsInfo dnsInfo) { /** * This is the getter method this will return the attribute value. - * Enable/disable state retrieved from the cfg . + * Enable/disable state retrieved from the cfg. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enabled */ @@ -173,7 +178,8 @@ public Boolean getEnabled() { /** * This is the setter method to the attribute. - * Enable/disable state retrieved from the cfg . + * Enable/disable state retrieved from the cfg. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enabled set the enabled. */ @@ -185,6 +191,7 @@ public void setEnabled(Boolean enabled) { /** * This is the getter method this will return the attribute value. * Event-cache used for event throttling. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventCache */ @@ -196,6 +203,7 @@ public EventCache getEventCache() { /** * This is the setter method to the attribute. * Event-cache used for event throttling. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eventCache set the eventCache. */ @@ -207,6 +215,7 @@ public void setEventCache(EventCache eventCache) { /** * This is the getter method this will return the attribute value. * Health-status monitoring enable or disable. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hsState */ @@ -218,6 +227,7 @@ public Boolean getHsState() { /** * This is the setter method to the attribute. * Health-status monitoring enable or disable. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hsState set the hsState. */ @@ -228,7 +238,7 @@ public void setHsState(Boolean hsState) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property last_changed_time of obj type gslbsiteruntimeinfo 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 */ @@ -239,7 +249,7 @@ public TimeStamp getLastChangedTime() { /** * This is the setter method to the attribute. - * Placeholder for description of property last_changed_time of obj type gslbsiteruntimeinfo 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. */ @@ -250,7 +260,7 @@ public void setLastChangedTime(TimeStamp lastChangedTime) { /** * 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 */ @@ -261,7 +271,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. */ @@ -273,6 +283,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Number of retry attempts to reach the remote site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return numOfRetries */ @@ -284,6 +295,7 @@ public Integer getNumOfRetries() { /** * This is the setter method to the attribute. * Number of retry attempts to reach the remote site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param numOfRetries set the numOfRetries. */ @@ -294,7 +306,7 @@ public void setNumOfRetries(Integer numOfRetries) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property oper_status of obj type gslbsiteruntimeinfo 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 operStatus */ @@ -305,7 +317,7 @@ public OperationalStatus getOperStatus() { /** * This is the setter method to the attribute. - * Placeholder for description of property oper_status of obj type gslbsiteruntimeinfo 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 operStatus set the operStatus. */ @@ -318,6 +330,7 @@ public void setOperStatus(OperationalStatus operStatus) { * This is the getter method this will return the attribute value. * Site role leader or follower. * Enum options - GSLB_LEADER, GSLB_MEMBER, GSLB_NOT_A_MEMBER. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_NOT_A_MEMBER". * @return role */ @@ -330,6 +343,7 @@ public String getRole() { * This is the setter method to the attribute. * Site role leader or follower. * Enum options - GSLB_LEADER, GSLB_MEMBER, GSLB_NOT_A_MEMBER. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_NOT_A_MEMBER". * @param role set the role. */ @@ -341,6 +355,7 @@ public void setRole(String role) { /** * This is the getter method this will return the attribute value. * Current outstanding request-response token of the message to this site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rrtoken */ @@ -352,6 +367,7 @@ public List getRrtoken() { /** * This is the setter method. this will set the rrtoken * Current outstanding request-response token of the message to this site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rrtoken */ @@ -363,6 +379,7 @@ public void setRrtoken(List rrtoken) { /** * This is the setter method this will set the rrtoken * Current outstanding request-response token of the message to this site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rrtoken */ @@ -381,6 +398,7 @@ public GslbSiteRuntimeInfo addRrtokenItem(String rrtokenItem) { * Indicates if it is avi site or third-party. * Enum options - GSLB_AVI_SITE, GSLB_THIRD_PARTY_SITE. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return siteType */ @@ -394,6 +412,7 @@ public String getSiteType() { * Indicates if it is avi site or third-party. * Enum options - GSLB_AVI_SITE, GSLB_THIRD_PARTY_SITE. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param siteType set the siteType. */ @@ -406,6 +425,7 @@ public void setSiteType(String siteType) { * This is the getter method this will return the attribute value. * Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, * SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SITE_STATE_NULL". * @return state */ @@ -418,6 +438,7 @@ public String getState() { * This is the setter method to the attribute. * Enum options - SITE_STATE_NULL, SITE_STATE_JOIN_IN_PROGRESS, SITE_STATE_LEAVE_IN_PROGRESS, SITE_STATE_INIT, SITE_STATE_UNREACHABLE, * SITE_STATE_MMODE, SITE_STATE_DISABLE_IN_PROGRESS, SITE_STATE_DISABLED. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SITE_STATE_NULL". * @param state set the state. */ @@ -429,6 +450,7 @@ public void setState(String state) { /** * This is the getter method this will return the attribute value. * State - reason. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stateReason */ @@ -440,6 +462,7 @@ public String getStateReason() { /** * This is the setter method to the attribute. * State - reason. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param stateReason set the stateReason. */ @@ -451,6 +474,7 @@ public void setStateReason(String stateReason) { /** * This is the getter method this will return the attribute value. * Current software version of the site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "Not-Initialized". * @return swVersion */ @@ -462,6 +486,7 @@ public String getSwVersion() { /** * This is the setter method to the attribute. * Current software version of the site. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "Not-Initialized". * @param swVersion set the swVersion. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSiteRuntimeStats.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSiteRuntimeStats.java index 8422f2b2..8ca7524c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSiteRuntimeStats.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSiteRuntimeStats.java @@ -229,6 +229,7 @@ public class GslbSiteRuntimeStats extends AviRestResource { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numFileCrTxed */ @@ -240,6 +241,7 @@ public Integer getNumFileCrTxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numFileCrTxed set the numFileCrTxed. */ @@ -251,6 +253,7 @@ public void setNumFileCrTxed(Integer numFileCrTxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numFileDelTxed */ @@ -262,6 +265,7 @@ public Integer getNumFileDelTxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numFileDelTxed set the numFileDelTxed. */ @@ -273,6 +277,7 @@ public void setNumFileDelTxed(Integer numFileDelTxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGapCrRxed */ @@ -284,6 +289,7 @@ public Integer getNumGapCrRxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGapCrRxed set the numGapCrRxed. */ @@ -295,6 +301,7 @@ public void setNumGapCrRxed(Integer numGapCrRxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGapCrTxed */ @@ -306,6 +313,7 @@ public Integer getNumGapCrTxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGapCrTxed set the numGapCrTxed. */ @@ -317,6 +325,7 @@ public void setNumGapCrTxed(Integer numGapCrTxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGapDelRxed */ @@ -328,6 +337,7 @@ public Integer getNumGapDelRxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGapDelRxed set the numGapDelRxed. */ @@ -339,6 +349,7 @@ public void setNumGapDelRxed(Integer numGapDelRxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGapDelTxed */ @@ -350,6 +361,7 @@ public Integer getNumGapDelTxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGapDelTxed set the numGapDelTxed. */ @@ -361,6 +373,7 @@ public void setNumGapDelTxed(Integer numGapDelTxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGapUpdRxed */ @@ -372,6 +385,7 @@ public Integer getNumGapUpdRxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGapUpdRxed set the numGapUpdRxed. */ @@ -383,6 +397,7 @@ public void setNumGapUpdRxed(Integer numGapUpdRxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGapUpdTxed */ @@ -394,6 +409,7 @@ public Integer getNumGapUpdTxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGapUpdTxed set the numGapUpdTxed. */ @@ -405,6 +421,7 @@ public void setNumGapUpdTxed(Integer numGapUpdTxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGeoCrRxed */ @@ -416,6 +433,7 @@ public Integer getNumGeoCrRxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGeoCrRxed set the numGeoCrRxed. */ @@ -427,6 +445,7 @@ public void setNumGeoCrRxed(Integer numGeoCrRxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGeoCrTxed */ @@ -438,6 +457,7 @@ public Integer getNumGeoCrTxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGeoCrTxed set the numGeoCrTxed. */ @@ -449,6 +469,7 @@ public void setNumGeoCrTxed(Integer numGeoCrTxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGeoDelRxed */ @@ -460,6 +481,7 @@ public Integer getNumGeoDelRxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGeoDelRxed set the numGeoDelRxed. */ @@ -471,6 +493,7 @@ public void setNumGeoDelRxed(Integer numGeoDelRxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGeoDelTxed */ @@ -482,6 +505,7 @@ public Integer getNumGeoDelTxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGeoDelTxed set the numGeoDelTxed. */ @@ -493,6 +517,7 @@ public void setNumGeoDelTxed(Integer numGeoDelTxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGeoUpdRxed */ @@ -504,6 +529,7 @@ public Integer getNumGeoUpdRxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGeoUpdRxed set the numGeoUpdRxed. */ @@ -515,6 +541,7 @@ public void setNumGeoUpdRxed(Integer numGeoUpdRxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGeoUpdTxed */ @@ -526,6 +553,7 @@ public Integer getNumGeoUpdTxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGeoUpdTxed set the numGeoUpdTxed. */ @@ -536,7 +564,7 @@ public void setNumGeoUpdTxed(Integer numGeoUpdTxed) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_ghm_cr_rxed of obj type gslbsiteruntimestats 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 numGhmCrRxed */ @@ -547,7 +575,7 @@ public Integer getNumGhmCrRxed() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_ghm_cr_rxed of obj type gslbsiteruntimestats 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 numGhmCrRxed set the numGhmCrRxed. */ @@ -558,7 +586,7 @@ public void setNumGhmCrRxed(Integer numGhmCrRxed) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_ghm_cr_txed of obj type gslbsiteruntimestats 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 numGhmCrTxed */ @@ -569,7 +597,7 @@ public Integer getNumGhmCrTxed() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_ghm_cr_txed of obj type gslbsiteruntimestats 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 numGhmCrTxed set the numGhmCrTxed. */ @@ -580,7 +608,7 @@ public void setNumGhmCrTxed(Integer numGhmCrTxed) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_ghm_del_rxed of obj type gslbsiteruntimestats 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 numGhmDelRxed */ @@ -591,7 +619,7 @@ public Integer getNumGhmDelRxed() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_ghm_del_rxed of obj type gslbsiteruntimestats 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 numGhmDelRxed set the numGhmDelRxed. */ @@ -602,7 +630,7 @@ public void setNumGhmDelRxed(Integer numGhmDelRxed) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_ghm_del_txed of obj type gslbsiteruntimestats 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 numGhmDelTxed */ @@ -613,7 +641,7 @@ public Integer getNumGhmDelTxed() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_ghm_del_txed of obj type gslbsiteruntimestats 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 numGhmDelTxed set the numGhmDelTxed. */ @@ -624,7 +652,7 @@ public void setNumGhmDelTxed(Integer numGhmDelTxed) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_ghm_upd_rxed of obj type gslbsiteruntimestats 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 numGhmUpdRxed */ @@ -635,7 +663,7 @@ public Integer getNumGhmUpdRxed() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_ghm_upd_rxed of obj type gslbsiteruntimestats 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 numGhmUpdRxed set the numGhmUpdRxed. */ @@ -646,7 +674,7 @@ public void setNumGhmUpdRxed(Integer numGhmUpdRxed) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_ghm_upd_txed of obj type gslbsiteruntimestats 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 numGhmUpdTxed */ @@ -657,7 +685,7 @@ public Integer getNumGhmUpdTxed() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_ghm_upd_txed of obj type gslbsiteruntimestats 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 numGhmUpdTxed set the numGhmUpdTxed. */ @@ -669,6 +697,7 @@ public void setNumGhmUpdTxed(Integer numGhmUpdTxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGjwtCrRxed */ @@ -680,6 +709,7 @@ public Integer getNumGjwtCrRxed() { /** * This is the setter method to the attribute. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGjwtCrRxed set the numGjwtCrRxed. */ @@ -691,6 +721,7 @@ public void setNumGjwtCrRxed(Integer numGjwtCrRxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGjwtCrTxed */ @@ -702,6 +733,7 @@ public Integer getNumGjwtCrTxed() { /** * This is the setter method to the attribute. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGjwtCrTxed set the numGjwtCrTxed. */ @@ -713,6 +745,7 @@ public void setNumGjwtCrTxed(Integer numGjwtCrTxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGjwtDelRxed */ @@ -724,6 +757,7 @@ public Integer getNumGjwtDelRxed() { /** * This is the setter method to the attribute. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGjwtDelRxed set the numGjwtDelRxed. */ @@ -735,6 +769,7 @@ public void setNumGjwtDelRxed(Integer numGjwtDelRxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGjwtDelTxed */ @@ -746,6 +781,7 @@ public Integer getNumGjwtDelTxed() { /** * This is the setter method to the attribute. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGjwtDelTxed set the numGjwtDelTxed. */ @@ -757,6 +793,7 @@ public void setNumGjwtDelTxed(Integer numGjwtDelTxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGjwtUpdRxed */ @@ -768,6 +805,7 @@ public Integer getNumGjwtUpdRxed() { /** * This is the setter method to the attribute. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGjwtUpdRxed set the numGjwtUpdRxed. */ @@ -779,6 +817,7 @@ public void setNumGjwtUpdRxed(Integer numGjwtUpdRxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGjwtUpdTxed */ @@ -790,6 +829,7 @@ public Integer getNumGjwtUpdTxed() { /** * This is the setter method to the attribute. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGjwtUpdTxed set the numGjwtUpdTxed. */ @@ -800,7 +840,7 @@ public void setNumGjwtUpdTxed(Integer numGjwtUpdTxed) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_glb_cr_rxed of obj type gslbsiteruntimestats 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 numGlbCrRxed */ @@ -811,7 +851,7 @@ public Integer getNumGlbCrRxed() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_glb_cr_rxed of obj type gslbsiteruntimestats 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 numGlbCrRxed set the numGlbCrRxed. */ @@ -822,7 +862,7 @@ public void setNumGlbCrRxed(Integer numGlbCrRxed) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_glb_cr_txed of obj type gslbsiteruntimestats 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 numGlbCrTxed */ @@ -833,7 +873,7 @@ public Integer getNumGlbCrTxed() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_glb_cr_txed of obj type gslbsiteruntimestats 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 numGlbCrTxed set the numGlbCrTxed. */ @@ -844,7 +884,7 @@ public void setNumGlbCrTxed(Integer numGlbCrTxed) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_glb_del_rxed of obj type gslbsiteruntimestats 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 numGlbDelRxed */ @@ -855,7 +895,7 @@ public Integer getNumGlbDelRxed() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_glb_del_rxed of obj type gslbsiteruntimestats 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 numGlbDelRxed set the numGlbDelRxed. */ @@ -866,7 +906,7 @@ public void setNumGlbDelRxed(Integer numGlbDelRxed) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_glb_del_txed of obj type gslbsiteruntimestats 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 numGlbDelTxed */ @@ -877,7 +917,7 @@ public Integer getNumGlbDelTxed() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_glb_del_txed of obj type gslbsiteruntimestats 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 numGlbDelTxed set the numGlbDelTxed. */ @@ -888,7 +928,7 @@ public void setNumGlbDelTxed(Integer numGlbDelTxed) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_glb_upd_rxed of obj type gslbsiteruntimestats 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 numGlbUpdRxed */ @@ -899,7 +939,7 @@ public Integer getNumGlbUpdRxed() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_glb_upd_rxed of obj type gslbsiteruntimestats 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 numGlbUpdRxed set the numGlbUpdRxed. */ @@ -910,7 +950,7 @@ public void setNumGlbUpdRxed(Integer numGlbUpdRxed) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_glb_upd_txed of obj type gslbsiteruntimestats 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 numGlbUpdTxed */ @@ -921,7 +961,7 @@ public Integer getNumGlbUpdTxed() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_glb_upd_txed of obj type gslbsiteruntimestats 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 numGlbUpdTxed set the numGlbUpdTxed. */ @@ -933,6 +973,7 @@ public void setNumGlbUpdTxed(Integer numGlbUpdTxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGpkiCrRxed */ @@ -944,6 +985,7 @@ public Integer getNumGpkiCrRxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGpkiCrRxed set the numGpkiCrRxed. */ @@ -955,6 +997,7 @@ public void setNumGpkiCrRxed(Integer numGpkiCrRxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGpkiCrTxed */ @@ -966,6 +1009,7 @@ public Integer getNumGpkiCrTxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGpkiCrTxed set the numGpkiCrTxed. */ @@ -977,6 +1021,7 @@ public void setNumGpkiCrTxed(Integer numGpkiCrTxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGpkiDelRxed */ @@ -988,6 +1033,7 @@ public Integer getNumGpkiDelRxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGpkiDelRxed set the numGpkiDelRxed. */ @@ -999,6 +1045,7 @@ public void setNumGpkiDelRxed(Integer numGpkiDelRxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGpkiDelTxed */ @@ -1010,6 +1057,7 @@ public Integer getNumGpkiDelTxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGpkiDelTxed set the numGpkiDelTxed. */ @@ -1021,6 +1069,7 @@ public void setNumGpkiDelTxed(Integer numGpkiDelTxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGpkiUpdRxed */ @@ -1032,6 +1081,7 @@ public Integer getNumGpkiUpdRxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGpkiUpdRxed set the numGpkiUpdRxed. */ @@ -1043,6 +1093,7 @@ public void setNumGpkiUpdRxed(Integer numGpkiUpdRxed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numGpkiUpdTxed */ @@ -1054,6 +1105,7 @@ public Integer getNumGpkiUpdTxed() { /** * This is the setter method to the attribute. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numGpkiUpdTxed set the numGpkiUpdTxed. */ @@ -1064,7 +1116,7 @@ public void setNumGpkiUpdTxed(Integer numGpkiUpdTxed) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_gs_cr_rxed of obj type gslbsiteruntimestats 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 numGsCrRxed */ @@ -1075,7 +1127,7 @@ public Integer getNumGsCrRxed() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_gs_cr_rxed of obj type gslbsiteruntimestats 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 numGsCrRxed set the numGsCrRxed. */ @@ -1086,7 +1138,7 @@ public void setNumGsCrRxed(Integer numGsCrRxed) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_gs_cr_txed of obj type gslbsiteruntimestats 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 numGsCrTxed */ @@ -1097,7 +1149,7 @@ public Integer getNumGsCrTxed() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_gs_cr_txed of obj type gslbsiteruntimestats 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 numGsCrTxed set the numGsCrTxed. */ @@ -1108,7 +1160,7 @@ public void setNumGsCrTxed(Integer numGsCrTxed) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_gs_del_rxed of obj type gslbsiteruntimestats 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 numGsDelRxed */ @@ -1119,7 +1171,7 @@ public Integer getNumGsDelRxed() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_gs_del_rxed of obj type gslbsiteruntimestats 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 numGsDelRxed set the numGsDelRxed. */ @@ -1130,7 +1182,7 @@ public void setNumGsDelRxed(Integer numGsDelRxed) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_gs_del_txed of obj type gslbsiteruntimestats 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 numGsDelTxed */ @@ -1141,7 +1193,7 @@ public Integer getNumGsDelTxed() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_gs_del_txed of obj type gslbsiteruntimestats 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 numGsDelTxed set the numGsDelTxed. */ @@ -1152,7 +1204,7 @@ public void setNumGsDelTxed(Integer numGsDelTxed) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_gs_upd_rxed of obj type gslbsiteruntimestats 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 numGsUpdRxed */ @@ -1163,7 +1215,7 @@ public Integer getNumGsUpdRxed() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_gs_upd_rxed of obj type gslbsiteruntimestats 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 numGsUpdRxed set the numGsUpdRxed. */ @@ -1174,7 +1226,7 @@ public void setNumGsUpdRxed(Integer numGsUpdRxed) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_gs_upd_txed of obj type gslbsiteruntimestats 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 numGsUpdTxed */ @@ -1185,7 +1237,7 @@ public Integer getNumGsUpdTxed() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_gs_upd_txed of obj type gslbsiteruntimestats 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 numGsUpdTxed set the numGsUpdTxed. */ @@ -1196,7 +1248,7 @@ public void setNumGsUpdTxed(Integer numGsUpdTxed) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_health_msgs_rxed of obj type gslbsiteruntimestats 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 numHealthMsgsRxed */ @@ -1207,7 +1259,7 @@ public Integer getNumHealthMsgsRxed() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_health_msgs_rxed of obj type gslbsiteruntimestats 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 numHealthMsgsRxed set the numHealthMsgsRxed. */ @@ -1218,7 +1270,7 @@ public void setNumHealthMsgsRxed(Integer numHealthMsgsRxed) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_health_msgs_txed of obj type gslbsiteruntimestats 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 numHealthMsgsTxed */ @@ -1229,7 +1281,7 @@ public Integer getNumHealthMsgsTxed() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_health_msgs_txed of obj type gslbsiteruntimestats 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 numHealthMsgsTxed set the numHealthMsgsTxed. */ @@ -1240,7 +1292,7 @@ public void setNumHealthMsgsTxed(Integer numHealthMsgsTxed) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_of_bad_responses of obj type gslbsiteruntimestats 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 numOfBadResponses */ @@ -1251,7 +1303,7 @@ public Integer getNumOfBadResponses() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_of_bad_responses of obj type gslbsiteruntimestats 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 numOfBadResponses set the numOfBadResponses. */ @@ -1262,7 +1314,7 @@ public void setNumOfBadResponses(Integer numOfBadResponses) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_of_events_generated of obj type gslbsiteruntimestats 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 numOfEventsGenerated */ @@ -1273,7 +1325,7 @@ public Integer getNumOfEventsGenerated() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_of_events_generated of obj type gslbsiteruntimestats 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 numOfEventsGenerated set the numOfEventsGenerated. */ @@ -1284,7 +1336,7 @@ public void setNumOfEventsGenerated(Integer numOfEventsGenerated) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_of_skip_outstanding_requests of obj type gslbsiteruntimestats 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 numOfSkipOutstandingRequests */ @@ -1295,7 +1347,7 @@ public Integer getNumOfSkipOutstandingRequests() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_of_skip_outstanding_requests of obj type gslbsiteruntimestats 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 numOfSkipOutstandingRequests set the numOfSkipOutstandingRequests. */ @@ -1306,7 +1358,7 @@ public void setNumOfSkipOutstandingRequests(Integer numOfSkipOutstandingRequest /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_of_timeouts of obj type gslbsiteruntimestats 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 numOfTimeouts */ @@ -1317,7 +1369,7 @@ public Integer getNumOfTimeouts() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_of_timeouts of obj type gslbsiteruntimestats 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 numOfTimeouts set the numOfTimeouts. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbStatus.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbStatus.java index 5344bace..4d62b41b 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbStatus.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbStatus.java @@ -55,7 +55,7 @@ public class GslbStatus extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property details of obj type gslbstatus 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 details */ @@ -66,7 +66,7 @@ public List getDetails() { /** * This is the setter method. this will set the details - * Placeholder for description of property details of obj type gslbstatus 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 details */ @@ -77,7 +77,7 @@ public void setDetails(List details) { /** * This is the setter method this will set the details - * Placeholder for description of property details of obj type gslbstatus 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 details */ @@ -93,7 +93,7 @@ public GslbStatus addDetailsItem(String detailsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property gslb_runtime of obj type gslbstatus 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 gslbRuntime */ @@ -104,7 +104,7 @@ public GslbRuntime getGslbRuntime() { /** * This is the setter method to the attribute. - * Placeholder for description of property gslb_runtime of obj type gslbstatus 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 gslbRuntime set the gslbRuntime. */ @@ -115,7 +115,7 @@ public void setGslbRuntime(GslbRuntime gslbRuntime) { /** * 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 */ @@ -126,7 +126,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. */ @@ -138,6 +138,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return site */ @@ -149,6 +150,7 @@ public GslbSiteRuntime getSite() { /** * This is the setter method to the attribute. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param site set the site. */ @@ -160,6 +162,7 @@ public void setSite(GslbSiteRuntime site) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return thirdPartySite */ @@ -171,6 +174,7 @@ public GslbThirdPartySiteRuntime getThirdPartySite() { /** * This is the setter method to the attribute. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param thirdPartySite set the thirdPartySite. */ @@ -181,7 +185,7 @@ public void setThirdPartySite(GslbThirdPartySiteRuntime thirdPartySite) { /** * 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 +196,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/GslbSubDomainPlacementRuntime.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSubDomainPlacementRuntime.java index 463dbfb3..f8e907c8 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSubDomainPlacementRuntime.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbSubDomainPlacementRuntime.java @@ -44,6 +44,7 @@ public class GslbSubDomainPlacementRuntime extends AviRestResource { * If placement allowed is true, then the fqdn/gslbservice will be placed on the dns-vs. * Otherwise, it shall not be placed on the dns-vs. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return placementAllowed */ @@ -58,6 +59,7 @@ public Boolean getPlacementAllowed() { * If placement allowed is true, then the fqdn/gslbservice will be placed on the dns-vs. * Otherwise, it shall not be placed on the dns-vs. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param placementAllowed set the placementAllowed. */ @@ -70,6 +72,7 @@ public void setPlacementAllowed(Boolean placementAllowed) { * This is the getter method this will return the attribute value. * This field identifies the subdomain. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subDomain */ @@ -82,6 +85,7 @@ public String getSubDomain() { * This is the setter method to the attribute. * This field identifies the subdomain. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subDomain set the subDomain. */ @@ -99,6 +103,7 @@ public void setSubDomain(String subDomain) { * If there is a configuration change where a.com is not placed on dns-vs-1 then the transition ops will be gslb_delete. * Enum options - GSLB_NONE, GSLB_CREATE, GSLB_UPDATE, GSLB_DELETE, GSLB_PURGE, GSLB_DECL. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_NONE". * @return transitionOps */ @@ -116,6 +121,7 @@ public String getTransitionOps() { * If there is a configuration change where a.com is not placed on dns-vs-1 then the transition ops will be gslb_delete. * Enum options - GSLB_NONE, GSLB_CREATE, GSLB_UPDATE, GSLB_DELETE, GSLB_PURGE, GSLB_DECL. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GSLB_NONE". * @param transitionOps set the transitionOps. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbThirdPartySite.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbThirdPartySite.java index c4a245a9..5ae584ba 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbThirdPartySite.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbThirdPartySite.java @@ -55,6 +55,8 @@ public class GslbThirdPartySite extends AviRestResource { * This is the getter method this will return the attribute value. * Third-party-site identifier generated by avi. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return clusterUuid */ @VsoMethod @@ -66,6 +68,8 @@ public String getClusterUuid() { * This is the setter method to the attribute. * Third-party-site identifier generated by avi. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @param clusterUuid set the clusterUuid. */ @VsoMethod @@ -80,6 +84,7 @@ public void setClusterUuid(String clusterUuid) { * A disabled site's configuration shall be retained but it will not get any new configuration updates. * Vips associated with the disabled site shall not be sent in dns response. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -95,6 +100,7 @@ public Boolean getEnabled() { * A disabled site's configuration shall be retained but it will not get any new configuration updates. * Vips associated with the disabled site shall not be sent in dns response. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -112,6 +118,7 @@ public void setEnabled(Boolean enabled) { * the reachable members. * If the health monitor proxies are not configured, then the default behavior is to run health monitor probes from all the active sites. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hmProxies */ @@ -129,6 +136,7 @@ public List getHmProxies() { * the reachable members. * If the health monitor proxies are not configured, then the default behavior is to run health monitor probes from all the active sites. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hmProxies */ @@ -146,6 +154,7 @@ public void setHmProxies(List hmProxies) { * the reachable members. * If the health monitor proxies are not configured, then the default behavior is to run health monitor probes from all the active sites. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hmProxies */ @@ -163,6 +172,7 @@ public GslbThirdPartySite addHmProxiesItem(GslbHealthMonitorProxy hmProxiesItem) * This is the getter method this will return the attribute value. * Geographic location of the site. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return location */ @@ -175,6 +185,7 @@ public GslbGeoLocation getLocation() { * This is the setter method to the attribute. * Geographic location of the site. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param location set the location. */ @@ -187,6 +198,7 @@ public void setLocation(GslbGeoLocation location) { * This is the getter method this will return the attribute value. * Name of the third-party site. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -199,6 +211,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the third-party site. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -213,6 +226,7 @@ public void setName(String name) { * If this field is not configured, then the gslbpoolmember ratio gets applied. * Allowed values are 1-20. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ratio */ @@ -227,6 +241,7 @@ public Integer getRatio() { * If this field is not configured, then the gslbpoolmember ratio gets applied. * Allowed values are 1-20. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ratio set the ratio. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbThirdPartySiteRuntime.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbThirdPartySiteRuntime.java index 4080da58..73a17b0c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbThirdPartySiteRuntime.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/GslbThirdPartySiteRuntime.java @@ -34,6 +34,7 @@ public class GslbThirdPartySiteRuntime extends AviRestResource { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return siteInfo */ @@ -45,6 +46,7 @@ public GslbSiteRuntimeInfo getSiteInfo() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param siteInfo set the siteInfo. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HSMAwsCloudHsm.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HSMAwsCloudHsm.java index 91eb2324..81838ed1 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HSMAwsCloudHsm.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HSMAwsCloudHsm.java @@ -53,6 +53,8 @@ public class HSMAwsCloudHsm extends AviRestResource { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return clientConfig */ @VsoMethod @@ -63,6 +65,8 @@ public String getClientConfig() { /** * This is the setter method to the attribute. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @param clientConfig set the clientConfig. */ @VsoMethod @@ -74,6 +78,7 @@ public void setClientConfig(String clientConfig) { * This is the getter method this will return the attribute value. * Aws cloudhsm cluster certificate. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterCert */ @@ -86,6 +91,7 @@ public String getClusterCert() { * This is the setter method to the attribute. * Aws cloudhsm cluster certificate. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterCert set the clusterCert. */ @@ -99,6 +105,7 @@ public void setClusterCert(String clusterCert) { * Username of the crypto user. * This will be used to access the keys on the hsm. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cryptoUserName */ @@ -112,6 +119,7 @@ public String getCryptoUserName() { * Username of the crypto user. * This will be used to access the keys on the hsm. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cryptoUserName set the cryptoUserName. */ @@ -125,6 +133,7 @@ public void setCryptoUserName(String cryptoUserName) { * Password of the crypto user. * This will be used to access the keys on the hsm. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cryptoUserPassword */ @@ -138,6 +147,7 @@ public String getCryptoUserPassword() { * Password of the crypto user. * This will be used to access the keys on the hsm. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cryptoUserPassword set the cryptoUserPassword. */ @@ -151,6 +161,7 @@ public void setCryptoUserPassword(String cryptoUserPassword) { * Ip address of the hsm in the cluster. * If there are more than one hsms, only one is sufficient. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hsmIp */ @@ -164,6 +175,7 @@ public List getHsmIp() { * Ip address of the hsm in the cluster. * If there are more than one hsms, only one is sufficient. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hsmIp */ @@ -177,6 +189,7 @@ public void setHsmIp(List hsmIp) { * Ip address of the hsm in the cluster. * If there are more than one hsms, only one is sufficient. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hsmIp */ @@ -193,6 +206,8 @@ public HSMAwsCloudHsm addHsmIpItem(String hsmIpItem) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return mgmtConfig */ @VsoMethod @@ -203,6 +218,8 @@ public String getMgmtConfig() { /** * This is the setter method to the attribute. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @param mgmtConfig set the mgmtConfig. */ @VsoMethod diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HSMSafenetClientInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HSMSafenetClientInfo.java index bc304c6e..5c84dd2f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HSMSafenetClientInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HSMSafenetClientInfo.java @@ -52,7 +52,8 @@ public class HSMSafenetClientInfo extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Generated file - chrystoki.conf . + * Generated file - chrystoki.conf. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return chrystokiConf */ @@ -63,7 +64,8 @@ public String getChrystokiConf() { /** * This is the setter method to the attribute. - * Generated file - chrystoki.conf . + * Generated file - chrystoki.conf. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param chrystokiConf set the chrystokiConf. */ @@ -75,6 +77,7 @@ public void setChrystokiConf(String chrystokiConf) { /** * This is the getter method this will return the attribute value. * Client certificate generated by createcert. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientCert */ @@ -86,6 +89,7 @@ public String getClientCert() { /** * This is the setter method to the attribute. * Client certificate generated by createcert. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientCert set the clientCert. */ @@ -97,6 +101,7 @@ public void setClientCert(String clientCert) { /** * This is the getter method this will return the attribute value. * Name prepended to client key and certificate filename. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIp */ @@ -108,6 +113,7 @@ public String getClientIp() { /** * This is the setter method to the attribute. * Name prepended to client key and certificate filename. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIp set the clientIp. */ @@ -119,6 +125,7 @@ public void setClientIp(String clientIp) { /** * This is the getter method this will return the attribute value. * Client private key generated by createcert. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientPrivKey */ @@ -130,6 +137,7 @@ public String getClientPrivKey() { /** * This is the setter method to the attribute. * Client private key generated by createcert. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientPrivKey set the clientPrivKey. */ @@ -141,6 +149,7 @@ public void setClientPrivKey(String clientPrivKey) { /** * This is the getter method this will return the attribute value. * Major number of the sesseion. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sessionMajorNumber */ @@ -152,6 +161,7 @@ public Integer getSessionMajorNumber() { /** * This is the setter method to the attribute. * Major number of the sesseion. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sessionMajorNumber set the sessionMajorNumber. */ @@ -163,6 +173,7 @@ public void setSessionMajorNumber(Integer sessionMajorNumber) { /** * This is the getter method this will return the attribute value. * Minor number of the sesseion. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sessionMinorNumber */ @@ -174,6 +185,7 @@ public Integer getSessionMinorNumber() { /** * This is the setter method to the attribute. * Minor number of the sesseion. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sessionMinorNumber set the sessionMinorNumber. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HSMSafenetLuna.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HSMSafenetLuna.java index f4503ed3..9b540ae6 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HSMSafenetLuna.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HSMSafenetLuna.java @@ -53,6 +53,7 @@ public class HSMSafenetLuna extends AviRestResource { /** * This is the getter method this will return the attribute value. * Group number of generated ha group. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return haGroupNum */ @@ -64,6 +65,7 @@ public Integer getHaGroupNum() { /** * This is the setter method to the attribute. * Group number of generated ha group. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param haGroupNum set the haGroupNum. */ @@ -75,6 +77,7 @@ public void setHaGroupNum(Integer haGroupNum) { /** * This is the getter method this will return the attribute value. * Set to indicate ha across more than one servers. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isHa */ @@ -86,6 +89,7 @@ public Boolean getIsHa() { /** * This is the setter method to the attribute. * Set to indicate ha across more than one servers. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isHa set the isHa. */ @@ -97,6 +101,7 @@ public void setIsHa(Boolean isHa) { /** * This is the getter method this will return the attribute value. * Node specific information. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeInfo */ @@ -108,6 +113,7 @@ public List getNodeInfo() { /** * This is the setter method. this will set the nodeInfo * Node specific information. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeInfo */ @@ -119,6 +125,7 @@ public void setNodeInfo(List nodeInfo) { /** * This is the setter method this will set the nodeInfo * Node specific information. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeInfo */ @@ -135,6 +142,7 @@ public HSMSafenetLuna addNodeInfoItem(HSMSafenetClientInfo nodeInfoItem) { /** * This is the getter method this will return the attribute value. * Safenet/gemalto hsm servers used for crypto operations. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return server */ @@ -146,6 +154,7 @@ public List getServer() { /** * This is the setter method. this will set the server * Safenet/gemalto hsm servers used for crypto operations. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return server */ @@ -157,6 +166,7 @@ public void setServer(List server) { /** * This is the setter method this will set the server * Safenet/gemalto hsm servers used for crypto operations. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return server */ @@ -173,6 +183,7 @@ public HSMSafenetLuna addServerItem(HSMSafenetLunaServer serverItem) { /** * This is the getter method this will return the attribute value. * Generated file - server.pem. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverPem */ @@ -184,6 +195,7 @@ public String getServerPem() { /** * This is the setter method to the attribute. * Generated file - server.pem. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverPem set the serverPem. */ @@ -195,6 +207,7 @@ public void setServerPem(String serverPem) { /** * This is the getter method this will return the attribute value. * If enabled, dedicated network is used to communicate with hsm,else, the management network is used. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useDedicatedNetwork */ @@ -206,6 +219,7 @@ public Boolean getUseDedicatedNetwork() { /** * This is the setter method to the attribute. * If enabled, dedicated network is used to communicate with hsm,else, the management network is used. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useDedicatedNetwork set the useDedicatedNetwork. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HSMSafenetLunaServer.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HSMSafenetLunaServer.java index eed2ed83..5121f7bd 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HSMSafenetLunaServer.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HSMSafenetLunaServer.java @@ -49,6 +49,7 @@ public class HSMSafenetLunaServer extends AviRestResource { /** * This is the getter method this will return the attribute value. * Field introduced in 16.5.2,17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -60,6 +61,7 @@ public Integer getIndex() { /** * This is the setter method to the attribute. * Field introduced in 16.5.2,17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -71,6 +73,7 @@ public void setIndex(Integer index) { /** * This is the getter method this will return the attribute value. * Password of the partition assigned to this client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return partitionPasswd */ @@ -82,6 +85,7 @@ public String getPartitionPasswd() { /** * This is the setter method to the attribute. * Password of the partition assigned to this client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param partitionPasswd set the partitionPasswd. */ @@ -94,6 +98,7 @@ public void setPartitionPasswd(String partitionPasswd) { * This is the getter method this will return the attribute value. * Serial number of the partition assigned to this client. * Field introduced in 16.5.2,17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return partitionSerialNumber */ @@ -106,6 +111,7 @@ public String getPartitionSerialNumber() { * This is the setter method to the attribute. * Serial number of the partition assigned to this client. * Field introduced in 16.5.2,17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param partitionSerialNumber set the partitionSerialNumber. */ @@ -117,6 +123,7 @@ public void setPartitionSerialNumber(String partitionSerialNumber) { /** * This is the getter method this will return the attribute value. * Ip address of the safenet/gemalto hsm device. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return remoteIp */ @@ -128,6 +135,7 @@ public String getRemoteIp() { /** * This is the setter method to the attribute. * Ip address of the safenet/gemalto hsm device. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param remoteIp set the remoteIp. */ @@ -139,6 +147,7 @@ public void setRemoteIp(String remoteIp) { /** * This is the getter method this will return the attribute value. * Ca certificate of the server. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverCert */ @@ -150,6 +159,7 @@ public String getServerCert() { /** * This is the setter method to the attribute. * Ca certificate of the server. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverCert set the serverCert. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HSMThalesNetHsm.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HSMThalesNetHsm.java index ea35ca85..46390659 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HSMThalesNetHsm.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HSMThalesNetHsm.java @@ -55,6 +55,7 @@ public class HSMThalesNetHsm extends AviRestResource { * This is the getter method this will return the attribute value. * Electronic serial number of the nethsm device. * Use thales anonkneti utility to find the nethsm esn. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return esn */ @@ -67,6 +68,7 @@ public String getEsn() { * This is the setter method to the attribute. * Electronic serial number of the nethsm device. * Use thales anonkneti utility to find the nethsm esn. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param esn set the esn. */ @@ -79,6 +81,7 @@ public void setEsn(String esn) { * This is the getter method this will return the attribute value. * Hash of the key that nethsm device uses to authenticate itself. * Use thales anonkneti utility to find the nethsm keyhash. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return keyhash */ @@ -91,6 +94,7 @@ public String getKeyhash() { * This is the setter method to the attribute. * Hash of the key that nethsm device uses to authenticate itself. * Use thales anonkneti utility to find the nethsm keyhash. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param keyhash set the keyhash. */ @@ -102,6 +106,7 @@ public void setKeyhash(String keyhash) { /** * This is the getter method this will return the attribute value. * Local module id of the nethsm device. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return moduleId */ @@ -113,6 +118,7 @@ public Integer getModuleId() { /** * This is the setter method to the attribute. * Local module id of the nethsm device. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param moduleId set the moduleId. */ @@ -126,6 +132,7 @@ public void setModuleId(Integer moduleId) { * Priority class of the nethsm in an high availability setup. * 1 is the highest priority and 100 is the lowest priority. * Allowed values are 1-100. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return priority */ @@ -139,6 +146,7 @@ public Integer getPriority() { * Priority class of the nethsm in an high availability setup. * 1 is the highest priority and 100 is the lowest priority. * Allowed values are 1-100. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param priority set the priority. */ @@ -150,6 +158,7 @@ public void setPriority(Integer priority) { /** * This is the getter method this will return the attribute value. * Ip address of the nethsm device. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return remoteIp */ @@ -161,6 +170,7 @@ public IpAddr getRemoteIp() { /** * This is the setter method to the attribute. * Ip address of the nethsm device. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param remoteIp set the remoteIp. */ @@ -173,6 +183,7 @@ public void setRemoteIp(IpAddr remoteIp) { * This is the getter method this will return the attribute value. * Port at which the nethsm device accepts the connection. * Allowed values are 1-65535. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 9004. * @return remotePort */ @@ -185,6 +196,7 @@ public Integer getRemotePort() { * This is the setter method to the attribute. * Port at which the nethsm device accepts the connection. * Allowed values are 1-65535. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 9004. * @param remotePort set the remotePort. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HSMThalesRFS.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HSMThalesRFS.java index bb8129a6..248e942f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HSMThalesRFS.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HSMThalesRFS.java @@ -38,6 +38,7 @@ public class HSMThalesRFS extends AviRestResource { /** * This is the getter method this will return the attribute value. * Ip address of the rfs server from where to sync the thales encrypted private key. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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 rfs server from where to sync the thales encrypted private key. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -61,6 +63,7 @@ public void setIp(IpAddr ip) { * This is the getter method this will return the attribute value. * Port at which the rfs server accepts the sync request from clients for thales encrypted private key. * Allowed values are 1-65535. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 9004. * @return port */ @@ -73,6 +76,7 @@ public Integer getPort() { * This is the setter method to the attribute. * Port at which the rfs server accepts the sync request from clients for thales encrypted private key. * Allowed values are 1-65535. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 9004. * @param port set the port. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HSMgrDebugFilter.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HSMgrDebugFilter.java index a3d64d20..2b3ff2c1 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HSMgrDebugFilter.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HSMgrDebugFilter.java @@ -52,7 +52,7 @@ public class HSMgrDebugFilter extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property entity of obj type hsmgrdebugfilter field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return entity */ @@ -63,7 +63,7 @@ public String getEntity() { /** * This is the setter method to the attribute. - * Placeholder for description of property entity of obj type hsmgrdebugfilter field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param entity set the entity. */ @@ -76,6 +76,7 @@ public void setEntity(String entity) { * This is the getter method this will return the attribute value. * Enum options - VSERVER_METRICS_ENTITY, VM_METRICS_ENTITY, SE_METRICS_ENTITY, CONTROLLER_METRICS_ENTITY, APPLICATION_METRICS_ENTITY, * TENANT_METRICS_ENTITY, POOL_METRICS_ENTITY. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricEntity */ @@ -88,6 +89,7 @@ public String getMetricEntity() { * This is the setter method to the attribute. * Enum options - VSERVER_METRICS_ENTITY, VM_METRICS_ENTITY, SE_METRICS_ENTITY, CONTROLLER_METRICS_ENTITY, APPLICATION_METRICS_ENTITY, * TENANT_METRICS_ENTITY, POOL_METRICS_ENTITY. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricEntity set the metricEntity. */ @@ -98,7 +100,7 @@ public void setMetricEntity(String metricEntity) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property period of obj type hsmgrdebugfilter 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 period */ @@ -109,7 +111,7 @@ public Integer getPeriod() { /** * This is the setter method to the attribute. - * Placeholder for description of property period of obj type hsmgrdebugfilter 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 period set the period. */ @@ -120,7 +122,7 @@ public void setPeriod(Integer period) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property pool of obj type hsmgrdebugfilter field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -131,7 +133,7 @@ public String getPool() { /** * This is the setter method to the attribute. - * Placeholder for description of property pool of obj type hsmgrdebugfilter field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -142,7 +144,7 @@ public void setPool(String pool) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server of obj type hsmgrdebugfilter field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -153,7 +155,7 @@ public String getServer() { /** * This is the setter method to the attribute. - * Placeholder for description of property server of obj type hsmgrdebugfilter field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -164,7 +166,7 @@ public void setServer(String server) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property skip_hs_db_writes of obj type hsmgrdebugfilter 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 skipHsDbWrites */ @@ -175,7 +177,7 @@ public Boolean getSkipHsDbWrites() { /** * This is the setter method to the attribute. - * Placeholder for description of property skip_hs_db_writes of obj type hsmgrdebugfilter 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 skipHsDbWrites set the skipHsDbWrites. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTP2ApplicationProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTP2ApplicationProfile.java index ce2cbca5..40e8d21f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTP2ApplicationProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTP2ApplicationProfile.java @@ -60,6 +60,7 @@ public class HTTP2ApplicationProfile extends AviRestResource { * Allowed values are 64-32768. * Field introduced in 18.2.10, 20.1.1. * Unit is kb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @return http2InitialWindowSize */ @@ -74,6 +75,7 @@ public Integer getHttp2InitialWindowSize() { * Allowed values are 64-32768. * Field introduced in 18.2.10, 20.1.1. * Unit is kb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @param http2InitialWindowSize set the http2InitialWindowSize. */ @@ -87,6 +89,7 @@ public void setHttp2InitialWindowSize(Integer http2InitialWindowSize) { * The max number of concurrent streams over a client side http/2 connection. * Allowed values are 1-256. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @return maxHttp2ConcurrentStreamsPerConnection */ @@ -100,6 +103,7 @@ public Integer getMaxHttp2ConcurrentStreamsPerConnection() { * The max number of concurrent streams over a client side http/2 connection. * Allowed values are 1-256. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @param maxHttp2ConcurrentStreamsPerConnection set the maxHttp2ConcurrentStreamsPerConnection. */ @@ -113,8 +117,9 @@ public void setMaxHttp2ConcurrentStreamsPerConnection(Integer maxHttp2Concurren * The max number of control frames that client can send over an http/2 connection. * '0' means unlimited. * Allowed values are 0-10000. - * Special values are 0- 'unlimited control frames on a client side http/2 connection'. + * Special values are 0- unlimited control frames on a client side http/2 connection. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @return maxHttp2ControlFramesPerConnection */ @@ -128,8 +133,9 @@ public Integer getMaxHttp2ControlFramesPerConnection() { * The max number of control frames that client can send over an http/2 connection. * '0' means unlimited. * Allowed values are 0-10000. - * Special values are 0- 'unlimited control frames on a client side http/2 connection'. + * Special values are 0- unlimited control frames on a client side http/2 connection. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @param maxHttp2ControlFramesPerConnection set the maxHttp2ControlFramesPerConnection. */ @@ -143,8 +149,9 @@ public void setMaxHttp2ControlFramesPerConnection(Integer maxHttp2ControlFrames * The max number of empty data frames that client can send over an http/2 connection. * '0' means unlimited. * Allowed values are 0-10000. - * Special values are 0- 'unlimited empty data frames over a client side http/2 connection'. + * Special values are 0- unlimited empty data frames over a client side http/2 connection. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @return maxHttp2EmptyDataFramesPerConnection */ @@ -158,8 +165,9 @@ public Integer getMaxHttp2EmptyDataFramesPerConnection() { * The max number of empty data frames that client can send over an http/2 connection. * '0' means unlimited. * Allowed values are 0-10000. - * Special values are 0- 'unlimited empty data frames over a client side http/2 connection'. + * Special values are 0- unlimited empty data frames over a client side http/2 connection. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @param maxHttp2EmptyDataFramesPerConnection set the maxHttp2EmptyDataFramesPerConnection. */ @@ -175,6 +183,7 @@ public void setMaxHttp2EmptyDataFramesPerConnection(Integer maxHttp2EmptyDataFr * Allowed values are 1-8192. * Field introduced in 18.2.10, 20.1.1. * Unit is bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @return maxHttp2HeaderFieldSize */ @@ -190,6 +199,7 @@ public Integer getMaxHttp2HeaderFieldSize() { * Allowed values are 1-8192. * Field introduced in 18.2.10, 20.1.1. * Unit is bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @param maxHttp2HeaderFieldSize set the maxHttp2HeaderFieldSize. */ @@ -203,8 +213,9 @@ public void setMaxHttp2HeaderFieldSize(Integer maxHttp2HeaderFieldSize) { * The max number of frames that can be queued waiting to be sent over a client side http/2 connection at any given time. * '0' means unlimited. * Allowed values are 0-10000. - * Special values are 0- 'unlimited frames can be queued on a client side http/2 connection'. + * Special values are 0- unlimited frames can be queued on a client side http/2 connection. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @return maxHttp2QueuedFramesToClientPerConnection */ @@ -218,8 +229,9 @@ public Integer getMaxHttp2QueuedFramesToClientPerConnection() { * The max number of frames that can be queued waiting to be sent over a client side http/2 connection at any given time. * '0' means unlimited. * Allowed values are 0-10000. - * Special values are 0- 'unlimited frames can be queued on a client side http/2 connection'. + * Special values are 0- unlimited frames can be queued on a client side http/2 connection. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @param maxHttp2QueuedFramesToClientPerConnection set the maxHttp2QueuedFramesToClientPerConnection. */ @@ -232,8 +244,9 @@ public void setMaxHttp2QueuedFramesToClientPerConnection(Integer maxHttp2Queued * This is the getter method this will return the attribute value. * The maximum number of requests over a client side http/2 connection. * Allowed values are 0-10000. - * Special values are 0- 'unlimited requests on a client side http/2 connection'. + * Special values are 0- unlimited requests on a client side http/2 connection. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @return maxHttp2RequestsPerConnection */ @@ -246,8 +259,9 @@ public Integer getMaxHttp2RequestsPerConnection() { * This is the setter method to the attribute. * The maximum number of requests over a client side http/2 connection. * Allowed values are 0-10000. - * Special values are 0- 'unlimited requests on a client side http/2 connection'. + * Special values are 0- unlimited requests on a client side http/2 connection. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @param maxHttp2RequestsPerConnection set the maxHttp2RequestsPerConnection. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTP2PoolProperties.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTP2PoolProperties.java index 627070dd..53f7803e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTP2PoolProperties.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTP2PoolProperties.java @@ -39,8 +39,9 @@ public class HTTP2PoolProperties extends AviRestResource { * The max number of control frames that server can send over an http/2 connection. * '0' means unlimited. * Allowed values are 0-10000. - * Special values are 0- 'unlimited control frames on a server side http/2 connection'. + * Special values are 0- unlimited control frames on a server side http/2 connection. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return maxHttp2ControlFramesPerConnection */ @@ -54,8 +55,9 @@ public Integer getMaxHttp2ControlFramesPerConnection() { * The max number of control frames that server can send over an http/2 connection. * '0' means unlimited. * Allowed values are 0-10000. - * Special values are 0- 'unlimited control frames on a server side http/2 connection'. + * Special values are 0- unlimited control frames on a server side http/2 connection. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param maxHttp2ControlFramesPerConnection set the maxHttp2ControlFramesPerConnection. */ @@ -71,6 +73,7 @@ public void setMaxHttp2ControlFramesPerConnection(Integer maxHttp2ControlFrames * Allowed values are 1-8192. * Field introduced in 21.1.1. * Unit is bytes. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @return maxHttp2HeaderFieldSize */ @@ -86,6 +89,7 @@ public Integer getMaxHttp2HeaderFieldSize() { * Allowed values are 1-8192. * Field introduced in 21.1.1. * Unit is bytes. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @param maxHttp2HeaderFieldSize set the maxHttp2HeaderFieldSize. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPApplicationProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPApplicationProfile.java index 0872edb7..3c946a5c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPApplicationProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPApplicationProfile.java @@ -274,7 +274,8 @@ public class HTTPApplicationProfile extends AviRestResource { /** * This is the getter method this will return the attribute value. * Allow use of dot (.) in http header names, for instance header.app.special pickappversionx. - * Allowed in 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 allowDotsInHeaderName */ @@ -286,7 +287,8 @@ public Boolean getAllowDotsInHeaderName() { /** * This is the setter method to the attribute. * Allow use of dot (.) in http header names, for instance header.app.special pickappversionx. - * Allowed in 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 allowDotsInHeaderName set the allowDotsInHeaderName. */ @@ -298,6 +300,7 @@ public void setAllowDotsInHeaderName(Boolean allowDotsInHeaderName) { /** * This is the getter method this will return the attribute value. * Http caching config to use with this http profile. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cacheConfig */ @@ -309,6 +312,7 @@ public HttpCacheConfig getCacheConfig() { /** * This is the setter method to the attribute. * Http caching config to use with this http profile. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cacheConfig set the cacheConfig. */ @@ -324,7 +328,8 @@ public void setCacheConfig(HttpCacheConfig cacheConfig) { * This setting generally impacts the length of time allowed for a client to send a post. * Allowed values are 0-100000000. * Unit is milliseconds. - * Allowed in basic(allowed values- 30000) edition, essentials(allowed values- 30000) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 30000), 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 30000. * @return clientBodyTimeout */ @@ -340,7 +345,8 @@ public Integer getClientBodyTimeout() { * This setting generally impacts the length of time allowed for a client to send a post. * Allowed values are 0-100000000. * Unit is milliseconds. - * Allowed in basic(allowed values- 30000) edition, essentials(allowed values- 30000) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 30000), 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 30000. * @param clientBodyTimeout set the clientBodyTimeout. */ @@ -355,7 +361,8 @@ public void setClientBodyTimeout(Integer clientBodyTimeout) { * This helps mitigate various forms of slowloris attacks. * Allowed values are 10-100000000. * Unit is milliseconds. - * Allowed in basic(allowed values- 10000) edition, essentials(allowed values- 10000) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 10000), basic edition(allowed values- 10000), enterprise with + * cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @return clientHeaderTimeout */ @@ -370,7 +377,8 @@ public Integer getClientHeaderTimeout() { * This helps mitigate various forms of slowloris attacks. * Allowed values are 10-100000000. * Unit is milliseconds. - * Allowed in basic(allowed values- 10000) edition, essentials(allowed values- 10000) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 10000), basic edition(allowed values- 10000), enterprise with + * cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @param clientHeaderTimeout set the clientHeaderTimeout. */ @@ -385,6 +393,7 @@ public void setClientHeaderTimeout(Integer clientHeaderTimeout) { * This limits the size of the client data that can be uploaded/posted as part of a single http request. * Default 0 => unlimited. * Unit is kb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return clientMaxBodySize */ @@ -399,6 +408,7 @@ public Integer getClientMaxBodySize() { * This limits the size of the client data that can be uploaded/posted as part of a single http request. * Default 0 => unlimited. * Unit is kb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param clientMaxBodySize set the clientMaxBodySize. */ @@ -412,7 +422,7 @@ public void setClientMaxBodySize(Integer clientMaxBodySize) { * Maximum size in kbytes of a single http header in the client request. * Allowed values are 1-64. * Unit is kb. - * Allowed in basic(allowed values- 12) edition, essentials(allowed values- 12) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 12), basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 12. * @return clientMaxHeaderSize */ @@ -426,7 +436,7 @@ public Integer getClientMaxHeaderSize() { * Maximum size in kbytes of a single http header in the client request. * Allowed values are 1-64. * Unit is kb. - * Allowed in basic(allowed values- 12) edition, essentials(allowed values- 12) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 12), basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 12. * @param clientMaxHeaderSize set the clientMaxHeaderSize. */ @@ -440,6 +450,7 @@ public void setClientMaxHeaderSize(Integer clientMaxHeaderSize) { * Maximum size in kbytes of all the client http request headers.this value can be overriden by client_max_header_size if that is larger. * Allowed values are 1-256. * Unit is kb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 48. * @return clientMaxRequestSize */ @@ -453,6 +464,7 @@ public Integer getClientMaxRequestSize() { * Maximum size in kbytes of all the client http request headers.this value can be overriden by client_max_header_size if that is larger. * Allowed values are 1-256. * Unit is kb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 48. * @param clientMaxRequestSize set the clientMaxRequestSize. */ @@ -464,6 +476,7 @@ public void setClientMaxRequestSize(Integer clientMaxRequestSize) { /** * This is the getter method this will return the attribute value. * Http compression settings to use with this http profile. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return compressionProfile */ @@ -475,6 +488,7 @@ public CompressionProfile getCompressionProfile() { /** * This is the setter method to the attribute. * Http compression settings to use with this http profile. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param compressionProfile set the compressionProfile. */ @@ -488,6 +502,7 @@ public void setCompressionProfile(CompressionProfile compressionProfile) { * Allows http requests, not just tcp connections, to be load balanced across servers. * Proxied tcp connections to servers may be reused by multiple clients to improve performance. * Not compatible with preserve client ip. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return connectionMultiplexingEnabled */ @@ -501,6 +516,7 @@ public Boolean getConnectionMultiplexingEnabled() { * Allows http requests, not just tcp connections, to be load balanced across servers. * Proxied tcp connections to servers may be reused by multiple clients to improve performance. * Not compatible with preserve client ip. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param connectionMultiplexingEnabled set the connectionMultiplexingEnabled. */ @@ -514,6 +530,7 @@ public void setConnectionMultiplexingEnabled(Boolean connectionMultiplexingEnab * Detect ntlm apps based on the http response from the server. * Once detected, connection multiplexing will be disabled for that connection. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return detectNtlmApp */ @@ -527,6 +544,7 @@ public Boolean getDetectNtlmApp() { * Detect ntlm apps based on the http response from the server. * Once detected, connection multiplexing will be disabled for that connection. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, basic edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param detectNtlmApp set the detectNtlmApp. */ @@ -540,7 +558,8 @@ public void setDetectNtlmApp(Boolean detectNtlmApp) { * Disable keep-alive client side connections for older browsers based off ms internet explorer 6.0 (msie6). * For some applications, this might break ntlm authentication for older clients based off msie6. * For such applications, set this option to false to allow keep-alive connections. - * Allowed in 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 disableKeepalivePostsMsie6 */ @@ -554,7 +573,8 @@ public Boolean getDisableKeepalivePostsMsie6() { * Disable keep-alive client side connections for older browsers based off ms internet explorer 6.0 (msie6). * For some applications, this might break ntlm authentication for older clients based off msie6. * For such applications, set this option to false to allow keep-alive connections. - * Allowed in 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 disableKeepalivePostsMsie6 set the disableKeepalivePostsMsie6. */ @@ -567,6 +587,7 @@ public void setDisableKeepalivePostsMsie6(Boolean disableKeepalivePostsMsie6) { * This is the getter method this will return the attribute value. * Disable strict check between tls servername and http host name. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableSniHostnameCheck */ @@ -579,6 +600,7 @@ public Boolean getDisableSniHostnameCheck() { * This is the setter method to the attribute. * Disable strict check between tls servername and http host name. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableSniHostnameCheck set the disableSniHostnameCheck. */ @@ -591,6 +613,7 @@ public void setDisableSniHostnameCheck(Boolean disableSniHostnameCheck) { * This is the getter method this will return the attribute value. * Enable chunk body merge for chunked transfer encoding response. * Field introduced in 18.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableChunkMerge */ @@ -603,6 +626,7 @@ public Boolean getEnableChunkMerge() { * This is the setter method to the attribute. * Enable chunk body merge for chunked transfer encoding response. * Field introduced in 18.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableChunkMerge set the enableChunkMerge. */ @@ -616,7 +640,8 @@ public void setEnableChunkMerge(Boolean enableChunkMerge) { * Enable support for fire and forget feature. * If enabled, request from client is forwarded to server even if client prematurely closes the connection. * Field introduced in 17.2.4. - * Allowed in 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 enableFireAndForget */ @@ -630,7 +655,8 @@ public Boolean getEnableFireAndForget() { * Enable support for fire and forget feature. * If enabled, request from client is forwarded to server even if client prematurely closes the connection. * Field introduced in 17.2.4. - * Allowed in 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 enableFireAndForget set the enableFireAndForget. */ @@ -643,6 +669,7 @@ public void setEnableFireAndForget(Boolean enableFireAndForget) { * This is the getter method this will return the attribute value. * Enable request body buffering for post requests. * If enabled, max buffer size is set to lower of 32m or the value (non-zero) configured in client_max_body_size. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableRequestBodyBuffering */ @@ -655,6 +682,7 @@ public Boolean getEnableRequestBodyBuffering() { * This is the setter method to the attribute. * Enable request body buffering for post requests. * If enabled, max buffer size is set to lower of 32m or the value (non-zero) configured in client_max_body_size. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableRequestBodyBuffering set the enableRequestBodyBuffering. */ @@ -673,7 +701,8 @@ public void setEnableRequestBodyBuffering(Boolean enableRequestBodyBuffering) { * Use it when detailed information about the number of http post parameters is needed, e.g. * For waf sizing. * Field introduced in 18.1.5, 18.2.1. - * Allowed in 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 enableRequestBodyMetrics */ @@ -692,7 +721,8 @@ public Boolean getEnableRequestBodyMetrics() { * Use it when detailed information about the number of http post parameters is needed, e.g. * For waf sizing. * Field introduced in 18.1.5, 18.2.1. - * Allowed in 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 enableRequestBodyMetrics set the enableRequestBodyMetrics. */ @@ -706,6 +736,7 @@ public void setEnableRequestBodyMetrics(Boolean enableRequestBodyMetrics) { * Forward the connection close header coming from backend server to the client if connection-switching is enabled, i.e. * Front-end and backend connections are bound together. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return fwdCloseHdrForBoundConnections */ @@ -719,6 +750,7 @@ public Boolean getFwdCloseHdrForBoundConnections() { * Forward the connection close header coming from backend server to the client if connection-switching is enabled, i.e. * Front-end and backend connections are bound together. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param fwdCloseHdrForBoundConnections set the fwdCloseHdrForBoundConnections. */ @@ -731,7 +763,8 @@ public void setFwdCloseHdrForBoundConnections(Boolean fwdCloseHdrForBoundConnec * This is the getter method this will return the attribute value. * Inserts http strict-transport-security header in the https response. * Hsts can help mitigate man-in-the-middle attacks by telling browsers that support hsts that they should only access this site via https. - * Allowed in 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 hstsEnabled */ @@ -744,7 +777,8 @@ public Boolean getHstsEnabled() { * This is the setter method to the attribute. * Inserts http strict-transport-security header in the https response. * Hsts can help mitigate man-in-the-middle attacks by telling browsers that support hsts that they should only access this site via https. - * Allowed in 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 hstsEnabled set the hstsEnabled. */ @@ -757,7 +791,8 @@ public void setHstsEnabled(Boolean hstsEnabled) { * This is the getter method this will return the attribute value. * Number of days for which the client should regard this virtual service as a known hsts host. * Allowed values are 0-10000. - * Allowed in basic(allowed values- 365) edition, essentials(allowed values- 365) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 365), basic edition(allowed values- 365), enterprise with cloud + * services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 365. * @return hstsMaxAge */ @@ -770,7 +805,8 @@ public Integer getHstsMaxAge() { * This is the setter method to the attribute. * Number of days for which the client should regard this virtual service as a known hsts host. * Allowed values are 0-10000. - * Allowed in basic(allowed values- 365) edition, essentials(allowed values- 365) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 365), basic edition(allowed values- 365), enterprise with cloud + * services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 365. * @param hstsMaxAge set the hstsMaxAge. */ @@ -785,8 +821,9 @@ public void setHstsMaxAge(Integer hstsMaxAge) { * Adding the includesubdomains directive signals the user-agent that the hsts policy applies to this hsts host as well as any subdomains of the * host's domain name. * Field introduced in 17.2.13, 18.1.4, 18.2.1. - * Allowed in 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 hstsSubdomainsEnabled */ @VsoMethod @@ -800,8 +837,9 @@ public Boolean getHstsSubdomainsEnabled() { * Adding the includesubdomains directive signals the user-agent that the hsts policy applies to this hsts host as well as any subdomains of the * host's domain name. * Field introduced in 17.2.13, 18.1.4, 18.2.1. - * Allowed in 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 hstsSubdomainsEnabled set the hstsSubdomainsEnabled. */ @VsoMethod @@ -814,7 +852,7 @@ public void setHstsSubdomainsEnabled(Boolean hstsSubdomainsEnabled) { * Enable http2 for traffic from clients to the virtual service. * Field deprecated in 20.1.1. * Field introduced in 18.1.1. - * Allowed in basic edition, essentials edition, enterprise edition. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @return http2Enabled */ @VsoMethod @@ -827,7 +865,7 @@ public Boolean getHttp2Enabled() { * Enable http2 for traffic from clients to the virtual service. * Field deprecated in 20.1.1. * Field introduced in 18.1.1. - * Allowed in basic edition, essentials edition, enterprise edition. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @param http2Enabled set the http2Enabled. */ @VsoMethod @@ -839,7 +877,7 @@ public void setHttp2Enabled(Boolean http2Enabled) { * This is the getter method this will return the attribute value. * Specifies the http/2 specific application profile parameters. * Field introduced in 18.2.10, 20.1.1. - * Allowed in 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 http2Profile */ @@ -852,7 +890,7 @@ public HTTP2ApplicationProfile getHttp2Profile() { * This is the setter method to the attribute. * Specifies the http/2 specific application profile parameters. * Field introduced in 18.2.10, 20.1.1. - * Allowed in 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 http2Profile set the http2Profile. */ @@ -864,7 +902,7 @@ public void setHttp2Profile(HTTP2ApplicationProfile http2Profile) { /** * This is the getter method this will return the attribute value. * Client requests received via http will be redirected to https. - * Allowed in essentials(allowed values- false) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return httpToHttps */ @@ -876,7 +914,7 @@ public Boolean getHttpToHttps() { /** * This is the setter method to the attribute. * Client requests received via http will be redirected to https. - * Allowed in essentials(allowed values- false) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param httpToHttps set the httpToHttps. */ @@ -889,10 +927,11 @@ public void setHttpToHttps(Boolean httpToHttps) { * This is the getter method this will return the attribute value. * Size of http buffer in kb. * Allowed values are 1-256. - * Special values are 0- 'auto compute the size of buffer'. + * Special values are 0- auto compute the size of buffer. * Field introduced in 20.1.1. * Unit is kb. - * 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 httpUpstreamBufferSize */ @@ -905,10 +944,11 @@ public Integer getHttpUpstreamBufferSize() { * This is the setter method to the attribute. * Size of http buffer in kb. * Allowed values are 1-256. - * Special values are 0- 'auto compute the size of buffer'. + * Special values are 0- auto compute the size of buffer. * Field introduced in 20.1.1. * Unit is kb. - * 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 httpUpstreamBufferSize set the httpUpstreamBufferSize. */ @@ -921,7 +961,8 @@ public void setHttpUpstreamBufferSize(Integer httpUpstreamBufferSize) { * This is the getter method this will return the attribute value. * Mark http cookies as httponly. * This helps mitigate cross site scripting attacks as browsers will not allow these cookies to be read by third parties, such as javascript. - * Allowed in 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 httponlyEnabled */ @@ -934,7 +975,8 @@ public Boolean getHttponlyEnabled() { * This is the setter method to the attribute. * Mark http cookies as httponly. * This helps mitigate cross site scripting attacks as browsers will not allow these cookies to be read by third parties, such as javascript. - * Allowed in 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 httponlyEnabled set the httponlyEnabled. */ @@ -948,6 +990,7 @@ public void setHttponlyEnabled(Boolean httponlyEnabled) { * Send http 'keep-alive' header to the client. * By default, the timeout specified in the 'keep-alive timeout' field will be used unless the 'use app keepalive timeout' flag is set, in which * case the timeout sent by the application will be honored. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return keepaliveHeader */ @@ -961,6 +1004,7 @@ public Boolean getKeepaliveHeader() { * Send http 'keep-alive' header to the client. * By default, the timeout specified in the 'keep-alive timeout' field will be used unless the 'use app keepalive timeout' flag is set, in which * case the timeout sent by the application will be honored. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param keepaliveHeader set the keepaliveHeader. */ @@ -974,7 +1018,7 @@ public void setKeepaliveHeader(Boolean keepaliveHeader) { * The max idle time allowed between http requests over a keep-alive connection. * Allowed values are 10-100000000. * Unit is milliseconds. - * Allowed in essentials(allowed values- 30000) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 30000), basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30000. * @return keepaliveTimeout */ @@ -988,7 +1032,7 @@ public Integer getKeepaliveTimeout() { * The max idle time allowed between http requests over a keep-alive connection. * Allowed values are 10-100000000. * Unit is milliseconds. - * Allowed in essentials(allowed values- 30000) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 30000), basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30000. * @param keepaliveTimeout set the keepaliveTimeout. */ @@ -1001,7 +1045,8 @@ public void setKeepaliveTimeout(Integer keepaliveTimeout) { * This is the getter method this will return the attribute value. * Maximum bad requests per second per client ip. * Allowed values are 10-1000. - * Special values are 0- 'unlimited'. + * Special values are 0- unlimited. + * Allowed in enterprise edition with 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 maxBadRpsCip */ @@ -1014,7 +1059,8 @@ public Integer getMaxBadRpsCip() { * This is the setter method to the attribute. * Maximum bad requests per second per client ip. * Allowed values are 10-1000. - * Special values are 0- 'unlimited'. + * Special values are 0- unlimited. + * Allowed in enterprise edition with 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 maxBadRpsCip set the maxBadRpsCip. */ @@ -1027,7 +1073,8 @@ public void setMaxBadRpsCip(Integer maxBadRpsCip) { * This is the getter method this will return the attribute value. * Maximum bad requests per second per client ip and uri. * Allowed values are 10-1000. - * Special values are 0- 'unlimited'. + * Special values are 0- unlimited. + * Allowed in enterprise edition with 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 maxBadRpsCipUri */ @@ -1040,7 +1087,8 @@ public Integer getMaxBadRpsCipUri() { * This is the setter method to the attribute. * Maximum bad requests per second per client ip and uri. * Allowed values are 10-1000. - * Special values are 0- 'unlimited'. + * Special values are 0- unlimited. + * Allowed in enterprise edition with 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 maxBadRpsCipUri set the maxBadRpsCipUri. */ @@ -1053,7 +1101,8 @@ public void setMaxBadRpsCipUri(Integer maxBadRpsCipUri) { * This is the getter method this will return the attribute value. * Maximum bad requests per second per uri. * Allowed values are 10-1000. - * Special values are 0- 'unlimited'. + * Special values are 0- unlimited. + * Allowed in enterprise edition with 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 maxBadRpsUri */ @@ -1066,7 +1115,8 @@ public Integer getMaxBadRpsUri() { * This is the setter method to the attribute. * Maximum bad requests per second per uri. * Allowed values are 10-1000. - * Special values are 0- 'unlimited'. + * Special values are 0- unlimited. + * Allowed in enterprise edition with 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 maxBadRpsUri set the maxBadRpsUri. */ @@ -1081,7 +1131,7 @@ public void setMaxBadRpsUri(Integer maxBadRpsUri) { * Allowed values are 1-256. * Field deprecated in 18.2.10, 20.1.1. * Field introduced in 18.2.6. - * Allowed in basic edition, essentials edition, enterprise edition. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @return maxHttp2ConcurrentStreamsPerConnection */ @VsoMethod @@ -1095,7 +1145,7 @@ public Integer getMaxHttp2ConcurrentStreamsPerConnection() { * Allowed values are 1-256. * Field deprecated in 18.2.10, 20.1.1. * Field introduced in 18.2.6. - * Allowed in basic edition, essentials edition, enterprise edition. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @param maxHttp2ConcurrentStreamsPerConnection set the maxHttp2ConcurrentStreamsPerConnection. */ @VsoMethod @@ -1108,10 +1158,10 @@ public void setMaxHttp2ConcurrentStreamsPerConnection(Integer maxHttp2Concurren * The max number of control frames that client can send over an http/2 connection. * '0' means unlimited. * Allowed values are 0-10000. - * Special values are 0- 'unlimited control frames on a client side http/2 connection'. + * Special values are 0- unlimited control frames on a client side http/2 connection. * Field deprecated in 18.2.10, 20.1.1. * Field introduced in 18.2.6. - * Allowed in basic edition, essentials edition, enterprise edition. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @return maxHttp2ControlFramesPerConnection */ @VsoMethod @@ -1124,10 +1174,10 @@ public Integer getMaxHttp2ControlFramesPerConnection() { * The max number of control frames that client can send over an http/2 connection. * '0' means unlimited. * Allowed values are 0-10000. - * Special values are 0- 'unlimited control frames on a client side http/2 connection'. + * Special values are 0- unlimited control frames on a client side http/2 connection. * Field deprecated in 18.2.10, 20.1.1. * Field introduced in 18.2.6. - * Allowed in basic edition, essentials edition, enterprise edition. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @param maxHttp2ControlFramesPerConnection set the maxHttp2ControlFramesPerConnection. */ @VsoMethod @@ -1140,10 +1190,10 @@ public void setMaxHttp2ControlFramesPerConnection(Integer maxHttp2ControlFrames * The max number of empty data frames that client can send over an http/2 connection. * '0' means unlimited. * Allowed values are 0-10000. - * Special values are 0- 'unlimited empty data frames over a client side http/2 connection'. + * Special values are 0- unlimited empty data frames over a client side http/2 connection. * Field deprecated in 18.2.10, 20.1.1. * Field introduced in 18.2.6. - * Allowed in basic edition, essentials edition, enterprise edition. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @return maxHttp2EmptyDataFramesPerConnection */ @VsoMethod @@ -1156,10 +1206,10 @@ public Integer getMaxHttp2EmptyDataFramesPerConnection() { * The max number of empty data frames that client can send over an http/2 connection. * '0' means unlimited. * Allowed values are 0-10000. - * Special values are 0- 'unlimited empty data frames over a client side http/2 connection'. + * Special values are 0- unlimited empty data frames over a client side http/2 connection. * Field deprecated in 18.2.10, 20.1.1. * Field introduced in 18.2.6. - * Allowed in basic edition, essentials edition, enterprise edition. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @param maxHttp2EmptyDataFramesPerConnection set the maxHttp2EmptyDataFramesPerConnection. */ @VsoMethod @@ -1172,10 +1222,10 @@ public void setMaxHttp2EmptyDataFramesPerConnection(Integer maxHttp2EmptyDataFr * The max number of frames that can be queued waiting to be sent over a client side http/2 connection at any given time. * '0' means unlimited. * Allowed values are 0-10000. - * Special values are 0- 'unlimited frames can be queued on a client side http/2 connection'. + * Special values are 0- unlimited frames can be queued on a client side http/2 connection. * Field deprecated in 18.2.10, 20.1.1. * Field introduced in 18.2.6. - * Allowed in basic edition, essentials edition, enterprise edition. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @return maxHttp2QueuedFramesToClientPerConnection */ @VsoMethod @@ -1188,10 +1238,10 @@ public Integer getMaxHttp2QueuedFramesToClientPerConnection() { * The max number of frames that can be queued waiting to be sent over a client side http/2 connection at any given time. * '0' means unlimited. * Allowed values are 0-10000. - * Special values are 0- 'unlimited frames can be queued on a client side http/2 connection'. + * Special values are 0- unlimited frames can be queued on a client side http/2 connection. * Field deprecated in 18.2.10, 20.1.1. * Field introduced in 18.2.6. - * Allowed in basic edition, essentials edition, enterprise edition. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @param maxHttp2QueuedFramesToClientPerConnection set the maxHttp2QueuedFramesToClientPerConnection. */ @VsoMethod @@ -1204,9 +1254,10 @@ public void setMaxHttp2QueuedFramesToClientPerConnection(Integer maxHttp2Queued * The max number of http requests that can be sent over a keep-alive connection. * '0' means unlimited. * Allowed values are 0-1000000. - * Special values are 0- 'unlimited requests on a connection'. + * Special values are 0- unlimited requests on a connection. * Field introduced in 18.2.5. - * 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 maxKeepaliveRequests */ @@ -1220,9 +1271,10 @@ public Integer getMaxKeepaliveRequests() { * The max number of http requests that can be sent over a keep-alive connection. * '0' means unlimited. * Allowed values are 0-1000000. - * Special values are 0- 'unlimited requests on a connection'. + * Special values are 0- unlimited requests on a connection. * Field introduced in 18.2.5. - * 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 maxKeepaliveRequests set the maxKeepaliveRequests. */ @@ -1236,7 +1288,7 @@ public void setMaxKeepaliveRequests(Integer maxKeepaliveRequests) { * Maximum size in kbytes of all the http response headers. * Allowed values are 1-256. * Unit is kb. - * Allowed in basic(allowed values- 48) edition, essentials(allowed values- 48) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 48), basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 48. * @return maxResponseHeadersSize */ @@ -1250,7 +1302,7 @@ public Integer getMaxResponseHeadersSize() { * Maximum size in kbytes of all the http response headers. * Allowed values are 1-256. * Unit is kb. - * Allowed in basic(allowed values- 48) edition, essentials(allowed values- 48) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 48), basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 48. * @param maxResponseHeadersSize set the maxResponseHeadersSize. */ @@ -1263,7 +1315,8 @@ public void setMaxResponseHeadersSize(Integer maxResponseHeadersSize) { * This is the getter method this will return the attribute value. * Maximum requests per second per client ip. * Allowed values are 10-1000. - * Special values are 0- 'unlimited'. + * Special values are 0- unlimited. + * Allowed in enterprise edition with 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 maxRpsCip */ @@ -1276,7 +1329,8 @@ public Integer getMaxRpsCip() { * This is the setter method to the attribute. * Maximum requests per second per client ip. * Allowed values are 10-1000. - * Special values are 0- 'unlimited'. + * Special values are 0- unlimited. + * Allowed in enterprise edition with 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 maxRpsCip set the maxRpsCip. */ @@ -1289,7 +1343,8 @@ public void setMaxRpsCip(Integer maxRpsCip) { * This is the getter method this will return the attribute value. * Maximum requests per second per client ip and uri. * Allowed values are 10-1000. - * Special values are 0- 'unlimited'. + * Special values are 0- unlimited. + * Allowed in enterprise edition with 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 maxRpsCipUri */ @@ -1302,7 +1357,8 @@ public Integer getMaxRpsCipUri() { * This is the setter method to the attribute. * Maximum requests per second per client ip and uri. * Allowed values are 10-1000. - * Special values are 0- 'unlimited'. + * Special values are 0- unlimited. + * Allowed in enterprise edition with 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 maxRpsCipUri set the maxRpsCipUri. */ @@ -1315,7 +1371,8 @@ public void setMaxRpsCipUri(Integer maxRpsCipUri) { * This is the getter method this will return the attribute value. * Maximum unknown client ips per second. * Allowed values are 10-1000. - * Special values are 0- 'unlimited'. + * Special values are 0- unlimited. + * Allowed in enterprise edition with 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 maxRpsUnknownCip */ @@ -1328,7 +1385,8 @@ public Integer getMaxRpsUnknownCip() { * This is the setter method to the attribute. * Maximum unknown client ips per second. * Allowed values are 10-1000. - * Special values are 0- 'unlimited'. + * Special values are 0- unlimited. + * Allowed in enterprise edition with 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 maxRpsUnknownCip set the maxRpsUnknownCip. */ @@ -1341,7 +1399,8 @@ public void setMaxRpsUnknownCip(Integer maxRpsUnknownCip) { * This is the getter method this will return the attribute value. * Maximum unknown uris per second. * Allowed values are 10-1000. - * Special values are 0- 'unlimited'. + * Special values are 0- unlimited. + * Allowed in enterprise edition with 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 maxRpsUnknownUri */ @@ -1354,7 +1413,8 @@ public Integer getMaxRpsUnknownUri() { * This is the setter method to the attribute. * Maximum unknown uris per second. * Allowed values are 10-1000. - * Special values are 0- 'unlimited'. + * Special values are 0- unlimited. + * Allowed in enterprise edition with 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 maxRpsUnknownUri set the maxRpsUnknownUri. */ @@ -1367,7 +1427,8 @@ public void setMaxRpsUnknownUri(Integer maxRpsUnknownUri) { * This is the getter method this will return the attribute value. * Maximum requests per second per uri. * Allowed values are 10-1000. - * Special values are 0- 'unlimited'. + * Special values are 0- unlimited. + * Allowed in enterprise edition with 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 maxRpsUri */ @@ -1380,7 +1441,8 @@ public Integer getMaxRpsUri() { * This is the setter method to the attribute. * Maximum requests per second per uri. * Allowed values are 10-1000. - * Special values are 0- 'unlimited'. + * Special values are 0- unlimited. + * Allowed in enterprise edition with 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 maxRpsUri set the maxRpsUri. */ @@ -1393,6 +1455,7 @@ public void setMaxRpsUri(Integer maxRpsUri) { * This is the getter method this will return the attribute value. * Pass through x-accel headers. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return passThroughXAccelHeaders */ @@ -1405,6 +1468,7 @@ public Boolean getPassThroughXAccelHeaders() { * This is the setter method to the attribute. * Pass through x-accel headers. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param passThroughXAccelHeaders set the passThroughXAccelHeaders. */ @@ -1418,6 +1482,7 @@ public void setPassThroughXAccelHeaders(Boolean passThroughXAccelHeaders) { * Select the pki profile to be associated with the virtual service. * This profile defines the certificate authority and revocation list. * It is a reference to an object of type pkiprofile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pkiProfileRef */ @@ -1431,6 +1496,7 @@ public String getPkiProfileRef() { * Select the pki profile to be associated with the virtual service. * This profile defines the certificate authority and revocation list. * It is a reference to an object of type pkiprofile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pkiProfileRef set the pkiProfileRef. */ @@ -1444,7 +1510,8 @@ public void setPkiProfileRef(String pkiProfileRef) { * The max allowed length of time between a client establishing a tcp connection and avi receives the first byte of the client's http request. * Allowed values are 10-100000000. * Unit is milliseconds. - * Allowed in basic(allowed values- 30000) edition, essentials(allowed values- 30000) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 30000), basic edition(allowed values- 30000), enterprise with + * cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30000. * @return postAcceptTimeout */ @@ -1458,7 +1525,8 @@ public Integer getPostAcceptTimeout() { * The max allowed length of time between a client establishing a tcp connection and avi receives the first byte of the client's http request. * Allowed values are 10-100000000. * Unit is milliseconds. - * Allowed in basic(allowed values- 30000) edition, essentials(allowed values- 30000) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 30000), basic edition(allowed values- 30000), enterprise with + * cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30000. * @param postAcceptTimeout set the postAcceptTimeout. */ @@ -1471,7 +1539,8 @@ public void setPostAcceptTimeout(Integer postAcceptTimeout) { * This is the getter method this will return the attribute value. * If enabled, an http request on an ssl port will result in connection close instead of a 400 response. * Field introduced in 18.2.6. - * Allowed in 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 resetConnHttpOnSslPort */ @@ -1484,7 +1553,8 @@ public Boolean getResetConnHttpOnSslPort() { * This is the setter method to the attribute. * If enabled, an http request on an ssl port will result in connection close instead of a 400 response. * Field introduced in 18.2.6. - * Allowed in 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 resetConnHttpOnSslPort set the resetConnHttpOnSslPort. */ @@ -1497,6 +1567,7 @@ public void setResetConnHttpOnSslPort(Boolean resetConnHttpOnSslPort) { * This is the getter method this will return the attribute value. * Avi will respond with 100-continue response if expect 100-continue header received from client. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return respondWith100Continue */ @@ -1509,6 +1580,7 @@ public Boolean getRespondWith100Continue() { * This is the setter method to the attribute. * Avi will respond with 100-continue response if expect 100-continue header received from client. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param respondWith100Continue set the respondWith100Continue. */ @@ -1522,7 +1594,8 @@ public void setRespondWith100Continue(Boolean respondWith100Continue) { * Mark server cookies with the 'secure' attribute. * Client browsers will not send a cookie marked as secure over an unencrypted connection. * If avi is terminating ssl from clients and passing it as http to the server, the server may return cookies without the secure flag set. - * Allowed in 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 secureCookieEnabled */ @@ -1536,7 +1609,8 @@ public Boolean getSecureCookieEnabled() { * Mark server cookies with the 'secure' attribute. * Client browsers will not send a cookie marked as secure over an unencrypted connection. * If avi is terminating ssl from clients and passing it as http to the server, the server may return cookies without the secure flag set. - * Allowed in 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 secureCookieEnabled set the secureCookieEnabled. */ @@ -1549,7 +1623,8 @@ public void setSecureCookieEnabled(Boolean secureCookieEnabled) { * This is the getter method this will return the attribute value. * When terminating client ssl sessions at avi, servers may incorrectly send redirect to clients as http. * This option will rewrite the server's redirect responses for this virtual service from http to https. - * Allowed in 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 serverSideRedirectToHttps */ @@ -1562,7 +1637,8 @@ public Boolean getServerSideRedirectToHttps() { * This is the setter method to the attribute. * When terminating client ssl sessions at avi, servers may incorrectly send redirect to clients as http. * This option will rewrite the server's redirect responses for this virtual service from http to https. - * Allowed in 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 serverSideRedirectToHttps set the serverSideRedirectToHttps. */ @@ -1575,6 +1651,7 @@ public void setServerSideRedirectToHttps(Boolean serverSideRedirectToHttps) { * This is the getter method this will return the attribute value. * This field is deprecated. * Field deprecated in 18.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return spdyEnabled */ @VsoMethod @@ -1586,6 +1663,7 @@ public Boolean getSpdyEnabled() { * This is the setter method to the attribute. * This field is deprecated. * Field deprecated in 18.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param spdyEnabled set the spdyEnabled. */ @VsoMethod @@ -1597,6 +1675,7 @@ public void setSpdyEnabled(Boolean spdyEnabled) { * This is the getter method this will return the attribute value. * This field is deprecated. * Field deprecated in 18.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return spdyFwdProxyMode */ @VsoMethod @@ -1608,6 +1687,7 @@ public Boolean getSpdyFwdProxyMode() { * This is the setter method to the attribute. * This field is deprecated. * Field deprecated in 18.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param spdyFwdProxyMode set the spdyFwdProxyMode. */ @VsoMethod @@ -1618,6 +1698,7 @@ public void setSpdyFwdProxyMode(Boolean spdyFwdProxyMode) { /** * This is the getter method this will return the attribute value. * Set of match/action rules that govern what happens when the client certificate request is enabled. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslClientCertificateAction */ @@ -1629,6 +1710,7 @@ public SSLClientCertificateAction getSslClientCertificateAction() { /** * This is the setter method to the attribute. * Set of match/action rules that govern what happens when the client certificate request is enabled. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslClientCertificateAction set the sslClientCertificateAction. */ @@ -1641,8 +1723,8 @@ public void setSslClientCertificateAction(SSLClientCertificateAction sslClientCe * This is the getter method this will return the attribute value. * Specifies whether the client side verification is set to none, request or require. * Enum options - SSL_CLIENT_CERTIFICATE_NONE, SSL_CLIENT_CERTIFICATE_REQUEST, SSL_CLIENT_CERTIFICATE_REQUIRE. - * Allowed in basic(allowed values- ssl_client_certificate_none,ssl_client_certificate_require) edition, essentials(allowed values- - * ssl_client_certificate_none,ssl_client_certificate_require) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- ssl_client_certificate_none,ssl_client_certificate_require), + * basic edition(allowed values- ssl_client_certificate_none,ssl_client_certificate_require), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_CLIENT_CERTIFICATE_NONE". * @return sslClientCertificateMode */ @@ -1655,8 +1737,8 @@ public String getSslClientCertificateMode() { * This is the setter method to the attribute. * Specifies whether the client side verification is set to none, request or require. * Enum options - SSL_CLIENT_CERTIFICATE_NONE, SSL_CLIENT_CERTIFICATE_REQUEST, SSL_CLIENT_CERTIFICATE_REQUIRE. - * Allowed in basic(allowed values- ssl_client_certificate_none,ssl_client_certificate_require) edition, essentials(allowed values- - * ssl_client_certificate_none,ssl_client_certificate_require) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- ssl_client_certificate_none,ssl_client_certificate_require), + * basic edition(allowed values- ssl_client_certificate_none,ssl_client_certificate_require), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_CLIENT_CERTIFICATE_NONE". * @param sslClientCertificateMode set the sslClientCertificateMode. */ @@ -1670,6 +1752,7 @@ public void setSslClientCertificateMode(String sslClientCertificateMode) { * Enable common settings to increase the level of security for virtual services running http and https. * For sites that are http only, these settings will have no effect. * Field deprecated in 18.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return sslEverywhereEnabled */ @VsoMethod @@ -1682,6 +1765,7 @@ public Boolean getSslEverywhereEnabled() { * Enable common settings to increase the level of security for virtual services running http and https. * For sites that are http only, these settings will have no effect. * Field deprecated in 18.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param sslEverywhereEnabled set the sslEverywhereEnabled. */ @VsoMethod @@ -1693,6 +1777,7 @@ public void setSslEverywhereEnabled(Boolean sslEverywhereEnabled) { * This is the getter method this will return the attribute value. * Detect client ip from user specified header at the configured index in the specified direction. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return trueClientIp */ @@ -1705,6 +1790,7 @@ public TrueClientIPConfig getTrueClientIp() { * This is the setter method to the attribute. * Detect client ip from user specified header at the configured index in the specified direction. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param trueClientIp set the trueClientIp. */ @@ -1716,7 +1802,8 @@ public void setTrueClientIp(TrueClientIPConfig trueClientIp) { /** * This is the getter method this will return the attribute value. * Use 'keep-alive' header timeout sent by application instead of sending the http keep-alive timeout. - * Allowed in 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 useAppKeepaliveTimeout */ @@ -1728,7 +1815,8 @@ public Boolean getUseAppKeepaliveTimeout() { /** * This is the setter method to the attribute. * Use 'keep-alive' header timeout sent by application instead of sending the http keep-alive timeout. - * Allowed in 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 useAppKeepaliveTimeout set the useAppKeepaliveTimeout. */ @@ -1741,6 +1829,7 @@ public void setUseAppKeepaliveTimeout(Boolean useAppKeepaliveTimeout) { * This is the getter method this will return the attribute value. * Detect client ip from user specified header. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useTrueClientIp */ @@ -1753,6 +1842,7 @@ public Boolean getUseTrueClientIp() { * This is the setter method to the attribute. * Detect client ip from user specified header. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useTrueClientIp set the useTrueClientIp. */ @@ -1766,6 +1856,7 @@ public void setUseTrueClientIp(Boolean useTrueClientIp) { * Enable websockets proxy for traffic from clients to the virtual service. * Connections to this vs start in http mode. * If the client requests an upgrade to websockets, and the server responds back with success, then the connection is upgraded to websockets mode. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return websocketsEnabled */ @@ -1779,6 +1870,7 @@ public Boolean getWebsocketsEnabled() { * Enable websockets proxy for traffic from clients to the virtual service. * Connections to this vs start in http mode. * If the client requests an upgrade to websockets, and the server responds back with success, then the connection is upgraded to websockets mode. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param websocketsEnabled set the websocketsEnabled. */ @@ -1793,7 +1885,8 @@ public void setWebsocketsEnabled(Boolean websocketsEnabled) { * When the client connects via ssl, avi terminates the ssl, and then forwards the requests to the servers via http, so the servers can determine * the original protocol via this header. * In this example, the value will be 'https'. - * Allowed in 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 xForwardedProtoEnabled */ @@ -1808,7 +1901,8 @@ public Boolean getXForwardedProtoEnabled() { * When the client connects via ssl, avi terminates the ssl, and then forwards the requests to the servers via http, so the servers can determine * the original protocol via this header. * In this example, the value will be 'https'. - * Allowed in 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 xForwardedProtoEnabled set the xForwardedProtoEnabled. */ @@ -1820,6 +1914,7 @@ public void setXForwardedProtoEnabled(Boolean xForwardedProtoEnabled) { /** * This is the getter method this will return the attribute value. * Provide a custom name for the x-forwarded-for header sent to the servers. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "X-Forwarded-For". * @return xffAlternateName */ @@ -1831,6 +1926,7 @@ public String getXffAlternateName() { /** * This is the setter method to the attribute. * Provide a custom name for the x-forwarded-for header sent to the servers. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "X-Forwarded-For". * @param xffAlternateName set the xffAlternateName. */ @@ -1843,6 +1939,7 @@ public void setXffAlternateName(String xffAlternateName) { * This is the getter method this will return the attribute value. * The client's original ip address is inserted into an http request header sent to the server. * Servers may use this address for logging or other purposes, rather than avi's source nat address used in the avi to server ip connection. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return xffEnabled */ @@ -1855,6 +1952,7 @@ public Boolean getXffEnabled() { * This is the setter method to the attribute. * The client's original ip address is inserted into an http request header sent to the server. * Servers may use this address for logging or other purposes, rather than avi's source nat address used in the avi to server ip connection. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param xffEnabled set the xffEnabled. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPClientAuthenticationParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPClientAuthenticationParams.java index 4b7b312f..cf802331 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPClientAuthenticationParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPClientAuthenticationParams.java @@ -47,6 +47,7 @@ public class HTTPClientAuthenticationParams extends AviRestResource { * This is the getter method this will return the attribute value. * Auth profile to use for validating users. * It is a reference to an object of type authprofile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authProfileRef */ @@ -59,6 +60,7 @@ public String getAuthProfileRef() { * This is the setter method to the attribute. * Auth profile to use for validating users. * It is a reference to an object of type authprofile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authProfileRef set the authProfileRef. */ @@ -70,6 +72,7 @@ public void setAuthProfileRef(String authProfileRef) { /** * This is the getter method this will return the attribute value. * Basic authentication realm to present to a user along with the prompt for credentials. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return realm */ @@ -81,6 +84,7 @@ public String getRealm() { /** * This is the setter method to the attribute. * Basic authentication realm to present to a user along with the prompt for credentials. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param realm set the realm. */ @@ -92,6 +96,7 @@ public void setRealm(String realm) { /** * This is the getter method this will return the attribute value. * Rrequest uri path when the authentication applies. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestUriPath */ @@ -103,6 +108,7 @@ public StringMatch getRequestUriPath() { /** * This is the setter method to the attribute. * Rrequest uri path when the authentication applies. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param requestUriPath set the requestUriPath. */ @@ -115,6 +121,7 @@ public void setRequestUriPath(StringMatch requestUriPath) { * This is the getter method this will return the attribute value. * Type of client authentication. * Enum options - HTTP_BASIC_AUTH. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -127,6 +134,7 @@ public String getType() { * This is the setter method to the attribute. * Type of client authentication. * Enum options - HTTP_BASIC_AUTH. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/HTTPCookieData.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPCookieData.java index 45b5ea23..6e5529aa 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPCookieData.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPCookieData.java @@ -37,6 +37,7 @@ public class HTTPCookieData extends AviRestResource { /** * This is the getter method this will return the attribute value. * Cookie name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -48,6 +49,7 @@ public String getName() { /** * This is the setter method to the attribute. * Cookie name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -59,6 +61,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Cookie value. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -70,6 +73,7 @@ public String getValue() { /** * This is the setter method to the attribute. * Cookie value. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/HTTPHdrAction.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPHdrAction.java index f98c8a92..4d503cdc 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPHdrAction.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPHdrAction.java @@ -47,8 +47,8 @@ public class HTTPHdrAction extends AviRestResource { * and a new header with the new value is added. * Remove all the headers of the given name are removed. * Enum options - HTTP_ADD_HDR, HTTP_REMOVE_HDR, HTTP_REPLACE_HDR. - * Allowed in basic(allowed values- http_remove_hdr,http_replace_hdr) edition, essentials(allowed values- http_remove_hdr,http_replace_hdr) edition, - * enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- http_remove_hdr,http_replace_hdr), basic edition(allowed values- + * http_remove_hdr,http_replace_hdr), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -64,8 +64,8 @@ public String getAction() { * and a new header with the new value is added. * Remove all the headers of the given name are removed. * Enum options - HTTP_ADD_HDR, HTTP_REMOVE_HDR, HTTP_REPLACE_HDR. - * Allowed in basic(allowed values- http_remove_hdr,http_replace_hdr) edition, essentials(allowed values- http_remove_hdr,http_replace_hdr) edition, - * enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- http_remove_hdr,http_replace_hdr), basic edition(allowed values- + * http_remove_hdr,http_replace_hdr), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -77,6 +77,7 @@ public void setAction(String action) { /** * This is the getter method this will return the attribute value. * Cookie information. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cookie */ @@ -88,6 +89,7 @@ public HTTPCookieData getCookie() { /** * This is the setter method to the attribute. * Cookie information. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cookie set the cookie. */ @@ -99,6 +101,7 @@ public void setCookie(HTTPCookieData cookie) { /** * This is the getter method this will return the attribute value. * Http header information. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdr */ @@ -110,6 +113,7 @@ public HTTPHdrData getHdr() { /** * This is the setter method to the attribute. * Http header information. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hdr set the hdr. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPHdrData.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPHdrData.java index 0d4b141f..413b3a38 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPHdrData.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPHdrData.java @@ -38,6 +38,7 @@ public class HTTPHdrData extends AviRestResource { /** * This is the getter method this will return the attribute value. * Http header name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -49,6 +50,7 @@ public String getName() { /** * This is the setter method to the attribute. * Http header name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -60,6 +62,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Http header value. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -71,6 +74,7 @@ public HTTPHdrValue getValue() { /** * This is the setter method to the attribute. * Http header value. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/HTTPHdrValue.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPHdrValue.java index 2051fb3c..edbfaf28 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPHdrValue.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPHdrValue.java @@ -37,6 +37,7 @@ public class HTTPHdrValue extends AviRestResource { /** * This is the getter method this will return the attribute value. * Http header value or variable representing an http header. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return val */ @@ -48,6 +49,7 @@ public String getVal() { /** * This is the setter method to the attribute. * Http header value or variable representing an http header. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param val set the val. */ @@ -65,6 +67,7 @@ public void setVal(String val) { * HTTP_POLICY_VAR_SSL_CIPHER, HTTP_POLICY_VAR_REQUEST_ID, HTTP_POLICY_VAR_SSL_CLIENT_VERSION, HTTP_POLICY_VAR_SSL_CLIENT_SIGALG, * HTTP_POLICY_VAR_SSL_CLIENT_NOTVALIDBEFORE, HTTP_POLICY_VAR_SSL_CLIENT_NOTVALIDAFTER, HTTP_POLICY_VAR_SSL_CLIENT_ESCAPED, * HTTP_POLICY_VAR_SOURCE_IP. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return var */ @@ -82,6 +85,7 @@ public String getVar() { * HTTP_POLICY_VAR_SSL_CIPHER, HTTP_POLICY_VAR_REQUEST_ID, HTTP_POLICY_VAR_SSL_CLIENT_VERSION, HTTP_POLICY_VAR_SSL_CLIENT_SIGALG, * HTTP_POLICY_VAR_SSL_CLIENT_NOTVALIDBEFORE, HTTP_POLICY_VAR_SSL_CLIENT_NOTVALIDAFTER, HTTP_POLICY_VAR_SSL_CLIENT_ESCAPED, * HTTP_POLICY_VAR_SOURCE_IP. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param var set the var. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPLocalFile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPLocalFile.java index d1bdba3d..962ec418 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPLocalFile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPLocalFile.java @@ -37,6 +37,7 @@ public class HTTPLocalFile extends AviRestResource { /** * This is the getter method this will return the attribute value. * Mime-type of the content in the file. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return contentType */ @@ -48,6 +49,7 @@ public String getContentType() { /** * This is the setter method to the attribute. * Mime-type of the content in the file. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param contentType set the contentType. */ @@ -59,6 +61,7 @@ public void setContentType(String contentType) { /** * This is the getter method this will return the attribute value. * File content to used in the local http response body. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fileContent */ @@ -70,6 +73,7 @@ public String getFileContent() { /** * This is the setter method to the attribute. * File content to used in the local http response body. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fileContent set the fileContent. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPPolicies.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPPolicies.java index 69d5fe76..681996f1 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPPolicies.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPPolicies.java @@ -38,6 +38,7 @@ public class HTTPPolicies extends AviRestResource { * This is the getter method this will return the attribute value. * Uuid of the virtual service http policy collection. * It is a reference to an object of type httppolicyset. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpPolicySetRef */ @@ -50,6 +51,7 @@ public String getHttpPolicySetRef() { * This is the setter method to the attribute. * Uuid of the virtual service http policy collection. * It is a reference to an object of type httppolicyset. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpPolicySetRef set the httpPolicySetRef. */ @@ -61,6 +63,7 @@ public void setHttpPolicySetRef(String httpPolicySetRef) { /** * This is the getter method this will return the attribute value. * Index of the virtual service http policy collection. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -72,6 +75,7 @@ public Integer getIndex() { /** * This is the setter method to the attribute. * Index of the virtual service http policy collection. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPPolicySet.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPPolicySet.java index 1eb5e671..3ce0e20f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPPolicySet.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPPolicySet.java @@ -93,6 +93,7 @@ public class HTTPPolicySet extends AviRestResource { * This is the getter method this will return the attribute value. * Checksum of cloud configuration for pool. * Internally set by cloud connector. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudConfigCksum */ @@ -105,6 +106,7 @@ public String getCloudConfigCksum() { * This is the setter method to the attribute. * Checksum of cloud configuration for pool. * Internally set by cloud connector. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudConfigCksum set the cloudConfigCksum. */ @@ -116,6 +118,7 @@ public void setCloudConfigCksum(String cloudConfigCksum) { /** * This is the getter method this will return the attribute value. * Creator name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -127,6 +130,7 @@ public String getCreatedBy() { /** * This is the setter method to the attribute. * Creator name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -137,7 +141,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 */ @@ -148,7 +152,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. */ @@ -162,6 +166,7 @@ public void setDescription(String description) { * Geo database. * It is a reference to an object of type geodb. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoDbRef */ @@ -175,6 +180,7 @@ public String getGeoDbRef() { * Geo database. * It is a reference to an object of type geodb. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param geoDbRef set the geoDbRef. */ @@ -186,6 +192,7 @@ public void setGeoDbRef(String geoDbRef) { /** * This is the getter method this will return the attribute value. * Http request policy for the virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpRequestPolicy */ @@ -197,6 +204,7 @@ public HTTPRequestPolicy getHttpRequestPolicy() { /** * This is the setter method to the attribute. * Http request policy for the virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpRequestPolicy set the httpRequestPolicy. */ @@ -208,6 +216,7 @@ public void setHttpRequestPolicy(HTTPRequestPolicy httpRequestPolicy) { /** * This is the getter method this will return the attribute value. * Http response policy for the virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpResponsePolicy */ @@ -219,6 +228,7 @@ public HTTPResponsePolicy getHttpResponsePolicy() { /** * This is the setter method to the attribute. * Http response policy for the virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpResponsePolicy set the httpResponsePolicy. */ @@ -230,6 +240,7 @@ public void setHttpResponsePolicy(HTTPResponsePolicy httpResponsePolicy) { /** * This is the getter method this will return the attribute value. * Http security policy for the virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpSecurityPolicy */ @@ -241,6 +252,7 @@ public HTTPSecurityPolicy getHttpSecurityPolicy() { /** * This is the setter method to the attribute. * Http security policy for the virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpSecurityPolicy set the httpSecurityPolicy. */ @@ -254,6 +266,7 @@ public void setHttpSecurityPolicy(HTTPSecurityPolicy httpSecurityPolicy) { * Ip reputation database. * It is a reference to an object of type ipreputationdb. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipReputationDbRef */ @@ -267,6 +280,7 @@ public String getIpReputationDbRef() { * Ip reputation database. * It is a reference to an object of type ipreputationdb. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipReputationDbRef set the ipReputationDbRef. */ @@ -277,7 +291,7 @@ public void setIpReputationDbRef(String ipReputationDbRef) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property is_internal_policy of obj type httppolicyset 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 isInternalPolicy */ @@ -288,7 +302,7 @@ public Boolean getIsInternalPolicy() { /** * This is the setter method to the attribute. - * Placeholder for description of property is_internal_policy of obj type httppolicyset 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 isInternalPolicy set the isInternalPolicy. */ @@ -304,6 +318,7 @@ public void setIsInternalPolicy(Boolean isInternalPolicy) { * 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 @@ -318,6 +333,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 @@ -332,6 +348,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 @@ -348,7 +365,8 @@ public HTTPPolicySet 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 */ @@ -361,7 +379,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 */ @@ -374,7 +393,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 */ @@ -391,6 +411,7 @@ public HTTPPolicySet addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. * Name of the http policy set. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -402,6 +423,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of the http policy set. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -413,6 +435,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 */ @@ -424,6 +447,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -454,6 +478,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the http policy set. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -465,6 +490,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the http policy set. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/HTTPRedirectAction.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPRedirectAction.java index 04d2208f..3e7b0d58 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPRedirectAction.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPRedirectAction.java @@ -61,6 +61,7 @@ public class HTTPRedirectAction extends AviRestResource { * Add a query string to the redirect uri. * If keep_query is set, concatenates the add_string to the query of the incoming request. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addString */ @@ -74,6 +75,7 @@ public String getAddString() { * Add a query string to the redirect uri. * If keep_query is set, concatenates the add_string to the query of the incoming request. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param addString set the addString. */ @@ -85,6 +87,7 @@ public void setAddString(String addString) { /** * This is the getter method this will return the attribute value. * Host config. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return host */ @@ -96,6 +99,7 @@ public URIParam getHost() { /** * This is the setter method to the attribute. * Host config. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param host set the host. */ @@ -107,6 +111,7 @@ public void setHost(URIParam host) { /** * This is the getter method this will return the attribute value. * Keep or drop the query of the incoming request uri in the redirected uri. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return keepQuery */ @@ -118,6 +123,7 @@ public Boolean getKeepQuery() { /** * This is the setter method to the attribute. * Keep or drop the query of the incoming request uri in the redirected uri. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param keepQuery set the keepQuery. */ @@ -129,6 +135,7 @@ public void setKeepQuery(Boolean keepQuery) { /** * This is the getter method this will return the attribute value. * Path config. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return path */ @@ -140,6 +147,7 @@ public URIParam getPath() { /** * This is the setter method to the attribute. * Path config. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param path set the path. */ @@ -152,6 +160,7 @@ public void setPath(URIParam path) { * This is the getter method this will return the attribute value. * Port to which redirect the request. * Allowed values are 1-65535. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -164,6 +173,7 @@ public Integer getPort() { * This is the setter method to the attribute. * Port to which redirect the request. * Allowed values are 1-65535. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ @@ -176,6 +186,7 @@ public void setPort(Integer port) { * This is the getter method this will return the attribute value. * Protocol type. * Enum options - HTTP, HTTPS. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return protocol */ @@ -188,6 +199,7 @@ public String getProtocol() { * This is the setter method to the attribute. * Protocol type. * Enum options - HTTP, HTTPS. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param protocol set the protocol. */ @@ -200,6 +212,7 @@ public void setProtocol(String protocol) { * This is the getter method this will return the attribute value. * Http redirect status code. * Enum options - HTTP_REDIRECT_STATUS_CODE_301, HTTP_REDIRECT_STATUS_CODE_302, HTTP_REDIRECT_STATUS_CODE_307. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "HTTP_REDIRECT_STATUS_CODE_302". * @return statusCode */ @@ -212,6 +225,7 @@ public String getStatusCode() { * This is the setter method to the attribute. * Http redirect status code. * Enum options - HTTP_REDIRECT_STATUS_CODE_301, HTTP_REDIRECT_STATUS_CODE_302, HTTP_REDIRECT_STATUS_CODE_307. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "HTTP_REDIRECT_STATUS_CODE_302". * @param statusCode set the statusCode. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPRequestPolicy.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPRequestPolicy.java index 9dc06488..c1b5afa0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPRequestPolicy.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPRequestPolicy.java @@ -33,6 +33,7 @@ public class HTTPRequestPolicy extends AviRestResource { /** * This is the getter method this will return the attribute value. * Add rules to the http request policy. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -44,6 +45,7 @@ public List getRules() { /** * This is the setter method. this will set the rules * Add rules to the http request policy. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -55,6 +57,7 @@ public void setRules(List rules) { /** * This is the setter method this will set the rules * Add rules to the http request policy. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/HTTPRequestRule.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPRequestRule.java index 3a5ccbb8..34c433da 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPRequestRule.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPRequestRule.java @@ -73,6 +73,7 @@ public class HTTPRequestRule extends AviRestResource { /** * This is the getter method this will return the attribute value. * Log all http headers upon rule match. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allHeaders */ @@ -84,6 +85,7 @@ public Boolean getAllHeaders() { /** * This is the setter method to the attribute. * Log all http headers upon rule match. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param allHeaders set the allHeaders. */ @@ -95,6 +97,7 @@ public void setAllHeaders(Boolean allHeaders) { /** * This is the getter method this will return the attribute value. * Enable or disable the rule. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enable */ @@ -106,6 +109,7 @@ public Boolean getEnable() { /** * This is the setter method to the attribute. * Enable or disable the rule. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enable set the enable. */ @@ -117,6 +121,7 @@ public void setEnable(Boolean enable) { /** * This is the getter method this will return the attribute value. * Http header rewrite action. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrAction */ @@ -128,6 +133,7 @@ public List getHdrAction() { /** * This is the setter method. this will set the hdrAction * Http header rewrite action. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrAction */ @@ -139,6 +145,7 @@ public void setHdrAction(List hdrAction) { /** * This is the setter method this will set the hdrAction * Http header rewrite action. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrAction */ @@ -155,6 +162,7 @@ public HTTPRequestRule addHdrActionItem(HTTPHdrAction hdrActionItem) { /** * This is the getter method this will return the attribute value. * Index of the rule. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -166,6 +174,7 @@ public Integer getIndex() { /** * This is the setter method to the attribute. * Index of the rule. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -177,6 +186,7 @@ public void setIndex(Integer index) { /** * This is the getter method this will return the attribute value. * Log http request upon rule match. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return log */ @@ -188,6 +198,7 @@ public Boolean getLog() { /** * This is the setter method to the attribute. * Log http request upon rule match. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param log set the log. */ @@ -199,6 +210,7 @@ public void setLog(Boolean log) { /** * This is the getter method this will return the attribute value. * Add match criteria to the rule. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return match */ @@ -210,6 +222,7 @@ public MatchTarget getMatch() { /** * This is the setter method to the attribute. * Add match criteria to the rule. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param match set the match. */ @@ -221,6 +234,7 @@ public void setMatch(MatchTarget match) { /** * This is the getter method this will return the attribute value. * Name of the rule. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -232,6 +246,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of the rule. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -243,6 +258,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Http redirect action. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return redirectAction */ @@ -254,6 +270,7 @@ public HTTPRedirectAction getRedirectAction() { /** * This is the setter method to the attribute. * Http redirect action. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param redirectAction set the redirectAction. */ @@ -265,6 +282,7 @@ public void setRedirectAction(HTTPRedirectAction redirectAction) { /** * This is the getter method this will return the attribute value. * Http request url rewrite action. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rewriteUrlAction */ @@ -276,6 +294,7 @@ public HTTPRewriteURLAction getRewriteUrlAction() { /** * This is the setter method to the attribute. * Http request url rewrite action. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rewriteUrlAction set the rewriteUrlAction. */ @@ -287,6 +306,7 @@ public void setRewriteUrlAction(HTTPRewriteURLAction rewriteUrlAction) { /** * This is the getter method this will return the attribute value. * Content switching action. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return switchingAction */ @@ -298,6 +318,7 @@ public HTTPSwitchingAction getSwitchingAction() { /** * This is the setter method to the attribute. * Content switching action. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param switchingAction set the switchingAction. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPReselectRespCode.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPReselectRespCode.java index bae60eea..3364fc76 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPReselectRespCode.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPReselectRespCode.java @@ -42,6 +42,7 @@ public class HTTPReselectRespCode extends AviRestResource { * This is the getter method this will return the attribute value. * Http response code to be matched. * Allowed values are 400-599. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return codes */ @@ -54,6 +55,7 @@ public List getCodes() { * This is the setter method. this will set the codes * Http response code to be matched. * Allowed values are 400-599. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return codes */ @@ -66,6 +68,7 @@ public void setCodes(List codes) { * This is the setter method this will set the codes * Http response code to be matched. * Allowed values are 400-599. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return codes */ @@ -82,6 +85,7 @@ public HTTPReselectRespCode addCodesItem(Integer codesItem) { /** * This is the getter method this will return the attribute value. * Http response code ranges to match. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -93,6 +97,7 @@ public List getRanges() { /** * This is the setter method. this will set the ranges * Http response code ranges to match. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -104,6 +109,7 @@ public void setRanges(List ranges) { /** * This is the setter method this will set the ranges * Http response code ranges to match. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -121,6 +127,7 @@ public HTTPReselectRespCode addRangesItem(HTTPStatusRange rangesItem) { * This is the getter method this will return the attribute value. * Block of http response codes to match for server reselect. * Enum options - HTTP_RSP_4XX, HTTP_RSP_5XX. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return respCodeBlock */ @@ -133,6 +140,7 @@ public List getRespCodeBlock() { * This is the setter method. this will set the respCodeBlock * Block of http response codes to match for server reselect. * Enum options - HTTP_RSP_4XX, HTTP_RSP_5XX. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return respCodeBlock */ @@ -145,6 +153,7 @@ public void setRespCodeBlock(List respCodeBlock) { * This is the setter method this will set the respCodeBlock * Block of http response codes to match for server reselect. * Enum options - HTTP_RSP_4XX, HTTP_RSP_5XX. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return respCodeBlock */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPResponsePolicy.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPResponsePolicy.java index 892998a4..5c1dca49 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPResponsePolicy.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPResponsePolicy.java @@ -33,6 +33,7 @@ public class HTTPResponsePolicy extends AviRestResource { /** * This is the getter method this will return the attribute value. * Add rules to the http response policy. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -44,6 +45,7 @@ public List getRules() { /** * This is the setter method. this will set the rules * Add rules to the http response policy. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -55,6 +57,7 @@ public void setRules(List rules) { /** * This is the setter method this will set the rules * Add rules to the http response policy. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/HTTPResponseRule.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPResponseRule.java index d4861e86..05a0096d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPResponseRule.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPResponseRule.java @@ -63,6 +63,7 @@ public class HTTPResponseRule extends AviRestResource { /** * This is the getter method this will return the attribute value. * Log all http headers upon rule match. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allHeaders */ @@ -74,6 +75,7 @@ public Boolean getAllHeaders() { /** * This is the setter method to the attribute. * Log all http headers upon rule match. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param allHeaders set the allHeaders. */ @@ -85,6 +87,7 @@ public void setAllHeaders(Boolean allHeaders) { /** * This is the getter method this will return the attribute value. * Enable or disable the rule. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enable */ @@ -96,6 +99,7 @@ public Boolean getEnable() { /** * This is the setter method to the attribute. * Enable or disable the rule. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enable set the enable. */ @@ -107,6 +111,7 @@ public void setEnable(Boolean enable) { /** * This is the getter method this will return the attribute value. * Http header rewrite action. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrAction */ @@ -118,6 +123,7 @@ public List getHdrAction() { /** * This is the setter method. this will set the hdrAction * Http header rewrite action. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrAction */ @@ -129,6 +135,7 @@ public void setHdrAction(List hdrAction) { /** * This is the setter method this will set the hdrAction * Http header rewrite action. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrAction */ @@ -145,6 +152,7 @@ public HTTPResponseRule addHdrActionItem(HTTPHdrAction hdrActionItem) { /** * This is the getter method this will return the attribute value. * Index of the rule. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -156,6 +164,7 @@ public Integer getIndex() { /** * This is the setter method to the attribute. * Index of the rule. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -167,6 +176,7 @@ public void setIndex(Integer index) { /** * This is the getter method this will return the attribute value. * Location header rewrite action. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return locHdrAction */ @@ -178,6 +188,7 @@ public HTTPRewriteLocHdrAction getLocHdrAction() { /** * This is the setter method to the attribute. * Location header rewrite action. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param locHdrAction set the locHdrAction. */ @@ -189,6 +200,7 @@ public void setLocHdrAction(HTTPRewriteLocHdrAction locHdrAction) { /** * This is the getter method this will return the attribute value. * Log http request upon rule match. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return log */ @@ -200,6 +212,7 @@ public Boolean getLog() { /** * This is the setter method to the attribute. * Log http request upon rule match. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param log set the log. */ @@ -211,6 +224,7 @@ public void setLog(Boolean log) { /** * This is the getter method this will return the attribute value. * Add match criteria to the rule. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return match */ @@ -222,6 +236,7 @@ public ResponseMatchTarget getMatch() { /** * This is the setter method to the attribute. * Add match criteria to the rule. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param match set the match. */ @@ -233,6 +248,7 @@ public void setMatch(ResponseMatchTarget match) { /** * This is the getter method this will return the attribute value. * Name of the rule. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -244,6 +260,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of the rule. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/HTTPRewriteLocHdrAction.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPRewriteLocHdrAction.java index 2616610a..396747c8 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPRewriteLocHdrAction.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPRewriteLocHdrAction.java @@ -51,6 +51,7 @@ public class HTTPRewriteLocHdrAction extends AviRestResource { /** * This is the getter method this will return the attribute value. * Host config. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return host */ @@ -62,6 +63,7 @@ public URIParam getHost() { /** * This is the setter method to the attribute. * Host config. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param host set the host. */ @@ -73,6 +75,7 @@ public void setHost(URIParam host) { /** * This is the getter method this will return the attribute value. * Keep or drop the query from the server side redirect uri. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return keepQuery */ @@ -84,6 +87,7 @@ public Boolean getKeepQuery() { /** * This is the setter method to the attribute. * Keep or drop the query from the server side redirect uri. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param keepQuery set the keepQuery. */ @@ -95,6 +99,7 @@ public void setKeepQuery(Boolean keepQuery) { /** * This is the getter method this will return the attribute value. * Path config. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return path */ @@ -106,6 +111,7 @@ public URIParam getPath() { /** * This is the setter method to the attribute. * Path config. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param path set the path. */ @@ -118,6 +124,7 @@ public void setPath(URIParam path) { * This is the getter method this will return the attribute value. * Port to use in the redirected uri. * Allowed values are 1-65535. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -130,6 +137,7 @@ public Integer getPort() { * This is the setter method to the attribute. * Port to use in the redirected uri. * Allowed values are 1-65535. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ @@ -142,6 +150,7 @@ public void setPort(Integer port) { * This is the getter method this will return the attribute value. * Http protocol type. * Enum options - HTTP, HTTPS. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return protocol */ @@ -154,6 +163,7 @@ public String getProtocol() { * This is the setter method to the attribute. * Http protocol type. * Enum options - HTTP, HTTPS. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param protocol set the protocol. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPRewriteURLAction.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPRewriteURLAction.java index e3f461a1..295d4792 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPRewriteURLAction.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPRewriteURLAction.java @@ -44,6 +44,7 @@ public class HTTPRewriteURLAction extends AviRestResource { /** * This is the getter method this will return the attribute value. * Host config. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostHdr */ @@ -55,6 +56,7 @@ public URIParam getHostHdr() { /** * This is the setter method to the attribute. * Host config. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostHdr set the hostHdr. */ @@ -66,6 +68,7 @@ public void setHostHdr(URIParam hostHdr) { /** * This is the getter method this will return the attribute value. * Path config. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return path */ @@ -77,6 +80,7 @@ public URIParam getPath() { /** * This is the setter method to the attribute. * Path config. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param path set the path. */ @@ -88,6 +92,7 @@ public void setPath(URIParam path) { /** * This is the getter method this will return the attribute value. * Query config. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return query */ @@ -99,6 +104,7 @@ public URIParamQuery getQuery() { /** * This is the setter method to the attribute. * Query config. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param query set the query. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPSecurityAction.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPSecurityAction.java index 6980d8fd..89e0f250 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPSecurityAction.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPSecurityAction.java @@ -58,9 +58,10 @@ public class HTTPSecurityAction extends AviRestResource { * Type of the security action to perform. * Enum options - HTTP_SECURITY_ACTION_CLOSE_CONN, HTTP_SECURITY_ACTION_SEND_RESPONSE, HTTP_SECURITY_ACTION_ALLOW, * HTTP_SECURITY_ACTION_REDIRECT_TO_HTTPS, HTTP_SECURITY_ACTION_RATE_LIMIT, HTTP_SECURITY_ACTION_REQUEST_CHECK_ICAP. - * Allowed in basic(allowed values- http_security_action_close_conn,http_security_action_send_response,http_security_action_redirect_to_https) - * edition, essentials(allowed values- http_security_action_close_conn,http_security_action_send_response,http_security_action_redirect_to_https) - * edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- + * http_security_action_close_conn,http_security_action_send_response,http_security_action_redirect_to_https), basic edition(allowed values- + * http_security_action_close_conn,http_security_action_send_response,http_security_action_redirect_to_https), enterprise with cloud services + * edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -74,9 +75,10 @@ public String getAction() { * Type of the security action to perform. * Enum options - HTTP_SECURITY_ACTION_CLOSE_CONN, HTTP_SECURITY_ACTION_SEND_RESPONSE, HTTP_SECURITY_ACTION_ALLOW, * HTTP_SECURITY_ACTION_REDIRECT_TO_HTTPS, HTTP_SECURITY_ACTION_RATE_LIMIT, HTTP_SECURITY_ACTION_REQUEST_CHECK_ICAP. - * Allowed in basic(allowed values- http_security_action_close_conn,http_security_action_send_response,http_security_action_redirect_to_https) - * edition, essentials(allowed values- http_security_action_close_conn,http_security_action_send_response,http_security_action_redirect_to_https) - * edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- + * http_security_action_close_conn,http_security_action_send_response,http_security_action_redirect_to_https), basic edition(allowed values- + * http_security_action_close_conn,http_security_action_send_response,http_security_action_redirect_to_https), enterprise with cloud services + * edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -88,6 +90,7 @@ public void setAction(String action) { /** * This is the getter method this will return the attribute value. * File to be used for generating http local response. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return file */ @@ -99,6 +102,7 @@ public HTTPLocalFile getFile() { /** * This is the setter method to the attribute. * File to be used for generating http local response. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param file set the file. */ @@ -111,6 +115,7 @@ public void setFile(HTTPLocalFile file) { * This is the getter method this will return the attribute value. * Secure ssl/tls port to redirect the http request to. * Allowed values are 1-65535. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpsPort */ @@ -123,6 +128,7 @@ public Integer getHttpsPort() { * This is the setter method to the attribute. * Secure ssl/tls port to redirect the http request to. * Allowed values are 1-65535. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpsPort set the httpsPort. */ @@ -136,6 +142,7 @@ public void setHttpsPort(Integer httpsPort) { * Rate limit profile to be used to rate-limit the flow. * (deprecated). * Field deprecated in 18.2.9. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @return rateLimit */ @VsoMethod @@ -148,6 +155,7 @@ public RateProfile getRateLimit() { * Rate limit profile to be used to rate-limit the flow. * (deprecated). * Field deprecated in 18.2.9. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @param rateLimit set the rateLimit. */ @VsoMethod @@ -159,7 +167,7 @@ public void setRateLimit(RateProfile rateLimit) { * This is the getter method this will return the attribute value. * Rate limiting configuration for this action. * Field introduced in 18.2.9. - * Allowed in 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 rateProfile */ @@ -172,7 +180,7 @@ public HTTPSecurityActionRateProfile getRateProfile() { * This is the setter method to the attribute. * Rate limiting configuration for this action. * Field introduced in 18.2.9. - * Allowed in 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 rateProfile set the rateProfile. */ @@ -186,6 +194,7 @@ public void setRateProfile(HTTPSecurityActionRateProfile rateProfile) { * Http status code to use for local response. * Enum options - HTTP_LOCAL_RESPONSE_STATUS_CODE_200, HTTP_LOCAL_RESPONSE_STATUS_CODE_204, HTTP_LOCAL_RESPONSE_STATUS_CODE_403, * HTTP_LOCAL_RESPONSE_STATUS_CODE_404, HTTP_LOCAL_RESPONSE_STATUS_CODE_429, HTTP_LOCAL_RESPONSE_STATUS_CODE_501. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return statusCode */ @@ -199,6 +208,7 @@ public String getStatusCode() { * Http status code to use for local response. * Enum options - HTTP_LOCAL_RESPONSE_STATUS_CODE_200, HTTP_LOCAL_RESPONSE_STATUS_CODE_204, HTTP_LOCAL_RESPONSE_STATUS_CODE_403, * HTTP_LOCAL_RESPONSE_STATUS_CODE_404, HTTP_LOCAL_RESPONSE_STATUS_CODE_429, HTTP_LOCAL_RESPONSE_STATUS_CODE_501. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param statusCode set the statusCode. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPSecurityActionRateProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPSecurityActionRateProfile.java index 8131ba1d..f81e4287 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPSecurityActionRateProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPSecurityActionRateProfile.java @@ -48,6 +48,7 @@ public class HTTPSecurityActionRateProfile extends AviRestResource { * This is the getter method this will return the attribute value. * The action to take when the rate limit has been reached. * Field introduced in 18.2.9. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -60,6 +61,7 @@ public RateLimiterAction getAction() { * This is the setter method to the attribute. * The action to take when the rate limit has been reached. * Field introduced in 18.2.9. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -72,6 +74,7 @@ public void setAction(RateLimiterAction action) { * This is the getter method this will return the attribute value. * Rate limiting should be done on a per client ip basis. * Field introduced in 18.2.9. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return perClientIp */ @@ -84,6 +87,7 @@ public Boolean getPerClientIp() { * This is the setter method to the attribute. * Rate limiting should be done on a per client ip basis. * Field introduced in 18.2.9. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param perClientIp set the perClientIp. */ @@ -96,6 +100,7 @@ public void setPerClientIp(Boolean perClientIp) { * This is the getter method this will return the attribute value. * Rate limiting should be done on a per request uri path basis. * Field introduced in 18.2.9. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return perUriPath */ @@ -108,6 +113,7 @@ public Boolean getPerUriPath() { * This is the setter method to the attribute. * Rate limiting should be done on a per request uri path basis. * Field introduced in 18.2.9. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param perUriPath set the perUriPath. */ @@ -120,6 +126,7 @@ public void setPerUriPath(Boolean perUriPath) { * This is the getter method this will return the attribute value. * The rate limiter used when this action is triggered. * Field introduced in 18.2.9. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rateLimiter */ @@ -132,6 +139,7 @@ public RateLimiter getRateLimiter() { * This is the setter method to the attribute. * The rate limiter used when this action is triggered. * Field introduced in 18.2.9. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rateLimiter set the rateLimiter. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPSecurityPolicy.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPSecurityPolicy.java index cf4f23a4..fe3e0c2e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPSecurityPolicy.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPSecurityPolicy.java @@ -33,6 +33,7 @@ public class HTTPSecurityPolicy extends AviRestResource { /** * This is the getter method this will return the attribute value. * Add rules to the http security policy. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -44,6 +45,7 @@ public List getRules() { /** * This is the setter method. this will set the rules * Add rules to the http security policy. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -55,6 +57,7 @@ public void setRules(List rules) { /** * This is the setter method this will set the rules * Add rules to the http security policy. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/HTTPSecurityRule.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPSecurityRule.java index 084e7168..ec17cd5f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPSecurityRule.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPSecurityRule.java @@ -55,6 +55,7 @@ public class HTTPSecurityRule extends AviRestResource { /** * This is the getter method this will return the attribute value. * Action to be performed upon successful matching. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -66,6 +67,7 @@ public HTTPSecurityAction getAction() { /** * This is the setter method to the attribute. * Action to be performed upon successful matching. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -77,6 +79,7 @@ public void setAction(HTTPSecurityAction action) { /** * This is the getter method this will return the attribute value. * Enable or disable the rule. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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. + * Allowed in enterprise edition with 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. */ @@ -99,6 +103,7 @@ public void setEnable(Boolean enable) { /** * This is the getter method this will return the attribute value. * Index of the rule. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -110,6 +115,7 @@ public Integer getIndex() { /** * This is the setter method to the attribute. * Index of the rule. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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. * Log http request upon rule match. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return log */ @@ -132,6 +139,7 @@ public Boolean getLog() { /** * This is the setter method to the attribute. * Log http request upon rule match. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param log set the log. */ @@ -143,6 +151,7 @@ public void setLog(Boolean log) { /** * This is the getter method this will return the attribute value. * Add match criteria to the rule. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return match */ @@ -154,6 +163,7 @@ public MatchTarget getMatch() { /** * This is the setter method to the attribute. * Add match criteria to the rule. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param match set the match. */ @@ -165,6 +175,7 @@ public void setMatch(MatchTarget match) { /** * This is the getter method this will return the attribute value. * Name of the rule. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -176,6 +187,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of the rule. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/HTTPServerReselect.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPServerReselect.java index 843dde4d..72fe18d2 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPServerReselect.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPServerReselect.java @@ -50,7 +50,8 @@ public class HTTPServerReselect extends AviRestResource { /** * This is the getter method this will return the attribute value. * Enable http request reselect when server responds with specific response codes. - * 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 enabled */ @@ -62,7 +63,8 @@ public Boolean getEnabled() { /** * This is the setter method to the attribute. * Enable http request reselect when server responds with specific response codes. - * Allowed in 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 enabled set the enabled. */ @@ -74,6 +76,7 @@ public void setEnabled(Boolean enabled) { /** * This is the getter method this will return the attribute value. * Number of times to retry an http request when server responds with configured status codes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return numRetries */ @@ -85,6 +88,7 @@ public Integer getNumRetries() { /** * This is the setter method to the attribute. * Number of times to retry an http request when server responds with configured status codes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param numRetries set the numRetries. */ @@ -96,6 +100,7 @@ public void setNumRetries(Integer numRetries) { /** * This is the getter method this will return the attribute value. * Allow retry of non-idempotent http requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return retryNonidempotent */ @@ -107,6 +112,7 @@ public Boolean getRetryNonidempotent() { /** * This is the setter method to the attribute. * Allow retry of non-idempotent http requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param retryNonidempotent set the retryNonidempotent. */ @@ -122,6 +128,7 @@ public void setRetryNonidempotent(Boolean retryNonidempotent) { * Allowed values are 0-3600000. * Field introduced in 18.1.5,18.2.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return retryTimeout */ @@ -137,6 +144,7 @@ public Integer getRetryTimeout() { * Allowed values are 0-3600000. * Field introduced in 18.1.5,18.2.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param retryTimeout set the retryTimeout. */ @@ -148,6 +156,7 @@ public void setRetryTimeout(Integer retryTimeout) { /** * This is the getter method this will return the attribute value. * Server response codes which will trigger an http request retry. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return svrRespCode */ @@ -159,6 +168,7 @@ public HTTPReselectRespCode getSvrRespCode() { /** * This is the setter method to the attribute. * Server response codes which will trigger an http request retry. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param svrRespCode set the svrRespCode. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPStatusMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPStatusMatch.java index 7b995295..48067fc9 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPStatusMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPStatusMatch.java @@ -42,6 +42,7 @@ public class HTTPStatusMatch extends AviRestResource { * This is the getter method this will return the attribute value. * Criterion to use for matching the http response status code(s). * Enum options - IS_IN, IS_NOT_IN. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -54,6 +55,7 @@ public String getMatchCriteria() { * This is the setter method to the attribute. * Criterion to use for matching the http response status code(s). * Enum options - IS_IN, IS_NOT_IN. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -65,6 +67,7 @@ public void setMatchCriteria(String matchCriteria) { /** * This is the getter method this will return the attribute value. * Http response status code range(s). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -76,6 +79,7 @@ public List getRanges() { /** * This is the setter method. this will set the ranges * Http response status code range(s). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -87,6 +91,7 @@ public void setRanges(List ranges) { /** * This is the setter method this will set the ranges * Http response status code range(s). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -103,6 +108,7 @@ public HTTPStatusMatch addRangesItem(HTTPStatusRange rangesItem) { /** * This is the getter method this will return the attribute value. * Http response status code(s). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return statusCodes */ @@ -114,6 +120,7 @@ public List getStatusCodes() { /** * This is the setter method. this will set the statusCodes * Http response status code(s). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return statusCodes */ @@ -125,6 +132,7 @@ public void setStatusCodes(List statusCodes) { /** * This is the setter method this will set the statusCodes * Http response status code(s). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return statusCodes */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPStatusRange.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPStatusRange.java index 5341b972..18631ab2 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPStatusRange.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPStatusRange.java @@ -37,6 +37,7 @@ public class HTTPStatusRange extends AviRestResource { /** * This is the getter method this will return the attribute value. * Starting http response status code. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return begin */ @@ -48,6 +49,7 @@ public Integer getBegin() { /** * This is the setter method to the attribute. * Starting http response status code. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param begin set the begin. */ @@ -59,6 +61,7 @@ public void setBegin(Integer begin) { /** * This is the getter method this will return the attribute value. * Ending http response status code. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return end */ @@ -70,6 +73,7 @@ public Integer getEnd() { /** * This is the setter method to the attribute. * Ending http response status code. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param end set the end. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPSwitchingAction.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPSwitchingAction.java index c27db39a..d95fb357 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPSwitchingAction.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPSwitchingAction.java @@ -56,7 +56,8 @@ public class HTTPSwitchingAction extends AviRestResource { * This is the getter method this will return the attribute value. * Content switching action type. * Enum options - HTTP_SWITCHING_SELECT_POOL, HTTP_SWITCHING_SELECT_LOCAL, HTTP_SWITCHING_SELECT_POOLGROUP. - * Allowed in essentials(allowed values- http_switching_select_pool,http_switching_select_local) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- http_switching_select_pool,http_switching_select_local), basic, + * enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -69,7 +70,8 @@ public String getAction() { * This is the setter method to the attribute. * Content switching action type. * Enum options - HTTP_SWITCHING_SELECT_POOL, HTTP_SWITCHING_SELECT_LOCAL, HTTP_SWITCHING_SELECT_POOLGROUP. - * Allowed in essentials(allowed values- http_switching_select_pool,http_switching_select_local) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- http_switching_select_pool,http_switching_select_local), basic, + * enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -81,6 +83,7 @@ public void setAction(String action) { /** * This is the getter method this will return the attribute value. * File from which to serve local response to the request. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return file */ @@ -92,6 +95,7 @@ public HTTPLocalFile getFile() { /** * This is the setter method to the attribute. * File from which to serve local response to the request. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param file set the file. */ @@ -104,6 +108,7 @@ public void setFile(HTTPLocalFile file) { * This is the getter method this will return the attribute value. * Uuid of the pool group to serve the request. * It is a reference to an object of type poolgroup. + * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolGroupRef */ @@ -116,6 +121,7 @@ public String getPoolGroupRef() { * This is the setter method to the attribute. * Uuid of the pool group to serve the request. * It is a reference to an object of type poolgroup. + * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolGroupRef set the poolGroupRef. */ @@ -128,6 +134,7 @@ public void setPoolGroupRef(String poolGroupRef) { * This is the getter method this will return the attribute value. * Uuid of the pool of servers to serve the request. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRef */ @@ -140,6 +147,7 @@ public String getPoolRef() { * This is the setter method to the attribute. * Uuid of the pool of servers to serve the request. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolRef set the poolRef. */ @@ -151,6 +159,7 @@ public void setPoolRef(String poolRef) { /** * This is the getter method this will return the attribute value. * Specific pool server to select. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return server */ @@ -162,6 +171,7 @@ public PoolServer getServer() { /** * This is the setter method to the attribute. * Specific pool server to select. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param server set the server. */ @@ -175,6 +185,7 @@ public void setServer(PoolServer server) { * Http status code to use when serving local response. * Enum options - HTTP_LOCAL_RESPONSE_STATUS_CODE_200, HTTP_LOCAL_RESPONSE_STATUS_CODE_204, HTTP_LOCAL_RESPONSE_STATUS_CODE_403, * HTTP_LOCAL_RESPONSE_STATUS_CODE_404, HTTP_LOCAL_RESPONSE_STATUS_CODE_429, HTTP_LOCAL_RESPONSE_STATUS_CODE_501. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return statusCode */ @@ -188,6 +199,7 @@ public String getStatusCode() { * Http status code to use when serving local response. * Enum options - HTTP_LOCAL_RESPONSE_STATUS_CODE_200, HTTP_LOCAL_RESPONSE_STATUS_CODE_204, HTTP_LOCAL_RESPONSE_STATUS_CODE_403, * HTTP_LOCAL_RESPONSE_STATUS_CODE_404, HTTP_LOCAL_RESPONSE_STATUS_CODE_429, HTTP_LOCAL_RESPONSE_STATUS_CODE_501. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param statusCode set the statusCode. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPVersionMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPVersionMatch.java index 06f155b8..aebdc15f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPVersionMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HTTPVersionMatch.java @@ -38,6 +38,7 @@ public class HTTPVersionMatch extends AviRestResource { * This is the getter method this will return the attribute value. * Criterion to use for http version matching the version used in the http request. * Enum options - IS_IN, IS_NOT_IN. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -50,6 +51,7 @@ public String getMatchCriteria() { * This is the setter method to the attribute. * Criterion to use for http version matching the version used in the http request. * Enum options - IS_IN, IS_NOT_IN. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -64,7 +66,8 @@ public void setMatchCriteria(String matchCriteria) { * Enum options - ZERO_NINE, ONE_ZERO, ONE_ONE, TWO_ZERO. * Minimum of 1 items required. * Maximum of 8 items allowed. - * Allowed in basic(allowed values- one_zero,one_one) edition, essentials(allowed values- one_zero,one_one) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- one_zero,one_one), basic edition(allowed values- + * one_zero,one_one), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return versions */ @@ -79,7 +82,8 @@ public List getVersions() { * Enum options - ZERO_NINE, ONE_ZERO, ONE_ONE, TWO_ZERO. * Minimum of 1 items required. * Maximum of 8 items allowed. - * Allowed in basic(allowed values- one_zero,one_one) edition, essentials(allowed values- one_zero,one_one) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- one_zero,one_one), basic edition(allowed values- + * one_zero,one_one), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return versions */ @@ -94,7 +98,8 @@ public void setVersions(List versions) { * Enum options - ZERO_NINE, ONE_ZERO, ONE_ONE, TWO_ZERO. * Minimum of 1 items required. * Maximum of 8 items allowed. - * Allowed in basic(allowed values- one_zero,one_one) edition, essentials(allowed values- one_zero,one_one) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- one_zero,one_one), basic edition(allowed values- + * one_zero,one_one), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return versions */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HardwareSecurityModule.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HardwareSecurityModule.java index e0330a1f..a3bfa71e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HardwareSecurityModule.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HardwareSecurityModule.java @@ -53,6 +53,7 @@ public class HardwareSecurityModule extends AviRestResource { * This is the getter method this will return the attribute value. * Aws cloudhsm specific configuration. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudhsm */ @@ -65,6 +66,7 @@ public HSMAwsCloudHsm getCloudhsm() { * This is the setter method to the attribute. * Aws cloudhsm specific configuration. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudhsm set the cloudhsm. */ @@ -76,6 +78,7 @@ public void setCloudhsm(HSMAwsCloudHsm cloudhsm) { /** * This is the getter method this will return the attribute value. * Thales nethsm specific configuration. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nethsm */ @@ -87,6 +90,7 @@ public List getNethsm() { /** * This is the setter method. this will set the nethsm * Thales nethsm specific configuration. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nethsm */ @@ -98,6 +102,7 @@ public void setNethsm(List nethsm) { /** * This is the setter method this will set the nethsm * Thales nethsm specific configuration. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nethsm */ @@ -114,6 +119,7 @@ public HardwareSecurityModule addNethsmItem(HSMThalesNetHsm nethsmItem) { /** * This is the getter method this will return the attribute value. * Thales remote file server (rfs), used for the nethsms, configuration. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rfs */ @@ -125,6 +131,7 @@ public HSMThalesRFS getRfs() { /** * This is the setter method to the attribute. * Thales remote file server (rfs), used for the nethsms, configuration. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rfs set the rfs. */ @@ -136,6 +143,7 @@ public void setRfs(HSMThalesRFS rfs) { /** * This is the getter method this will return the attribute value. * Safenet/gemalto luna/gem specific 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 sluna */ @@ -147,6 +155,7 @@ public HSMSafenetLuna getSluna() { /** * This is the setter method to the attribute. * Safenet/gemalto luna/gem specific 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 sluna set the sluna. */ @@ -159,6 +168,7 @@ public void setSluna(HSMSafenetLuna sluna) { * This is the getter method this will return the attribute value. * Hsm type to use. * Enum options - HSM_TYPE_THALES_NETHSM, HSM_TYPE_SAFENET_LUNA, HSM_TYPE_AWS_CLOUDHSM. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "HSM_TYPE_SAFENET_LUNA". * @return type */ @@ -171,6 +181,7 @@ public String getType() { * This is the setter method to the attribute. * Hsm type to use. * Enum options - HSM_TYPE_THALES_NETHSM, HSM_TYPE_SAFENET_LUNA, HSM_TYPE_AWS_CLOUDHSM. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "HSM_TYPE_SAFENET_LUNA". * @param type set the type. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HardwareSecurityModuleGroup.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HardwareSecurityModuleGroup.java index 6755de69..9c03d560 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HardwareSecurityModuleGroup.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HardwareSecurityModuleGroup.java @@ -58,6 +58,7 @@ public class HardwareSecurityModuleGroup extends AviRestResource { /** * This is the getter method this will return the attribute value. * Hardware security module configuration. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hsm */ @@ -69,6 +70,7 @@ public HardwareSecurityModule getHsm() { /** * This is the setter method to the attribute. * Hardware security module configuration. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hsm set the hsm. */ @@ -84,6 +86,7 @@ public void setHsm(HardwareSecurityModule hsm) { * 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 @@ -98,6 +101,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 @@ -112,6 +116,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 @@ -128,7 +133,8 @@ public HardwareSecurityModuleGroup 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 */ @@ -141,7 +147,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 */ @@ -154,7 +161,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 */ @@ -171,6 +179,7 @@ public HardwareSecurityModuleGroup addMarkersItem(RoleFilterMatchLabel markersIt /** * This is the getter method this will return the attribute value. * Name of the hsm group configuration object. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -182,6 +191,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of the hsm group configuration object. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -193,6 +203,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 */ @@ -204,6 +215,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. */ @@ -234,6 +246,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the hsm group configuration object. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -245,6 +258,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the hsm group configuration object. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/HdrMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HdrMatch.java index 96574554..880ca6d7 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HdrMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HdrMatch.java @@ -45,6 +45,7 @@ public class HdrMatch extends AviRestResource { /** * This is the getter method this will return the attribute value. * Name of the http header whose value is to be matched. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdr */ @@ -56,6 +57,7 @@ public String getHdr() { /** * This is the setter method to the attribute. * Name of the http header whose value is to be matched. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hdr set the hdr. */ @@ -68,6 +70,7 @@ public void setHdr(String hdr) { * This is the getter method this will return the attribute value. * Case sensitivity to use for the match. * Enum options - SENSITIVE, INSENSITIVE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @return matchCase */ @@ -80,6 +83,7 @@ public String getMatchCase() { * This is the setter method to the attribute. * Case sensitivity to use for the match. * Enum options - SENSITIVE, INSENSITIVE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @param matchCase set the matchCase. */ @@ -93,6 +97,7 @@ public void setMatchCase(String matchCase) { * Criterion to use for matching headers in the http request. * Enum options - HDR_EXISTS, HDR_DOES_NOT_EXIST, HDR_BEGINS_WITH, HDR_DOES_NOT_BEGIN_WITH, HDR_CONTAINS, HDR_DOES_NOT_CONTAIN, HDR_ENDS_WITH, * HDR_DOES_NOT_END_WITH, HDR_EQUALS, HDR_DOES_NOT_EQUAL. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -106,6 +111,7 @@ public String getMatchCriteria() { * Criterion to use for matching headers in the http request. * Enum options - HDR_EXISTS, HDR_DOES_NOT_EXIST, HDR_BEGINS_WITH, HDR_DOES_NOT_BEGIN_WITH, HDR_CONTAINS, HDR_DOES_NOT_CONTAIN, HDR_ENDS_WITH, * HDR_DOES_NOT_END_WITH, HDR_EQUALS, HDR_DOES_NOT_EQUAL. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -117,6 +123,7 @@ public void setMatchCriteria(String matchCriteria) { /** * This is the getter method this will return the attribute value. * String values to match in the http header. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -128,6 +135,7 @@ public List getValue() { /** * This is the setter method. this will set the value * String values to match in the http header. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -139,6 +147,7 @@ public void setValue(List value) { /** * This is the setter method this will set the value * String values to match in the http header. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HdrPersistenceProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HdrPersistenceProfile.java index 45461383..122bb84e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HdrPersistenceProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HdrPersistenceProfile.java @@ -33,6 +33,7 @@ public class HdrPersistenceProfile extends AviRestResource { /** * This is the getter method this will return the attribute value. * Header name for custom header persistence. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prstHdrName */ @@ -44,6 +45,7 @@ public String getPrstHdrName() { /** * This is the setter method to the attribute. * Header name for custom header persistence. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prstHdrName set the prstHdrName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HeaderInfoInURI.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HeaderInfoInURI.java index f81f92ed..7d0567af 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HeaderInfoInURI.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HeaderInfoInURI.java @@ -38,6 +38,7 @@ public class HeaderInfoInURI extends AviRestResource { * This is the getter method this will return the attribute value. * Header field name in hitted signature rule match_element. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headerFieldName */ @@ -50,6 +51,7 @@ public String getHeaderFieldName() { * This is the setter method to the attribute. * Header field name in hitted signature rule match_element. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param headerFieldName set the headerFieldName. */ @@ -62,6 +64,7 @@ public void setHeaderFieldName(String headerFieldName) { * This is the getter method this will return the attribute value. * Header field value in hitted signature rule match_element. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -74,6 +77,7 @@ public String getValue() { * This is the setter method to the attribute. * Header field value in hitted signature rule match_element. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * 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/HealthMonitor.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitor.java index 580661ff..2bf2bad5 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitor.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitor.java @@ -188,7 +188,8 @@ public class HealthMonitor extends AviRestResource { * desired. * Use this knob to allow duplicates. * Field introduced in 18.2.8. - * 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 null. * @return allowDuplicateMonitors */ @@ -204,7 +205,8 @@ public Boolean getAllowDuplicateMonitors() { * desired. * Use this knob to allow duplicates. * Field introduced in 18.2.8. - * 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 null. * @param allowDuplicateMonitors set the allowDuplicateMonitors. */ @@ -217,7 +219,7 @@ public void setAllowDuplicateMonitors(Boolean allowDuplicateMonitors) { * This is the getter method this will return the attribute value. * Authentication information for username/password. * Field introduced in 20.1.1. - * Allowed in 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 authentication */ @@ -230,7 +232,7 @@ public HealthMonitorAuthInfo getAuthentication() { * This is the setter method to the attribute. * Authentication information for username/password. * Field introduced in 20.1.1. - * Allowed in 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 authentication set the authentication. */ @@ -241,7 +243,7 @@ public void setAuthentication(HealthMonitorAuthInfo authentication) { /** * 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 */ @@ -252,7 +254,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. */ @@ -267,7 +269,8 @@ public void setDescription(String description) { * kick in, to mark the server up as soon as possible. * This knob may be used to turn this feature off. * Field introduced in 18.2.7. - * Allowed in 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 null. * @return disableQuickstart */ @@ -282,7 +285,8 @@ public Boolean getDisableQuickstart() { * kick in, to mark the server up as soon as possible. * This knob may be used to turn this feature off. * Field introduced in 18.2.7. - * Allowed in 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 null. * @param disableQuickstart set the disableQuickstart. */ @@ -293,7 +297,7 @@ public void setDisableQuickstart(Boolean disableQuickstart) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property dns_monitor of obj type healthmonitor 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 dnsMonitor */ @@ -304,7 +308,7 @@ public HealthMonitorDNS getDnsMonitor() { /** * This is the setter method to the attribute. - * Placeholder for description of property dns_monitor of obj type healthmonitor 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 dnsMonitor set the dnsMonitor. */ @@ -315,7 +319,7 @@ public void setDnsMonitor(HealthMonitorDNS dnsMonitor) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property external_monitor of obj type healthmonitor 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 externalMonitor */ @@ -326,7 +330,7 @@ public HealthMonitorExternal getExternalMonitor() { /** * This is the setter method to the attribute. - * Placeholder for description of property external_monitor of obj type healthmonitor 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 externalMonitor set the externalMonitor. */ @@ -339,6 +343,7 @@ public void setExternalMonitor(HealthMonitorExternal externalMonitor) { * This is the getter method this will return the attribute value. * Number of continuous failed health checks before the server is marked down. * Allowed values are 1-50. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return failedChecks */ @@ -351,6 +356,7 @@ public Integer getFailedChecks() { * This is the setter method to the attribute. * Number of continuous failed health checks before the server is marked down. * Allowed values are 1-50. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param failedChecks set the failedChecks. */ @@ -363,6 +369,7 @@ public void setFailedChecks(Integer failedChecks) { * This is the getter method this will return the attribute value. * Health monitor for ftp. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ftpMonitor */ @@ -375,6 +382,7 @@ public HealthMonitorFtp getFtpMonitor() { * This is the setter method to the attribute. * Health monitor for ftp. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ftpMonitor set the ftpMonitor. */ @@ -387,6 +395,7 @@ public void setFtpMonitor(HealthMonitorFtp ftpMonitor) { * This is the getter method this will return the attribute value. * Health monitor for ftps. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ftpsMonitor */ @@ -399,6 +408,7 @@ public HealthMonitorFtp getFtpsMonitor() { * This is the setter method to the attribute. * Health monitor for ftps. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ftpsMonitor set the ftpsMonitor. */ @@ -409,7 +419,7 @@ public void setFtpsMonitor(HealthMonitorFtp ftpsMonitor) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property http_monitor of obj type healthmonitor field type str type ref. + * 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 httpMonitor */ @@ -420,7 +430,7 @@ public HealthMonitorHttp getHttpMonitor() { /** * This is the setter method to the attribute. - * Placeholder for description of property http_monitor of obj type healthmonitor field type str type ref. + * 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 httpMonitor set the httpMonitor. */ @@ -431,7 +441,7 @@ public void setHttpMonitor(HealthMonitorHttp httpMonitor) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property https_monitor of obj type healthmonitor field type str type ref. + * 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 httpsMonitor */ @@ -442,7 +452,7 @@ public HealthMonitorHttp getHttpsMonitor() { /** * This is the setter method to the attribute. - * Placeholder for description of property https_monitor of obj type healthmonitor field type str type ref. + * 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 httpsMonitor set the httpsMonitor. */ @@ -455,6 +465,7 @@ public void setHttpsMonitor(HealthMonitorHttp httpsMonitor) { * This is the getter method this will return the attribute value. * Health monitor for imap. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imapMonitor */ @@ -467,6 +478,7 @@ public HealthMonitorImap getImapMonitor() { * This is the setter method to the attribute. * Health monitor for imap. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param imapMonitor set the imapMonitor. */ @@ -479,6 +491,7 @@ public void setImapMonitor(HealthMonitorImap imapMonitor) { * This is the getter method this will return the attribute value. * Health monitor for imaps. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imapsMonitor */ @@ -491,6 +504,7 @@ public HealthMonitorImap getImapsMonitor() { * This is the setter method to the attribute. * Health monitor for imaps. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param imapsMonitor set the imapsMonitor. */ @@ -505,7 +519,8 @@ public void setImapsMonitor(HealthMonitorImap imapsMonitor) { * If the field is set to false, then the object is visible within the controller-cluster and its associated service-engines. * If the field is set to true, then the object is replicated across the federation. * Field introduced in 17.1.3. - * Allowed in 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 isFederated */ @@ -520,7 +535,8 @@ public Boolean getIsFederated() { * If the field is set to false, then the object is visible within the controller-cluster and its associated service-engines. * If the field is set to true, then the object is replicated across the federation. * Field introduced in 17.1.3. - * Allowed in 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 isFederated set the isFederated. */ @@ -533,6 +549,7 @@ public void setIsFederated(Boolean isFederated) { * This is the getter method this will return the attribute value. * Health monitor for ldap. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ldapMonitor */ @@ -545,6 +562,7 @@ public HealthMonitorLdap getLdapMonitor() { * This is the setter method to the attribute. * Health monitor for ldap. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ldapMonitor set the ldapMonitor. */ @@ -557,6 +575,7 @@ public void setLdapMonitor(HealthMonitorLdap ldapMonitor) { * This is the getter method this will return the attribute value. * Health monitor for ldaps. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ldapsMonitor */ @@ -569,6 +588,7 @@ public HealthMonitorLdap getLdapsMonitor() { * This is the setter method to the attribute. * Health monitor for ldaps. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ldapsMonitor set the ldapsMonitor. */ @@ -581,7 +601,8 @@ public void setLdapsMonitor(HealthMonitorLdap ldapsMonitor) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in 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 */ @@ -594,7 +615,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 */ @@ -607,7 +629,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 */ @@ -626,7 +649,8 @@ public HealthMonitor addMarkersItem(RoleFilterMatchLabel markersItem) { * Use this port instead of the port defined for the server in the pool. * If the monitor succeeds to this port, the load balanced traffic will still be sent to the port of the server defined within the pool. * Allowed values are 1-65535. - * Special values are 0 - 'use server port'. + * Special values are 0 - use server 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 monitorPort */ @@ -640,7 +664,8 @@ public Integer getMonitorPort() { * Use this port instead of the port defined for the server in the pool. * If the monitor succeeds to this port, the load balanced traffic will still be sent to the port of the server defined within the pool. * Allowed values are 1-65535. - * Special values are 0 - 'use server port'. + * Special values are 0 - use server 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 monitorPort set the monitorPort. */ @@ -652,6 +677,7 @@ public void setMonitorPort(Integer monitorPort) { /** * This is the getter method this will return the attribute value. * A user friendly name for this health monitor. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -663,6 +689,7 @@ public String getName() { /** * This is the setter method to the attribute. * A user friendly name for this health monitor. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -675,6 +702,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Health monitor for pop3. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pop3Monitor */ @@ -687,6 +715,7 @@ public HealthMonitorPop3 getPop3Monitor() { * This is the setter method to the attribute. * Health monitor for pop3. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pop3Monitor set the pop3Monitor. */ @@ -699,6 +728,7 @@ public void setPop3Monitor(HealthMonitorPop3 pop3Monitor) { * This is the getter method this will return the attribute value. * Health monitor for pop3s. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pop3sMonitor */ @@ -711,6 +741,7 @@ public HealthMonitorPop3 getPop3SMonitor() { * This is the setter method to the attribute. * Health monitor for pop3s. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pop3sMonitor set the pop3sMonitor. */ @@ -723,7 +754,7 @@ public void setPop3SMonitor(HealthMonitorPop3 pop3sMonitor) { * This is the getter method this will return the attribute value. * Health monitor for radius. * Field introduced in 18.2.3. - * Allowed in 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 radiusMonitor */ @@ -736,7 +767,7 @@ public HealthMonitorRadius getRadiusMonitor() { * This is the setter method to the attribute. * Health monitor for radius. * 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 radiusMonitor set the radiusMonitor. */ @@ -752,6 +783,7 @@ public void setRadiusMonitor(HealthMonitorRadius radiusMonitor) { * If server status is regularly flapping up and down, consider increasing this value. * Allowed values are 1-2400. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return receiveTimeout */ @@ -767,6 +799,7 @@ public Integer getReceiveTimeout() { * If server status is regularly flapping up and down, consider increasing this value. * Allowed values are 1-2400. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param receiveTimeout set the receiveTimeout. */ @@ -780,6 +813,7 @@ public void setReceiveTimeout(Integer receiveTimeout) { * Frequency, in seconds, that monitors are sent to a server. * Allowed values are 1-3600. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return sendInterval */ @@ -793,6 +827,7 @@ public Integer getSendInterval() { * Frequency, in seconds, that monitors are sent to a server. * Allowed values are 1-3600. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param sendInterval set the sendInterval. */ @@ -805,7 +840,7 @@ public void setSendInterval(Integer sendInterval) { * This is the getter method this will return the attribute value. * Health monitor for sip. * Field introduced in 17.2.8, 18.1.3, 18.2.1. - * Allowed in 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 sipMonitor */ @@ -818,7 +853,7 @@ public HealthMonitorSIP getSipMonitor() { * This is the setter method to the attribute. * Health monitor for sip. * Field introduced in 17.2.8, 18.1.3, 18.2.1. - * Allowed in 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 sipMonitor set the sipMonitor. */ @@ -831,6 +866,7 @@ public void setSipMonitor(HealthMonitorSIP sipMonitor) { * This is the getter method this will return the attribute value. * Health monitor for smtp. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return smtpMonitor */ @@ -843,6 +879,7 @@ public HealthMonitorSmtp getSmtpMonitor() { * This is the setter method to the attribute. * Health monitor for smtp. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param smtpMonitor set the smtpMonitor. */ @@ -855,6 +892,7 @@ public void setSmtpMonitor(HealthMonitorSmtp smtpMonitor) { * This is the getter method this will return the attribute value. * Health monitor for smtps. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return smtpsMonitor */ @@ -867,6 +905,7 @@ public HealthMonitorSmtp getSmtpsMonitor() { * This is the setter method to the attribute. * Health monitor for smtps. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param smtpsMonitor set the smtpsMonitor. */ @@ -879,6 +918,7 @@ public void setSmtpsMonitor(HealthMonitorSmtp smtpsMonitor) { * This is the getter method this will return the attribute value. * Number of continuous successful health checks before server is marked up. * Allowed values are 1-50. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return successfulChecks */ @@ -891,6 +931,7 @@ public Integer getSuccessfulChecks() { * This is the setter method to the attribute. * Number of continuous successful health checks before server is marked up. * Allowed values are 1-50. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param successfulChecks set the successfulChecks. */ @@ -901,7 +942,7 @@ public void setSuccessfulChecks(Integer successfulChecks) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property tcp_monitor of obj type healthmonitor 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 tcpMonitor */ @@ -912,7 +953,7 @@ public HealthMonitorTcp getTcpMonitor() { /** * This is the setter method to the attribute. - * Placeholder for description of property tcp_monitor of obj type healthmonitor 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 tcpMonitor set the tcpMonitor. */ @@ -924,6 +965,7 @@ public void setTcpMonitor(HealthMonitorTcp tcpMonitor) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -935,6 +977,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. */ @@ -950,8 +993,9 @@ public void setTenantRef(String tenantRef) { * HEALTH_MONITOR_DNS, HEALTH_MONITOR_GSLB, HEALTH_MONITOR_SIP, HEALTH_MONITOR_RADIUS, HEALTH_MONITOR_SMTP, HEALTH_MONITOR_SMTPS, * HEALTH_MONITOR_POP3, HEALTH_MONITOR_POP3S, HEALTH_MONITOR_IMAP, HEALTH_MONITOR_IMAPS, HEALTH_MONITOR_FTP, HEALTH_MONITOR_FTPS, * HEALTH_MONITOR_LDAP, HEALTH_MONITOR_LDAPS. - * Allowed in basic(allowed values- health_monitor_ping,health_monitor_tcp,health_monitor_udp,health_monitor_http,health_monitor_https) edition, - * essentials(allowed values- health_monitor_ping,health_monitor_tcp,health_monitor_udp) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- health_monitor_ping,health_monitor_tcp,health_monitor_udp), + * basic edition(allowed values- health_monitor_ping,health_monitor_tcp,health_monitor_udp,health_monitor_http,health_monitor_https), enterprise with + * cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -967,8 +1011,9 @@ public String getType() { * HEALTH_MONITOR_DNS, HEALTH_MONITOR_GSLB, HEALTH_MONITOR_SIP, HEALTH_MONITOR_RADIUS, HEALTH_MONITOR_SMTP, HEALTH_MONITOR_SMTPS, * HEALTH_MONITOR_POP3, HEALTH_MONITOR_POP3S, HEALTH_MONITOR_IMAP, HEALTH_MONITOR_IMAPS, HEALTH_MONITOR_FTP, HEALTH_MONITOR_FTPS, * HEALTH_MONITOR_LDAP, HEALTH_MONITOR_LDAPS. - * Allowed in basic(allowed values- health_monitor_ping,health_monitor_tcp,health_monitor_udp,health_monitor_http,health_monitor_https) edition, - * essentials(allowed values- health_monitor_ping,health_monitor_tcp,health_monitor_udp) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- health_monitor_ping,health_monitor_tcp,health_monitor_udp), + * basic edition(allowed values- health_monitor_ping,health_monitor_tcp,health_monitor_udp,health_monitor_http,health_monitor_https), enterprise with + * cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -979,7 +1024,7 @@ public void setType(String type) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property udp_monitor of obj type healthmonitor 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 udpMonitor */ @@ -990,7 +1035,7 @@ public HealthMonitorUdp getUdpMonitor() { /** * This is the setter method to the attribute. - * Placeholder for description of property udp_monitor of obj type healthmonitor 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 udpMonitor set the udpMonitor. */ @@ -1021,6 +1066,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the health monitor. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -1032,6 +1078,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the health monitor. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/HealthMonitorAuthInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorAuthInfo.java index 5536cad7..ac8ea6d9 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorAuthInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorAuthInfo.java @@ -38,6 +38,7 @@ public class HealthMonitorAuthInfo extends AviRestResource { * This is the getter method this will return the attribute value. * Password for server authentication. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return password */ @@ -50,6 +51,7 @@ public String getPassword() { * This is the setter method to the attribute. * Password for server authentication. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param password set the password. */ @@ -62,6 +64,7 @@ public void setPassword(String password) { * This is the getter method this will return the attribute value. * Username for server authentication. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return username */ @@ -74,6 +77,7 @@ public String getUsername() { * This is the setter method to the attribute. * Username for server authentication. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/HealthMonitorDNS.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorDNS.java index 4e3e729f..69886267 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorDNS.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorDNS.java @@ -51,6 +51,7 @@ public class HealthMonitorDNS extends AviRestResource { * Query_type response has atleast one answer of which the resource record type matches the query type any_type response should contain * atleast one answer anything an empty answer is enough. * Enum options - DNS_QUERY_TYPE, DNS_ANY_TYPE, DNS_ANY_THING. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_QUERY_TYPE". * @return qtype */ @@ -64,6 +65,7 @@ public String getQtype() { * Query_type response has atleast one answer of which the resource record type matches the query type any_type response should contain * atleast one answer anything an empty answer is enough. * Enum options - DNS_QUERY_TYPE, DNS_ANY_TYPE, DNS_ANY_THING. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_QUERY_TYPE". * @param qtype set the qtype. */ @@ -75,6 +77,7 @@ public void setQtype(String qtype) { /** * This is the getter method this will return the attribute value. * The dns monitor will query the dns server for the fully qualified name in this field. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return queryName */ @@ -86,6 +89,7 @@ public String getQueryName() { /** * This is the setter method to the attribute. * The dns monitor will query the dns server for the fully qualified name in this field. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param queryName set the queryName. */ @@ -99,6 +103,7 @@ public void setQueryName(String queryName) { * When no error is selected, a dns query will be marked failed is any error code is returned by the server. * With any selected, the monitor ignores error code in the responses. * Enum options - RCODE_NO_ERROR, RCODE_ANYTHING. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "RCODE_NO_ERROR". * @return rcode */ @@ -112,6 +117,7 @@ public String getRcode() { * When no error is selected, a dns query will be marked failed is any error code is returned by the server. * With any selected, the monitor ignores error code in the responses. * Enum options - RCODE_NO_ERROR, RCODE_ANYTHING. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "RCODE_NO_ERROR". * @param rcode set the rcode. */ @@ -127,6 +133,7 @@ public void setRcode(String rcode) { * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_RECORD_A". * @return recordType */ @@ -142,6 +149,7 @@ public String getRecordType() { * DNS_RECORD_TXT, DNS_RECORD_RP, DNS_RECORD_DNSKEY, DNS_RECORD_AAAA, DNS_RECORD_SRV, DNS_RECORD_OPT, DNS_RECORD_RRSIG, DNS_RECORD_AXFR, * DNS_RECORD_ANY. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DNS_RECORD_A". * @param recordType set the recordType. */ @@ -153,6 +161,7 @@ public void setRecordType(String recordType) { /** * This is the getter method this will return the attribute value. * The resource record of the queried dns server's response for the request name must include the ip address defined in this field. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return responseString */ @@ -164,6 +173,7 @@ public String getResponseString() { /** * This is the setter method to the attribute. * The resource record of the queried dns server's response for the request name must include the ip address defined in this field. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param responseString set the responseString. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorExternal.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorExternal.java index 7d628f1b..3f4d5f16 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorExternal.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorExternal.java @@ -45,6 +45,7 @@ public class HealthMonitorExternal extends AviRestResource { /** * This is the getter method this will return the attribute value. * Command script provided inline. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return commandCode */ @@ -56,6 +57,7 @@ public String getCommandCode() { /** * This is the setter method to the attribute. * Command script provided inline. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param commandCode set the commandCode. */ @@ -67,6 +69,7 @@ public void setCommandCode(String commandCode) { /** * This is the getter method this will return the attribute value. * Optional arguments to feed into the script. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return commandParameters */ @@ -78,6 +81,7 @@ public String getCommandParameters() { /** * This is the setter method to the attribute. * Optional arguments to feed into the script. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param commandParameters set the commandParameters. */ @@ -89,6 +93,7 @@ public void setCommandParameters(String commandParameters) { /** * This is the getter method this will return the attribute value. * Path of external health monitor script. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return commandPath */ @@ -100,6 +105,7 @@ public String getCommandPath() { /** * This is the setter method to the attribute. * Path of external health monitor script. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param commandPath set the commandPath. */ @@ -111,6 +117,7 @@ public void setCommandPath(String commandPath) { /** * This is the getter method this will return the attribute value. * Environment variables to be fed into the script. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return commandVariables */ @@ -122,6 +129,7 @@ public String getCommandVariables() { /** * This is the setter method to the attribute. * Environment variables to be fed into the script. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param commandVariables set the commandVariables. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorFtp.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorFtp.java index b3437fcf..3ab82b00 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorFtp.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorFtp.java @@ -43,6 +43,7 @@ public class HealthMonitorFtp extends AviRestResource { * This is the getter method this will return the attribute value. * Filename to download with full path. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return filename */ @@ -55,6 +56,7 @@ public String getFilename() { * This is the setter method to the attribute. * Filename to download with full path. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param filename set the filename. */ @@ -68,6 +70,7 @@ public void setFilename(String filename) { * Ftp data transfer process mode. * Enum options - FTP_PASSIVE_MODE, FTP_PORT_MODE. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "FTP_PASSIVE_MODE". * @return mode */ @@ -81,6 +84,7 @@ public String getMode() { * Ftp data transfer process mode. * Enum options - FTP_PASSIVE_MODE, FTP_PORT_MODE. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "FTP_PASSIVE_MODE". * @param mode set the mode. */ @@ -93,6 +97,7 @@ public void setMode(String mode) { * This is the getter method this will return the attribute value. * Ssl attributes for ftps monitor. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslAttributes */ @@ -105,6 +110,7 @@ public HealthMonitorSSLAttributes getSslAttributes() { * This is the setter method to the attribute. * Ssl attributes for ftps monitor. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslAttributes set the sslAttributes. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorHttp.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorHttp.java index 6248e46e..dc2c9dfc 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorHttp.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorHttp.java @@ -72,7 +72,7 @@ public class HealthMonitorHttp extends AviRestResource { * Type of the authentication method. * Enum options - AUTH_BASIC, AUTH_NTLM. * Field introduced in 20.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 authType */ @@ -86,7 +86,7 @@ public String getAuthType() { * Type of the authentication method. * Enum options - AUTH_BASIC, AUTH_NTLM. * Field introduced in 20.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 authType set the authType. */ @@ -99,6 +99,7 @@ public void setAuthType(String authType) { * This is the getter method this will return the attribute value. * Use the exact http_request string as specified by user, without any automatic insert of headers like host header. * Field introduced in 17.1.6,17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return exactHttpRequest */ @@ -111,6 +112,7 @@ public Boolean getExactHttpRequest() { * This is the setter method to the attribute. * Use the exact http_request string as specified by user, without any automatic insert of headers like host header. * Field introduced in 17.1.6,17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param exactHttpRequest set the exactHttpRequest. */ @@ -124,6 +126,7 @@ public void setExactHttpRequest(Boolean exactHttpRequest) { * Send an http request to the server. * The default get / http/1.0 may be extended with additional headers or information. * For instance, get /index.htm http/1.1 host www.site.com connection close. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GET / HTTP/1.0". * @return httpRequest */ @@ -137,6 +140,7 @@ public String getHttpRequest() { * Send an http request to the server. * The default get / http/1.0 may be extended with additional headers or information. * For instance, get /index.htm http/1.1 host www.site.com connection close. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "GET / HTTP/1.0". * @param httpRequest set the httpRequest. */ @@ -149,6 +153,7 @@ public void setHttpRequest(String httpRequest) { * This is the getter method this will return the attribute value. * Http request body. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpRequestBody */ @@ -161,6 +166,7 @@ public String getHttpRequestBody() { * This is the setter method to the attribute. * Http request body. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpRequestBody set the httpRequestBody. */ @@ -172,6 +178,7 @@ public void setHttpRequestBody(String httpRequestBody) { /** * This is the getter method this will return the attribute value. * Match for a keyword in the first 2kb of the server header and body response. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpResponse */ @@ -183,6 +190,7 @@ public String getHttpResponse() { /** * This is the setter method to the attribute. * Match for a keyword in the first 2kb of the server header and body response. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpResponse set the httpResponse. */ @@ -197,6 +205,7 @@ public void setHttpResponse(String httpResponse) { * Default is 2xx. * Enum options - HTTP_ANY, HTTP_1XX, HTTP_2XX, HTTP_3XX, HTTP_4XX, HTTP_5XX. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpResponseCode */ @@ -211,6 +220,7 @@ public List getHttpResponseCode() { * Default is 2xx. * Enum options - HTTP_ANY, HTTP_1XX, HTTP_2XX, HTTP_3XX, HTTP_4XX, HTTP_5XX. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpResponseCode */ @@ -225,6 +235,7 @@ public void setHttpResponseCode(List httpResponseCode) { * Default is 2xx. * Enum options - HTTP_ANY, HTTP_1XX, HTTP_2XX, HTTP_3XX, HTTP_4XX, HTTP_5XX. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpResponseCode */ @@ -244,6 +255,7 @@ public HealthMonitorHttp addHttpResponseCodeItem(String httpResponseCodeItem) { * A successful match results in the server being marked down. * Allowed values are 101-599. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maintenanceCode */ @@ -258,6 +270,7 @@ public List getMaintenanceCode() { * A successful match results in the server being marked down. * Allowed values are 101-599. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maintenanceCode */ @@ -272,6 +285,7 @@ public void setMaintenanceCode(List maintenanceCode) { * A successful match results in the server being marked down. * Allowed values are 101-599. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maintenanceCode */ @@ -289,6 +303,7 @@ public HealthMonitorHttp addMaintenanceCodeItem(Integer maintenanceCodeItem) { * This is the getter method this will return the attribute value. * Match or look for this keyword in the first 2kb of server header and body response indicating server maintenance. * A successful match results in the server being marked down. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maintenanceResponse */ @@ -301,6 +316,7 @@ public String getMaintenanceResponse() { * This is the setter method to the attribute. * Match or look for this keyword in the first 2kb of server header and body response indicating server maintenance. * A successful match results in the server being marked down. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maintenanceResponse set the maintenanceResponse. */ @@ -314,6 +330,7 @@ public void setMaintenanceResponse(String maintenanceResponse) { * Expected http/https response page size. * Allowed values are 2048-16384. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return responseSize */ @@ -327,6 +344,7 @@ public Integer getResponseSize() { * Expected http/https response page size. * Allowed values are 2048-16384. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param responseSize set the responseSize. */ @@ -339,6 +357,7 @@ public void setResponseSize(Integer responseSize) { * This is the getter method this will return the attribute value. * Ssl attributes for https health monitor. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslAttributes */ @@ -351,6 +370,7 @@ public HealthMonitorSSLAttributes getSslAttributes() { * This is the setter method to the attribute. * Ssl attributes for https health monitor. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslAttributes set the sslAttributes. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorImap.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorImap.java index 5e94e014..92bd26cc 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorImap.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorImap.java @@ -39,6 +39,7 @@ public class HealthMonitorImap extends AviRestResource { * This is the getter method this will return the attribute value. * Folder to access. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return folder */ @@ -51,6 +52,7 @@ public String getFolder() { * This is the setter method to the attribute. * Folder to access. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param folder set the folder. */ @@ -63,6 +65,7 @@ public void setFolder(String folder) { * This is the getter method this will return the attribute value. * Ssl attributes for imaps monitor. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslAttributes */ @@ -75,6 +78,7 @@ public HealthMonitorSSLAttributes getSslAttributes() { * This is the setter method to the attribute. * Ssl attributes for imaps monitor. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslAttributes set the sslAttributes. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorLdap.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorLdap.java index c6b58bb6..93522ea1 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorLdap.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorLdap.java @@ -52,6 +52,7 @@ public class HealthMonitorLdap extends AviRestResource { * Attributes which will be retrieved. * Commas can be used to delimit more than one attributes (example- cn,address,email). * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attributes */ @@ -65,6 +66,7 @@ public String getAttributes() { * Attributes which will be retrieved. * Commas can be used to delimit more than one attributes (example- cn,address,email). * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attributes set the attributes. */ @@ -78,6 +80,7 @@ public void setAttributes(String attributes) { * Dn(distinguished name) of a directory entry. * Which will be starting point of the search. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return baseDn */ @@ -91,6 +94,7 @@ public String getBaseDn() { * Dn(distinguished name) of a directory entry. * Which will be starting point of the search. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param baseDn set the baseDn. */ @@ -103,6 +107,7 @@ public void setBaseDn(String baseDn) { * This is the getter method this will return the attribute value. * Filter to search entries in specified scope. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return filter */ @@ -115,6 +120,7 @@ public String getFilter() { * This is the setter method to the attribute. * Filter to search entries in specified scope. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param filter set the filter. */ @@ -128,6 +134,7 @@ public void setFilter(String filter) { * Search scope which can be base, one, sub. * Enum options - LDAP_BASE_MODE, LDAP_ONE_MODE, LDAP_SUB_MODE. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scope */ @@ -141,6 +148,7 @@ public String getScope() { * Search scope which can be base, one, sub. * Enum options - LDAP_BASE_MODE, LDAP_ONE_MODE, LDAP_SUB_MODE. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param scope set the scope. */ @@ -153,6 +161,7 @@ public void setScope(String scope) { * This is the getter method this will return the attribute value. * Ssl attributes for ldaps monitor. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslAttributes */ @@ -165,6 +174,7 @@ public HealthMonitorSSLAttributes getSslAttributes() { * This is the setter method to the attribute. * Ssl attributes for ldaps monitor. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslAttributes set the sslAttributes. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorPop3.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorPop3.java index 6722a245..e703e2bd 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorPop3.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorPop3.java @@ -35,6 +35,7 @@ public class HealthMonitorPop3 extends AviRestResource { * This is the getter method this will return the attribute value. * Ssl attributes for pop3s monitor. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslAttributes */ @@ -47,6 +48,7 @@ public HealthMonitorSSLAttributes getSslAttributes() { * This is the setter method to the attribute. * Ssl attributes for pop3s monitor. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslAttributes set the sslAttributes. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorRadius.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorRadius.java index 256a7978..78d262af 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorRadius.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorRadius.java @@ -42,6 +42,7 @@ public class HealthMonitorRadius extends AviRestResource { * This is the getter method this will return the attribute value. * Radius monitor will query radius server with this password. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return password */ @@ -54,6 +55,7 @@ public String getPassword() { * This is the setter method to the attribute. * Radius monitor will query radius server with this password. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param password set the password. */ @@ -66,6 +68,7 @@ public void setPassword(String password) { * This is the getter method this will return the attribute value. * Radius monitor will query radius server with this shared secret. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sharedSecret */ @@ -78,6 +81,7 @@ public String getSharedSecret() { * This is the setter method to the attribute. * Radius monitor will query radius server with this shared secret. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sharedSecret set the sharedSecret. */ @@ -90,6 +94,7 @@ public void setSharedSecret(String sharedSecret) { * This is the getter method this will return the attribute value. * Radius monitor will query radius server with this username. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return username */ @@ -102,6 +107,7 @@ public String getUsername() { * This is the setter method to the attribute. * Radius monitor will query radius server with this username. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/HealthMonitorSIP.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorSIP.java index 23a33899..b11df16e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorSIP.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorSIP.java @@ -44,6 +44,7 @@ public class HealthMonitorSIP extends AviRestResource { * The default transport is udp. * Enum options - SIP_UDP_PROTO, SIP_TCP_PROTO. * Field introduced in 17.2.14, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SIP_UDP_PROTO". * @return sipMonitorTransport */ @@ -58,6 +59,7 @@ public String getSipMonitorTransport() { * The default transport is udp. * Enum options - SIP_UDP_PROTO, SIP_TCP_PROTO. * Field introduced in 17.2.14, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SIP_UDP_PROTO". * @param sipMonitorTransport set the sipMonitorTransport. */ @@ -72,6 +74,7 @@ public void setSipMonitorTransport(String sipMonitorTransport) { * By default, sip options request will be sent. * Enum options - SIP_OPTIONS. * Field introduced in 17.2.8, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SIP_OPTIONS". * @return sipRequestCode */ @@ -86,6 +89,7 @@ public String getSipRequestCode() { * By default, sip options request will be sent. * Enum options - SIP_OPTIONS. * Field introduced in 17.2.8, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SIP_OPTIONS". * @param sipRequestCode set the sipRequestCode. */ @@ -99,6 +103,7 @@ public void setSipRequestCode(String sipRequestCode) { * Match for a keyword in the first 2kb of the server header and body response. * By default, it matches for sip/2.0. * Field introduced in 17.2.8, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SIP/2.0". * @return sipResponse */ @@ -112,6 +117,7 @@ public String getSipResponse() { * Match for a keyword in the first 2kb of the server header and body response. * By default, it matches for sip/2.0. * Field introduced in 17.2.8, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SIP/2.0". * @param sipResponse set the sipResponse. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorSSLAttributes.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorSSLAttributes.java index 370e4a23..b52e8ec8 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorSSLAttributes.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorSSLAttributes.java @@ -47,6 +47,7 @@ public class HealthMonitorSSLAttributes extends AviRestResource { * Pki profile used to validate the ssl certificate presented by a server. * It is a reference to an object of type pkiprofile. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pkiProfileRef */ @@ -60,6 +61,7 @@ public String getPkiProfileRef() { * Pki profile used to validate the ssl certificate presented by a server. * It is a reference to an object of type pkiprofile. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pkiProfileRef set the pkiProfileRef. */ @@ -72,6 +74,7 @@ public void setPkiProfileRef(String pkiProfileRef) { * This is the getter method this will return the attribute value. * Fully qualified dns hostname which will be used in the tls sni extension in server connections indicating sni is enabled. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverName */ @@ -84,6 +87,7 @@ public String getServerName() { * This is the setter method to the attribute. * Fully qualified dns hostname which will be used in the tls sni extension in server connections indicating sni is enabled. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverName set the serverName. */ @@ -97,6 +101,7 @@ public void setServerName(String serverName) { * Service engines will present this ssl certificate to the server. * It is a reference to an object of type sslkeyandcertificate. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslKeyAndCertificateRef */ @@ -110,6 +115,7 @@ public String getSslKeyAndCertificateRef() { * Service engines will present this ssl certificate to the server. * It is a reference to an object of type sslkeyandcertificate. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslKeyAndCertificateRef set the sslKeyAndCertificateRef. */ @@ -123,6 +129,7 @@ public void setSslKeyAndCertificateRef(String sslKeyAndCertificateRef) { * Ssl profile defines ciphers and ssl versions to be used for healthmonitor traffic to the back-end servers. * It is a reference to an object of type sslprofile. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslProfileRef */ @@ -136,6 +143,7 @@ public String getSslProfileRef() { * Ssl profile defines ciphers and ssl versions to be used for healthmonitor traffic to the back-end servers. * It is a reference to an object of type sslprofile. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslProfileRef set the sslProfileRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorSmtp.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorSmtp.java index fe7ada3d..59c9b4da 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorSmtp.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorSmtp.java @@ -51,6 +51,7 @@ public class HealthMonitorSmtp extends AviRestResource { * This is the getter method this will return the attribute value. * Sender domain name. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainname */ @@ -63,6 +64,7 @@ public String getDomainname() { * This is the setter method to the attribute. * Sender domain name. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param domainname set the domainname. */ @@ -75,6 +77,7 @@ public void setDomainname(String domainname) { * This is the getter method this will return the attribute value. * Mail data. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mailData */ @@ -87,6 +90,7 @@ public String getMailData() { * This is the setter method to the attribute. * Mail data. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mailData set the mailData. */ @@ -99,6 +103,7 @@ public void setMailData(String mailData) { * This is the getter method this will return the attribute value. * Mail recipients. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return recipientsIds */ @@ -111,6 +116,7 @@ public List getRecipientsIds() { * This is the setter method. this will set the recipientsIds * Mail recipients. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return recipientsIds */ @@ -123,6 +129,7 @@ public void setRecipientsIds(List recipientsIds) { * This is the setter method this will set the recipientsIds * Mail recipients. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return recipientsIds */ @@ -140,6 +147,7 @@ public HealthMonitorSmtp addRecipientsIdsItem(String recipientsIdsItem) { * This is the getter method this will return the attribute value. * Mail sender. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return senderId */ @@ -152,6 +160,7 @@ public String getSenderId() { * This is the setter method to the attribute. * Mail sender. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param senderId set the senderId. */ @@ -164,6 +173,7 @@ public void setSenderId(String senderId) { * This is the getter method this will return the attribute value. * Ssl attributes for smtps monitor. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslAttributes */ @@ -176,6 +186,7 @@ public HealthMonitorSSLAttributes getSslAttributes() { * This is the setter method to the attribute. * Ssl attributes for smtps monitor. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslAttributes set the sslAttributes. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorTcp.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorTcp.java index 2be17a97..61e972a3 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorTcp.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorTcp.java @@ -46,6 +46,7 @@ public class HealthMonitorTcp extends AviRestResource { * This is the getter method this will return the attribute value. * Match or look for this keyword in the first 2kb of server's response indicating server maintenance. * A successful match results in the server being marked down. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maintenanceResponse */ @@ -58,6 +59,7 @@ public String getMaintenanceResponse() { * This is the setter method to the attribute. * Match or look for this keyword in the first 2kb of server's response indicating server maintenance. * A successful match results in the server being marked down. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maintenanceResponse set the maintenanceResponse. */ @@ -72,7 +74,8 @@ public void setMaintenanceResponse(String maintenanceResponse) { * fledged server side connection and the overhead and logs associated with it. * This method is light-weight as it makes use of listener in server's kernel layer to measure the health and a child socket or user thread is not * created on the server side. - * Allowed in 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 tcpHalfOpen */ @@ -87,7 +90,8 @@ public Boolean getTcpHalfOpen() { * fledged server side connection and the overhead and logs associated with it. * This method is light-weight as it makes use of listener in server's kernel layer to measure the health and a child socket or user thread is not * created on the server side. - * Allowed in 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 tcpHalfOpen set the tcpHalfOpen. */ @@ -99,6 +103,7 @@ public void setTcpHalfOpen(Boolean tcpHalfOpen) { /** * This is the getter method this will return the attribute value. * Request data to send after completing the tcp handshake. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tcpRequest */ @@ -110,6 +115,7 @@ public String getTcpRequest() { /** * This is the setter method to the attribute. * Request data to send after completing the tcp handshake. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tcpRequest set the tcpRequest. */ @@ -122,6 +128,7 @@ public void setTcpRequest(String tcpRequest) { * This is the getter method this will return the attribute value. * Match for the desired keyword in the first 2kb of the server's tcp response. * If this field is left blank, no server response is required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tcpResponse */ @@ -134,6 +141,7 @@ public String getTcpResponse() { * This is the setter method to the attribute. * Match for the desired keyword in the first 2kb of the server's tcp response. * If this field is left blank, no server response is required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tcpResponse set the tcpResponse. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorUdp.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorUdp.java index 21888380..86ba63e6 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorUdp.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthMonitorUdp.java @@ -42,6 +42,7 @@ public class HealthMonitorUdp extends AviRestResource { * This is the getter method this will return the attribute value. * Match or look for this keyword in the first 2kb of server's response indicating server maintenance. * A successful match results in the server being marked down. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maintenanceResponse */ @@ -54,6 +55,7 @@ public String getMaintenanceResponse() { * This is the setter method to the attribute. * Match or look for this keyword in the first 2kb of server's response indicating server maintenance. * A successful match results in the server being marked down. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maintenanceResponse set the maintenanceResponse. */ @@ -65,6 +67,7 @@ public void setMaintenanceResponse(String maintenanceResponse) { /** * This is the getter method this will return the attribute value. * Send udp request. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return udpRequest */ @@ -76,6 +79,7 @@ public String getUdpRequest() { /** * This is the setter method to the attribute. * Send udp request. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param udpRequest set the udpRequest. */ @@ -87,6 +91,7 @@ public void setUdpRequest(String udpRequest) { /** * This is the getter method this will return the attribute value. * Match for keyword in the udp response. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return udpResponse */ @@ -98,6 +103,7 @@ public String getUdpResponse() { /** * This is the setter method to the attribute. * Match for keyword in the udp response. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param udpResponse set the udpResponse. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthScoreDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthScoreDetails.java index d2427261..acc7210f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthScoreDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HealthScoreDetails.java @@ -84,7 +84,7 @@ public class HealthScoreDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property anomaly_penalty of obj type healthscoredetails 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 0. * @return anomalyPenalty */ @@ -95,7 +95,7 @@ public Integer getAnomalyPenalty() { /** * This is the setter method to the attribute. - * Placeholder for description of property anomaly_penalty of obj type healthscoredetails 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 0. * @param anomalyPenalty set the anomalyPenalty. */ @@ -107,6 +107,7 @@ public void setAnomalyPenalty(Integer anomalyPenalty) { /** * This is the getter method this will return the attribute value. * Reason for anomaly penalty. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return anomalyReason */ @@ -118,6 +119,7 @@ public String getAnomalyReason() { /** * This is the setter method to the attribute. * Reason for anomaly penalty. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param anomalyReason set the anomalyReason. */ @@ -129,6 +131,7 @@ public void setAnomalyReason(String anomalyReason) { /** * This is the getter method this will return the attribute value. * Reason for performance score. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return performanceReason */ @@ -140,6 +143,7 @@ public String getPerformanceReason() { /** * This is the setter method to the attribute. * Reason for performance score. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param performanceReason set the performanceReason. */ @@ -150,7 +154,7 @@ public void setPerformanceReason(String performanceReason) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property performance_score of obj type healthscoredetails 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 performanceScore */ @@ -161,7 +165,7 @@ public Integer getPerformanceScore() { /** * This is the setter method to the attribute. - * Placeholder for description of property performance_score of obj type healthscoredetails 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 performanceScore set the performanceScore. */ @@ -172,7 +176,7 @@ public void setPerformanceScore(Integer performanceScore) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property previous_value of obj type healthscoredetails 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 previousValue */ @@ -183,7 +187,7 @@ public Float getPreviousValue() { /** * This is the setter method to the attribute. - * Placeholder for description of property previous_value of obj type healthscoredetails 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 previousValue set the previousValue. */ @@ -195,6 +199,7 @@ public void setPreviousValue(Float previousValue) { /** * This is the getter method this will return the attribute value. * Reason for the health score change. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -206,6 +211,7 @@ public String getReason() { /** * This is the setter method to the attribute. * Reason for the health score change. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -216,7 +222,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property resources_penalty of obj type healthscoredetails 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 0. * @return resourcesPenalty */ @@ -227,7 +233,7 @@ public Integer getResourcesPenalty() { /** * This is the setter method to the attribute. - * Placeholder for description of property resources_penalty of obj type healthscoredetails 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 0. * @param resourcesPenalty set the resourcesPenalty. */ @@ -239,6 +245,7 @@ public void setResourcesPenalty(Integer resourcesPenalty) { /** * This is the getter method this will return the attribute value. * Reason for resources penalty. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourcesReason */ @@ -250,6 +257,7 @@ public String getResourcesReason() { /** * This is the setter method to the attribute. * Reason for resources penalty. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resourcesReason set the resourcesReason. */ @@ -260,7 +268,7 @@ public void setResourcesReason(String resourcesReason) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property security_penalty of obj type healthscoredetails 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 0. * @return securityPenalty */ @@ -271,7 +279,7 @@ public Integer getSecurityPenalty() { /** * This is the setter method to the attribute. - * Placeholder for description of property security_penalty of obj type healthscoredetails 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 0. * @param securityPenalty set the securityPenalty. */ @@ -283,6 +291,7 @@ public void setSecurityPenalty(Integer securityPenalty) { /** * This is the getter method this will return the attribute value. * Reason for security threat level. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return securityReason */ @@ -294,6 +303,7 @@ public String getSecurityReason() { /** * This is the setter method to the attribute. * Reason for security threat level. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param securityReason set the securityReason. */ @@ -305,6 +315,7 @@ public void setSecurityReason(String securityReason) { /** * This is the getter method this will return the attribute value. * The step interval in seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return step */ @@ -316,6 +327,7 @@ public Integer getStep() { /** * This is the setter method to the attribute. * The step interval in seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param step set the step. */ @@ -327,6 +339,7 @@ public void setStep(Integer step) { /** * This is the getter method this will return the attribute value. * Resource prefix containing entity information. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subResourcePrefix */ @@ -338,6 +351,7 @@ public String getSubResourcePrefix() { /** * This is the setter method to the attribute. * Resource prefix containing entity information. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subResourcePrefix set the subResourcePrefix. */ @@ -348,7 +362,7 @@ public void setSubResourcePrefix(String subResourcePrefix) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property timestamp of obj type healthscoredetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -359,7 +373,7 @@ public String getTimestamp() { /** * This is the setter method to the attribute. - * Placeholder for description of property timestamp of obj type healthscoredetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -370,7 +384,7 @@ public void setTimestamp(String timestamp) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property value of obj type healthscoredetails 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 */ @@ -381,7 +395,7 @@ public Float getValue() { /** * This is the setter method to the attribute. - * Placeholder for description of property value of obj type healthscoredetails 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/HorizonProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HorizonProfile.java index 8c7262c7..d6ee8e23 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HorizonProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HorizonProfile.java @@ -38,6 +38,7 @@ public class HorizonProfile extends AviRestResource { * This is the getter method this will return the attribute value. * Horizon blast port of the uag server. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8443. * @return blastPort */ @@ -50,6 +51,7 @@ public Integer getBlastPort() { * This is the setter method to the attribute. * Horizon blast port of the uag server. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8443. * @param blastPort set the blastPort. */ @@ -62,6 +64,7 @@ public void setBlastPort(Integer blastPort) { * This is the getter method this will return the attribute value. * Horizon pcoip port of the uag server. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4172. * @return pcoipPort */ @@ -74,6 +77,7 @@ public Integer getPcoipPort() { * This is the setter method to the attribute. * Horizon pcoip port of the uag server. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4172. * @param pcoipPort set the pcoipPort. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HostAttributes.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HostAttributes.java index 608c6c21..1869d456 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HostAttributes.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HostAttributes.java @@ -36,7 +36,7 @@ public class HostAttributes extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property attr_key of obj type hostattributes field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attrKey */ @@ -47,7 +47,7 @@ public String getAttrKey() { /** * This is the setter method to the attribute. - * Placeholder for description of property attr_key of obj type hostattributes field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attrKey set the attrKey. */ @@ -58,7 +58,7 @@ public void setAttrKey(String attrKey) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property attr_val of obj type hostattributes field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attrVal */ @@ -69,7 +69,7 @@ public String getAttrVal() { /** * This is the setter method to the attribute. - * Placeholder for description of property attr_val of obj type hostattributes field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attrVal set the attrVal. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HostHdrMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HostHdrMatch.java index 8ac3dc91..f7d5f41a 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HostHdrMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HostHdrMatch.java @@ -42,6 +42,7 @@ public class HostHdrMatch extends AviRestResource { * This is the getter method this will return the attribute value. * Case sensitivity to use for the match. * Enum options - SENSITIVE, INSENSITIVE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @return matchCase */ @@ -54,6 +55,7 @@ public String getMatchCase() { * This is the setter method to the attribute. * Case sensitivity to use for the match. * Enum options - SENSITIVE, INSENSITIVE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @param matchCase set the matchCase. */ @@ -67,6 +69,7 @@ public void setMatchCase(String matchCase) { * Criterion to use for the host header value match. * Enum options - HDR_EXISTS, HDR_DOES_NOT_EXIST, HDR_BEGINS_WITH, HDR_DOES_NOT_BEGIN_WITH, HDR_CONTAINS, HDR_DOES_NOT_CONTAIN, HDR_ENDS_WITH, * HDR_DOES_NOT_END_WITH, HDR_EQUALS, HDR_DOES_NOT_EQUAL. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -80,6 +83,7 @@ public String getMatchCriteria() { * Criterion to use for the host header value match. * Enum options - HDR_EXISTS, HDR_DOES_NOT_EXIST, HDR_BEGINS_WITH, HDR_DOES_NOT_BEGIN_WITH, HDR_CONTAINS, HDR_DOES_NOT_CONTAIN, HDR_ENDS_WITH, * HDR_DOES_NOT_END_WITH, HDR_EQUALS, HDR_DOES_NOT_EQUAL. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -91,6 +95,7 @@ public void setMatchCriteria(String matchCriteria) { /** * This is the getter method this will return the attribute value. * String value(s) in the host header. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -102,6 +107,7 @@ public List getValue() { /** * This is the setter method. this will set the value * String value(s) in the host header. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -113,6 +119,7 @@ public void setValue(List value) { /** * This is the setter method this will set the value * String value(s) in the host header. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HostUnavailEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HostUnavailEventDetails.java index 004fa485..f335c967 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HostUnavailEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HostUnavailEventDetails.java @@ -40,7 +40,7 @@ public class HostUnavailEventDetails 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 */ @@ -51,7 +51,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. */ @@ -62,7 +62,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reasons of obj type hostunavaileventdetails 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 reasons */ @@ -73,7 +73,7 @@ public List getReasons() { /** * This is the setter method. this will set the reasons - * Placeholder for description of property reasons of obj type hostunavaileventdetails 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 reasons */ @@ -84,7 +84,7 @@ public void setReasons(List reasons) { /** * This is the setter method this will set the reasons - * Placeholder for description of property reasons of obj type hostunavaileventdetails 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 reasons */ @@ -100,7 +100,7 @@ public HostUnavailEventDetails addReasonsItem(String reasonsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vs_name of obj type hostunavaileventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -111,7 +111,7 @@ public String getVsName() { /** * This is the setter method to the attribute. - * Placeholder for description of property vs_name of obj type hostunavaileventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsName set the vsName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HttpCacheConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HttpCacheConfig.java index afa69668..2bff399d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HttpCacheConfig.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HttpCacheConfig.java @@ -106,6 +106,7 @@ public class HttpCacheConfig extends AviRestResource { /** * This is the getter method this will return the attribute value. * Add an age header to content served from cache, which indicates to the client the number of seconds the object has been in the cache. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return ageHeader */ @@ -117,6 +118,7 @@ public Boolean getAgeHeader() { /** * This is the setter method to the attribute. * Add an age header to content served from cache, which indicates to the client the number of seconds the object has been in the cache. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param ageHeader set the ageHeader. */ @@ -128,6 +130,7 @@ public void setAgeHeader(Boolean ageHeader) { /** * This is the getter method this will return the attribute value. * Enable/disable caching objects without cache-control headers. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return aggressive */ @@ -139,6 +142,7 @@ public Boolean getAggressive() { /** * This is the setter method to the attribute. * Enable/disable caching objects without cache-control headers. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param aggressive set the aggressive. */ @@ -151,6 +155,7 @@ public void setAggressive(Boolean aggressive) { * This is the getter method this will return the attribute value. * If a date header was not added by the server, add a date header to the object served from cache. * This indicates to the client when the object was originally sent by the server to the cache. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return dateHeader */ @@ -163,6 +168,7 @@ public Boolean getDateHeader() { * This is the setter method to the attribute. * If a date header was not added by the server, add a date header to the object served from cache. * This indicates to the client when the object was originally sent by the server to the cache. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param dateHeader set the dateHeader. */ @@ -175,6 +181,7 @@ public void setDateHeader(Boolean dateHeader) { * This is the getter method this will return the attribute value. * Default expiration time of cache objects received from the server without a cache-control expiration header. * This value may be overwritten by the heuristic expire setting. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 600. * @return defaultExpire */ @@ -187,6 +194,7 @@ public Integer getDefaultExpire() { * This is the setter method to the attribute. * Default expiration time of cache objects received from the server without a cache-control expiration header. * This value may be overwritten by the heuristic expire setting. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 600. * @param defaultExpire set the defaultExpire. */ @@ -199,6 +207,7 @@ public void setDefaultExpire(Integer defaultExpire) { * This is the getter method this will return the attribute value. * Enable/disable http object caching.when enabling caching for the first time, se group app_cache_percent must be set to allocate shared memory * required for caching (a service engine restart is needed after setting/resetting the se group value). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enabled */ @@ -211,6 +220,7 @@ public Boolean getEnabled() { * This is the setter method to the attribute. * Enable/disable http object caching.when enabling caching for the first time, se group app_cache_percent must be set to allocate shared memory * required for caching (a service engine restart is needed after setting/resetting the se group value). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enabled set the enabled. */ @@ -224,6 +234,7 @@ public void setEnabled(Boolean enabled) { * If a response object from the server does not include the cache-control header, but does include a last-modified header, the system will use this * time to calculate the cache-control expiration. * If unable to solicit an last-modified header, then the system will fall back to the cache expire time value. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return heuristicExpire */ @@ -237,6 +248,7 @@ public Boolean getHeuristicExpire() { * If a response object from the server does not include the cache-control header, but does include a last-modified header, the system will use this * time to calculate the cache-control expiration. * If unable to solicit an last-modified header, then the system will fall back to the cache expire time value. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param heuristicExpire set the heuristicExpire. */ @@ -249,6 +261,7 @@ public void setHeuristicExpire(Boolean heuristicExpire) { * This is the getter method this will return the attribute value. * Ignore client's cache control headers when fetching or storing from and to the cache. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return ignoreRequestCacheControl */ @@ -261,6 +274,7 @@ public Boolean getIgnoreRequestCacheControl() { * This is the setter method to the attribute. * Ignore client's cache control headers when fetching or storing from and to the cache. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param ignoreRequestCacheControl set the ignoreRequestCacheControl. */ @@ -273,6 +287,7 @@ public void setIgnoreRequestCacheControl(Boolean ignoreRequestCacheControl) { * This is the getter method this will return the attribute value. * Max size, in bytes, of the cache. * The default, zero, indicates auto configuration. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return maxCacheSize */ @@ -285,6 +300,7 @@ public Integer getMaxCacheSize() { * This is the setter method to the attribute. * Max size, in bytes, of the cache. * The default, zero, indicates auto configuration. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param maxCacheSize set the maxCacheSize. */ @@ -296,6 +312,7 @@ public void setMaxCacheSize(Integer maxCacheSize) { /** * This is the getter method this will return the attribute value. * Maximum size of an object to store in the cache. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4194304. * @return maxObjectSize */ @@ -307,6 +324,7 @@ public Integer getMaxObjectSize() { /** * This is the setter method to the attribute. * Maximum size of an object to store in the cache. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4194304. * @param maxObjectSize set the maxObjectSize. */ @@ -320,6 +338,7 @@ public void setMaxObjectSize(Integer maxObjectSize) { * Blacklist string group of non-cacheable mime types. * It is a reference to an object of type stringgroup. * Field deprecated in 20.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return mimeTypesBlackGroupRefs */ @VsoMethod @@ -332,6 +351,7 @@ public List getMimeTypesBlackGroupRefs() { * Blacklist string group of non-cacheable mime types. * It is a reference to an object of type stringgroup. * Field deprecated in 20.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return mimeTypesBlackGroupRefs */ @VsoMethod @@ -344,6 +364,7 @@ public void setMimeTypesBlackGroupRefs(List mimeTypesBlackGroupRefs) { * Blacklist string group of non-cacheable mime types. * It is a reference to an object of type stringgroup. * Field deprecated in 20.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return mimeTypesBlackGroupRefs */ @VsoMethod @@ -360,6 +381,7 @@ public HttpCacheConfig addMimeTypesBlackGroupRefsItem(String mimeTypesBlackGroup * This is the getter method this will return the attribute value. * Blacklist of non-cacheable mime types. * Field deprecated in 20.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return mimeTypesBlackList */ @VsoMethod @@ -371,6 +393,7 @@ public List getMimeTypesBlackList() { * This is the setter method. this will set the mimeTypesBlackList * Blacklist of non-cacheable mime types. * Field deprecated in 20.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return mimeTypesBlackList */ @VsoMethod @@ -382,6 +405,7 @@ public void setMimeTypesBlackList(List mimeTypesBlackList) { * This is the setter method this will set the mimeTypesBlackList * Blacklist of non-cacheable mime types. * Field deprecated in 20.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return mimeTypesBlackList */ @VsoMethod @@ -399,6 +423,7 @@ public HttpCacheConfig addMimeTypesBlackListItem(String mimeTypesBlackListItem) * Blocklist string group of non-cacheable mime types. * It is a reference to an object of type stringgroup. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mimeTypesBlockGroupRefs */ @@ -412,6 +437,7 @@ public List getMimeTypesBlockGroupRefs() { * Blocklist string group of non-cacheable mime types. * It is a reference to an object of type stringgroup. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mimeTypesBlockGroupRefs */ @@ -425,6 +451,7 @@ public void setMimeTypesBlockGroupRefs(List mimeTypesBlockGroupRefs) { * Blocklist string group of non-cacheable mime types. * It is a reference to an object of type stringgroup. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mimeTypesBlockGroupRefs */ @@ -442,6 +469,7 @@ public HttpCacheConfig addMimeTypesBlockGroupRefsItem(String mimeTypesBlockGroup * This is the getter method this will return the attribute value. * Blocklist of non-cacheable mime types. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mimeTypesBlockLists */ @@ -454,6 +482,7 @@ public List getMimeTypesBlockLists() { * This is the setter method. this will set the mimeTypesBlockLists * Blocklist of non-cacheable mime types. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mimeTypesBlockLists */ @@ -466,6 +495,7 @@ public void setMimeTypesBlockLists(List mimeTypesBlockLists) { * This is the setter method this will set the mimeTypesBlockLists * Blocklist of non-cacheable mime types. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mimeTypesBlockLists */ @@ -484,6 +514,7 @@ public HttpCacheConfig addMimeTypesBlockListsItem(String mimeTypesBlockListsItem * Allowlist string group of cacheable mime types. * If both cacheable mime types string list and string group are empty, this defaults to *\/*. * It is a reference to an object of type stringgroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mimeTypesGroupRefs */ @@ -497,6 +528,7 @@ public List getMimeTypesGroupRefs() { * Allowlist string group of cacheable mime types. * If both cacheable mime types string list and string group are empty, this defaults to *\/*. * It is a reference to an object of type stringgroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mimeTypesGroupRefs */ @@ -510,6 +542,7 @@ public void setMimeTypesGroupRefs(List mimeTypesGroupRefs) { * Allowlist string group of cacheable mime types. * If both cacheable mime types string list and string group are empty, this defaults to *\/*. * It is a reference to an object of type stringgroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mimeTypesGroupRefs */ @@ -527,6 +560,7 @@ public HttpCacheConfig addMimeTypesGroupRefsItem(String mimeTypesGroupRefsItem) * This is the getter method this will return the attribute value. * Allowlist of cacheable mime types. * If both cacheable mime types string list and string group are empty, this defaults to *\/*. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mimeTypesList */ @@ -539,6 +573,7 @@ public List getMimeTypesList() { * This is the setter method. this will set the mimeTypesList * Allowlist of cacheable mime types. * If both cacheable mime types string list and string group are empty, this defaults to *\/*. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mimeTypesList */ @@ -551,6 +586,7 @@ public void setMimeTypesList(List mimeTypesList) { * This is the setter method this will set the mimeTypesList * Allowlist of cacheable mime types. * If both cacheable mime types string list and string group are empty, this defaults to *\/*. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mimeTypesList */ @@ -567,6 +603,7 @@ public HttpCacheConfig addMimeTypesListItem(String mimeTypesListItem) { /** * This is the getter method this will return the attribute value. * Minimum size of an object to store in the cache. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return minObjectSize */ @@ -578,6 +615,7 @@ public Integer getMinObjectSize() { /** * This is the setter method to the attribute. * Minimum size of an object to store in the cache. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param minObjectSize set the minObjectSize. */ @@ -591,6 +629,7 @@ public void setMinObjectSize(Integer minObjectSize) { * Allow caching of objects whose uri included a query argument. * When disabled, these objects are not cached. * When enabled, the request must match the uri query to be considered a hit. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return queryCacheable */ @@ -604,6 +643,7 @@ public Boolean getQueryCacheable() { * Allow caching of objects whose uri included a query argument. * When disabled, these objects are not cached. * When enabled, the request must match the uri query to be considered a hit. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param queryCacheable set the queryCacheable. */ @@ -616,6 +656,7 @@ public void setQueryCacheable(Boolean queryCacheable) { * This is the getter method this will return the attribute value. * Non-cacheable uri configuration with match criteria. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriNonCacheable */ @@ -628,6 +669,7 @@ public PathMatch getUriNonCacheable() { * This is the setter method to the attribute. * Non-cacheable uri configuration with match criteria. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uriNonCacheable set the uriNonCacheable. */ @@ -639,6 +681,7 @@ public void setUriNonCacheable(PathMatch uriNonCacheable) { /** * This is the getter method this will return the attribute value. * Add an x-cache header to content served from cache, which indicates to the client that the object was served from an intermediate cache. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return xcacheHeader */ @@ -650,6 +693,7 @@ public Boolean getXcacheHeader() { /** * This is the setter method to the attribute. * Add an x-cache header to content served from cache, which indicates to the client that the object was served from an intermediate cache. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param xcacheHeader set the xcacheHeader. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HttpCacheObjFilter.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HttpCacheObjFilter.java index f773d921..5affdb1f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HttpCacheObjFilter.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HttpCacheObjFilter.java @@ -49,6 +49,7 @@ public class HttpCacheObjFilter extends AviRestResource { /** * This is the getter method this will return the attribute value. * Http cache object's exact key. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -60,6 +61,7 @@ public String getKey() { /** * This is the setter method to the attribute. * Http cache object's exact key. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param key set the key. */ @@ -71,6 +73,7 @@ public void setKey(String key) { /** * This is the getter method this will return the attribute value. * Http cache object's exact raw key. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rawKey */ @@ -82,6 +85,7 @@ public String getRawKey() { /** * This is the setter method to the attribute. * Http cache object's exact raw key. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rawKey set the rawKey. */ @@ -93,6 +97,7 @@ public void setRawKey(String rawKey) { /** * This is the getter method this will return the attribute value. * Http cache object's resource name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceName */ @@ -104,6 +109,7 @@ public String getResourceName() { /** * This is the setter method to the attribute. * Http cache object's resource name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resourceName set the resourceName. */ @@ -115,6 +121,7 @@ public void setResourceName(String resourceName) { /** * This is the getter method this will return the attribute value. * Objects with resource type. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceType */ @@ -126,6 +133,7 @@ public String getResourceType() { /** * This is the setter method to the attribute. * Objects with resource type. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resourceType set the resourceType. */ @@ -138,6 +146,7 @@ public void setResourceType(String resourceType) { * This is the getter method this will return the attribute value. * Http cache object type. * Enum options - CO_ALL, CO_IN, CO_OUT. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -150,6 +159,7 @@ public String getType() { * This is the setter method to the attribute. * Http cache object type. * Enum options - CO_ALL, CO_IN, CO_OUT. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/HttpCookiePersistenceKey.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HttpCookiePersistenceKey.java index 8cf74451..88c23c6f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HttpCookiePersistenceKey.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HttpCookiePersistenceKey.java @@ -40,7 +40,7 @@ public class HttpCookiePersistenceKey extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property aes_key of obj type httpcookiepersistencekey field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return aesKey */ @@ -51,7 +51,7 @@ public String getAesKey() { /** * This is the setter method to the attribute. - * Placeholder for description of property aes_key of obj type httpcookiepersistencekey field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param aesKey set the aesKey. */ @@ -62,7 +62,7 @@ public void setAesKey(String aesKey) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property hmac_key of obj type httpcookiepersistencekey field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hmacKey */ @@ -73,7 +73,7 @@ public String getHmacKey() { /** * This is the setter method to the attribute. - * Placeholder for description of property hmac_key of obj type httpcookiepersistencekey field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hmacKey set the hmacKey. */ @@ -85,6 +85,7 @@ public void setHmacKey(String hmacKey) { /** * This is the getter method this will return the attribute value. * Name to use for cookie encryption. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -96,6 +97,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name to use for cookie encryption. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/HttpCookiePersistenceProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HttpCookiePersistenceProfile.java index bd792015..a7f52399 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HttpCookiePersistenceProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/HttpCookiePersistenceProfile.java @@ -57,6 +57,7 @@ public class HttpCookiePersistenceProfile extends AviRestResource { /** * This is the getter method this will return the attribute value. * If no persistence cookie was received from the client, always send it. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return alwaysSendCookie */ @@ -68,6 +69,7 @@ public Boolean getAlwaysSendCookie() { /** * This is the setter method to the attribute. * If no persistence cookie was received from the client, always send it. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param alwaysSendCookie set the alwaysSendCookie. */ @@ -79,6 +81,7 @@ public void setAlwaysSendCookie(Boolean alwaysSendCookie) { /** * This is the getter method this will return the attribute value. * Http cookie name for cookie persistence. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cookieName */ @@ -90,6 +93,7 @@ public String getCookieName() { /** * This is the setter method to the attribute. * Http cookie name for cookie persistence. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cookieName set the cookieName. */ @@ -101,6 +105,7 @@ public void setCookieName(String cookieName) { /** * This is the getter method this will return the attribute value. * Key name to use for cookie encryption. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return encryptionKey */ @@ -112,6 +117,7 @@ public String getEncryptionKey() { /** * This is the setter method to the attribute. * Key name to use for cookie encryption. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param encryptionKey set the encryptionKey. */ @@ -125,6 +131,7 @@ public void setEncryptionKey(String encryptionKey) { * Sets the httponly attribute in the cookie. * Setting this helps to prevent the client side scripts from accessing this cookie, if supported by browser. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return httpOnly */ @@ -138,6 +145,7 @@ public Boolean getHttpOnly() { * Sets the httponly attribute in the cookie. * Setting this helps to prevent the client side scripts from accessing this cookie, if supported by browser. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param httpOnly set the httpOnly. */ @@ -153,6 +161,7 @@ public void setHttpOnly(Boolean httpOnly) { * By default, it is set to false, making the cookie a session cookie, which allows clients to use it even after the timeout, if the session is * still open. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isPersistentCookie */ @@ -168,6 +177,7 @@ public Boolean getIsPersistentCookie() { * By default, it is set to false, making the cookie a session cookie, which allows clients to use it even after the timeout, if the session is * still open. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isPersistentCookie set the isPersistentCookie. */ @@ -178,7 +188,7 @@ public void setIsPersistentCookie(Boolean isPersistentCookie) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property key of obj type httpcookiepersistenceprofile 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 key */ @@ -189,7 +199,7 @@ public List getKey() { /** * This is the setter method. this will set the key - * Placeholder for description of property key of obj type httpcookiepersistenceprofile 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 key */ @@ -200,7 +210,7 @@ public void setKey(List key) { /** * This is the setter method this will set the key - * Placeholder for description of property key of obj type httpcookiepersistenceprofile 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 key */ @@ -219,8 +229,9 @@ public HttpCookiePersistenceProfile addKeyItem(HttpCookiePersistenceKey keyItem) * The maximum lifetime of any session cookie. * No value or 'zero' indicates no timeout. * Allowed values are 1-14400. - * Special values are 0- 'no timeout'. + * Special values are 0- no timeout. * 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 null. * @return timeout */ @@ -234,8 +245,9 @@ public Integer getTimeout() { * The maximum lifetime of any session cookie. * No value or 'zero' indicates no timeout. * Allowed values are 1-14400. - * Special values are 0- 'no timeout'. + * Special values are 0- no timeout. * 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 null. * @param timeout set the timeout. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Hypervisor_Properties.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Hypervisor_Properties.java index e8f378c8..42a0d099 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Hypervisor_Properties.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Hypervisor_Properties.java @@ -41,6 +41,7 @@ public class Hypervisor_Properties extends AviRestResource { /** * This is the getter method this will return the attribute value. * Enum options - DEFAULT, VMWARE_ESX, KVM, VMWARE_VSAN, XEN. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return htype */ @@ -52,6 +53,7 @@ public String getHtype() { /** * This is the setter method to the attribute. * Enum options - DEFAULT, VMWARE_ESX, KVM, VMWARE_VSAN, XEN. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param htype set the htype. */ @@ -62,7 +64,7 @@ public void setHtype(String htype) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property max_ips_per_nic of obj type hypervisor_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 null. * @return maxIpsPerNic */ @@ -73,7 +75,7 @@ public Integer getMaxIpsPerNic() { /** * This is the setter method to the attribute. - * Placeholder for description of property max_ips_per_nic of obj type hypervisor_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 null. * @param maxIpsPerNic set the maxIpsPerNic. */ @@ -84,7 +86,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 hypervisor_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 null. * @return maxNics */ @@ -95,7 +97,7 @@ public Integer getMaxNics() { /** * This is the setter method to the attribute. - * Placeholder for description of property max_nics of obj type hypervisor_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 null. * @param maxNics set the maxNics. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPAddrLimits.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPAddrLimits.java index 79a0ca75..d72be5aa 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPAddrLimits.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPAddrLimits.java @@ -46,6 +46,7 @@ public class IPAddrLimits extends AviRestResource { * This is the getter method this will return the attribute value. * Number of ip address groups for match criteria. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddressGroupPerMatchCriteria */ @@ -58,6 +59,7 @@ public Integer getIpAddressGroupPerMatchCriteria() { * This is the setter method to the attribute. * Number of ip address groups for match criteria. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipAddressGroupPerMatchCriteria set the ipAddressGroupPerMatchCriteria. */ @@ -70,6 +72,7 @@ public void setIpAddressGroupPerMatchCriteria(Integer ipAddressGroupPerMatchCri * This is the getter method this will return the attribute value. * Number of ip address prefixes for match criteria. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddressPrefixPerMatchCriteria */ @@ -82,6 +85,7 @@ public Integer getIpAddressPrefixPerMatchCriteria() { * This is the setter method to the attribute. * Number of ip address prefixes for match criteria. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipAddressPrefixPerMatchCriteria set the ipAddressPrefixPerMatchCriteria. */ @@ -94,6 +98,7 @@ public void setIpAddressPrefixPerMatchCriteria(Integer ipAddressPrefixPerMatchC * This is the getter method this will return the attribute value. * Number of ip address ranges for match criteria. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddressRangePerMatchCriteria */ @@ -106,6 +111,7 @@ public Integer getIpAddressRangePerMatchCriteria() { * This is the setter method to the attribute. * Number of ip address ranges for match criteria. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipAddressRangePerMatchCriteria set the ipAddressRangePerMatchCriteria. */ @@ -118,6 +124,7 @@ public void setIpAddressRangePerMatchCriteria(Integer ipAddressRangePerMatchCri * This is the getter method this will return the attribute value. * Number of ip addresses for match criteria. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddressesPerMatchCriteria */ @@ -130,6 +137,7 @@ public Integer getIpAddressesPerMatchCriteria() { * This is the setter method to the attribute. * Number of ip addresses for match criteria. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipAddressesPerMatchCriteria set the ipAddressesPerMatchCriteria. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPNetworkSubnet.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPNetworkSubnet.java index 03061c45..7e27ca4d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPNetworkSubnet.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPNetworkSubnet.java @@ -53,6 +53,7 @@ public class IPNetworkSubnet extends AviRestResource { * Network for virtualservice ip allocation with vantage as the ipam provider. * Network should be created before this is configured. * It is a reference to an object of type network. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkRef */ @@ -66,6 +67,7 @@ public String getNetworkRef() { * Network for virtualservice ip allocation with vantage as the ipam provider. * Network should be created before this is configured. * It is a reference to an object of type network. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkRef set the networkRef. */ @@ -78,6 +80,7 @@ public void setNetworkRef(String networkRef) { * This is the getter method this will return the attribute value. * Subnet for virtualservice ip allocation with vantage or infoblox as the ipam provider. * Only one of subnet or subnet_uuid configuration is allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet */ @@ -90,6 +93,7 @@ public IpAddrPrefix getSubnet() { * This is the setter method to the attribute. * Subnet for virtualservice ip allocation with vantage or infoblox as the ipam provider. * Only one of subnet or subnet_uuid configuration is allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet set the subnet. */ @@ -103,7 +107,7 @@ public void setSubnet(IpAddrPrefix subnet) { * Subnet for virtualservice ipv6 allocation with vantage or infoblox as the ipam provider. * Only one of subnet or subnet_uuid configuration is allowed. * Field introduced in 18.1.1. - * Allowed in 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 subnet6 */ @@ -117,7 +121,7 @@ public IpAddrPrefix getSubnet6() { * Subnet for virtualservice ipv6 allocation with vantage or infoblox as the ipam provider. * Only one of subnet or subnet_uuid configuration is allowed. * Field introduced in 18.1.1. - * Allowed in 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 subnet6 set the subnet6. */ @@ -131,7 +135,7 @@ public void setSubnet6(IpAddrPrefix subnet6) { * Subnet uuid or name or prefix for virtualservice ipv6 allocation with aws or openstack as the ipam provider. * Only one of subnet or subnet_uuid configuration is allowed. * Field introduced in 18.1.1. - * Allowed in 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 subnet6Uuid */ @@ -145,7 +149,7 @@ public String getSubnet6Uuid() { * Subnet uuid or name or prefix for virtualservice ipv6 allocation with aws or openstack as the ipam provider. * Only one of subnet or subnet_uuid configuration is allowed. * Field introduced in 18.1.1. - * Allowed in 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 subnet6Uuid set the subnet6Uuid. */ @@ -158,6 +162,7 @@ public void setSubnet6Uuid(String subnet6Uuid) { * This is the getter method this will return the attribute value. * Subnet uuid or name or prefix for virtualservice ip allocation with aws or openstack as the ipam provider. * Only one of subnet or subnet_uuid configuration is allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnetUuid */ @@ -170,6 +175,7 @@ public String getSubnetUuid() { * This is the setter method to the attribute. * Subnet uuid or name or prefix for virtualservice ip allocation with aws or openstack as the ipam provider. * Only one of subnet or subnet_uuid configuration is allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnetUuid set the subnetUuid. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPPersistenceProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPPersistenceProfile.java index 4c3acea4..612fd5a9 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPPersistenceProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPPersistenceProfile.java @@ -41,7 +41,7 @@ public class IPPersistenceProfile extends AviRestResource { * When set to 0, all requests are sent to the same server. * Allowed values are 0-128. * Field introduced in 18.2.7. - * Allowed in 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 ipMask */ @@ -57,7 +57,7 @@ public Integer getIpMask() { * When set to 0, all requests are sent to the same server. * Allowed values are 0-128. * Field introduced in 18.2.7. - * Allowed in 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 ipMask set the ipMask. */ @@ -71,6 +71,7 @@ public void setIpMask(Integer ipMask) { * The length of time after a client's connections have closed before expiring the client's persistence to a server. * Allowed values are 1-720. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return ipPersistentTimeout */ @@ -84,6 +85,7 @@ public Integer getIpPersistentTimeout() { * The length of time after a client's connections have closed before expiring the client's persistence to a server. * Allowed values are 1-720. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param ipPersistentTimeout set the ipPersistentTimeout. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPReputationDB.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPReputationDB.java index c790b453..0afe7f89 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPReputationDB.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPReputationDB.java @@ -81,6 +81,7 @@ public class IPReputationDB extends AviRestResource { * It is a reference to an object of type fileobject. * Field introduced in 20.1.1. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return baseFileRefs */ @@ -95,6 +96,7 @@ public List getBaseFileRefs() { * It is a reference to an object of type fileobject. * Field introduced in 20.1.1. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return baseFileRefs */ @@ -109,6 +111,7 @@ public void setBaseFileRefs(List baseFileRefs) { * It is a reference to an object of type fileobject. * Field introduced in 20.1.1. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return baseFileRefs */ @@ -126,6 +129,7 @@ public IPReputationDB addBaseFileRefsItem(String baseFileRefsItem) { * This is the getter method this will return the attribute value. * Description. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -138,6 +142,7 @@ public String getDescription() { * This is the setter method to the attribute. * Description. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -151,6 +156,7 @@ public void setDescription(String description) { * Ip reputation db incremental update files. * It is a reference to an object of type fileobject. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return incrementalFileRefs */ @@ -164,6 +170,7 @@ public List getIncrementalFileRefs() { * Ip reputation db incremental update files. * It is a reference to an object of type fileobject. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return incrementalFileRefs */ @@ -177,6 +184,7 @@ public void setIncrementalFileRefs(List incrementalFileRefs) { * Ip reputation db incremental update files. * It is a reference to an object of type fileobject. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return incrementalFileRefs */ @@ -197,6 +205,7 @@ public IPReputationDB addIncrementalFileRefsItem(String incrementalFileRefsItem) * 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 @@ -211,6 +220,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 @@ -225,6 +235,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 @@ -241,7 +252,8 @@ public IPReputationDB 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 */ @@ -254,7 +266,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 */ @@ -267,7 +280,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 */ @@ -285,6 +299,7 @@ public IPReputationDB addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * Ip reputation db name. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -297,6 +312,7 @@ public String getName() { * This is the setter method to the attribute. * Ip reputation db name. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -309,6 +325,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * If this object is managed by the ip reputation service, this field contain the status of this syncronization. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceStatus */ @@ -321,6 +338,7 @@ public IPReputationServiceStatus getServiceStatus() { * This is the setter method to the attribute. * If this object is managed by the ip reputation service, this field contain the status of this syncronization. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceStatus set the serviceStatus. */ @@ -334,6 +352,7 @@ public void setServiceStatus(IPReputationServiceStatus serviceStatus) { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -347,6 +366,7 @@ public String getTenantRef() { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -378,6 +398,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of this object. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -390,6 +411,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of this object. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -403,6 +425,7 @@ public void setUuid(String uuid) { * Organization providing ip reputation data. * Enum options - IP_REPUTATION_VENDOR_WEBROOT. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vendor */ @@ -416,6 +439,7 @@ public String getVendor() { * Organization providing ip reputation data. * Enum options - IP_REPUTATION_VENDOR_WEBROOT. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vendor set the vendor. */ @@ -429,6 +453,7 @@ public void setVendor(String vendor) { * A version number for this database object. * This is informal for the consumer of this api only, a tool which manages this object can store version information here. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -442,6 +467,7 @@ public String getVersion() { * A version number for this database object. * This is informal for the consumer of this api only, a tool which manages this object can store version information here. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/IPReputationServiceStatus.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPReputationServiceStatus.java index efc8a677..840b21f0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPReputationServiceStatus.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPReputationServiceStatus.java @@ -39,6 +39,7 @@ public class IPReputationServiceStatus extends AviRestResource { * This is the getter method this will return the attribute value. * If the last attempted update failed, this is a more detailed error message. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return error */ @@ -51,6 +52,7 @@ public String getError() { * This is the setter method to the attribute. * If the last attempted update failed, this is a more detailed error message. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param error set the error. */ @@ -67,6 +69,7 @@ public void setError(String error) { * It will be not update, if an error occurs during an update attempt. * In this case, the errror will be set. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastSuccessfulUpdateCheck */ @@ -83,6 +86,7 @@ public TimeStamp getLastSuccessfulUpdateCheck() { * It will be not update, if an error occurs during an update attempt. * In this case, the errror will be set. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastSuccessfulUpdateCheck set the lastSuccessfulUpdateCheck. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPReputationTypeMapping.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPReputationTypeMapping.java index 20af6227..73ae4272 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPReputationTypeMapping.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPReputationTypeMapping.java @@ -39,6 +39,7 @@ public class IPReputationTypeMapping extends AviRestResource { * This is the getter method this will return the attribute value. * The bot identification to which the ip reputation type is mapped. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return botIdentification */ @@ -51,6 +52,7 @@ public BotIdentification getBotIdentification() { * This is the setter method to the attribute. * The bot identification to which the ip reputation type is mapped. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param botIdentification set the botIdentification. */ @@ -66,6 +68,7 @@ public void setBotIdentification(BotIdentification botIdentification) { * IP_REPUTATION_TYPE_SCANNERS, IP_REPUTATION_TYPE_DOS, IP_REPUTATION_TYPE_REPUTATION, IP_REPUTATION_TYPE_PHISHING, IP_REPUTATION_TYPE_PROXY, * IP_REPUTATION_TYPE_NETWORK, IP_REPUTATION_TYPE_CLOUD, IP_REPUTATION_TYPE_MOBILE_THREATS, IP_REPUTATION_TYPE_TOR, IP_REPUTATION_TYPE_ALL. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipReputationType */ @@ -81,6 +84,7 @@ public String getIpReputationType() { * IP_REPUTATION_TYPE_SCANNERS, IP_REPUTATION_TYPE_DOS, IP_REPUTATION_TYPE_REPUTATION, IP_REPUTATION_TYPE_PHISHING, IP_REPUTATION_TYPE_PROXY, * IP_REPUTATION_TYPE_NETWORK, IP_REPUTATION_TYPE_CLOUD, IP_REPUTATION_TYPE_MOBILE_THREATS, IP_REPUTATION_TYPE_TOR, IP_REPUTATION_TYPE_ALL. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipReputationType set the ipReputationType. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPReputationTypeMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPReputationTypeMatch.java index 40b87361..0cf54ff3 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPReputationTypeMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPReputationTypeMatch.java @@ -39,6 +39,7 @@ public class IPReputationTypeMatch extends AviRestResource { * Match criteria. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchOperation */ @@ -52,6 +53,7 @@ public String getMatchOperation() { * Match criteria. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchOperation set the matchOperation. */ @@ -68,6 +70,7 @@ public void setMatchOperation(String matchOperation) { * IP_REPUTATION_TYPE_NETWORK, IP_REPUTATION_TYPE_CLOUD, IP_REPUTATION_TYPE_MOBILE_THREATS, IP_REPUTATION_TYPE_TOR, IP_REPUTATION_TYPE_ALL. * Field introduced in 20.1.1. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reputationTypes */ @@ -84,6 +87,7 @@ public List getReputationTypes() { * IP_REPUTATION_TYPE_NETWORK, IP_REPUTATION_TYPE_CLOUD, IP_REPUTATION_TYPE_MOBILE_THREATS, IP_REPUTATION_TYPE_TOR, IP_REPUTATION_TYPE_ALL. * Field introduced in 20.1.1. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reputationTypes */ @@ -100,6 +104,7 @@ public void setReputationTypes(List reputationTypes) { * IP_REPUTATION_TYPE_NETWORK, IP_REPUTATION_TYPE_CLOUD, IP_REPUTATION_TYPE_MOBILE_THREATS, IP_REPUTATION_TYPE_TOR, IP_REPUTATION_TYPE_ALL. * Field introduced in 20.1.1. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reputationTypes */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPThreatDBEventData.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPThreatDBEventData.java index e3ac0640..0e044dfa 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPThreatDBEventData.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IPThreatDBEventData.java @@ -42,6 +42,7 @@ public class IPThreatDBEventData extends AviRestResource { * This is the getter method this will return the attribute value. * Reason for ipthreatdb transaction failure. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -54,6 +55,7 @@ public String getReason() { * This is the setter method to the attribute. * Reason for ipthreatdb transaction failure. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -66,6 +68,7 @@ public void setReason(String reason) { * This is the getter method this will return the attribute value. * Status of ipthreatdb transaction. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -78,6 +81,7 @@ public String getStatus() { * This is the setter method to the attribute. * Status of ipthreatdb transaction. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ @@ -90,6 +94,7 @@ public void setStatus(String status) { * This is the getter method this will return the attribute value. * Last synced version of the ipthreatdb. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -102,6 +107,7 @@ public String getVersion() { * This is the setter method to the attribute. * Last synced version of the ipthreatdb. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/IcapLog.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IcapLog.java index c87fb8dd..9e2a8149 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IcapLog.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IcapLog.java @@ -39,6 +39,7 @@ public class IcapLog extends AviRestResource { * Denotes whether the content was processed by icap server and an action was taken. * Enum options - ICAP_DISABLED, ICAP_PASSED, ICAP_MODIFIED, ICAP_BLOCKED, ICAP_FAILED. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -52,6 +53,7 @@ public String getAction() { * Denotes whether the content was processed by icap server and an action was taken. * Enum options - ICAP_DISABLED, ICAP_PASSED, ICAP_MODIFIED, ICAP_BLOCKED, ICAP_FAILED. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -64,6 +66,7 @@ public void setAction(String action) { * This is the getter method this will return the attribute value. * Logs for the http request's content sent to the icap server. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestLogs */ @@ -76,6 +79,7 @@ public List getRequestLogs() { * This is the setter method. this will set the requestLogs * Logs for the http request's content sent to the icap server. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestLogs */ @@ -88,6 +92,7 @@ public void setRequestLogs(List requestLogs) { * This is the setter method this will set the requestLogs * Logs for the http request's content sent to the icap server. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestLogs */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IcapNSXDefenderLog.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IcapNSXDefenderLog.java index b5e3fc0d..49d8e6b0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IcapNSXDefenderLog.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IcapNSXDefenderLog.java @@ -42,6 +42,7 @@ public class IcapNSXDefenderLog extends AviRestResource { * This is the getter method this will return the attribute value. * Score associated with the uploaded file, if known, value is in between 0 and 100. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return score */ @@ -54,6 +55,7 @@ public Integer getScore() { * This is the setter method to the attribute. * Score associated with the uploaded file, if known, value is in between 0 and 100. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param score set the score. */ @@ -66,6 +68,7 @@ public void setScore(Integer score) { * This is the getter method this will return the attribute value. * Url to get details from nsxdefender for the request. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return statusUrl */ @@ -78,6 +81,7 @@ public String getStatusUrl() { * This is the setter method to the attribute. * Url to get details from nsxdefender for the request. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param statusUrl set the statusUrl. */ @@ -92,6 +96,7 @@ public void setStatusUrl(String statusUrl) { * It is possible to use this uuid in order to access the analysis details from the nsx defender portal/manager web ui. * Url to access this information is https //user.lastline.com/portal#/analyst/task//overview. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return taskUuid */ @@ -106,6 +111,7 @@ public String getTaskUuid() { * It is possible to use this uuid in order to access the analysis details from the nsx defender portal/manager web ui. * Url to access this information is https //user.lastline.com/portal#/analyst/task//overview. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param taskUuid set the taskUuid. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IcapNsxDefenderConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IcapNsxDefenderConfig.java index 6a84b83e..0009ccee 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IcapNsxDefenderConfig.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IcapNsxDefenderConfig.java @@ -34,6 +34,7 @@ public class IcapNsxDefenderConfig extends AviRestResource { * This is the getter method this will return the attribute value. * Url to get details from nsxdefender using task_uuid for a particular request. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as * "https://user.lastline.com/portal#/analyst/task/$uuid/overview". * @return statusUrl @@ -47,6 +48,7 @@ public String getStatusUrl() { * This is the setter method to the attribute. * Url to get details from nsxdefender using task_uuid for a particular request. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as * "https://user.lastline.com/portal#/analyst/task/$uuid/overview". * @param statusUrl set the statusUrl. diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IcapOPSWATLog.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IcapOPSWATLog.java index e10fc848..35a676f5 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IcapOPSWATLog.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IcapOPSWATLog.java @@ -43,6 +43,7 @@ public class IcapOPSWATLog extends AviRestResource { * Blocking reason for the content. * It is available only if content was scanned by icap server and some violations were found. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -56,6 +57,7 @@ public String getReason() { * Blocking reason for the content. * It is available only if content was scanned by icap server and some violations were found. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -69,6 +71,7 @@ public void setReason(String reason) { * Short description of the threat found in the content. * Available only if content was scanned by icap server and some violations were found. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return threatId */ @@ -82,6 +85,7 @@ public String getThreatId() { * Short description of the threat found in the content. * Available only if content was scanned by icap server and some violations were found. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param threatId set the threatId. */ @@ -95,6 +99,7 @@ public void setThreatId(String threatId) { * Threat found in the content. * Available only if content was scanned by icap server and some violations were found. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return violations */ @@ -108,6 +113,7 @@ public List getViolations() { * Threat found in the content. * Available only if content was scanned by icap server and some violations were found. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return violations */ @@ -121,6 +127,7 @@ public void setViolations(List violations) { * Threat found in the content. * Available only if content was scanned by icap server and some violations were found. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return violations */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IcapProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IcapProfile.java index b7ab667d..d1fa1044 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IcapProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IcapProfile.java @@ -106,6 +106,7 @@ public class IcapProfile extends AviRestResource { * If disabled, preview_size request body will be buffered if enable_preview is set to true, and rest of the request body will be streamed to the * icap server. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return allow204 */ @@ -121,6 +122,7 @@ public Boolean getAllow204() { * If disabled, preview_size request body will be buffered if enable_preview is set to true, and rest of the request body will be streamed to the * icap server. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param allow204 set the allow204. */ @@ -137,6 +139,7 @@ public void setAllow204(Boolean allow204) { * Allowed values are 1-51200. * Field introduced in 20.1.1. * Unit is kb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 51200. * @return bufferSize */ @@ -153,6 +156,7 @@ public Integer getBufferSize() { * Allowed values are 1-51200. * Field introduced in 20.1.1. * Unit is kb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 51200. * @param bufferSize set the bufferSize. */ @@ -168,6 +172,7 @@ public void setBufferSize(Integer bufferSize) { * If this is set to fail closed, the request will be rejected with 413 status code. * Enum options - ICAP_FAIL_OPEN, ICAP_FAIL_CLOSED. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ICAP_FAIL_OPEN". * @return bufferSizeExceedAction */ @@ -183,6 +188,7 @@ public String getBufferSizeExceedAction() { * If this is set to fail closed, the request will be rejected with 413 status code. * Enum options - ICAP_FAIL_OPEN, ICAP_FAIL_CLOSED. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ICAP_FAIL_OPEN". * @param bufferSizeExceedAction set the bufferSizeExceedAction. */ @@ -197,6 +203,7 @@ public void setBufferSizeExceedAction(String bufferSizeExceedAction) { * This must match the cloud referenced in the pool group below. * It is a reference to an object of type cloud. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -211,6 +218,7 @@ public String getCloudRef() { * This must match the cloud referenced in the pool group below. * It is a reference to an object of type cloud. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -223,6 +231,7 @@ public void setCloudRef(String cloudRef) { * This is the getter method this will return the attribute value. * A description for this icap profile. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -235,6 +244,7 @@ public String getDescription() { * This is the setter method to the attribute. * A description for this icap profile. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -247,6 +257,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Use the icap preview feature as described in rfc 3507 section 4.5. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enablePreview */ @@ -259,6 +270,7 @@ public Boolean getEnablePreview() { * This is the setter method to the attribute. * Use the icap preview feature as described in rfc 3507 section 4.5. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enablePreview set the enablePreview. */ @@ -274,6 +286,7 @@ public void setEnablePreview(Boolean enablePreview) { * If this is set to fail closed, the request will be rejected with a 500 status code. * Enum options - ICAP_FAIL_OPEN, ICAP_FAIL_CLOSED. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ICAP_FAIL_OPEN". * @return failAction */ @@ -289,6 +302,7 @@ public String getFailAction() { * If this is set to fail closed, the request will be rejected with a 500 status code. * Enum options - ICAP_FAIL_OPEN, ICAP_FAIL_CLOSED. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ICAP_FAIL_OPEN". * @param failAction set the failAction. */ @@ -301,6 +315,7 @@ public void setFailAction(String failAction) { * This is the getter method this will return the attribute value. * Name of the icap profile. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -313,6 +328,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the icap profile. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -325,6 +341,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Nsxdefender specific icap configurations. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxDefenderConfig */ @@ -337,6 +354,7 @@ public IcapNsxDefenderConfig getNsxDefenderConfig() { * This is the setter method to the attribute. * Nsxdefender specific icap configurations. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxDefenderConfig set the nsxDefenderConfig. */ @@ -350,6 +368,7 @@ public void setNsxDefenderConfig(IcapNsxDefenderConfig nsxDefenderConfig) { * The pool group which is used to connect to icap servers. * It is a reference to an object of type poolgroup. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolGroupRef */ @@ -363,6 +382,7 @@ public String getPoolGroupRef() { * The pool group which is used to connect to icap servers. * It is a reference to an object of type poolgroup. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolGroupRef set the poolGroupRef. */ @@ -376,10 +396,12 @@ public void setPoolGroupRef(String poolGroupRef) { * The icap preview size as described in rfc 3507 section 4.5. * This should not exceed the size supported by the icap server. * If this is set to 0, only the http header will be sent to the icap server as a preview. - * To disable preview completely, set the enable-preview option to false. + * To disable preview completely, set the enable-preview option to false.if vendor is lastline, recommended preview size is 1000 bytes,minimum + * preview size is 10 bytes. * Allowed values are 0-5000. * Field introduced in 20.1.1. * Unit is bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5000. * @return previewSize */ @@ -393,10 +415,12 @@ public Integer getPreviewSize() { * The icap preview size as described in rfc 3507 section 4.5. * This should not exceed the size supported by the icap server. * If this is set to 0, only the http header will be sent to the icap server as a preview. - * To disable preview completely, set the enable-preview option to false. + * To disable preview completely, set the enable-preview option to false.if vendor is lastline, recommended preview size is 1000 bytes,minimum + * preview size is 10 bytes. * Allowed values are 0-5000. * Field introduced in 20.1.1. * Unit is bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5000. * @param previewSize set the previewSize. */ @@ -412,6 +436,7 @@ public void setPreviewSize(Integer previewSize) { * Allowed values are 50-3600000. * Field introduced in 20.1.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60000. * @return responseTimeout */ @@ -427,6 +452,7 @@ public Integer getResponseTimeout() { * Allowed values are 50-3600000. * Field introduced in 20.1.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60000. * @param responseTimeout set the responseTimeout. */ @@ -440,6 +466,7 @@ public void setResponseTimeout(Integer responseTimeout) { * The path and query component of the icap url. * Host name and port will be taken from the pool. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceUri */ @@ -453,6 +480,7 @@ public String getServiceUri() { * The path and query component of the icap url. * Host name and port will be taken from the pool. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceUri set the serviceUri. */ @@ -467,6 +495,7 @@ public void setServiceUri(String serviceUri) { * Allowed values are 50-3600000. * Field introduced in 20.1.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @return slowResponseWarningThreshold */ @@ -481,6 +510,7 @@ public Integer getSlowResponseWarningThreshold() { * Allowed values are 50-3600000. * Field introduced in 20.1.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @param slowResponseWarningThreshold set the slowResponseWarningThreshold. */ @@ -494,6 +524,7 @@ public void setSlowResponseWarningThreshold(Integer slowResponseWarningThreshol * Tenant which this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -507,6 +538,7 @@ public String getTenantRef() { * Tenant which this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -538,6 +570,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the icap profile. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -550,6 +583,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the icap profile. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -563,6 +597,7 @@ public void setUuid(String uuid) { * The vendor of the icap server. * Enum options - ICAP_VENDOR_GENERIC, ICAP_VENDOR_OPSWAT, ICAP_VENDOR_LASTLINE. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ICAP_VENDOR_OPSWAT". * @return vendor */ @@ -576,6 +611,7 @@ public String getVendor() { * The vendor of the icap server. * Enum options - ICAP_VENDOR_GENERIC, ICAP_VENDOR_OPSWAT, ICAP_VENDOR_LASTLINE. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ICAP_VENDOR_OPSWAT". * @param vendor set the vendor. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IcapRequestLog.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IcapRequestLog.java index 63161309..a1e85d05 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IcapRequestLog.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IcapRequestLog.java @@ -130,6 +130,7 @@ public class IcapRequestLog extends AviRestResource { * Denotes whether the content was processed by icap server and an action was taken. * Enum options - ICAP_DISABLED, ICAP_PASSED, ICAP_MODIFIED, ICAP_BLOCKED, ICAP_FAILED. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -143,6 +144,7 @@ public String getAction() { * Denotes whether the content was processed by icap server and an action was taken. * Enum options - ICAP_DISABLED, ICAP_PASSED, ICAP_MODIFIED, ICAP_BLOCKED, ICAP_FAILED. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -155,6 +157,7 @@ public void setAction(String action) { * This is the getter method this will return the attribute value. * Complete request body from client was sent to the icap server. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return completeBodySent */ @@ -167,6 +170,7 @@ public Boolean getCompleteBodySent() { * This is the setter method to the attribute. * Complete request body from client was sent to the icap server. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param completeBodySent set the completeBodySent. */ @@ -182,6 +186,7 @@ public void setCompleteBodySent(Boolean completeBodySent) { * HTTP_METHOD_CONNECT, HTTP_METHOD_PATCH, HTTP_METHOD_PROPFIND, HTTP_METHOD_PROPPATCH, HTTP_METHOD_MKCOL, HTTP_METHOD_COPY, HTTP_METHOD_MOVE, * HTTP_METHOD_LOCK, HTTP_METHOD_UNLOCK. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpMethod */ @@ -197,6 +202,7 @@ public String getHttpMethod() { * HTTP_METHOD_CONNECT, HTTP_METHOD_PATCH, HTTP_METHOD_PROPFIND, HTTP_METHOD_PROPPATCH, HTTP_METHOD_MKCOL, HTTP_METHOD_COPY, HTTP_METHOD_MOVE, * HTTP_METHOD_LOCK, HTTP_METHOD_UNLOCK. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpMethod set the httpMethod. */ @@ -210,6 +216,7 @@ public void setHttpMethod(String httpMethod) { * The http response code received from the icap server. * Http response code is only available if content is blocked. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpResponseCode */ @@ -223,6 +230,7 @@ public Integer getHttpResponseCode() { * The http response code received from the icap server. * Http response code is only available if content is blocked. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpResponseCode set the httpResponseCode. */ @@ -235,6 +243,7 @@ public void setHttpResponseCode(Integer httpResponseCode) { * This is the getter method this will return the attribute value. * The absolute icap uri of the request. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return icapAbsoluteUri */ @@ -247,6 +256,7 @@ public String getIcapAbsoluteUri() { * This is the setter method to the attribute. * The absolute icap uri of the request. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param icapAbsoluteUri set the icapAbsoluteUri. */ @@ -259,6 +269,7 @@ public void setIcapAbsoluteUri(String icapAbsoluteUri) { * This is the getter method this will return the attribute value. * Icap response headers received from icap server. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return icapHeadersReceivedFromServer */ @@ -271,6 +282,7 @@ public String getIcapHeadersReceivedFromServer() { * This is the setter method to the attribute. * Icap response headers received from icap server. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param icapHeadersReceivedFromServer set the icapHeadersReceivedFromServer. */ @@ -283,6 +295,7 @@ public void setIcapHeadersReceivedFromServer(String icapHeadersReceivedFromServ * This is the getter method this will return the attribute value. * Icap request headers sent to icap server. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return icapHeadersSentToServer */ @@ -295,6 +308,7 @@ public String getIcapHeadersSentToServer() { * This is the setter method to the attribute. * Icap request headers sent to icap server. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param icapHeadersSentToServer set the icapHeadersSentToServer. */ @@ -308,6 +322,7 @@ public void setIcapHeadersSentToServer(String icapHeadersSentToServer) { * The icap method of the request. * Enum options - ICAP_METHOD_REQMOD, ICAP_METHOD_RESPMOD. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return icapMethod */ @@ -321,6 +336,7 @@ public String getIcapMethod() { * The icap method of the request. * Enum options - ICAP_METHOD_REQMOD, ICAP_METHOD_RESPMOD. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param icapMethod set the icapMethod. */ @@ -333,6 +349,7 @@ public void setIcapMethod(String icapMethod) { * This is the getter method this will return the attribute value. * The response code received from the icap server. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return icapResponseCode */ @@ -345,6 +362,7 @@ public Integer getIcapResponseCode() { * This is the setter method to the attribute. * The response code received from the icap server. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param icapResponseCode set the icapResponseCode. */ @@ -357,6 +375,7 @@ public void setIcapResponseCode(Integer icapResponseCode) { * This is the getter method this will return the attribute value. * Icap server ip for this connection. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return icapServerIp */ @@ -369,6 +388,7 @@ public Integer getIcapServerIp() { * This is the setter method to the attribute. * Icap server ip for this connection. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param icapServerIp set the icapServerIp. */ @@ -381,6 +401,7 @@ public void setIcapServerIp(Integer icapServerIp) { * This is the getter method this will return the attribute value. * Icap server port for this connection. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return icapServerPort */ @@ -393,6 +414,7 @@ public Integer getIcapServerPort() { * This is the setter method to the attribute. * Icap server port for this connection. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param icapServerPort set the icapServerPort. */ @@ -407,6 +429,7 @@ public void setIcapServerPort(Integer icapServerPort) { * This is the time taken from 1st byte of icap request sent to last byte of icap response received. * Field introduced in 20.1.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return latency */ @@ -421,6 +444,7 @@ public Integer getLatency() { * This is the time taken from 1st byte of icap request sent to last byte of icap response received. * Field introduced in 20.1.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param latency set the latency. */ @@ -433,6 +457,7 @@ public void setLatency(Integer latency) { * This is the getter method this will return the attribute value. * Content-length of the modified content from icap server. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return modifiedContentLength */ @@ -445,6 +470,7 @@ public Integer getModifiedContentLength() { * This is the setter method to the attribute. * Content-length of the modified content from icap server. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param modifiedContentLength set the modifiedContentLength. */ @@ -457,6 +483,7 @@ public void setModifiedContentLength(Integer modifiedContentLength) { * This is the getter method this will return the attribute value. * Icap log specific to nsx defender. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxDefenderLog */ @@ -469,6 +496,7 @@ public IcapNSXDefenderLog getNsxDefenderLog() { * This is the setter method to the attribute. * Icap log specific to nsx defender. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxDefenderLog set the nsxDefenderLog. */ @@ -481,6 +509,7 @@ public void setNsxDefenderLog(IcapNSXDefenderLog nsxDefenderLog) { * This is the getter method this will return the attribute value. * Icap log specific to opswat. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return opswatLog */ @@ -493,6 +522,7 @@ public IcapOPSWATLog getOpswatLog() { * This is the setter method to the attribute. * Icap log specific to opswat. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param opswatLog set the opswatLog. */ @@ -505,6 +535,7 @@ public void setOpswatLog(IcapOPSWATLog opswatLog) { * This is the getter method this will return the attribute value. * The name of the pool that was used for the request. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolName */ @@ -517,6 +548,7 @@ public String getPoolName() { * This is the setter method to the attribute. * The name of the pool that was used for the request. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolName set the poolName. */ @@ -529,6 +561,7 @@ public void setPoolName(String poolName) { * This is the getter method this will return the attribute value. * The uuid of the pool that was used for the request. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolUuid */ @@ -541,6 +574,7 @@ public String getPoolUuid() { * This is the setter method to the attribute. * The uuid of the pool that was used for the request. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolUuid set the poolUuid. */ @@ -555,6 +589,7 @@ public void setPoolUuid(String poolUuid) { * It is available only if content was scanned by icap server and some violations were found. * 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 reason */ @VsoMethod @@ -568,6 +603,7 @@ public String getReason() { * It is available only if content was scanned by icap server and some violations were found. * 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 reason set the reason. */ @VsoMethod @@ -580,6 +616,7 @@ public void setReason(String reason) { * Icap server ip for this connection. * Field deprecated in 20.1.3. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return serverIp */ @VsoMethod @@ -592,6 +629,7 @@ public IpAddr getServerIp() { * Icap server ip for this connection. * Field deprecated in 20.1.3. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param serverIp set the serverIp. */ @VsoMethod @@ -603,6 +641,7 @@ public void setServerIp(IpAddr serverIp) { * This is the getter method this will return the attribute value. * Source port for this connection. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sourcePort */ @@ -615,6 +654,7 @@ public Integer getSourcePort() { * This is the setter method to the attribute. * Source port for this connection. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sourcePort set the sourcePort. */ @@ -629,6 +669,7 @@ public void setSourcePort(Integer sourcePort) { * Available only if request was scanned by icap server and some violations were found. * Field deprecated in 20.1.3. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return threatDescription */ @VsoMethod @@ -642,6 +683,7 @@ public String getThreatDescription() { * Available only if request was scanned by icap server and some violations were found. * Field deprecated in 20.1.3. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param threatDescription set the threatDescription. */ @VsoMethod @@ -655,6 +697,7 @@ public void setThreatDescription(String threatDescription) { * Available only if content was scanned by icap server and some violations were found. * 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 threatId */ @VsoMethod @@ -668,6 +711,7 @@ public String getThreatId() { * Available only if content was scanned by icap server and some violations were found. * 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 threatId set the threatId. */ @VsoMethod @@ -680,6 +724,7 @@ public void setThreatId(String threatId) { * Selected icap vendor for the request. * Enum options - ICAP_VENDOR_GENERIC, ICAP_VENDOR_OPSWAT, ICAP_VENDOR_LASTLINE. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vendor */ @@ -693,6 +738,7 @@ public String getVendor() { * Selected icap vendor for the request. * Enum options - ICAP_VENDOR_GENERIC, ICAP_VENDOR_OPSWAT, ICAP_VENDOR_LASTLINE. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vendor set the vendor. */ @@ -707,6 +753,7 @@ public void setVendor(String vendor) { * Available only if content was scanned by icap server and some violations were found. * Field deprecated in 21.1.1. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @return violations */ @VsoMethod @@ -720,6 +767,7 @@ public List getViolations() { * Available only if content was scanned by icap server and some violations were found. * Field deprecated in 21.1.1. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @return violations */ @VsoMethod @@ -733,6 +781,7 @@ public void setViolations(List violations) { * Available only if content was scanned by icap server and some violations were found. * Field deprecated in 21.1.1. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @return violations */ @VsoMethod diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IcapViolation.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IcapViolation.java index 1179919a..493699b7 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IcapViolation.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IcapViolation.java @@ -42,6 +42,7 @@ public class IcapViolation extends AviRestResource { * This is the getter method this will return the attribute value. * The file that icap server has identified as containing a violation. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fileName */ @@ -54,6 +55,7 @@ public String getFileName() { * This is the setter method to the attribute. * The file that icap server has identified as containing a violation. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fileName set the fileName. */ @@ -67,6 +69,7 @@ public void setFileName(String fileName) { * Action taken by icap server in response to this threat. * Enum options - ICAP_FILE_NOT_REPAIRED, ICAP_FILE_REPAIRED, ICAP_VIOLATING_SECTION_REMOVED. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resolution */ @@ -80,6 +83,7 @@ public String getResolution() { * Action taken by icap server in response to this threat. * Enum options - ICAP_FILE_NOT_REPAIRED, ICAP_FILE_REPAIRED, ICAP_VIOLATING_SECTION_REMOVED. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resolution set the resolution. */ @@ -92,6 +96,7 @@ public void setResolution(String resolution) { * This is the getter method this will return the attribute value. * The name of the threat. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return threatName */ @@ -104,6 +109,7 @@ public String getThreatName() { * This is the setter method to the attribute. * The name of the threat. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param threatName set the threatName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Image.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Image.java index 3b6650f7..dcaf2576 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Image.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Image.java @@ -40,9 +40,9 @@ public class Image extends AviRestResource { @JsonInclude(Include.NON_NULL) private String controllerPatchName = null; - @JsonProperty("controller_patch_uuid") + @JsonProperty("controller_patch_ref") @JsonInclude(Include.NON_NULL) - private String controllerPatchUuid = null; + private String controllerPatchRef = null; @JsonProperty("duration") @JsonInclude(Include.NON_NULL) @@ -80,9 +80,9 @@ public class Image extends AviRestResource { @JsonInclude(Include.NON_NULL) private String sePatchName = null; - @JsonProperty("se_patch_uuid") + @JsonProperty("se_patch_ref") @JsonInclude(Include.NON_NULL) - private String sePatchUuid = null; + private String sePatchRef = null; @JsonProperty("start_time") @JsonInclude(Include.NON_NULL) @@ -126,6 +126,7 @@ public class Image extends AviRestResource { * This is the getter method this will return the attribute value. * This field describes the cloud info specific to the base image. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudInfoValues */ @@ -138,6 +139,7 @@ public List getCloudInfoValues() { * This is the setter method. this will set the cloudInfoValues * This field describes the cloud info specific to the base image. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudInfoValues */ @@ -150,6 +152,7 @@ public void setCloudInfoValues(List cloudInfoValues) { * This is the setter method this will set the cloudInfoValues * This field describes the cloud info specific to the base image. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudInfoValues */ @@ -167,6 +170,7 @@ public Image addCloudInfoValuesItem(ImageCloudData cloudInfoValuesItem) { * This is the getter method this will return the attribute value. * Controller package details. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerInfo */ @@ -179,6 +183,7 @@ public PackageDetails getControllerInfo() { * This is the setter method to the attribute. * Controller package details. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerInfo set the controllerInfo. */ @@ -191,6 +196,7 @@ public void setControllerInfo(PackageDetails controllerInfo) { * This is the getter method this will return the attribute value. * Mandatory controller patch name that is applied along with this base image. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerPatchName */ @@ -203,6 +209,7 @@ public String getControllerPatchName() { * This is the setter method to the attribute. * Mandatory controller patch name that is applied along with this base image. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerPatchName set the controllerPatchName. */ @@ -214,25 +221,29 @@ public void setControllerPatchName(String controllerPatchName) { /** * This is the getter method this will return the attribute value. * It references the controller-patch associated with the uber image. + * It is a reference to an object of type image. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return controllerPatchUuid + * @return controllerPatchRef */ @VsoMethod - public String getControllerPatchUuid() { - return controllerPatchUuid; + public String getControllerPatchRef() { + return controllerPatchRef; } /** * This is the setter method to the attribute. * It references the controller-patch associated with the uber image. + * It is a reference to an object of type image. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param controllerPatchUuid set the controllerPatchUuid. + * @param controllerPatchRef set the controllerPatchRef. */ @VsoMethod - public void setControllerPatchUuid(String controllerPatchUuid) { - this.controllerPatchUuid = controllerPatchUuid; + public void setControllerPatchRef(String controllerPatchRef) { + this.controllerPatchRef = controllerPatchRef; } /** @@ -240,6 +251,7 @@ public void setControllerPatchUuid(String controllerPatchUuid) { * Time taken to upload the image in seconds. * Field introduced in 21.1.3. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return duration */ @@ -253,6 +265,7 @@ public Integer getDuration() { * Time taken to upload the image in seconds. * Field introduced in 21.1.3. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param duration set the duration. */ @@ -265,6 +278,7 @@ public void setDuration(Integer duration) { * This is the getter method this will return the attribute value. * Image upload end time. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endTime */ @@ -277,6 +291,7 @@ public String getEndTime() { * This is the setter method to the attribute. * Image upload end time. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endTime set the endTime. */ @@ -289,6 +304,7 @@ public void setEndTime(String endTime) { * This is the getter method this will return the attribute value. * Image events for image upload operation. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return events */ @@ -301,6 +317,7 @@ public List getEvents() { * This is the setter method. this will set the events * Image events for image upload operation. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return events */ @@ -313,6 +330,7 @@ public void setEvents(List events) { * This is the setter method this will set the events * Image events for image upload operation. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return events */ @@ -330,6 +348,7 @@ public Image addEventsItem(ImageEventMap eventsItem) { * This is the getter method this will return the attribute value. * Status of the image. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imgState */ @@ -342,6 +361,7 @@ public ImageUploadOpsStatus getImgState() { * This is the setter method to the attribute. * Status of the image. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param imgState set the imgState. */ @@ -354,6 +374,7 @@ public void setImgState(ImageUploadOpsStatus imgState) { * This is the getter method this will return the attribute value. * This field describes the api migration related information. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return migrations */ @@ -366,6 +387,7 @@ public SupportedMigrations getMigrations() { * This is the setter method to the attribute. * This field describes the api migration related information. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param migrations set the migrations. */ @@ -378,6 +400,7 @@ public void setMigrations(SupportedMigrations migrations) { * This is the getter method this will return the attribute value. * Name of the image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -390,6 +413,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -404,6 +428,7 @@ public void setName(String name) { * Allowed values are 0-100. * Field introduced in 21.1.3. * Unit is percent. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return progress */ @@ -418,6 +443,7 @@ public Integer getProgress() { * Allowed values are 0-100. * Field introduced in 21.1.3. * Unit is percent. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param progress set the progress. */ @@ -430,6 +456,7 @@ public void setProgress(Integer progress) { * This is the getter method this will return the attribute value. * Se package details. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seInfo */ @@ -442,6 +469,7 @@ public PackageDetails getSeInfo() { * This is the setter method to the attribute. * Se package details. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seInfo set the seInfo. */ @@ -454,6 +482,7 @@ public void setSeInfo(PackageDetails seInfo) { * This is the getter method this will return the attribute value. * Mandatory serviceengine patch name that is applied along with this base image. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePatchName */ @@ -466,6 +495,7 @@ public String getSePatchName() { * This is the setter method to the attribute. * Mandatory serviceengine patch name that is applied along with this base image. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sePatchName set the sePatchName. */ @@ -477,31 +507,36 @@ public void setSePatchName(String sePatchName) { /** * This is the getter method this will return the attribute value. * It references the service engine patch associated with the uber image. + * It is a reference to an object of type image. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return sePatchUuid + * @return sePatchRef */ @VsoMethod - public String getSePatchUuid() { - return sePatchUuid; + public String getSePatchRef() { + return sePatchRef; } /** * This is the setter method to the attribute. * It references the service engine patch associated with the uber image. + * It is a reference to an object of type image. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param sePatchUuid set the sePatchUuid. + * @param sePatchRef set the sePatchRef. */ @VsoMethod - public void setSePatchUuid(String sePatchUuid) { - this.sePatchUuid = sePatchUuid; + public void setSePatchRef(String sePatchRef) { + this.sePatchRef = sePatchRef; } /** * This is the getter method this will return the attribute value. * Image upload start time. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startTime */ @@ -514,6 +549,7 @@ public String getStartTime() { * This is the setter method to the attribute. * Image upload start time. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startTime set the startTime. */ @@ -530,6 +566,7 @@ public void setStartTime(String startTime) { * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... * Field deprecated in 21.1.3. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return status */ @VsoMethod @@ -545,6 +582,7 @@ public String getStatus() { * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... * Field deprecated in 21.1.3. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param status set the status. */ @VsoMethod @@ -556,6 +594,7 @@ public void setStatus(String status) { * This is the getter method this will return the attribute value. * Completed set of tasks for image upload. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return tasksCompleted */ @@ -568,6 +607,7 @@ public Integer getTasksCompleted() { * This is the setter method to the attribute. * Completed set of tasks for image upload. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param tasksCompleted set the tasksCompleted. */ @@ -581,6 +621,7 @@ public void setTasksCompleted(Integer tasksCompleted) { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -594,6 +635,7 @@ public String getTenantRef() { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -606,6 +648,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Total number of tasks for image upload. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return totalTasks */ @@ -618,6 +661,7 @@ public Integer getTotalTasks() { * This is the setter method to the attribute. * Total number of tasks for image upload. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param totalTasks set the totalTasks. */ @@ -631,6 +675,7 @@ public void setTotalTasks(Integer totalTasks) { * Type of the image patch/system. * Enum options - IMAGE_TYPE_PATCH, IMAGE_TYPE_SYSTEM, IMAGE_TYPE_MUST_CHECK. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -644,6 +689,7 @@ public String getType() { * Type of the image patch/system. * Enum options - IMAGE_TYPE_PATCH, IMAGE_TYPE_SYSTEM, IMAGE_TYPE_MUST_CHECK. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -656,6 +702,7 @@ public void setType(String type) { * This is the getter method this will return the attribute value. * Status to check if the image is an uber bundle. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return uberBundle */ @@ -668,6 +715,7 @@ public Boolean getUberBundle() { * This is the setter method to the attribute. * Status to check if the image is an uber bundle. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param uberBundle set the uberBundle. */ @@ -699,6 +747,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -711,6 +760,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -741,8 +791,8 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.type, objImage.type)&& Objects.equals(this.status, objImage.status)&& Objects.equals(this.uberBundle, objImage.uberBundle)&& - Objects.equals(this.controllerPatchUuid, objImage.controllerPatchUuid)&& - Objects.equals(this.sePatchUuid, objImage.sePatchUuid)&& + Objects.equals(this.controllerPatchRef, objImage.controllerPatchRef)&& + Objects.equals(this.sePatchRef, objImage.sePatchRef)&& Objects.equals(this.cloudInfoValues, objImage.cloudInfoValues)&& Objects.equals(this.controllerPatchName, objImage.controllerPatchName)&& Objects.equals(this.sePatchName, objImage.sePatchName)&& @@ -764,7 +814,7 @@ public String toString() { sb.append(" cloudInfoValues: ").append(toIndentedString(cloudInfoValues)).append("\n"); sb.append(" controllerInfo: ").append(toIndentedString(controllerInfo)).append("\n"); sb.append(" controllerPatchName: ").append(toIndentedString(controllerPatchName)).append("\n"); - sb.append(" controllerPatchUuid: ").append(toIndentedString(controllerPatchUuid)).append("\n"); + sb.append(" controllerPatchRef: ").append(toIndentedString(controllerPatchRef)).append("\n"); sb.append(" duration: ").append(toIndentedString(duration)).append("\n"); sb.append(" endTime: ").append(toIndentedString(endTime)).append("\n"); sb.append(" events: ").append(toIndentedString(events)).append("\n"); @@ -774,7 +824,7 @@ public String toString() { sb.append(" progress: ").append(toIndentedString(progress)).append("\n"); sb.append(" seInfo: ").append(toIndentedString(seInfo)).append("\n"); sb.append(" sePatchName: ").append(toIndentedString(sePatchName)).append("\n"); - sb.append(" sePatchUuid: ").append(toIndentedString(sePatchUuid)).append("\n"); + sb.append(" sePatchRef: ").append(toIndentedString(sePatchRef)).append("\n"); sb.append(" startTime: ").append(toIndentedString(startTime)).append("\n"); sb.append(" status: ").append(toIndentedString(status)).append("\n"); sb.append(" tasksCompleted: ").append(toIndentedString(tasksCompleted)).append("\n"); diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ImageCloudData.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ImageCloudData.java index 697e7102..38766fae 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ImageCloudData.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ImageCloudData.java @@ -38,6 +38,7 @@ public class ImageCloudData extends AviRestResource { * This is the getter method this will return the attribute value. * Cloud data specific to a particular cloud. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudDataValues */ @@ -50,6 +51,7 @@ public List getCloudDataValues() { * This is the setter method. this will set the cloudDataValues * Cloud data specific to a particular cloud. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudDataValues */ @@ -62,6 +64,7 @@ public void setCloudDataValues(List cloudDataValues) { * This is the setter method this will set the cloudDataValues * Cloud data specific to a particular cloud. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudDataValues */ @@ -79,6 +82,7 @@ public ImageCloudData addCloudDataValuesItem(ImageCloudSpecificData cloudDataVal * This is the getter method this will return the attribute value. * Contains the name of the cloud. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudName */ @@ -91,6 +95,7 @@ public String getCloudName() { * This is the setter method to the attribute. * Contains the name of the cloud. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudName set the cloudName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ImageCloudSpecificData.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ImageCloudSpecificData.java index 6fc7a039..476b4d99 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ImageCloudSpecificData.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ImageCloudSpecificData.java @@ -38,6 +38,7 @@ public class ImageCloudSpecificData extends AviRestResource { * This is the getter method this will return the attribute value. * Each cloud has specific parameters. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -50,6 +51,7 @@ public String getKey() { * This is the setter method to the attribute. * Each cloud has specific parameters. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param key set the key. */ @@ -62,6 +64,7 @@ public void setKey(String key) { * This is the getter method this will return the attribute value. * Each parameter can have multiple values. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return values */ @@ -74,6 +77,7 @@ public List getValues() { * This is the setter method. this will set the values * Each parameter can have multiple values. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return values */ @@ -86,6 +90,7 @@ public void setValues(List values) { * This is the setter method this will set the values * Each parameter can have multiple values. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/ImageEvent.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ImageEvent.java index ef9bf321..68e6da5c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ImageEvent.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ImageEvent.java @@ -60,6 +60,7 @@ public class ImageEvent extends AviRestResource { * Time taken to complete event in seconds. * Field introduced in 21.1.3. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return duration */ @@ -73,6 +74,7 @@ public Integer getDuration() { * Time taken to complete event in seconds. * Field introduced in 21.1.3. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param duration set the duration. */ @@ -85,6 +87,7 @@ public void setDuration(Integer duration) { * This is the getter method this will return the attribute value. * Task end time. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endTime */ @@ -97,6 +100,7 @@ public String getEndTime() { * This is the setter method to the attribute. * Task end time. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endTime set the endTime. */ @@ -109,6 +113,7 @@ public void setEndTime(String endTime) { * This is the getter method this will return the attribute value. * Ip of the node. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -121,6 +126,7 @@ public IpAddr getIp() { * This is the setter method to the attribute. * Ip of the node. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -133,6 +139,7 @@ public void setIp(IpAddr ip) { * This is the getter method this will return the attribute value. * Event message if any. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return message */ @@ -145,6 +152,7 @@ public String getMessage() { * This is the setter method to the attribute. * Event message if any. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param message set the message. */ @@ -157,6 +165,7 @@ public void setMessage(String message) { * This is the getter method this will return the attribute value. * Task start time. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startTime */ @@ -169,6 +178,7 @@ public String getStartTime() { * This is the setter method to the attribute. * Task start time. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startTime set the startTime. */ @@ -184,6 +194,7 @@ public void setStartTime(String startTime) { * 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 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 status */ @@ -199,6 +210,7 @@ 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 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 status set the status. */ @@ -211,6 +223,7 @@ public void setStatus(String status) { * This is the getter method this will return the attribute value. * Sub tasks executed on each node. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subTasks */ @@ -223,6 +236,7 @@ public List getSubTasks() { * This is the setter method. this will set the subTasks * Sub tasks executed on each node. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subTasks */ @@ -235,6 +249,7 @@ public void setSubTasks(List subTasks) { * This is the setter method this will set the subTasks * Sub tasks executed on each node. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subTasks */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ImageEventMap.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ImageEventMap.java index 9811b7dc..6d392c28 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ImageEventMap.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ImageEventMap.java @@ -42,6 +42,7 @@ public class ImageEventMap extends AviRestResource { * This is the getter method this will return the attribute value. * List of all events node wise. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodesEvents */ @@ -54,6 +55,7 @@ public List getNodesEvents() { * This is the setter method. this will set the nodesEvents * List of all events node wise. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodesEvents */ @@ -66,6 +68,7 @@ public void setNodesEvents(List nodesEvents) { * This is the setter method this will set the nodesEvents * List of all events node wise. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodesEvents */ @@ -83,6 +86,7 @@ public ImageEventMap addNodesEventsItem(ImageEvent nodesEventsItem) { * This is the getter method this will return the attribute value. * List of all events node wise. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subEvents */ @@ -95,6 +99,7 @@ public List getSubEvents() { * This is the setter method. this will set the subEvents * List of all events node wise. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subEvents */ @@ -107,6 +112,7 @@ public void setSubEvents(List subEvents) { * This is the setter method this will set the subEvents * List of all events node wise. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subEvents */ @@ -124,6 +130,7 @@ public ImageEventMap addSubEventsItem(ImageEvent subEventsItem) { * This is the getter method this will return the attribute value. * Name representing the task. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return taskName */ @@ -136,6 +143,7 @@ public String getTaskName() { * This is the setter method to the attribute. * Name representing the task. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param taskName set the taskName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ImageUploadOpsStatus.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ImageUploadOpsStatus.java index a975abb4..746abf58 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ImageUploadOpsStatus.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ImageUploadOpsStatus.java @@ -43,6 +43,7 @@ public class ImageUploadOpsStatus extends AviRestResource { * This is the getter method this will return the attribute value. * The last time the state changed. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastChangedTime */ @@ -55,6 +56,7 @@ public TimeStamp getLastChangedTime() { * This is the setter method to the attribute. * The last time the state changed. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastChangedTime set the lastChangedTime. */ @@ -67,6 +69,7 @@ public void setLastChangedTime(TimeStamp lastChangedTime) { * This is the getter method this will return the attribute value. * Descriptive reason for the state of the image. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * 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. * Descriptive reason for the state of the image. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -92,6 +96,7 @@ public void setReason(String reason) { * Current fsm-state of image upload operation. * Enum options - IMAGE_FSM_STARTED, IMAGE_FSM_IN_PROGRESS, IMAGE_FSM_COMPLETED, IMAGE_FSM_FAILED. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return state */ @@ -105,6 +110,7 @@ public String getState() { * Current fsm-state of image upload operation. * Enum options - IMAGE_FSM_STARTED, IMAGE_FSM_IN_PROGRESS, IMAGE_FSM_COMPLETED, IMAGE_FSM_FAILED. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param state set the state. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/InfobloxSubnet.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/InfobloxSubnet.java index 92e61692..f00fd18f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/InfobloxSubnet.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/InfobloxSubnet.java @@ -40,6 +40,7 @@ public class InfobloxSubnet extends AviRestResource { * This is the getter method this will return the attribute value. * Ipv4 subnet to use for infoblox allocation. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet */ @@ -52,6 +53,7 @@ public IpAddrPrefix getSubnet() { * This is the setter method to the attribute. * Ipv4 subnet to use for infoblox allocation. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet set the subnet. */ @@ -64,6 +66,7 @@ public void setSubnet(IpAddrPrefix subnet) { * This is the getter method this will return the attribute value. * Ipv6 subnet to use for infoblox allocation. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet6 */ @@ -76,6 +79,7 @@ public IpAddrPrefix getSubnet6() { * This is the setter method to the attribute. * Ipv6 subnet to use for infoblox allocation. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/IngAttribute.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IngAttribute.java index c3358aea..5134df65 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IngAttribute.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IngAttribute.java @@ -38,6 +38,7 @@ public class IngAttribute extends AviRestResource { * This is the getter method this will return the attribute value. * Attribute to match. * Field introduced in 17.2.15, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attribute */ @@ -50,6 +51,7 @@ public String getAttribute() { * This is the setter method to the attribute. * Attribute to match. * Field introduced in 17.2.15, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attribute set the attribute. */ @@ -63,6 +65,7 @@ public void setAttribute(String attribute) { * Attribute value. * If not set, match any value. * Field introduced in 17.2.15, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -76,6 +79,7 @@ public String getValue() { * Attribute value. * If not set, match any value. * Field introduced in 17.2.15, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/InternalGatewayMonitor.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/InternalGatewayMonitor.java index 72c003b5..2db4903b 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/InternalGatewayMonitor.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/InternalGatewayMonitor.java @@ -47,6 +47,7 @@ public class InternalGatewayMonitor extends AviRestResource { * Disable the gateway monitor for default gateway. * They are monitored by default. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableGatewayMonitor */ @@ -60,6 +61,7 @@ public Boolean getDisableGatewayMonitor() { * Disable the gateway monitor for default gateway. * They are monitored by default. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableGatewayMonitor set the disableGatewayMonitor. */ @@ -73,6 +75,7 @@ public void setDisableGatewayMonitor(Boolean disableGatewayMonitor) { * The number of consecutive failed gateway health checks before a gateway is marked down. * Allowed values are 3-50. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return gatewayMonitorFailureThreshold */ @@ -86,6 +89,7 @@ public Integer getGatewayMonitorFailureThreshold() { * The number of consecutive failed gateway health checks before a gateway is marked down. * Allowed values are 3-50. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param gatewayMonitorFailureThreshold set the gatewayMonitorFailureThreshold. */ @@ -101,6 +105,7 @@ public void setGatewayMonitorFailureThreshold(Integer gatewayMonitorFailureThre * Allowed values are 100-60000. * Field introduced in 17.1.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @return gatewayMonitorInterval */ @@ -116,6 +121,7 @@ public Integer getGatewayMonitorInterval() { * Allowed values are 100-60000. * Field introduced in 17.1.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @param gatewayMonitorInterval set the gatewayMonitorInterval. */ @@ -129,6 +135,7 @@ public void setGatewayMonitorInterval(Integer gatewayMonitorInterval) { * The number of consecutive successful gateway health checks before a gateway that was marked down by the gateway monitor is marked up. * Allowed values are 3-50. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 15. * @return gatewayMonitorSuccessThreshold */ @@ -142,6 +149,7 @@ public Integer getGatewayMonitorSuccessThreshold() { * The number of consecutive successful gateway health checks before a gateway that was marked down by the gateway monitor is marked up. * Allowed values are 3-50. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 15. * @param gatewayMonitorSuccessThreshold set the gatewayMonitorSuccessThreshold. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/InventoryFaultConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/InventoryFaultConfig.java index 29cec012..e8aba4fb 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/InventoryFaultConfig.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/InventoryFaultConfig.java @@ -61,6 +61,7 @@ public class InventoryFaultConfig extends AviRestResource { * This is the getter method this will return the attribute value. * Configure controller faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerFaults */ @@ -73,6 +74,7 @@ public ControllerFaults getControllerFaults() { * This is the setter method to the attribute. * Configure controller faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerFaults set the controllerFaults. */ @@ -85,6 +87,7 @@ public void setControllerFaults(ControllerFaults controllerFaults) { * This is the getter method this will return the attribute value. * Name. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -97,6 +100,7 @@ public String getName() { * This is the setter method to the attribute. * Name. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -109,6 +113,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Configure serviceengine faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceengineFaults */ @@ -121,6 +126,7 @@ public ServiceengineFaults getServiceengineFaults() { * This is the setter method to the attribute. * Configure serviceengine faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceengineFaults set the serviceengineFaults. */ @@ -134,6 +140,7 @@ public void setServiceengineFaults(ServiceengineFaults serviceengineFaults) { * Tenant. * It is a reference to an object of type tenant. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -147,6 +154,7 @@ public String getTenantRef() { * Tenant. * It is a reference to an object of type tenant. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -178,6 +186,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid auto generated. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -190,6 +199,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid auto generated. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -202,6 +212,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * Configure virtualservice faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return virtualserviceFaults */ @@ -214,6 +225,7 @@ public VirtualserviceFaults getVirtualserviceFaults() { * This is the setter method to the attribute. * Configure virtualservice faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param virtualserviceFaults set the virtualserviceFaults. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpAddr.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpAddr.java index 4ee09400..8536f6b9 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpAddr.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpAddr.java @@ -37,6 +37,7 @@ public class IpAddr 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 addr */ @@ -48,6 +49,7 @@ public String getAddr() { /** * This is the setter method to the attribute. * Ip address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param addr set the addr. */ @@ -59,6 +61,7 @@ public void setAddr(String addr) { /** * This is the getter method this will return the attribute value. * Enum options - V4, DNS, V6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -70,6 +73,7 @@ public String getType() { /** * This is the setter method to the attribute. * Enum options - V4, DNS, V6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/IpAddrGroup.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpAddrGroup.java index e9eacfe4..0d702233 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpAddrGroup.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpAddrGroup.java @@ -89,6 +89,7 @@ public class IpAddrGroup extends AviRestResource { /** * This is the getter method this will return the attribute value. * Configure ip address(es). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addrs */ @@ -100,6 +101,7 @@ public List getAddrs() { /** * This is the setter method. this will set the addrs * Configure ip address(es). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addrs */ @@ -111,6 +113,7 @@ public void setAddrs(List addrs) { /** * This is the setter method this will set the addrs * Configure ip address(es). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addrs */ @@ -128,6 +131,7 @@ public IpAddrGroup addAddrsItem(IpAddr addrsItem) { * This is the getter method this will return the attribute value. * Populate ip addresses from members of this cisco apic epg. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return apicEpgName */ @VsoMethod @@ -139,6 +143,7 @@ public String getApicEpgName() { * This is the setter method to the attribute. * Populate ip addresses from members of this cisco apic epg. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param apicEpgName set the apicEpgName. */ @VsoMethod @@ -149,6 +154,7 @@ public void setApicEpgName(String apicEpgName) { /** * This is the getter method this will return the attribute value. * Populate the ip address ranges from the geo database for this country. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return countryCodes */ @@ -160,6 +166,7 @@ public List getCountryCodes() { /** * This is the setter method. this will set the countryCodes * Populate the ip address ranges from the geo database for this country. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return countryCodes */ @@ -171,6 +178,7 @@ public void setCountryCodes(List countryCodes) { /** * This is the setter method this will set the countryCodes * Populate the ip address ranges from the geo database for this country. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return countryCodes */ @@ -186,7 +194,7 @@ public IpAddrGroup addCountryCodesItem(String countryCodesItem) { /** * 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 */ @@ -197,7 +205,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. */ @@ -209,6 +217,7 @@ public void setDescription(String description) { /** * This is the getter method this will return the attribute value. * Configure (ip address, port) tuple(s). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipPorts */ @@ -220,6 +229,7 @@ public List getIpPorts() { /** * This is the setter method. this will set the ipPorts * Configure (ip address, port) tuple(s). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipPorts */ @@ -231,6 +241,7 @@ public void setIpPorts(List ipPorts) { /** * This is the setter method this will set the ipPorts * Configure (ip address, port) tuple(s). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipPorts */ @@ -251,6 +262,7 @@ public IpAddrGroup addIpPortsItem(IpAddrPort ipPortsItem) { * 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 @@ -265,6 +277,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 @@ -279,6 +292,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 @@ -294,6 +308,7 @@ public IpAddrGroup addLabelsItem(KeyValue labelsItem) { /** * This is the getter method this will return the attribute value. * Populate ip addresses from tasks of this marathon app. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return marathonAppName */ @@ -305,6 +320,7 @@ public String getMarathonAppName() { /** * This is the setter method to the attribute. * Populate ip addresses from tasks of this marathon app. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param marathonAppName set the marathonAppName. */ @@ -318,6 +334,7 @@ public void setMarathonAppName(String marathonAppName) { * Task port associated with marathon service port. * If marathon app has multiple service ports, this is required. * Else, the first task port is used. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return marathonServicePort */ @@ -331,6 +348,7 @@ public Integer getMarathonServicePort() { * Task port associated with marathon service port. * If marathon app has multiple service ports, this is required. * Else, the first task port is used. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param marathonServicePort set the marathonServicePort. */ @@ -343,7 +361,8 @@ public void setMarathonServicePort(Integer marathonServicePort) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in 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 */ @@ -356,7 +375,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 */ @@ -369,7 +389,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 */ @@ -386,6 +407,7 @@ public IpAddrGroup addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. * Name of the ip address group. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -397,6 +419,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of the ip address group. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -408,6 +431,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Configure ip address prefix(es). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prefixes */ @@ -419,6 +443,7 @@ public List getPrefixes() { /** * This is the setter method. this will set the prefixes * Configure ip address prefix(es). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prefixes */ @@ -430,6 +455,7 @@ public void setPrefixes(List prefixes) { /** * This is the setter method this will set the prefixes * Configure ip address prefix(es). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prefixes */ @@ -446,6 +472,7 @@ public IpAddrGroup addPrefixesItem(IpAddrPrefix prefixesItem) { /** * This is the getter method this will return the attribute value. * Configure ip address range(s). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -457,6 +484,7 @@ public List getRanges() { /** * This is the setter method. this will set the ranges * Configure ip address range(s). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -468,6 +496,7 @@ public void setRanges(List ranges) { /** * This is the setter method this will set the ranges * Configure ip address range(s). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -484,6 +513,7 @@ public IpAddrGroup addRangesItem(IpAddrRange rangesItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -495,6 +525,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. */ @@ -525,6 +556,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the ip address group. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -536,6 +568,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the ip address group. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/IpAddrMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpAddrMatch.java index 2cf60772..62151ef8 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpAddrMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpAddrMatch.java @@ -49,6 +49,7 @@ public class IpAddrMatch extends AviRestResource { /** * This is the getter method this will return the attribute value. * Ip address(es). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addrs */ @@ -60,6 +61,7 @@ public List getAddrs() { /** * This is the setter method. this will set the addrs * Ip address(es). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addrs */ @@ -71,6 +73,7 @@ public void setAddrs(List addrs) { /** * This is the setter method this will set the addrs * Ip address(es). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addrs */ @@ -88,6 +91,7 @@ public IpAddrMatch addAddrsItem(IpAddr addrsItem) { * This is the getter method this will return the attribute value. * Uuid of ip address group(s). * It is a reference to an object of type ipaddrgroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groupRefs */ @@ -100,6 +104,7 @@ public List getGroupRefs() { * This is the setter method. this will set the groupRefs * Uuid of ip address group(s). * It is a reference to an object of type ipaddrgroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groupRefs */ @@ -112,6 +117,7 @@ public void setGroupRefs(List groupRefs) { * This is the setter method this will set the groupRefs * Uuid of ip address group(s). * It is a reference to an object of type ipaddrgroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groupRefs */ @@ -129,6 +135,7 @@ public IpAddrMatch addGroupRefsItem(String groupRefsItem) { * This is the getter method this will return the attribute value. * Criterion to use for ip address matching the http request. * Enum options - IS_IN, IS_NOT_IN. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -141,6 +148,7 @@ public String getMatchCriteria() { * This is the setter method to the attribute. * Criterion to use for ip address matching the http request. * Enum options - IS_IN, IS_NOT_IN. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -152,6 +160,7 @@ public void setMatchCriteria(String matchCriteria) { /** * This is the getter method this will return the attribute value. * Ip address prefix(es). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prefixes */ @@ -163,6 +172,7 @@ public List getPrefixes() { /** * This is the setter method. this will set the prefixes * Ip address prefix(es). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prefixes */ @@ -174,6 +184,7 @@ public void setPrefixes(List prefixes) { /** * This is the setter method this will set the prefixes * Ip address prefix(es). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prefixes */ @@ -190,6 +201,7 @@ public IpAddrMatch addPrefixesItem(IpAddrPrefix prefixesItem) { /** * This is the getter method this will return the attribute value. * Ip address range(s). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -201,6 +213,7 @@ public List getRanges() { /** * This is the setter method. this will set the ranges * Ip address range(s). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -212,6 +225,7 @@ public void setRanges(List ranges) { /** * This is the setter method this will set the ranges * Ip address range(s). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpAddrPort.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpAddrPort.java index 56d83917..10d31840 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpAddrPort.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpAddrPort.java @@ -47,6 +47,7 @@ public class IpAddrPort extends AviRestResource { * This is the getter method this will return the attribute value. * Hostname of server. * One of ip address or hostname should be set. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostname */ @@ -59,6 +60,7 @@ public String getHostname() { * This is the setter method to the attribute. * Hostname of server. * One of ip address or hostname should be set. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostname set the hostname. */ @@ -71,6 +73,7 @@ public void setHostname(String hostname) { * This is the getter method this will return the attribute value. * Ip address of host. * One of ip address or hostname should be set. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -83,6 +86,7 @@ public IpAddr getIp() { * This is the setter method to the attribute. * Ip address of host. * One of ip address or hostname should be set. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -93,7 +97,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 null. * @return name */ @@ -104,7 +108,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. */ @@ -117,6 +121,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Port number of server. * Allowed values are 1-65535. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -129,6 +134,7 @@ public Integer getPort() { * This is the setter method to the attribute. * Port number of server. * Allowed values are 1-65535. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpAddrPrefix.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpAddrPrefix.java index e02ee06c..73edb585 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpAddrPrefix.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpAddrPrefix.java @@ -37,7 +37,7 @@ public class IpAddrPrefix extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip_addr of obj type ipaddrprefix 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 ipAddr */ @@ -48,7 +48,7 @@ public IpAddr getIpAddr() { /** * This is the setter method to the attribute. - * Placeholder for description of property ip_addr of obj type ipaddrprefix 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 ipAddr set the ipAddr. */ @@ -59,7 +59,7 @@ public void setIpAddr(IpAddr ipAddr) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property mask of obj type ipaddrprefix 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 mask */ @@ -70,7 +70,7 @@ public Integer getMask() { /** * This is the setter method to the attribute. - * Placeholder for description of property mask of obj type ipaddrprefix 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 mask set the mask. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpAddrRange.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpAddrRange.java index 550253c8..d5f745e8 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpAddrRange.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpAddrRange.java @@ -39,6 +39,7 @@ public class IpAddrRange extends AviRestResource { /** * This is the getter method this will return the attribute value. * Starting ip address of the range. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return begin */ @@ -50,6 +51,7 @@ public IpAddr getBegin() { /** * This is the setter method to the attribute. * Starting ip address of the range. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param begin set the begin. */ @@ -61,6 +63,7 @@ public void setBegin(IpAddr begin) { /** * This is the getter method this will return the attribute value. * Ending ip address of the range. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return end */ @@ -72,6 +75,7 @@ public IpAddr getEnd() { /** * This is the setter method to the attribute. * Ending ip address of the range. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param end set the end. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpAllocInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpAllocInfo.java index d6fd25de..57dd33d9 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpAllocInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpAllocInfo.java @@ -41,7 +41,7 @@ public class IpAllocInfo extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip of obj type ipallocinfo 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 */ @@ -52,7 +52,7 @@ public IpAddr getIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property ip of obj type ipallocinfo 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. */ @@ -63,7 +63,7 @@ public void setIp(IpAddr ip) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property mac of obj type ipallocinfo field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -74,7 +74,7 @@ public String getMac() { /** * This is the setter method to the attribute. - * Placeholder for description of property mac of obj type ipallocinfo field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -85,7 +85,7 @@ public void setMac(String mac) { /** * 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 */ @@ -96,7 +96,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpCommunity.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpCommunity.java index 675d9c63..03ef9aae 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpCommunity.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpCommunity.java @@ -46,6 +46,7 @@ public class IpCommunity extends AviRestResource { * Field introduced in 17.1.3. * Minimum of 1 items required. * Maximum of 16 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return community */ @@ -60,6 +61,7 @@ public List getCommunity() { * Field introduced in 17.1.3. * Minimum of 1 items required. * Maximum of 16 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return community */ @@ -74,6 +76,7 @@ public void setCommunity(List community) { * Field introduced in 17.1.3. * Minimum of 1 items required. * Maximum of 16 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return community */ @@ -91,6 +94,7 @@ public IpCommunity addCommunityItem(String communityItem) { * This is the getter method this will return the attribute value. * Beginning of ip address range. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipBegin */ @@ -103,6 +107,7 @@ public IpAddr getIpBegin() { * This is the setter method to the attribute. * Beginning of ip address range. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipBegin set the ipBegin. */ @@ -116,6 +121,7 @@ public void setIpBegin(IpAddr ipBegin) { * End of ip address range. * Optional if ip_begin is the only ip address in specified ip range. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipEnd */ @@ -129,6 +135,7 @@ public IpAddr getIpEnd() { * End of ip address range. * Optional if ip_begin is the only ip address in specified ip range. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipEnd set the ipEnd. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpReputationConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpReputationConfig.java index 051c3c46..8215aeb3 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpReputationConfig.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpReputationConfig.java @@ -40,6 +40,7 @@ public class IpReputationConfig extends AviRestResource { * Allowed values are 1-7. * Field introduced in 20.1.1. * Unit is days. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @return ipReputationFileObjectExpiryDuration */ @@ -54,6 +55,7 @@ public Integer getIpReputationFileObjectExpiryDuration() { * Allowed values are 1-7. * Field introduced in 20.1.1. * Unit is days. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @param ipReputationFileObjectExpiryDuration set the ipReputationFileObjectExpiryDuration. */ @@ -68,7 +70,8 @@ public void setIpReputationFileObjectExpiryDuration(Integer ipReputationFileObj * Allowed values are 2-1440. * Field introduced in 20.1.1. * Unit is min. - * 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 ipReputationSyncInterval */ @@ -83,7 +86,8 @@ public Integer getIpReputationSyncInterval() { * Allowed values are 2-1440. * Field introduced in 20.1.1. * Unit is min. - * 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 ipReputationSyncInterval set the ipReputationSyncInterval. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsAwsProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsAwsProfile.java index bd0aa994..c537e472 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsAwsProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsAwsProfile.java @@ -81,6 +81,7 @@ public class IpamDnsAwsProfile 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 */ @@ -92,6 +93,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. */ @@ -105,6 +107,7 @@ public void setAccessKeyId(String accessKeyId) { * A list of subnets used for source ip allocation for egress services in openshift/k8s on aws. * Field introduced in 18.2.3. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return egressServiceSubnets */ @@ -118,6 +121,7 @@ public List getEgressServiceSubnets() { * A list of subnets used for source ip allocation for egress services in openshift/k8s on aws. * Field introduced in 18.2.3. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return egressServiceSubnets */ @@ -131,6 +135,7 @@ public void setEgressServiceSubnets(List egressServiceSubnets) { * A list of subnets used for source ip allocation for egress services in openshift/k8s on aws. * Field introduced in 18.2.3. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return egressServiceSubnets */ @@ -148,6 +153,7 @@ public IpamDnsAwsProfile addEgressServiceSubnetsItem(String egressServiceSubnets * This is the getter method this will return the attribute value. * Iam assume role for cross-account access. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return iamAssumeRole */ @@ -160,6 +166,7 @@ public String getIamAssumeRole() { * This is the setter method to the attribute. * Iam assume role for cross-account access. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param iamAssumeRole set the iamAssumeRole. */ @@ -173,6 +180,7 @@ public void setIamAssumeRole(String iamAssumeRole) { * If enabled and the virtual service is not floating ip capable, vip will be published to both private and public zones. * This flag is applicable only for aws dns profile. * Field introduced in 17.2.10. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return publishVipToPublicZone */ @@ -186,6 +194,7 @@ public Boolean getPublishVipToPublicZone() { * If enabled and the virtual service is not floating ip capable, vip will be published to both private and public zones. * This flag is applicable only for aws dns profile. * Field introduced in 17.2.10. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param publishVipToPublicZone set the publishVipToPublicZone. */ @@ -197,6 +206,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 null. * @return region */ @@ -208,6 +218,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 null. * @param region set the region. */ @@ -219,6 +230,7 @@ public void setRegion(String region) { /** * This is the getter method this will return the attribute value. * Aws secret access key. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return secretAccessKey */ @@ -230,6 +242,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. */ @@ -244,6 +257,7 @@ public void setSecretAccessKey(String secretAccessKey) { * Allowed values are 1-172800. * Field introduced in 17.1.3. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return ttl */ @@ -258,6 +272,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. */ @@ -270,6 +285,7 @@ public void setTtl(Integer ttl) { * This is the getter method this will return the attribute value. * Usable domains to pick from amazon route 53. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableDomains */ @@ -282,6 +298,7 @@ public List getUsableDomains() { * This is the setter method. this will set the usableDomains * Usable domains to pick from amazon route 53. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableDomains */ @@ -294,6 +311,7 @@ public void setUsableDomains(List usableDomains) { * This is the setter method this will set the usableDomains * Usable domains to pick from amazon route 53. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableDomains */ @@ -313,6 +331,7 @@ public IpamDnsAwsProfile addUsableDomainsItem(String usableDomainsItem) { * If virtualservice does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for ip * allocation. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableNetworkUuids */ @@ -327,6 +346,7 @@ public List getUsableNetworkUuids() { * If virtualservice does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for ip * allocation. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableNetworkUuids */ @@ -341,6 +361,7 @@ public void setUsableNetworkUuids(List usableNetworkUuids) { * If virtualservice does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for ip * allocation. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableNetworkUuids */ @@ -357,6 +378,7 @@ public IpamDnsAwsProfile addUsableNetworkUuidsItem(String usableNetworkUuidsItem /** * This is the getter method this will return the attribute value. * Use iam roles instead of access and secret key. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useIamRoles */ @@ -368,6 +390,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. */ @@ -379,6 +402,7 @@ public void setUseIamRoles(Boolean useIamRoles) { /** * This is the getter method this will return the attribute value. * Vpc name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vpc */ @@ -390,6 +414,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. */ @@ -401,6 +426,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 */ @@ -412,6 +438,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. */ @@ -424,6 +451,7 @@ public void setVpcId(String vpcId) { * This is the getter method this will return the attribute value. * Network configuration for virtual ip per az. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return zones */ @@ -436,6 +464,7 @@ public List getZones() { * This is the setter method. this will set the zones * Network configuration for virtual ip per az. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return zones */ @@ -448,6 +477,7 @@ public void setZones(List zones) { * This is the setter method this will set the zones * Network configuration for virtual ip per az. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/IpamDnsAzureProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsAzureProfile.java index 212e96dd..258df19d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsAzureProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsAzureProfile.java @@ -73,6 +73,7 @@ public class IpamDnsAzureProfile extends AviRestResource { * Service principal based credentials for azure. * Only one of azure_userpass or azure_serviceprincipal is allowed. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return azureServiceprincipal */ @@ -86,6 +87,7 @@ public AzureServicePrincipalCredentials getAzureServiceprincipal() { * Service principal based credentials for azure. * Only one of azure_userpass or azure_serviceprincipal is allowed. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param azureServiceprincipal set the azureServiceprincipal. */ @@ -99,6 +101,7 @@ public void setAzureServiceprincipal(AzureServicePrincipalCredentials azureServi * User name password based credentials for azure. * Only one of azure_userpass or azure_serviceprincipal is allowed. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return azureUserpass */ @@ -112,6 +115,7 @@ public AzureUserPassCredentials getAzureUserpass() { * User name password based credentials for azure. * Only one of azure_userpass or azure_serviceprincipal is allowed. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param azureUserpass set the azureUserpass. */ @@ -125,6 +129,7 @@ public void setAzureUserpass(AzureUserPassCredentials azureUserpass) { * Used for allocating egress service source ips. * Field introduced in 17.2.8. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return egressServiceSubnets */ @@ -138,6 +143,7 @@ public List getEgressServiceSubnets() { * Used for allocating egress service source ips. * Field introduced in 17.2.8. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return egressServiceSubnets */ @@ -151,6 +157,7 @@ public void setEgressServiceSubnets(List egressServiceSubnets) { * Used for allocating egress service source ips. * Field introduced in 17.2.8. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return egressServiceSubnets */ @@ -169,6 +176,7 @@ public IpamDnsAzureProfile addEgressServiceSubnetsItem(String egressServiceSubne * Azure resource group dedicated for avi controller. * Avi controller will create all its resources in this resource group. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceGroup */ @@ -182,6 +190,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. */ @@ -194,6 +203,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 */ @@ -206,6 +216,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. */ @@ -218,6 +229,7 @@ public void setSubscriptionId(String subscriptionId) { * This is the getter method this will return the attribute value. * Usable domains to pick from azure dns. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableDomains */ @@ -230,6 +242,7 @@ public List getUsableDomains() { * This is the setter method. this will set the usableDomains * Usable domains to pick from azure dns. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableDomains */ @@ -242,6 +255,7 @@ public void setUsableDomains(List usableDomains) { * This is the setter method this will set the usableDomains * Usable domains to pick from azure dns. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableDomains */ @@ -262,6 +276,7 @@ public IpamDnsAzureProfile addUsableDomainsItem(String usableDomainsItem) { * allocation. * Field introduced in 17.2.1. * Maximum of 128 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableNetworkUuids */ @@ -277,6 +292,7 @@ public List getUsableNetworkUuids() { * allocation. * Field introduced in 17.2.1. * Maximum of 128 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableNetworkUuids */ @@ -292,6 +308,7 @@ public void setUsableNetworkUuids(List usableNetworkUuids) { * allocation. * Field introduced in 17.2.1. * Maximum of 128 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableNetworkUuids */ @@ -310,6 +327,7 @@ public IpamDnsAzureProfile addUsableNetworkUuidsItem(String usableNetworkUuidsIt * Use azure's enhanced ha features. * This needs a public ip to be associated with the vip. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useEnhancedHa */ @@ -323,6 +341,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 +355,7 @@ public void setUseEnhancedHa(Boolean useEnhancedHa) { * Use standard sku azure load balancer. * By default basic sku load balancer is used. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useStandardAlb */ @@ -349,6 +369,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. */ @@ -362,6 +383,7 @@ public void setUseStandardAlb(Boolean useStandardAlb) { * Virtual networks where virtual ips will belong. * Field introduced in 17.2.1. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return virtualNetworkIds */ @@ -375,6 +397,7 @@ public List getVirtualNetworkIds() { * Virtual networks where virtual ips will belong. * Field introduced in 17.2.1. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return virtualNetworkIds */ @@ -388,6 +411,7 @@ public void setVirtualNetworkIds(List virtualNetworkIds) { * Virtual networks where virtual ips will belong. * Field introduced in 17.2.1. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return virtualNetworkIds */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsCustomProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsCustomProfile.java index da86a42c..278d0d23 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsCustomProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsCustomProfile.java @@ -50,6 +50,7 @@ public class IpamDnsCustomProfile extends AviRestResource { * This is the getter method this will return the attribute value. * It is a reference to an object of type customipamdnsprofile. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customIpamDnsProfileRef */ @@ -62,6 +63,7 @@ public String getCustomIpamDnsProfileRef() { * This is the setter method to the attribute. * It is a reference to an object of type customipamdnsprofile. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param customIpamDnsProfileRef set the customIpamDnsProfileRef. */ @@ -74,6 +76,7 @@ public void setCustomIpamDnsProfileRef(String customIpamDnsProfileRef) { * This is the getter method this will return the attribute value. * Custom parameters that will passed to the ipam/dns provider including but not limited to provider credentials and api version. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dynamicParams */ @@ -86,6 +89,7 @@ public List getDynamicParams() { * This is the setter method. this will set the dynamicParams * Custom parameters that will passed to the ipam/dns provider including but not limited to provider credentials and api version. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dynamicParams */ @@ -98,6 +102,7 @@ public void setDynamicParams(List dynamicParams) { * This is the setter method this will set the dynamicParams * Custom parameters that will passed to the ipam/dns provider including but not limited to provider credentials and api version. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dynamicParams */ @@ -115,6 +120,7 @@ public IpamDnsCustomProfile addDynamicParamsItem(CustomParams dynamicParamsItem) * This is the getter method this will return the attribute value. * Networks or subnets to use for custom ipam ip allocation. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableAllocSubnets */ @@ -127,6 +133,7 @@ public List getUsableAllocSubnets() { * This is the setter method. this will set the usableAllocSubnets * Networks or subnets to use for custom ipam ip allocation. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableAllocSubnets */ @@ -139,6 +146,7 @@ public void setUsableAllocSubnets(List usableAllocSubnets) { * This is the setter method this will set the usableAllocSubnets * Networks or subnets to use for custom ipam ip allocation. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableAllocSubnets */ @@ -156,6 +164,7 @@ public IpamDnsCustomProfile addUsableAllocSubnetsItem(CustomIpamSubnet usableAll * This is the getter method this will return the attribute value. * Usable domains. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableDomains */ @@ -168,6 +177,7 @@ public List getUsableDomains() { * This is the setter method. this will set the usableDomains * Usable domains. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableDomains */ @@ -180,6 +190,7 @@ public void setUsableDomains(List usableDomains) { * This is the setter method this will set the usableDomains * Usable domains. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableDomains */ @@ -197,6 +208,7 @@ public IpamDnsCustomProfile addUsableDomainsItem(String usableDomainsItem) { * This is the getter method this will return the attribute value. * Usable subnets. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return usableSubnets */ @VsoMethod @@ -208,6 +220,7 @@ public List getUsableSubnets() { * This is the setter method. this will set the usableSubnets * Usable subnets. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return usableSubnets */ @VsoMethod @@ -219,6 +232,7 @@ public void setUsableSubnets(List usableSubnets) { * This is the setter method this will set the usableSubnets * Usable subnets. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return usableSubnets */ @VsoMethod diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsGCPProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsGCPProfile.java index 22851652..b7ee1c1c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsGCPProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsGCPProfile.java @@ -59,6 +59,7 @@ public class IpamDnsGCPProfile extends AviRestResource { * Match se group subnets for vip placement. * Default is to not match se group subnets. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return matchSeGroupSubnet */ @@ -72,6 +73,7 @@ public Boolean getMatchSeGroupSubnet() { * Match se group subnets for vip placement. * Default is to not match se group subnets. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param matchSeGroupSubnet set the matchSeGroupSubnet. */ @@ -85,6 +87,7 @@ public void setMatchSeGroupSubnet(Boolean matchSeGroupSubnet) { * Google cloud platform network host project id. * This is the host project in which google cloud platform network resides. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkHostProjectId */ @@ -98,6 +101,7 @@ public String getNetworkHostProjectId() { * Google cloud platform network host project id. * This is the host project in which google cloud platform network resides. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkHostProjectId set the networkHostProjectId. */ @@ -110,6 +114,7 @@ public void setNetworkHostProjectId(String networkHostProjectId) { * This is the getter method this will return the attribute value. * Google cloud platform region name. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return regionName */ @@ -122,6 +127,7 @@ public String getRegionName() { * This is the setter method to the attribute. * Google cloud platform region name. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param regionName set the regionName. */ @@ -137,6 +143,7 @@ public void setRegionName(String regionName) { * This field is optional. * By default it will use the value of the field network_host_project_id. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seProjectId */ @@ -152,6 +159,7 @@ public String getSeProjectId() { * This field is optional. * By default it will use the value of the field network_host_project_id. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seProjectId set the seProjectId. */ @@ -166,6 +174,7 @@ public void setSeProjectId(String seProjectId) { * If virtualservice does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for ip * allocation. * It is a reference to an object of type network. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableNetworkRefs */ @@ -180,6 +189,7 @@ public List getUsableNetworkRefs() { * If virtualservice does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for ip * allocation. * It is a reference to an object of type network. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableNetworkRefs */ @@ -194,6 +204,7 @@ public void setUsableNetworkRefs(List usableNetworkRefs) { * If virtualservice does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for ip * allocation. * It is a reference to an object of type network. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableNetworkRefs */ @@ -212,6 +223,7 @@ public IpamDnsGCPProfile addUsableNetworkRefsItem(String usableNetworkRefsItem) * Use google cloud platform network for private vip allocation. * By default avi vantage network is used for private vip allocation. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useGcpNetwork */ @@ -225,6 +237,7 @@ public Boolean getUseGcpNetwork() { * Use google cloud platform network for private vip allocation. * By default avi vantage network is used for private vip allocation. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useGcpNetwork set the useGcpNetwork. */ @@ -237,6 +250,7 @@ public void setUseGcpNetwork(Boolean useGcpNetwork) { * This is the getter method this will return the attribute value. * Google cloud platform vpc network name. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vpcNetworkName */ @@ -249,6 +263,7 @@ public String getVpcNetworkName() { * This is the setter method to the attribute. * Google cloud platform vpc network name. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vpcNetworkName set the vpcNetworkName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsInfobloxProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsInfobloxProfile.java index d7fe7775..b0fe3d04 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsInfobloxProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsInfobloxProfile.java @@ -70,6 +70,7 @@ public class IpamDnsInfobloxProfile extends AviRestResource { /** * This is the getter method this will return the attribute value. * Dns view. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default". * @return dnsView */ @@ -81,6 +82,7 @@ public String getDnsView() { /** * This is the setter method to the attribute. * Dns view. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default". * @param dnsView set the dnsView. */ @@ -93,6 +95,7 @@ public void setDnsView(String dnsView) { * This is the getter method this will return the attribute value. * Custom parameters that will passed to the infoblox provider as extensible attributes. * Field introduced in 18.2.7, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return extensibleAttributes */ @@ -105,6 +108,7 @@ public List getExtensibleAttributes() { * This is the setter method. this will set the extensibleAttributes * Custom parameters that will passed to the infoblox provider as extensible attributes. * Field introduced in 18.2.7, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return extensibleAttributes */ @@ -117,6 +121,7 @@ public void setExtensibleAttributes(List extensibleAttributes) { * This is the setter method this will set the extensibleAttributes * Custom parameters that will passed to the infoblox provider as extensible attributes. * Field introduced in 18.2.7, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return extensibleAttributes */ @@ -133,6 +138,7 @@ public IpamDnsInfobloxProfile addExtensibleAttributesItem(CustomParams extensibl /** * This is the getter method this will return the attribute value. * Address of infoblox appliance. + * Allowed in enterprise edition with any value, 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 */ @@ -144,6 +150,7 @@ public IpAddr getIpAddress() { /** * This is the setter method to the attribute. * Address of infoblox appliance. + * Allowed in enterprise edition with any value, 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. */ @@ -155,6 +162,7 @@ public void setIpAddress(IpAddr ipAddress) { /** * This is the getter method this will return the attribute value. * Network view. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default". * @return networkView */ @@ -166,6 +174,7 @@ public String getNetworkView() { /** * This is the setter method to the attribute. * Network view. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default". * @param networkView set the networkView. */ @@ -177,6 +186,7 @@ public void setNetworkView(String networkView) { /** * This is the getter method this will return the attribute value. * Password for api access for infoblox appliance. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return password */ @@ -188,6 +198,7 @@ public String getPassword() { /** * This is the setter method to the attribute. * Password for api access for infoblox appliance. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param password set the password. */ @@ -200,6 +211,7 @@ public void setPassword(String password) { * This is the getter method this will return the attribute value. * Subnets to use for infoblox ip allocation. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableAllocSubnets */ @@ -212,6 +224,7 @@ public List getUsableAllocSubnets() { * This is the setter method. this will set the usableAllocSubnets * Subnets to use for infoblox ip allocation. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableAllocSubnets */ @@ -224,6 +237,7 @@ public void setUsableAllocSubnets(List usableAllocSubnets) { * This is the setter method this will set the usableAllocSubnets * Subnets to use for infoblox ip allocation. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableAllocSubnets */ @@ -240,6 +254,7 @@ public IpamDnsInfobloxProfile addUsableAllocSubnetsItem(InfobloxSubnet usableAll /** * This is the getter method this will return the attribute value. * Usable domains to pick from infoblox. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableDomains */ @@ -251,6 +266,7 @@ public List getUsableDomains() { /** * This is the setter method. this will set the usableDomains * Usable domains to pick from infoblox. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableDomains */ @@ -262,6 +278,7 @@ public void setUsableDomains(List usableDomains) { /** * This is the setter method this will set the usableDomains * Usable domains to pick from infoblox. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableDomains */ @@ -279,6 +296,7 @@ public IpamDnsInfobloxProfile addUsableDomainsItem(String usableDomainsItem) { * This is the getter method this will return the attribute value. * This field is deprecated, use usable_alloc_subnets instead. * Field deprecated in 18.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return usableSubnets */ @VsoMethod @@ -290,6 +308,7 @@ public List getUsableSubnets() { * This is the setter method. this will set the usableSubnets * This field is deprecated, use usable_alloc_subnets instead. * Field deprecated in 18.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return usableSubnets */ @VsoMethod @@ -301,6 +320,7 @@ public void setUsableSubnets(List usableSubnets) { * This is the setter method this will set the usableSubnets * This field is deprecated, use usable_alloc_subnets instead. * Field deprecated in 18.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return usableSubnets */ @VsoMethod @@ -316,6 +336,7 @@ public IpamDnsInfobloxProfile addUsableSubnetsItem(IpAddrPrefix usableSubnetsIte /** * This is the getter method this will return the attribute value. * Username for api access for infoblox appliance. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return username */ @@ -327,6 +348,7 @@ public String getUsername() { /** * This is the setter method to the attribute. * Username for api access for infoblox appliance. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param username set the username. */ @@ -338,6 +360,7 @@ public void setUsername(String username) { /** * This is the getter method this will return the attribute value. * Wapi version. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "2.0". * @return wapiVersion */ @@ -349,6 +372,7 @@ public String getWapiVersion() { /** * This is the setter method to the attribute. * Wapi version. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "2.0". * @param wapiVersion set the wapiVersion. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsInternalProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsInternalProfile.java index 6811d7b5..2526dd38 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsInternalProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsInternalProfile.java @@ -49,6 +49,7 @@ public class IpamDnsInternalProfile extends AviRestResource { /** * This is the getter method this will return the attribute value. * List of service domains. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsServiceDomain */ @@ -60,6 +61,7 @@ public List getDnsServiceDomain() { /** * This is the setter method. this will set the dnsServiceDomain * List of service domains. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsServiceDomain */ @@ -71,6 +73,7 @@ public void setDnsServiceDomain(List dnsServiceDomain) { /** * This is the setter method this will set the dnsServiceDomain * List of service domains. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsServiceDomain */ @@ -88,6 +91,7 @@ public IpamDnsInternalProfile addDnsServiceDomainItem(DnsServiceDomain dnsServic * This is the getter method this will return the attribute value. * Avi virtualservice to be used for serving dns records. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsVirtualserviceRef */ @@ -100,6 +104,7 @@ public String getDnsVirtualserviceRef() { * This is the setter method to the attribute. * Avi virtualservice to be used for serving dns records. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsVirtualserviceRef set the dnsVirtualserviceRef. */ @@ -113,7 +118,8 @@ public void setDnsVirtualserviceRef(String dnsVirtualserviceRef) { * Default ttl for all records, overridden by ttl value for each service domain configured in dnsservicedomain. * Allowed values are 1-604800. * Unit is sec. - * Allowed in basic(allowed values- 30) edition, essentials(allowed values- 30) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 30), basic edition(allowed values- 30), enterprise with cloud + * services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @return ttl */ @@ -127,7 +133,8 @@ public Integer getTtl() { * Default ttl for all records, overridden by ttl value for each service domain configured in dnsservicedomain. * Allowed values are 1-604800. * Unit is sec. - * Allowed in basic(allowed values- 30) edition, essentials(allowed values- 30) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 30), basic edition(allowed values- 30), enterprise with cloud + * services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @param ttl set the ttl. */ @@ -141,6 +148,7 @@ public void setTtl(Integer ttl) { * Use usable_networks. * It is a reference to an object of type network. * Field deprecated in 20.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return usableNetworkRefs */ @VsoMethod @@ -153,6 +161,7 @@ public List getUsableNetworkRefs() { * Use usable_networks. * It is a reference to an object of type network. * Field deprecated in 20.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return usableNetworkRefs */ @VsoMethod @@ -165,6 +174,7 @@ public void setUsableNetworkRefs(List usableNetworkRefs) { * Use usable_networks. * It is a reference to an object of type network. * Field deprecated in 20.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return usableNetworkRefs */ @VsoMethod @@ -183,7 +193,8 @@ public IpamDnsInternalProfile addUsableNetworkRefsItem(String usableNetworkRefsI * If virtualservice does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for ip * allocation. * Field introduced in 20.1.3. - * Allowed in 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 usableNetworks */ @@ -198,7 +209,8 @@ public List getUsableNetworks() { * If virtualservice does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for ip * allocation. * Field introduced in 20.1.3. - * Allowed in 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 usableNetworks */ @@ -213,7 +225,8 @@ public void setUsableNetworks(List usableNetworks) { * If virtualservice does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for ip * allocation. * Field introduced in 20.1.3. - * Allowed in 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 usableNetworks */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsOCIProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsOCIProfile.java index 8410ff74..0cbd0390 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsOCIProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsOCIProfile.java @@ -51,6 +51,7 @@ public class IpamDnsOCIProfile extends AviRestResource { * Credentials to access oracle cloud. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 18.2.1,18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudCredentialsRef */ @@ -64,6 +65,7 @@ public String getCloudCredentialsRef() { * Credentials to access oracle cloud. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 18.2.1,18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudCredentialsRef set the cloudCredentialsRef. */ @@ -76,6 +78,7 @@ public void setCloudCredentialsRef(String cloudCredentialsRef) { * This is the getter method this will return the attribute value. * Region in which oracle cloud resource resides. * Field introduced in 18.2.1,18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return region */ @@ -88,6 +91,7 @@ public String getRegion() { * This is the setter method to the attribute. * Region in which oracle cloud resource resides. * Field introduced in 18.2.1,18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param region set the region. */ @@ -100,6 +104,7 @@ public void setRegion(String region) { * This is the getter method this will return the attribute value. * Oracle cloud id for tenant aka root compartment. * Field introduced in 18.2.1,18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenancy */ @@ -112,6 +117,7 @@ public String getTenancy() { * This is the setter method to the attribute. * Oracle cloud id for tenant aka root compartment. * Field introduced in 18.2.1,18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenancy set the tenancy. */ @@ -124,6 +130,7 @@ public void setTenancy(String tenancy) { * This is the getter method this will return the attribute value. * Oracle cloud compartment id in which vcn resides. * Field introduced in 18.2.1,18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcnCompartmentId */ @@ -136,6 +143,7 @@ public String getVcnCompartmentId() { * This is the setter method to the attribute. * Oracle cloud compartment id in which vcn resides. * Field introduced in 18.2.1,18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcnCompartmentId set the vcnCompartmentId. */ @@ -148,6 +156,7 @@ public void setVcnCompartmentId(String vcnCompartmentId) { * This is the getter method this will return the attribute value. * Virtual cloud network id where virtual ip will belong. * Field introduced in 18.2.1,18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcnId */ @@ -160,6 +169,7 @@ public String getVcnId() { * This is the setter method to the attribute. * Virtual cloud network id where virtual ip will belong. * Field introduced in 18.2.1,18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcnId set the vcnId. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsOpenstackProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsOpenstackProfile.java index f42f5381..d2f60763 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsOpenstackProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsOpenstackProfile.java @@ -53,6 +53,7 @@ public class IpamDnsOpenstackProfile extends AviRestResource { /** * This is the getter method this will return the attribute value. * Keystone's hostname or ip address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return keystoneHost */ @@ -64,6 +65,7 @@ public String getKeystoneHost() { /** * This is the setter method to the attribute. * Keystone's hostname or ip address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param keystoneHost set the keystoneHost. */ @@ -75,6 +77,7 @@ public void setKeystoneHost(String keystoneHost) { /** * This is the getter method this will return the attribute value. * The password avi vantage will use when authenticating to keystone. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return password */ @@ -86,6 +89,7 @@ public String getPassword() { /** * This is the setter method to the attribute. * The password avi vantage will use when authenticating to keystone. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param password set the password. */ @@ -97,6 +101,7 @@ public void setPassword(String password) { /** * This is the getter method this will return the attribute value. * Region name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return region */ @@ -108,6 +113,7 @@ public String getRegion() { /** * This is the setter method to the attribute. * Region name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param region set the region. */ @@ -119,6 +125,7 @@ public void setRegion(String region) { /** * This is the getter method this will return the attribute value. * Openstack tenant name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenant */ @@ -130,6 +137,7 @@ public String getTenant() { /** * This is the setter method to the attribute. * Openstack tenant name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenant set the tenant. */ @@ -141,6 +149,7 @@ public void setTenant(String tenant) { /** * This is the getter method this will return the attribute value. * The username avi vantage will use when authenticating to keystone. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return username */ @@ -152,6 +161,7 @@ public String getUsername() { /** * This is the setter method to the attribute. * The username avi vantage will use when authenticating to keystone. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param username set the username. */ @@ -163,6 +173,7 @@ public void setUsername(String username) { /** * This is the getter method this will return the attribute value. * Network to be used for vip allocation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipNetworkName */ @@ -174,6 +185,7 @@ public String getVipNetworkName() { /** * This is the setter method to the attribute. * Network to be used for vip allocation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipNetworkName set the vipNetworkName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsProviderProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsProviderProfile.java index 87683f36..4566a944 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsProviderProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsProviderProfile.java @@ -113,6 +113,7 @@ public class IpamDnsProviderProfile extends AviRestResource { * If this flag is set, only allocate ip from networks in the virtual service vrf. * Applicable for avi vantage ipam only. * 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 allocateIpInVrf */ @@ -126,6 +127,7 @@ public Boolean getAllocateIpInVrf() { * If this flag is set, only allocate ip from networks in the virtual service vrf. * Applicable for avi vantage ipam only. * 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 allocateIpInVrf set the allocateIpInVrf. */ @@ -137,6 +139,7 @@ public void setAllocateIpInVrf(Boolean allocateIpInVrf) { /** * This is the getter method this will return the attribute value. * Provider details if type is aws. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return awsProfile */ @@ -148,6 +151,7 @@ public IpamDnsAwsProfile getAwsProfile() { /** * This is the setter method to the attribute. * Provider details if type is aws. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param awsProfile set the awsProfile. */ @@ -160,6 +164,7 @@ public void setAwsProfile(IpamDnsAwsProfile awsProfile) { * This is the getter method this will return the attribute value. * Provider details if type is microsoft azure. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return azureProfile */ @@ -172,6 +177,7 @@ public IpamDnsAzureProfile getAzureProfile() { * This is the setter method to the attribute. * Provider details if type is microsoft azure. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param azureProfile set the azureProfile. */ @@ -184,6 +190,7 @@ public void setAzureProfile(IpamDnsAzureProfile azureProfile) { * This is the getter method this will return the attribute value. * Provider details if type is custom. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customProfile */ @@ -196,6 +203,7 @@ public IpamDnsCustomProfile getCustomProfile() { * This is the setter method to the attribute. * Provider details if type is custom. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param customProfile set the customProfile. */ @@ -207,6 +215,7 @@ public void setCustomProfile(IpamDnsCustomProfile customProfile) { /** * This is the getter method this will return the attribute value. * Provider details if type is google cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gcpProfile */ @@ -218,6 +227,7 @@ public IpamDnsGCPProfile getGcpProfile() { /** * This is the setter method to the attribute. * Provider details if type is google cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gcpProfile set the gcpProfile. */ @@ -229,6 +239,7 @@ public void setGcpProfile(IpamDnsGCPProfile gcpProfile) { /** * This is the getter method this will return the attribute value. * Provider details if type is infoblox. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return infobloxProfile */ @@ -240,6 +251,7 @@ public IpamDnsInfobloxProfile getInfobloxProfile() { /** * This is the setter method to the attribute. * Provider details if type is infoblox. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param infobloxProfile set the infobloxProfile. */ @@ -251,6 +263,7 @@ public void setInfobloxProfile(IpamDnsInfobloxProfile infobloxProfile) { /** * This is the getter method this will return the attribute value. * Provider details if type is avi. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return internalProfile */ @@ -262,6 +275,7 @@ public IpamDnsInternalProfile getInternalProfile() { /** * This is the setter method to the attribute. * Provider details if type is avi. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param internalProfile set the internalProfile. */ @@ -277,6 +291,7 @@ public void setInternalProfile(IpamDnsInternalProfile internalProfile) { * 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 @@ -291,6 +306,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 @@ -305,6 +321,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 @@ -321,7 +338,8 @@ public IpamDnsProviderProfile 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 */ @@ -334,7 +352,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 */ @@ -347,7 +366,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 */ @@ -364,6 +384,7 @@ public IpamDnsProviderProfile addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. * Name for the ipam/dns provider profile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -375,6 +396,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name for the ipam/dns provider profile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -387,6 +409,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Provider details for oracle cloud. * Field introduced in 18.2.1,18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ociProfile */ @@ -399,6 +422,7 @@ public IpamDnsOCIProfile getOciProfile() { * This is the setter method to the attribute. * Provider details for oracle cloud. * Field introduced in 18.2.1,18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ociProfile set the ociProfile. */ @@ -410,6 +434,7 @@ public void setOciProfile(IpamDnsOCIProfile ociProfile) { /** * This is the getter method this will return the attribute value. * Provider details if type is openstack. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return openstackProfile */ @@ -421,6 +446,7 @@ public IpamDnsOpenstackProfile getOpenstackProfile() { /** * This is the setter method to the attribute. * Provider details if type is openstack. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param openstackProfile set the openstackProfile. */ @@ -432,6 +458,7 @@ public void setOpenstackProfile(IpamDnsOpenstackProfile openstackProfile) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return proxyConfiguration */ @@ -443,6 +470,7 @@ public ProxyConfiguration getProxyConfiguration() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param proxyConfiguration set the proxyConfiguration. */ @@ -454,6 +482,7 @@ public void setProxyConfiguration(ProxyConfiguration proxyConfiguration) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -465,6 +494,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. */ @@ -477,6 +507,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Provider details for tencent cloud. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tencentProfile */ @@ -489,6 +520,7 @@ public IpamDnsTencentProfile getTencentProfile() { * This is the setter method to the attribute. * Provider details for tencent cloud. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tencentProfile set the tencentProfile. */ @@ -503,7 +535,8 @@ public void setTencentProfile(IpamDnsTencentProfile tencentProfile) { * Enum options - IPAMDNS_TYPE_INFOBLOX, IPAMDNS_TYPE_AWS, IPAMDNS_TYPE_OPENSTACK, IPAMDNS_TYPE_GCP, IPAMDNS_TYPE_INFOBLOX_DNS, IPAMDNS_TYPE_CUSTOM, * IPAMDNS_TYPE_CUSTOM_DNS, IPAMDNS_TYPE_AZURE, IPAMDNS_TYPE_OCI, IPAMDNS_TYPE_TENCENT, IPAMDNS_TYPE_INTERNAL, IPAMDNS_TYPE_INTERNAL_DNS, * IPAMDNS_TYPE_AWS_DNS, IPAMDNS_TYPE_AZURE_DNS. - * Allowed in basic(allowed values- ipamdns_type_internal) edition, essentials(allowed values- ipamdns_type_internal) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- ipamdns_type_internal), basic edition(allowed values- + * ipamdns_type_internal), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -518,7 +551,8 @@ public String getType() { * Enum options - IPAMDNS_TYPE_INFOBLOX, IPAMDNS_TYPE_AWS, IPAMDNS_TYPE_OPENSTACK, IPAMDNS_TYPE_GCP, IPAMDNS_TYPE_INFOBLOX_DNS, IPAMDNS_TYPE_CUSTOM, * IPAMDNS_TYPE_CUSTOM_DNS, IPAMDNS_TYPE_AZURE, IPAMDNS_TYPE_OCI, IPAMDNS_TYPE_TENCENT, IPAMDNS_TYPE_INTERNAL, IPAMDNS_TYPE_INTERNAL_DNS, * IPAMDNS_TYPE_AWS_DNS, IPAMDNS_TYPE_AZURE_DNS. - * Allowed in basic(allowed values- ipamdns_type_internal) edition, essentials(allowed values- ipamdns_type_internal) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- ipamdns_type_internal), basic edition(allowed values- + * ipamdns_type_internal), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -549,6 +583,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the ipam/dns provider profile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -560,6 +595,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the ipam/dns provider profile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/IpamDnsTencentProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsTencentProfile.java index fb53b923..77c1d9f4 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsTencentProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamDnsTencentProfile.java @@ -51,6 +51,7 @@ public class IpamDnsTencentProfile extends AviRestResource { * Credentials to access tencent cloud. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudCredentialsRef */ @@ -64,6 +65,7 @@ public String getCloudCredentialsRef() { * Credentials to access tencent cloud. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudCredentialsRef set the cloudCredentialsRef. */ @@ -76,6 +78,7 @@ public void setCloudCredentialsRef(String cloudCredentialsRef) { * This is the getter method this will return the attribute value. * Vpc region. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return region */ @@ -88,6 +91,7 @@ public String getRegion() { * This is the setter method to the attribute. * Vpc region. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param region set the region. */ @@ -102,6 +106,7 @@ public void setRegion(String region) { * If virtualservice does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for ip * allocation. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableSubnetIds */ @@ -116,6 +121,7 @@ public List getUsableSubnetIds() { * If virtualservice does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for ip * allocation. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableSubnetIds */ @@ -130,6 +136,7 @@ public void setUsableSubnetIds(List usableSubnetIds) { * If virtualservice does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for ip * allocation. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usableSubnetIds */ @@ -147,6 +154,7 @@ public IpamDnsTencentProfile addUsableSubnetIdsItem(String usableSubnetIdsItem) * This is the getter method this will return the attribute value. * Vpc id. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vpcId */ @@ -159,6 +167,7 @@ public String getVpcId() { * This is the setter method to the attribute. * Vpc id. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vpcId set the vpcId. */ @@ -171,6 +180,7 @@ public void setVpcId(String vpcId) { * This is the getter method this will return the attribute value. * Network configuration for virtual ip per az. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return zones */ @@ -183,6 +193,7 @@ public List getZones() { * This is the setter method. this will set the zones * Network configuration for virtual ip per az. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return zones */ @@ -195,6 +206,7 @@ public void setZones(List zones) { * This is the setter method this will set the zones * Network configuration for virtual ip per az. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/IpamUsableNetwork.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamUsableNetwork.java index b0104494..71b824a8 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamUsableNetwork.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IpamUsableNetwork.java @@ -39,6 +39,7 @@ public class IpamUsableNetwork extends AviRestResource { * Labels as key value pairs, used for selection of ipam networks. * Field introduced in 20.1.3. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -52,6 +53,7 @@ public List getLabels() { * Labels as key value pairs, used for selection of ipam networks. * Field introduced in 20.1.3. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -65,6 +67,7 @@ public void setLabels(List labels) { * Labels as key value pairs, used for selection of ipam networks. * Field introduced in 20.1.3. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -83,6 +86,7 @@ public IpamUsableNetwork addLabelsItem(KeyValueTuple labelsItem) { * Network. * It is a reference to an object of type network. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nwRef */ @@ -96,6 +100,7 @@ public String getNwRef() { * Network. * It is a reference to an object of type network. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nwRef set the nwRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IptableRule.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IptableRule.java index 682c9a4d..e1c00226 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IptableRule.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IptableRule.java @@ -74,6 +74,7 @@ public class IptableRule extends AviRestResource { /** * This is the getter method this will return the attribute value. * Enum options - ACCEPT, DROP, REJECT, DNAT, MASQUERADE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -85,6 +86,7 @@ public String getAction() { /** * This is the setter method to the attribute. * Enum options - ACCEPT, DROP, REJECT, DNAT, MASQUERADE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -95,7 +97,7 @@ public void setAction(String action) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property dnat_ip of obj type iptablerule 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 dnatIp */ @@ -106,7 +108,7 @@ public IpAddr getDnatIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property dnat_ip of obj type iptablerule 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 dnatIp set the dnatIp. */ @@ -117,7 +119,7 @@ public void setDnatIp(IpAddr dnatIp) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property dst_ip of obj type iptablerule 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 dstIp */ @@ -128,7 +130,7 @@ public IpAddrPrefix getDstIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property dst_ip of obj type iptablerule 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 dstIp set the dstIp. */ @@ -139,7 +141,7 @@ public void setDstIp(IpAddrPrefix dstIp) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property dst_port of obj type iptablerule 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 dstPort */ @@ -150,7 +152,7 @@ public PortRange getDstPort() { /** * This is the setter method to the attribute. - * Placeholder for description of property dst_port of obj type iptablerule 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 dstPort set the dstPort. */ @@ -161,7 +163,7 @@ public void setDstPort(PortRange dstPort) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property input_interface of obj type iptablerule field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return inputInterface */ @@ -172,7 +174,7 @@ public String getInputInterface() { /** * This is the setter method to the attribute. - * Placeholder for description of property input_interface of obj type iptablerule field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param inputInterface set the inputInterface. */ @@ -183,7 +185,7 @@ public void setInputInterface(String inputInterface) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property output_interface of obj type iptablerule field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return outputInterface */ @@ -194,7 +196,7 @@ public String getOutputInterface() { /** * This is the setter method to the attribute. - * Placeholder for description of property output_interface of obj type iptablerule field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param outputInterface set the outputInterface. */ @@ -206,6 +208,7 @@ public void setOutputInterface(String outputInterface) { /** * This is the getter method this will return the attribute value. * Enum options - PROTO_TCP, PROTO_UDP, PROTO_ICMP, PROTO_ALL. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return proto */ @@ -217,6 +220,7 @@ public String getProto() { /** * This is the setter method to the attribute. * Enum options - PROTO_TCP, PROTO_UDP, PROTO_ICMP, PROTO_ALL. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param proto set the proto. */ @@ -227,7 +231,7 @@ public void setProto(String proto) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property src_ip of obj type iptablerule 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 srcIp */ @@ -238,7 +242,7 @@ public IpAddrPrefix getSrcIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property src_ip of obj type iptablerule 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 srcIp set the srcIp. */ @@ -249,7 +253,7 @@ public void setSrcIp(IpAddrPrefix srcIp) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property src_port of obj type iptablerule 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 srcPort */ @@ -260,7 +264,7 @@ public PortRange getSrcPort() { /** * This is the setter method to the attribute. - * Placeholder for description of property src_port of obj type iptablerule 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 srcPort set the srcPort. */ @@ -271,7 +275,7 @@ public void setSrcPort(PortRange srcPort) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property tag of obj type iptablerule field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -282,7 +286,7 @@ public String getTag() { /** * This is the setter method to the attribute. - * Placeholder for description of property tag of obj type iptablerule field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tag set the tag. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IptableRuleSet.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IptableRuleSet.java index 4d045d58..113af42d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IptableRuleSet.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/IptableRuleSet.java @@ -40,7 +40,7 @@ public class IptableRuleSet extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property chain of obj type iptableruleset field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return chain */ @@ -51,7 +51,7 @@ public String getChain() { /** * This is the setter method to the attribute. - * Placeholder for description of property chain of obj type iptableruleset field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param chain set the chain. */ @@ -62,7 +62,7 @@ public void setChain(String chain) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property rules of obj type iptableruleset 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 rules */ @@ -73,7 +73,7 @@ public List getRules() { /** * This is the setter method. this will set the rules - * Placeholder for description of property rules of obj type iptableruleset 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 rules */ @@ -84,7 +84,7 @@ public void setRules(List rules) { /** * This is the setter method this will set the rules - * Placeholder for description of property rules of obj type iptableruleset 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 rules */ @@ -100,7 +100,7 @@ public IptableRuleSet addRulesItem(IptableRule rulesItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property table of obj type iptableruleset field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return table */ @@ -111,7 +111,7 @@ public String getTable() { /** * This is the setter method to the attribute. - * Placeholder for description of property table of obj type iptableruleset field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param table set the table. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/JWSKey.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/JWSKey.java index 158caef3..19327d89 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/JWSKey.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/JWSKey.java @@ -46,6 +46,7 @@ public class JWSKey extends AviRestResource { * This is the getter method this will return the attribute value. * Algorithm that need to be used while signing/validation, allowed values hs256, hs384, hs512. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "HS256". * @return alg */ @@ -58,6 +59,7 @@ public String getAlg() { * This is the setter method to the attribute. * Algorithm that need to be used while signing/validation, allowed values hs256, hs384, hs512. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "HS256". * @param alg set the alg. */ @@ -71,6 +73,7 @@ public void setAlg(String alg) { * Secret jwk for signing/validation, length of the key varies depending upon the type of algorithm used for key generation {hs256 32 bytes, hs384 * 48bytes, hs512 64 bytes}. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -84,6 +87,7 @@ public String getKey() { * Secret jwk for signing/validation, length of the key varies depending upon the type of algorithm used for key generation {hs256 32 bytes, hs384 * 48bytes, hs512 64 bytes}. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param key set the key. */ @@ -96,6 +100,7 @@ public void setKey(String key) { * This is the getter method this will return the attribute value. * Unique key id across all keys. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return kid */ @@ -108,6 +113,7 @@ public String getKid() { * This is the setter method to the attribute. * Unique key id across all keys. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param kid set the kid. */ @@ -120,6 +126,7 @@ public void setKid(String kid) { * This is the getter method this will return the attribute value. * Secret key type/format, allowed value octet(oct). * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "oct". * @return kty */ @@ -132,6 +139,7 @@ public String getKty() { * This is the setter method to the attribute. * Secret key type/format, allowed value octet(oct). * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "oct". * @param kty set the kty. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/JWTClaimMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/JWTClaimMatch.java index 90605f28..a6439953 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/JWTClaimMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/JWTClaimMatch.java @@ -59,6 +59,7 @@ public class JWTClaimMatch extends AviRestResource { * This is the getter method this will return the attribute value. * Boolean value against which the claim is matched. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return boolMatch */ @@ -71,6 +72,7 @@ public Boolean getBoolMatch() { * This is the setter method to the attribute. * Boolean value against which the claim is matched. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param boolMatch set the boolMatch. */ @@ -83,6 +85,7 @@ public void setBoolMatch(Boolean boolMatch) { * This is the getter method this will return the attribute value. * Integer value against which the claim is matched. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return intMatch */ @@ -95,6 +98,7 @@ public Integer getIntMatch() { * This is the setter method to the attribute. * Integer value against which the claim is matched. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param intMatch set the intMatch. */ @@ -107,6 +111,7 @@ public void setIntMatch(Integer intMatch) { * This is the getter method this will return the attribute value. * Specified claim should be present in the jwt. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return isMandatory */ @@ -119,6 +124,7 @@ public Boolean getIsMandatory() { * This is the setter method to the attribute. * Specified claim should be present in the jwt. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param isMandatory set the isMandatory. */ @@ -131,6 +137,7 @@ public void setIsMandatory(Boolean isMandatory) { * This is the getter method this will return the attribute value. * Jwt claim name to be validated. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -143,6 +150,7 @@ public String getName() { * This is the setter method to the attribute. * Jwt claim name to be validated. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -155,6 +163,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * String values against which the claim is matched. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringMatch */ @@ -167,6 +176,7 @@ public StringMatch getStringMatch() { * This is the setter method to the attribute. * String values against which the claim is matched. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param stringMatch set the stringMatch. */ @@ -180,6 +190,7 @@ public void setStringMatch(StringMatch stringMatch) { * Specifies the type of the claim. * Enum options - JWT_CLAIM_TYPE_BOOL, JWT_CLAIM_TYPE_INT, JWT_CLAIM_TYPE_STRING. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -193,6 +204,7 @@ public String getType() { * Specifies the type of the claim. * Enum options - JWT_CLAIM_TYPE_BOOL, JWT_CLAIM_TYPE_INT, JWT_CLAIM_TYPE_STRING. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -205,6 +217,7 @@ public void setType(String type) { * This is the getter method this will return the attribute value. * Specifies whether to validate the claim value. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return validate */ @@ -217,6 +230,7 @@ public Boolean getValidate() { * This is the setter method to the attribute. * Specifies whether to validate the claim value. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param validate set the validate. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/JWTMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/JWTMatch.java index c4c487c5..c286116d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/JWTMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/JWTMatch.java @@ -38,6 +38,7 @@ public class JWTMatch extends AviRestResource { * This is the getter method this will return the attribute value. * Claims whose values need to be matched. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matches */ @@ -50,6 +51,7 @@ public List getMatches() { * This is the setter method. this will set the matches * Claims whose values need to be matched. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matches */ @@ -62,6 +64,7 @@ public void setMatches(List matches) { * This is the setter method this will set the matches * Claims whose values need to be matched. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matches */ @@ -79,6 +82,7 @@ public JWTMatch addMatchesItem(JWTClaimMatch matchesItem) { * This is the getter method this will return the attribute value. * Token for which the claims need to be validated. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tokenName */ @@ -91,6 +95,7 @@ public String getTokenName() { * This is the setter method to the attribute. * Token for which the claims need to be validated. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tokenName set the tokenName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/JWTServerProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/JWTServerProfile.java index fad1902f..addcb6e2 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/JWTServerProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/JWTServerProfile.java @@ -67,6 +67,7 @@ public class JWTServerProfile extends AviRestResource { * This is the getter method this will return the attribute value. * Jwt auth configuration for profile_type controller_internal_auth. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerInternalAuth */ @@ -79,6 +80,7 @@ public ControllerInternalAuth getControllerInternalAuth() { * This is the setter method to the attribute. * Jwt auth configuration for profile_type controller_internal_auth. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerInternalAuth set the controllerInternalAuth. */ @@ -93,6 +95,7 @@ public void setControllerInternalAuth(ControllerInternalAuth controllerInternalA * If the field is set to false, then the object is visible within the controller-cluster. * If the field is set to true, then the object is replicated across the federation. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isFederated */ @@ -107,6 +110,7 @@ public Boolean getIsFederated() { * If the field is set to false, then the object is visible within the controller-cluster. * If the field is set to true, then the object is replicated across the federation. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isFederated set the isFederated. */ @@ -119,6 +123,7 @@ public void setIsFederated(Boolean isFederated) { * This is the getter method this will return the attribute value. * Uniquely identifiable name of the token issuer, only allowed with profile_type client_auth. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return issuer */ @@ -131,6 +136,7 @@ public String getIssuer() { * This is the setter method to the attribute. * Uniquely identifiable name of the token issuer, only allowed with profile_type client_auth. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param issuer set the issuer. */ @@ -143,6 +149,7 @@ public void setIssuer(String issuer) { * This is the getter method this will return the attribute value. * Jwks key set used for validating the jwt, only allowed with profile_type client_auth. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return jwksKeys */ @@ -155,6 +162,7 @@ public String getJwksKeys() { * This is the setter method to the attribute. * Jwks key set used for validating the jwt, only allowed with profile_type client_auth. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param jwksKeys set the jwksKeys. */ @@ -168,6 +176,7 @@ public void setJwksKeys(String jwksKeys) { * Type of jwt server profile which defines the usage type. * Enum options - CLIENT_AUTH, CONTROLLER_INTERNAL_AUTH. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "CLIENT_AUTH". * @return jwtProfileType */ @@ -181,6 +190,7 @@ public String getJwtProfileType() { * Type of jwt server profile which defines the usage type. * Enum options - CLIENT_AUTH, CONTROLLER_INTERNAL_AUTH. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "CLIENT_AUTH". * @param jwtProfileType set the jwtProfileType. */ @@ -193,6 +203,7 @@ public void setJwtProfileType(String jwtProfileType) { * This is the getter method this will return the attribute value. * Name of the jwt profile. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -205,6 +216,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the jwt profile. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -218,6 +230,7 @@ public void setName(String name) { * Uuid of the tenant. * It is a reference to an object of type tenant. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -231,6 +244,7 @@ public String getTenantRef() { * Uuid of the tenant. * It is a reference to an object of type tenant. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -262,6 +276,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the jwtprofile. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -274,6 +289,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the jwtprofile. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * 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/JWTValidationParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/JWTValidationParams.java index c5ecb128..4ec1a334 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/JWTValidationParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/JWTValidationParams.java @@ -34,6 +34,7 @@ public class JWTValidationParams extends AviRestResource { * This is the getter method this will return the attribute value. * Audience parameter used for validation using jwt token. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return audience */ @@ -46,6 +47,7 @@ public String getAudience() { * This is the setter method to the attribute. * Audience parameter used for validation using jwt token. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param audience set the audience. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/JWTValidationVsConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/JWTValidationVsConfig.java index 716b28a7..15d2743d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/JWTValidationVsConfig.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/JWTValidationVsConfig.java @@ -43,6 +43,7 @@ public class JWTValidationVsConfig extends AviRestResource { * Uniquely identifies a resource server. * This is used to validate against the aud claim. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return audience */ @@ -56,6 +57,7 @@ public String getAudience() { * Uniquely identifies a resource server. * This is used to validate against the aud claim. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param audience set the audience. */ @@ -69,6 +71,7 @@ public void setAudience(String audience) { * Defines where to look for jwt in the request. * Enum options - JWT_LOCATION_AUTHORIZATION_HEADER, JWT_LOCATION_QUERY_PARAM. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "JWT_LOCATION_AUTHORIZATION_HEADER". * @return jwtLocation */ @@ -82,6 +85,7 @@ public String getJwtLocation() { * Defines where to look for jwt in the request. * Enum options - JWT_LOCATION_AUTHORIZATION_HEADER, JWT_LOCATION_QUERY_PARAM. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "JWT_LOCATION_AUTHORIZATION_HEADER". * @param jwtLocation set the jwtLocation. */ @@ -94,6 +98,7 @@ public void setJwtLocation(String jwtLocation) { * This is the getter method this will return the attribute value. * Name by which the jwt can be identified if the token is sent as a query param in the request url. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return jwtName */ @@ -106,6 +111,7 @@ public String getJwtName() { * This is the setter method to the attribute. * Name by which the jwt can be identified if the token is sent as a query param in the request url. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param jwtName set the jwtName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/JobEntry.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/JobEntry.java index e7d3ff97..c21824a5 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/JobEntry.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/JobEntry.java @@ -56,7 +56,7 @@ public class JobEntry extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property expires_at of obj type jobentry field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return expiresAt */ @@ -67,7 +67,7 @@ public String getExpiresAt() { /** * This is the setter method to the attribute. - * Placeholder for description of property expires_at of obj type jobentry field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param expiresAt set the expiresAt. */ @@ -79,6 +79,7 @@ public void setExpiresAt(String expiresAt) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -90,6 +91,7 @@ public String getName() { /** * This is the setter method to the attribute. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -100,7 +102,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property obj_key of obj type jobentry field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -111,7 +113,7 @@ public String getObjKey() { /** * This is the setter method to the attribute. - * Placeholder for description of property obj_key of obj type jobentry field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -123,6 +125,7 @@ public void setObjKey(String objKey) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subjobs */ @@ -134,6 +137,7 @@ public List getSubjobs() { /** * This is the setter method. this will set the subjobs * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subjobs */ @@ -145,6 +149,7 @@ public void setSubjobs(List subjobs) { /** * This is the setter method this will set the subjobs * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subjobs */ @@ -161,6 +166,7 @@ public JobEntry addSubjobsItem(SubJob subjobsItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -172,6 +178,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -201,7 +208,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 */ @@ -212,7 +219,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/JwtLog.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/JwtLog.java index a825dfa2..2a1d61f5 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/JwtLog.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/JwtLog.java @@ -48,6 +48,7 @@ public class JwtLog extends AviRestResource { * This is the getter method this will return the attribute value. * Authentication policy rule match. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authnRuleMatch */ @@ -60,6 +61,7 @@ public AuthnRuleMatch getAuthnRuleMatch() { * This is the setter method to the attribute. * Authentication policy rule match. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authnRuleMatch set the authnRuleMatch. */ @@ -72,6 +74,7 @@ public void setAuthnRuleMatch(AuthnRuleMatch authnRuleMatch) { * This is the getter method this will return the attribute value. * Authorization policy rule match. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authzRuleMatch */ @@ -84,6 +87,7 @@ public AuthzRuleMatch getAuthzRuleMatch() { * This is the setter method to the attribute. * Authorization policy rule match. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authzRuleMatch set the authzRuleMatch. */ @@ -96,6 +100,7 @@ public void setAuthzRuleMatch(AuthzRuleMatch authzRuleMatch) { * This is the getter method this will return the attribute value. * Set to true, if jwt validation is successful. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return isJwtVerified */ @@ -108,6 +113,7 @@ public Boolean getIsJwtVerified() { * This is the setter method to the attribute. * Set to true, if jwt validation is successful. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param isJwtVerified set the isJwtVerified. */ @@ -120,6 +126,7 @@ public void setIsJwtVerified(Boolean isJwtVerified) { * This is the getter method this will return the attribute value. * Jwt token payload. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tokenPayload */ @@ -132,6 +139,7 @@ public String getTokenPayload() { * This is the setter method to the attribute. * Jwt token payload. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tokenPayload set the tokenPayload. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/KeyValue.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/KeyValue.java index 58fc2b27..d52ca22b 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/KeyValue.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/KeyValue.java @@ -37,6 +37,7 @@ public class KeyValue extends AviRestResource { /** * This is the getter method this will return the attribute value. * Key. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -48,6 +49,7 @@ public String getKey() { /** * This is the setter method to the attribute. * Key. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param key set the key. */ @@ -59,6 +61,7 @@ public void setKey(String key) { /** * This is the getter method this will return the attribute value. * Value. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -70,6 +73,7 @@ public String getValue() { /** * This is the setter method to the attribute. * Value. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/KeyValueTuple.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/KeyValueTuple.java index 92191dab..21716345 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/KeyValueTuple.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/KeyValueTuple.java @@ -38,6 +38,7 @@ public class KeyValueTuple extends AviRestResource { * This is the getter method this will return the attribute value. * Key. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -50,6 +51,7 @@ public String getKey() { * This is the setter method to the attribute. * Key. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param key set the key. */ @@ -62,6 +64,7 @@ public void setKey(String key) { * This is the getter method this will return the attribute value. * Value. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -74,6 +77,7 @@ public String getValue() { * This is the setter method to the attribute. * Value. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * 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/KniPortRange.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/KniPortRange.java index 680fb131..ea1ed0f1 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/KniPortRange.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/KniPortRange.java @@ -40,6 +40,7 @@ public class KniPortRange extends AviRestResource { * Protocol associated with port range. * Enum options - KNI_PROTO_TCP, KNI_PROTO_UDP. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return protocol */ @@ -53,6 +54,7 @@ public String getProtocol() { * Protocol associated with port range. * Enum options - KNI_PROTO_TCP, KNI_PROTO_UDP. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param protocol set the protocol. */ @@ -65,6 +67,7 @@ public void setProtocol(String protocol) { * This is the getter method this will return the attribute value. * Port range to be allowed to kni. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return range */ @@ -77,6 +80,7 @@ public PortRange getRange() { * This is the setter method to the attribute. * Port range to be allowed to kni. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param range set the range. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L1FMandatoryTestCase.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L1FMandatoryTestCase.java new file mode 100644 index 00000000..0617d0f6 --- /dev/null +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L1FMandatoryTestCase.java @@ -0,0 +1,226 @@ +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.avi.vro.model.L2FMandatoryTestCase; +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 L1FMandatoryTestCase is a POJO class extends AviRestResource that used for creating + * L1FMandatoryTestCase. + * + * @version 1.0 + * @since + * + */ +@VsoObject(create = false, name = "L1FMandatoryTestCase") +@VsoFinder(name = Constants.FINDER_VRO_L1FMANDATORYTESTCASE) +@JsonIgnoreProperties(ignoreUnknown = true) +@Service +public class L1FMandatoryTestCase extends AviRestResource { + @JsonProperty("mandatory_message") + @JsonInclude(Include.NON_NULL) + private L2FMandatoryTestCase mandatoryMessage = null; + + @JsonProperty("mandatory_messages") + @JsonInclude(Include.NON_NULL) + private List mandatoryMessages = null; + + @JsonProperty("mandatory_string") + @JsonInclude(Include.NON_NULL) + private String mandatoryString = null; + + @JsonProperty("mandatory_strings") + @JsonInclude(Include.NON_NULL) + private List mandatoryStrings = null; + + + + /** + * This is the getter method this will return the attribute value. + * F_mandatory message for nested f_mandatory test cases-level2. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return mandatoryMessage + */ + @VsoMethod + public L2FMandatoryTestCase getMandatoryMessage() { + return mandatoryMessage; + } + + /** + * This is the setter method to the attribute. + * F_mandatory message for nested f_mandatory test cases-level2. + * 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 mandatoryMessage set the mandatoryMessage. + */ + @VsoMethod + public void setMandatoryMessage(L2FMandatoryTestCase mandatoryMessage) { + this.mandatoryMessage = mandatoryMessage; + } + + /** + * This is the getter method this will return the attribute value. + * Repeated f_mandatory_message for nested f_mandatory test cases-level2. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return mandatoryMessages + */ + @VsoMethod + public List getMandatoryMessages() { + return mandatoryMessages; + } + + /** + * This is the setter method. this will set the mandatoryMessages + * Repeated f_mandatory_message for nested f_mandatory test cases-level2. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return mandatoryMessages + */ + @VsoMethod + public void setMandatoryMessages(List mandatoryMessages) { + this.mandatoryMessages = mandatoryMessages; + } + + /** + * This is the setter method this will set the mandatoryMessages + * Repeated f_mandatory_message for nested f_mandatory test cases-level2. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return mandatoryMessages + */ + @VsoMethod + public L1FMandatoryTestCase addMandatoryMessagesItem(L2FMandatoryTestCase mandatoryMessagesItem) { + if (this.mandatoryMessages == null) { + this.mandatoryMessages = new ArrayList(); + } + this.mandatoryMessages.add(mandatoryMessagesItem); + return this; + } + + + /** + * This is the getter method this will return the attribute value. + * F_mandatory string field for nested f_mandatory test cases-level1. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return mandatoryString + */ + @VsoMethod + public String getMandatoryString() { + return mandatoryString; + } + + /** + * This is the setter method to the attribute. + * F_mandatory string field for nested f_mandatory test cases-level1. + * Field introduced in 21.1.5. + * Allowed in enterprise edition 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 mandatoryString set the mandatoryString. + */ + @VsoMethod + public void setMandatoryString(String mandatoryString) { + this.mandatoryString = mandatoryString; + } + + /** + * This is the getter method this will return the attribute value. + * Repeated f_mandatory string field for nested f_mandatory test cases-level1. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return mandatoryStrings + */ + @VsoMethod + public List getMandatoryStrings() { + return mandatoryStrings; + } + + /** + * This is the setter method. this will set the mandatoryStrings + * Repeated f_mandatory string field for nested f_mandatory test cases-level1. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return mandatoryStrings + */ + @VsoMethod + public void setMandatoryStrings(List mandatoryStrings) { + this.mandatoryStrings = mandatoryStrings; + } + + /** + * This is the setter method this will set the mandatoryStrings + * Repeated f_mandatory string field for nested f_mandatory test cases-level1. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return mandatoryStrings + */ + @VsoMethod + public L1FMandatoryTestCase addMandatoryStringsItem(String mandatoryStringsItem) { + if (this.mandatoryStrings == null) { + this.mandatoryStrings = new ArrayList(); + } + this.mandatoryStrings.add(mandatoryStringsItem); + return this; + } + + + + +@Override +public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + L1FMandatoryTestCase objL1FMandatoryTestCase = (L1FMandatoryTestCase) o; + return Objects.equals(this.mandatoryString, objL1FMandatoryTestCase.mandatoryString)&& + Objects.equals(this.mandatoryStrings, objL1FMandatoryTestCase.mandatoryStrings)&& + Objects.equals(this.mandatoryMessage, objL1FMandatoryTestCase.mandatoryMessage)&& + Objects.equals(this.mandatoryMessages, objL1FMandatoryTestCase.mandatoryMessages); +} + +@Override +public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class L1FMandatoryTestCase {\n"); + sb.append(" mandatoryMessage: ").append(toIndentedString(mandatoryMessage)).append("\n"); + sb.append(" mandatoryMessages: ").append(toIndentedString(mandatoryMessages)).append("\n"); + sb.append(" mandatoryString: ").append(toIndentedString(mandatoryString)).append("\n"); + sb.append(" mandatoryStrings: ").append(toIndentedString(mandatoryStrings)).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/L1StringLengthTestCase.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L1StringLengthTestCase.java new file mode 100644 index 00000000..e7e2c5ff --- /dev/null +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L1StringLengthTestCase.java @@ -0,0 +1,226 @@ +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.avi.vro.model.L2StringLengthTestCase; +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 L1StringLengthTestCase is a POJO class extends AviRestResource that used for creating + * L1StringLengthTestCase. + * + * @version 1.0 + * @since + * + */ +@VsoObject(create = false, name = "L1StringLengthTestCase") +@VsoFinder(name = Constants.FINDER_VRO_L1STRINGLENGTHTESTCASE) +@JsonIgnoreProperties(ignoreUnknown = true) +@Service +public class L1StringLengthTestCase extends AviRestResource { + @JsonProperty("string_length_message") + @JsonInclude(Include.NON_NULL) + private L2StringLengthTestCase stringLengthMessage = null; + + @JsonProperty("string_length_messages") + @JsonInclude(Include.NON_NULL) + private List stringLengthMessages = null; + + @JsonProperty("test_string") + @JsonInclude(Include.NON_NULL) + private String testString = null; + + @JsonProperty("test_strings") + @JsonInclude(Include.NON_NULL) + private List testStrings = null; + + + + /** + * This is the getter method this will return the attribute value. + * String length message for nested string length test cases. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return stringLengthMessage + */ + @VsoMethod + public L2StringLengthTestCase getStringLengthMessage() { + return stringLengthMessage; + } + + /** + * This is the setter method to the attribute. + * String length message for nested string length test cases. + * 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 stringLengthMessage set the stringLengthMessage. + */ + @VsoMethod + public void setStringLengthMessage(L2StringLengthTestCase stringLengthMessage) { + this.stringLengthMessage = stringLengthMessage; + } + + /** + * This is the getter method this will return the attribute value. + * Repeated string length message for nested string length test cases. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return stringLengthMessages + */ + @VsoMethod + public List getStringLengthMessages() { + return stringLengthMessages; + } + + /** + * This is the setter method. this will set the stringLengthMessages + * Repeated string length message for nested string length test cases. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return stringLengthMessages + */ + @VsoMethod + public void setStringLengthMessages(List stringLengthMessages) { + this.stringLengthMessages = stringLengthMessages; + } + + /** + * This is the setter method this will set the stringLengthMessages + * Repeated string length message for nested string length test cases. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return stringLengthMessages + */ + @VsoMethod + public L1StringLengthTestCase addStringLengthMessagesItem(L2StringLengthTestCase stringLengthMessagesItem) { + if (this.stringLengthMessages == null) { + this.stringLengthMessages = new ArrayList(); + } + this.stringLengthMessages.add(stringLengthMessagesItem); + return this; + } + + + /** + * This is the getter method this will return the attribute value. + * String field for nested string length test cases. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return testString + */ + @VsoMethod + public String getTestString() { + return testString; + } + + /** + * This is the setter method to the attribute. + * String field for nested string length test cases. + * 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 testString set the testString. + */ + @VsoMethod + public void setTestString(String testString) { + this.testString = testString; + } + + /** + * This is the getter method this will return the attribute value. + * Repeated field for nested string length test cases. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return testStrings + */ + @VsoMethod + public List getTestStrings() { + return testStrings; + } + + /** + * This is the setter method. this will set the testStrings + * Repeated field for nested string length test cases. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return testStrings + */ + @VsoMethod + public void setTestStrings(List testStrings) { + this.testStrings = testStrings; + } + + /** + * This is the setter method this will set the testStrings + * Repeated field for nested string length test cases. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return testStrings + */ + @VsoMethod + public L1StringLengthTestCase addTestStringsItem(String testStringsItem) { + if (this.testStrings == null) { + this.testStrings = new ArrayList(); + } + this.testStrings.add(testStringsItem); + return this; + } + + + + +@Override +public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + L1StringLengthTestCase objL1StringLengthTestCase = (L1StringLengthTestCase) o; + return Objects.equals(this.testString, objL1StringLengthTestCase.testString)&& + Objects.equals(this.testStrings, objL1StringLengthTestCase.testStrings)&& + Objects.equals(this.stringLengthMessage, objL1StringLengthTestCase.stringLengthMessage)&& + Objects.equals(this.stringLengthMessages, objL1StringLengthTestCase.stringLengthMessages); +} + +@Override +public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class L1StringLengthTestCase {\n"); + sb.append(" stringLengthMessage: ").append(toIndentedString(stringLengthMessage)).append("\n"); + sb.append(" stringLengthMessages: ").append(toIndentedString(stringLengthMessages)).append("\n"); + sb.append(" testString: ").append(toIndentedString(testString)).append("\n"); + sb.append(" testStrings: ").append(toIndentedString(testStrings)).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/L2FMandatoryTestCase.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L2FMandatoryTestCase.java new file mode 100644 index 00000000..16dc8b8f --- /dev/null +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L2FMandatoryTestCase.java @@ -0,0 +1,226 @@ +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.avi.vro.model.SingleOptionalFieldMessage; +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 L2FMandatoryTestCase is a POJO class extends AviRestResource that used for creating + * L2FMandatoryTestCase. + * + * @version 1.0 + * @since + * + */ +@VsoObject(create = false, name = "L2FMandatoryTestCase") +@VsoFinder(name = Constants.FINDER_VRO_L2FMANDATORYTESTCASE) +@JsonIgnoreProperties(ignoreUnknown = true) +@Service +public class L2FMandatoryTestCase extends AviRestResource { + @JsonProperty("mandatory_message") + @JsonInclude(Include.NON_NULL) + private SingleOptionalFieldMessage mandatoryMessage = null; + + @JsonProperty("mandatory_messages") + @JsonInclude(Include.NON_NULL) + private List mandatoryMessages = null; + + @JsonProperty("mandatory_string") + @JsonInclude(Include.NON_NULL) + private String mandatoryString = null; + + @JsonProperty("mandatory_strings") + @JsonInclude(Include.NON_NULL) + private List mandatoryStrings = null; + + + + /** + * This is the getter method this will return the attribute value. + * F_mandatory message for nested f_mandatory test cases-level3. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return mandatoryMessage + */ + @VsoMethod + public SingleOptionalFieldMessage getMandatoryMessage() { + return mandatoryMessage; + } + + /** + * This is the setter method to the attribute. + * F_mandatory message for nested f_mandatory test cases-level3. + * 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 mandatoryMessage set the mandatoryMessage. + */ + @VsoMethod + public void setMandatoryMessage(SingleOptionalFieldMessage mandatoryMessage) { + this.mandatoryMessage = mandatoryMessage; + } + + /** + * This is the getter method this will return the attribute value. + * Repeated f_mandatory_message for nested f_mandatory test cases-level3. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return mandatoryMessages + */ + @VsoMethod + public List getMandatoryMessages() { + return mandatoryMessages; + } + + /** + * This is the setter method. this will set the mandatoryMessages + * Repeated f_mandatory_message for nested f_mandatory test cases-level3. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return mandatoryMessages + */ + @VsoMethod + public void setMandatoryMessages(List mandatoryMessages) { + this.mandatoryMessages = mandatoryMessages; + } + + /** + * This is the setter method this will set the mandatoryMessages + * Repeated f_mandatory_message for nested f_mandatory test cases-level3. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return mandatoryMessages + */ + @VsoMethod + public L2FMandatoryTestCase addMandatoryMessagesItem(SingleOptionalFieldMessage mandatoryMessagesItem) { + if (this.mandatoryMessages == null) { + this.mandatoryMessages = new ArrayList(); + } + this.mandatoryMessages.add(mandatoryMessagesItem); + return this; + } + + + /** + * This is the getter method this will return the attribute value. + * F_mandatory string field for nested f_mandatory test cases-level2. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return mandatoryString + */ + @VsoMethod + public String getMandatoryString() { + return mandatoryString; + } + + /** + * This is the setter method to the attribute. + * F_mandatory string field for nested f_mandatory test cases-level2. + * Field introduced in 21.1.5. + * Allowed in enterprise edition 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 mandatoryString set the mandatoryString. + */ + @VsoMethod + public void setMandatoryString(String mandatoryString) { + this.mandatoryString = mandatoryString; + } + + /** + * This is the getter method this will return the attribute value. + * Repeated f_mandatory string field for nested f_mandatory test cases-level2. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return mandatoryStrings + */ + @VsoMethod + public List getMandatoryStrings() { + return mandatoryStrings; + } + + /** + * This is the setter method. this will set the mandatoryStrings + * Repeated f_mandatory string field for nested f_mandatory test cases-level2. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return mandatoryStrings + */ + @VsoMethod + public void setMandatoryStrings(List mandatoryStrings) { + this.mandatoryStrings = mandatoryStrings; + } + + /** + * This is the setter method this will set the mandatoryStrings + * Repeated f_mandatory string field for nested f_mandatory test cases-level2. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return mandatoryStrings + */ + @VsoMethod + public L2FMandatoryTestCase addMandatoryStringsItem(String mandatoryStringsItem) { + if (this.mandatoryStrings == null) { + this.mandatoryStrings = new ArrayList(); + } + this.mandatoryStrings.add(mandatoryStringsItem); + return this; + } + + + + +@Override +public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + L2FMandatoryTestCase objL2FMandatoryTestCase = (L2FMandatoryTestCase) o; + return Objects.equals(this.mandatoryString, objL2FMandatoryTestCase.mandatoryString)&& + Objects.equals(this.mandatoryStrings, objL2FMandatoryTestCase.mandatoryStrings)&& + Objects.equals(this.mandatoryMessage, objL2FMandatoryTestCase.mandatoryMessage)&& + Objects.equals(this.mandatoryMessages, objL2FMandatoryTestCase.mandatoryMessages); +} + +@Override +public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class L2FMandatoryTestCase {\n"); + sb.append(" mandatoryMessage: ").append(toIndentedString(mandatoryMessage)).append("\n"); + sb.append(" mandatoryMessages: ").append(toIndentedString(mandatoryMessages)).append("\n"); + sb.append(" mandatoryString: ").append(toIndentedString(mandatoryString)).append("\n"); + sb.append(" mandatoryStrings: ").append(toIndentedString(mandatoryStrings)).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/L2StringLengthTestCase.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L2StringLengthTestCase.java new file mode 100644 index 00000000..44538063 --- /dev/null +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L2StringLengthTestCase.java @@ -0,0 +1,226 @@ +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.avi.vro.model.SingleOptionalStringField; +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 L2StringLengthTestCase is a POJO class extends AviRestResource that used for creating + * L2StringLengthTestCase. + * + * @version 1.0 + * @since + * + */ +@VsoObject(create = false, name = "L2StringLengthTestCase") +@VsoFinder(name = Constants.FINDER_VRO_L2STRINGLENGTHTESTCASE) +@JsonIgnoreProperties(ignoreUnknown = true) +@Service +public class L2StringLengthTestCase extends AviRestResource { + @JsonProperty("string_length_message") + @JsonInclude(Include.NON_NULL) + private SingleOptionalStringField stringLengthMessage = null; + + @JsonProperty("string_length_messages") + @JsonInclude(Include.NON_NULL) + private List stringLengthMessages = null; + + @JsonProperty("test_string") + @JsonInclude(Include.NON_NULL) + private String testString = null; + + @JsonProperty("test_strings") + @JsonInclude(Include.NON_NULL) + private List testStrings = null; + + + + /** + * This is the getter method this will return the attribute value. + * String length message for nested string length test cases. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return stringLengthMessage + */ + @VsoMethod + public SingleOptionalStringField getStringLengthMessage() { + return stringLengthMessage; + } + + /** + * This is the setter method to the attribute. + * String length message for nested string length test cases. + * 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 stringLengthMessage set the stringLengthMessage. + */ + @VsoMethod + public void setStringLengthMessage(SingleOptionalStringField stringLengthMessage) { + this.stringLengthMessage = stringLengthMessage; + } + + /** + * This is the getter method this will return the attribute value. + * Repeated string length message for nested string length test cases. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return stringLengthMessages + */ + @VsoMethod + public List getStringLengthMessages() { + return stringLengthMessages; + } + + /** + * This is the setter method. this will set the stringLengthMessages + * Repeated string length message for nested string length test cases. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return stringLengthMessages + */ + @VsoMethod + public void setStringLengthMessages(List stringLengthMessages) { + this.stringLengthMessages = stringLengthMessages; + } + + /** + * This is the setter method this will set the stringLengthMessages + * Repeated string length message for nested string length test cases. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return stringLengthMessages + */ + @VsoMethod + public L2StringLengthTestCase addStringLengthMessagesItem(SingleOptionalStringField stringLengthMessagesItem) { + if (this.stringLengthMessages == null) { + this.stringLengthMessages = new ArrayList(); + } + this.stringLengthMessages.add(stringLengthMessagesItem); + return this; + } + + + /** + * This is the getter method this will return the attribute value. + * String field for nested string length test cases. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return testString + */ + @VsoMethod + public String getTestString() { + return testString; + } + + /** + * This is the setter method to the attribute. + * String field for nested string length test cases. + * 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 testString set the testString. + */ + @VsoMethod + public void setTestString(String testString) { + this.testString = testString; + } + + /** + * This is the getter method this will return the attribute value. + * Repeated string field for nested string length test cases. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return testStrings + */ + @VsoMethod + public List getTestStrings() { + return testStrings; + } + + /** + * This is the setter method. this will set the testStrings + * Repeated string field for nested string length test cases. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return testStrings + */ + @VsoMethod + public void setTestStrings(List testStrings) { + this.testStrings = testStrings; + } + + /** + * This is the setter method this will set the testStrings + * Repeated string field for nested string length test cases. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return testStrings + */ + @VsoMethod + public L2StringLengthTestCase addTestStringsItem(String testStringsItem) { + if (this.testStrings == null) { + this.testStrings = new ArrayList(); + } + this.testStrings.add(testStringsItem); + return this; + } + + + + +@Override +public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + L2StringLengthTestCase objL2StringLengthTestCase = (L2StringLengthTestCase) o; + return Objects.equals(this.testString, objL2StringLengthTestCase.testString)&& + Objects.equals(this.testStrings, objL2StringLengthTestCase.testStrings)&& + Objects.equals(this.stringLengthMessage, objL2StringLengthTestCase.stringLengthMessage)&& + Objects.equals(this.stringLengthMessages, objL2StringLengthTestCase.stringLengthMessages); +} + +@Override +public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class L2StringLengthTestCase {\n"); + sb.append(" stringLengthMessage: ").append(toIndentedString(stringLengthMessage)).append("\n"); + sb.append(" stringLengthMessages: ").append(toIndentedString(stringLengthMessages)).append("\n"); + sb.append(" testString: ").append(toIndentedString(testString)).append("\n"); + sb.append(" testStrings: ").append(toIndentedString(testStrings)).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/L4ConnectionPolicy.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4ConnectionPolicy.java index 1eaedf55..9745e736 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4ConnectionPolicy.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4ConnectionPolicy.java @@ -34,6 +34,7 @@ public class L4ConnectionPolicy extends AviRestResource { * This is the getter method this will return the attribute value. * Rules to apply when a new transport connection is setup. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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 * Rules to apply when a new transport connection is setup. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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 * Rules to apply when a new transport connection is setup. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/L4Policies.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4Policies.java index 2ec824c6..8d6855e4 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4Policies.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4Policies.java @@ -38,6 +38,7 @@ public class L4Policies extends AviRestResource { * This is the getter method this will return the attribute value. * Index of the virtual service l4 policy set. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -50,6 +51,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Index of the virtual service l4 policy set. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -63,6 +65,7 @@ public void setIndex(Integer index) { * Id of the virtual service l4 policy set. * It is a reference to an object of type l4policyset. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return l4PolicySetRef */ @@ -76,6 +79,7 @@ public String getL4PolicySetRef() { * Id of the virtual service l4 policy set. * It is a reference to an object of type l4policyset. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param l4PolicySetRef set the l4PolicySetRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4PolicySet.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4PolicySet.java index ede476b4..17ac97f3 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4PolicySet.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4PolicySet.java @@ -71,6 +71,7 @@ public class L4PolicySet extends AviRestResource { * This is the getter method this will return the attribute value. * Creator name. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -83,6 +84,7 @@ public String getCreatedBy() { * This is the setter method to the attribute. * Creator name. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -94,6 +96,7 @@ public void setCreatedBy(String createdBy) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -105,6 +108,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -116,6 +120,7 @@ public void setDescription(String description) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isInternalPolicy */ @@ -127,6 +132,7 @@ public Boolean getIsInternalPolicy() { /** * This is the setter method to the attribute. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isInternalPolicy set the isInternalPolicy. */ @@ -139,6 +145,7 @@ public void setIsInternalPolicy(Boolean isInternalPolicy) { * This is the getter method this will return the attribute value. * Policy to apply when a new transport connection is setup. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return l4ConnectionPolicy */ @@ -151,6 +158,7 @@ public L4ConnectionPolicy getL4ConnectionPolicy() { * This is the setter method to the attribute. * Policy to apply when a new transport connection is setup. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param l4ConnectionPolicy set the l4ConnectionPolicy. */ @@ -166,6 +174,7 @@ public void setL4ConnectionPolicy(L4ConnectionPolicy l4ConnectionPolicy) { * 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 @@ -180,6 +189,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 @@ -194,6 +204,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 @@ -210,7 +221,8 @@ public L4PolicySet 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 */ @@ -223,7 +235,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 */ @@ -236,7 +249,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 */ @@ -254,6 +268,7 @@ public L4PolicySet addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * Name of the l4 policy set. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -266,6 +281,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the l4 policy set. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -278,6 +294,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -290,6 +307,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -321,6 +339,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Id of the l4 policy set. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -333,6 +352,7 @@ public String getUuid() { * This is the setter method to the attribute. * Id of the l4 policy set. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/L4Rule.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4Rule.java index 0bef2325..8f9cf9f2 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4Rule.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4Rule.java @@ -52,6 +52,7 @@ public class L4Rule extends AviRestResource { * This is the getter method this will return the attribute value. * Action to be performed upon successful rule match. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -64,6 +65,7 @@ public L4RuleAction getAction() { * This is the setter method to the attribute. * Action to be performed upon successful rule match. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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(L4RuleAction action) { * This is the getter method this will return the attribute value. * Enable or disable the rule. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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 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 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 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 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 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 null. * @param index set the index. */ @@ -124,6 +130,7 @@ public void setIndex(Integer index) { * This is the getter method this will return the attribute value. * Match criteria of the rule. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return match */ @@ -136,6 +143,7 @@ public L4RuleMatchTarget getMatch() { * This is the setter method to the attribute. * Match criteria of the rule. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param match set the match. */ @@ -148,6 +156,7 @@ public void setMatch(L4RuleMatchTarget match) { * This is the getter method this will return the attribute value. * Name of the rule. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -160,6 +169,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the rule. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/L4RuleAction.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4RuleAction.java index ee316e2e..c43493fb 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4RuleAction.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4RuleAction.java @@ -35,6 +35,7 @@ public class L4RuleAction extends AviRestResource { * This is the getter method this will return the attribute value. * Indicates pool or pool-group selection on rule match. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return selectPool */ @@ -47,6 +48,7 @@ public L4RuleActionSelectPool getSelectPool() { * This is the setter method to the attribute. * Indicates pool or pool-group selection on rule match. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param selectPool set the selectPool. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4RuleActionSelectPool.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4RuleActionSelectPool.java index a55a11b1..c15cdf3b 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4RuleActionSelectPool.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4RuleActionSelectPool.java @@ -43,8 +43,8 @@ public class L4RuleActionSelectPool extends AviRestResource { * Indicates action to take on rule match. * Enum options - L4_RULE_ACTION_SELECT_POOL, L4_RULE_ACTION_SELECT_POOLGROUP. * Field introduced in 17.2.7. - * Allowed in basic(allowed values- l4_rule_action_select_pool) edition, essentials(allowed values- l4_rule_action_select_pool) edition, enterprise - * edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- l4_rule_action_select_pool), basic edition(allowed values- + * l4_rule_action_select_pool), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return actionType */ @@ -58,8 +58,8 @@ public String getActionType() { * Indicates action to take on rule match. * Enum options - L4_RULE_ACTION_SELECT_POOL, L4_RULE_ACTION_SELECT_POOLGROUP. * Field introduced in 17.2.7. - * Allowed in basic(allowed values- l4_rule_action_select_pool) edition, essentials(allowed values- l4_rule_action_select_pool) edition, enterprise - * edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- l4_rule_action_select_pool), basic edition(allowed values- + * l4_rule_action_select_pool), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param actionType set the actionType. */ @@ -73,7 +73,7 @@ public void setActionType(String actionType) { * Id of the pool group to serve the request. * It is a reference to an object of type poolgroup. * Field introduced in 17.2.7. - * Allowed in 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 poolGroupRef */ @@ -87,7 +87,7 @@ public String getPoolGroupRef() { * Id of the pool group to serve the request. * It is a reference to an object of type poolgroup. * Field introduced in 17.2.7. - * Allowed in 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 poolGroupRef set the poolGroupRef. */ @@ -101,6 +101,7 @@ public void setPoolGroupRef(String poolGroupRef) { * Id of the pool of servers to serve the request. * It is a reference to an object of type pool. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRef */ @@ -114,6 +115,7 @@ public String getPoolRef() { * Id of the pool of servers to serve the request. * It is a reference to an object of type pool. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/L4RuleMatchTarget.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4RuleMatchTarget.java index c43042d9..07638d4b 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4RuleMatchTarget.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4RuleMatchTarget.java @@ -45,7 +45,7 @@ public class L4RuleMatchTarget extends AviRestResource { * This is the getter method this will return the attribute value. * Ip addresses to match against client ip. * Field introduced in 17.2.7. - * Allowed in 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 clientIp */ @@ -58,7 +58,7 @@ public IpAddrMatch getClientIp() { * This is the setter method to the attribute. * Ip addresses to match against client ip. * Field introduced in 17.2.7. - * Allowed in 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 clientIp set the clientIp. */ @@ -71,6 +71,7 @@ public void setClientIp(IpAddrMatch clientIp) { * This is the getter method this will return the attribute value. * Port number to match against virtual service listner port. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -83,6 +84,7 @@ public L4RulePortMatch getPort() { * This is the setter method to the attribute. * Port number to match against virtual service listner port. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ @@ -95,7 +97,7 @@ public void setPort(L4RulePortMatch port) { * This is the getter method this will return the attribute value. * Tcp/udp/icmp protocol to match against transport protocol. * Field introduced in 17.2.7. - * Allowed in 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 protocol */ @@ -108,7 +110,7 @@ public L4RuleProtocolMatch getProtocol() { * This is the setter method to the attribute. * Tcp/udp/icmp protocol to match against transport protocol. * Field introduced in 17.2.7. - * Allowed in 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 protocol set the protocol. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4RulePortMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4RulePortMatch.java index 34a89923..3f52a445 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4RulePortMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4RulePortMatch.java @@ -43,6 +43,7 @@ public class L4RulePortMatch extends AviRestResource { * Criterion to use for virtual service port matching. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -56,6 +57,7 @@ public String getMatchCriteria() { * Criterion to use for virtual service port matching. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -68,6 +70,7 @@ public void setMatchCriteria(String matchCriteria) { * This is the getter method this will return the attribute value. * Range of tcp/udp port numbers of the virtual service. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return portRanges */ @@ -80,6 +83,7 @@ public List getPortRanges() { * This is the setter method. this will set the portRanges * Range of tcp/udp port numbers of the virtual service. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return portRanges */ @@ -92,6 +96,7 @@ public void setPortRanges(List portRanges) { * This is the setter method this will set the portRanges * Range of tcp/udp port numbers of the virtual service. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return portRanges */ @@ -110,6 +115,7 @@ public L4RulePortMatch addPortRangesItem(PortRange portRangesItem) { * Virtual service's listening port(s). * Allowed values are 1-65535. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ports */ @@ -123,6 +129,7 @@ public List getPorts() { * Virtual service's listening port(s). * Allowed values are 1-65535. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ports */ @@ -136,6 +143,7 @@ public void setPorts(List ports) { * Virtual service's listening port(s). * Allowed values are 1-65535. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ports */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4RuleProtocolMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4RuleProtocolMatch.java index e2e8b238..a2d364ab 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4RuleProtocolMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L4RuleProtocolMatch.java @@ -39,6 +39,7 @@ public class L4RuleProtocolMatch extends AviRestResource { * Criterion to use for transport protocol matching. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -52,6 +53,7 @@ public String getMatchCriteria() { * Criterion to use for transport protocol matching. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -65,6 +67,7 @@ public void setMatchCriteria(String matchCriteria) { * Transport protocol to match. * Enum options - PROTOCOL_ICMP, PROTOCOL_TCP, PROTOCOL_UDP. * 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 null. * @return protocol */ @@ -78,6 +81,7 @@ public String getProtocol() { * Transport protocol to match. * Enum options - PROTOCOL_ICMP, PROTOCOL_TCP, PROTOCOL_UDP. * 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 null. * @param protocol set the protocol. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L7limits.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L7limits.java index aa9e67f8..ed3e89dd 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L7limits.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/L7limits.java @@ -78,6 +78,7 @@ public class L7limits extends AviRestResource { * This is the getter method this will return the attribute value. * Number of httppolicies attached to a vs. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpPoliciesPerVs */ @@ -90,6 +91,7 @@ public Integer getHttpPoliciesPerVs() { * This is the setter method to the attribute. * Number of httppolicies attached to a vs. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpPoliciesPerVs set the httpPoliciesPerVs. */ @@ -102,6 +104,7 @@ public void setHttpPoliciesPerVs(Integer httpPoliciesPerVs) { * This is the getter method this will return the attribute value. * Number of compression filters. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numCompressionFilters */ @@ -114,6 +117,7 @@ public Integer getNumCompressionFilters() { * This is the setter method to the attribute. * Number of compression filters. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numCompressionFilters set the numCompressionFilters. */ @@ -126,6 +130,7 @@ public void setNumCompressionFilters(Integer numCompressionFilters) { * This is the getter method this will return the attribute value. * Number of custom strings per match/action. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numCustomStr */ @@ -138,6 +143,7 @@ public Integer getNumCustomStr() { * This is the setter method to the attribute. * Number of custom strings per match/action. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numCustomStr set the numCustomStr. */ @@ -150,6 +156,7 @@ public void setNumCustomStr(Integer numCustomStr) { * This is the getter method this will return the attribute value. * Number of matches per rule. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numMatchesPerRule */ @@ -162,6 +169,7 @@ public Integer getNumMatchesPerRule() { * This is the setter method to the attribute. * Number of matches per rule. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numMatchesPerRule set the numMatchesPerRule. */ @@ -174,6 +182,7 @@ public void setNumMatchesPerRule(Integer numMatchesPerRule) { * This is the getter method this will return the attribute value. * Number of rules per httprequest/httpresponse/httpsecurity policy. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numRulesPerHttpPolicy */ @@ -186,6 +195,7 @@ public Integer getNumRulesPerHttpPolicy() { * This is the setter method to the attribute. * Number of rules per httprequest/httpresponse/httpsecurity policy. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numRulesPerHttpPolicy set the numRulesPerHttpPolicy. */ @@ -198,6 +208,7 @@ public void setNumRulesPerHttpPolicy(Integer numRulesPerHttpPolicy) { * This is the getter method this will return the attribute value. * Number of stringgroups/ipgroups per match. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numStrgroupsPerMatch */ @@ -210,6 +221,7 @@ public Integer getNumStrgroupsPerMatch() { * This is the setter method to the attribute. * Number of stringgroups/ipgroups per match. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numStrgroupsPerMatch set the numStrgroupsPerMatch. */ @@ -222,6 +234,7 @@ public void setNumStrgroupsPerMatch(Integer numStrgroupsPerMatch) { * This is the getter method this will return the attribute value. * Number of implicit strings for cacheable mime types. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return strCacheMime */ @@ -234,6 +247,7 @@ public Integer getStrCacheMime() { * This is the setter method to the attribute. * Number of implicit strings for cacheable mime types. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param strCacheMime set the strCacheMime. */ @@ -246,6 +260,7 @@ public void setStrCacheMime(Integer strCacheMime) { * This is the getter method this will return the attribute value. * Number of string groups for cacheable mime types. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return strGroupsCacheMime */ @@ -258,6 +273,7 @@ public Integer getStrGroupsCacheMime() { * This is the setter method to the attribute. * Number of string groups for cacheable mime types. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param strGroupsCacheMime set the strGroupsCacheMime. */ @@ -270,6 +286,7 @@ public void setStrGroupsCacheMime(Integer strGroupsCacheMime) { * This is the getter method this will return the attribute value. * Number of string groups for non cacheable mime types. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return strGroupsNoCacheMime */ @@ -282,6 +299,7 @@ public Integer getStrGroupsNoCacheMime() { * This is the setter method to the attribute. * Number of string groups for non cacheable mime types. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param strGroupsNoCacheMime set the strGroupsNoCacheMime. */ @@ -294,6 +312,7 @@ public void setStrGroupsNoCacheMime(Integer strGroupsNoCacheMime) { * This is the getter method this will return the attribute value. * Number of string groups for non cacheable uri. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return strGroupsNoCacheUri */ @@ -306,6 +325,7 @@ public Integer getStrGroupsNoCacheUri() { * This is the setter method to the attribute. * Number of string groups for non cacheable uri. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param strGroupsNoCacheUri set the strGroupsNoCacheUri. */ @@ -318,6 +338,7 @@ public void setStrGroupsNoCacheUri(Integer strGroupsNoCacheUri) { * This is the getter method this will return the attribute value. * Number of implicit strings for non cacheable mime types. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return strNoCacheMime */ @@ -330,6 +351,7 @@ public Integer getStrNoCacheMime() { * This is the setter method to the attribute. * Number of implicit strings for non cacheable mime types. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param strNoCacheMime set the strNoCacheMime. */ @@ -342,6 +364,7 @@ public void setStrNoCacheMime(Integer strNoCacheMime) { * This is the getter method this will return the attribute value. * Number of implicit strings for non cacheable uri. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return strNoCacheUri */ @@ -354,6 +377,7 @@ public Integer getStrNoCacheUri() { * This is the setter method to the attribute. * Number of implicit strings for non cacheable uri. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param strNoCacheUri set the strNoCacheUri. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LDAPVSConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LDAPVSConfig.java index f2316711..c2d00d05 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LDAPVSConfig.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LDAPVSConfig.java @@ -62,6 +62,7 @@ public class LDAPVSConfig extends AviRestResource { * This is the getter method this will return the attribute value. * Basic authentication realm to present to a user along with the prompt for credentials. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return realm */ @@ -74,6 +75,7 @@ public String getRealm() { * This is the setter method to the attribute. * Basic authentication realm to present to a user along with the prompt for credentials. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param realm set the realm. */ @@ -87,6 +89,7 @@ public void setRealm(String realm) { * Default bind timeout enforced on connections to ldap server. * Field introduced in 21.1.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5000. * @return seAuthLdapBindTimeout */ @@ -100,6 +103,7 @@ public Integer getSeAuthLdapBindTimeout() { * Default bind timeout enforced on connections to ldap server. * Field introduced in 21.1.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5000. * @param seAuthLdapBindTimeout set the seAuthLdapBindTimeout. */ @@ -113,6 +117,7 @@ public void setSeAuthLdapBindTimeout(Integer seAuthLdapBindTimeout) { * Size of ldap auth credentials cache used on the dataplane. * Field introduced in 21.1.1. * Unit is bytes. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100000. * @return seAuthLdapCacheSize */ @@ -126,6 +131,7 @@ public Integer getSeAuthLdapCacheSize() { * Size of ldap auth credentials cache used on the dataplane. * Field introduced in 21.1.1. * Unit is bytes. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100000. * @param seAuthLdapCacheSize set the seAuthLdapCacheSize. */ @@ -139,6 +145,7 @@ public void setSeAuthLdapCacheSize(Integer seAuthLdapCacheSize) { * Default connection timeout enforced on connections to ldap server. * Field introduced in 21.1.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @return seAuthLdapConnectTimeout */ @@ -152,6 +159,7 @@ public Integer getSeAuthLdapConnectTimeout() { * Default connection timeout enforced on connections to ldap server. * Field introduced in 21.1.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @param seAuthLdapConnectTimeout set the seAuthLdapConnectTimeout. */ @@ -164,6 +172,7 @@ public void setSeAuthLdapConnectTimeout(Integer seAuthLdapConnectTimeout) { * This is the getter method this will return the attribute value. * Number of concurrent connections to ldap server by a single basic auth ldap process. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return seAuthLdapConnsPerServer */ @@ -176,6 +185,7 @@ public Integer getSeAuthLdapConnsPerServer() { * This is the setter method to the attribute. * Number of concurrent connections to ldap server by a single basic auth ldap process. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param seAuthLdapConnsPerServer set the seAuthLdapConnsPerServer. */ @@ -189,6 +199,7 @@ public void setSeAuthLdapConnsPerServer(Integer seAuthLdapConnsPerServer) { * Default reconnect timeout enforced on connections to ldap server. * Field introduced in 21.1.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @return seAuthLdapReconnectTimeout */ @@ -202,6 +213,7 @@ public Integer getSeAuthLdapReconnectTimeout() { * Default reconnect timeout enforced on connections to ldap server. * Field introduced in 21.1.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @param seAuthLdapReconnectTimeout set the seAuthLdapReconnectTimeout. */ @@ -215,6 +227,7 @@ public void setSeAuthLdapReconnectTimeout(Integer seAuthLdapReconnectTimeout) { * Default login or group search request timeout enforced on connections to ldap server. * Field introduced in 21.1.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @return seAuthLdapRequestTimeout */ @@ -228,6 +241,7 @@ public Integer getSeAuthLdapRequestTimeout() { * Default login or group search request timeout enforced on connections to ldap server. * Field introduced in 21.1.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @param seAuthLdapRequestTimeout set the seAuthLdapRequestTimeout. */ @@ -240,6 +254,7 @@ public void setSeAuthLdapRequestTimeout(Integer seAuthLdapRequestTimeout) { * This is the getter method this will return the attribute value. * If enabled, connections are always made to the first available ldap server in the list and will failover to subsequent servers. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return seAuthLdapServersFailoverOnly */ @@ -252,6 +267,7 @@ public Boolean getSeAuthLdapServersFailoverOnly() { * This is the setter method to the attribute. * If enabled, connections are always made to the first available ldap server in the list and will failover to subsequent servers. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param seAuthLdapServersFailoverOnly set the seAuthLdapServersFailoverOnly. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LabelGroup.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LabelGroup.java index c8bfbdf7..31523010 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LabelGroup.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LabelGroup.java @@ -46,6 +46,7 @@ public class LabelGroup extends AviRestResource { * This is the getter method this will return the attribute value. * List of allowed or suggested labels for the label group. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -58,6 +59,7 @@ public List getLabels() { * This is the setter method. this will set the labels * List of allowed or suggested labels for the label group. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -70,6 +72,7 @@ public void setLabels(List labels) { * This is the setter method this will set the labels * List of allowed or suggested labels for the label group. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -87,6 +90,7 @@ public LabelGroup addLabelsItem(RoleMatchOperationMatchLabel labelsItem) { * This is the getter method this will return the attribute value. * Name of the label group. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -99,6 +103,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the label group. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -130,6 +135,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the label group. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -142,6 +148,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the label group. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * 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/LatencyAuditProperties.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LatencyAuditProperties.java index 6993e9f3..fb0b4616 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LatencyAuditProperties.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LatencyAuditProperties.java @@ -47,6 +47,7 @@ public class LatencyAuditProperties extends AviRestResource { * Audit tcp connection establishment time. * Enum options - LATENCY_AUDIT_OFF, LATENCY_AUDIT_ON, LATENCY_AUDIT_ON_WITH_SIG. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return connEstAuditMode */ @@ -60,6 +61,7 @@ public String getConnEstAuditMode() { * Audit tcp connection establishment time. * Enum options - LATENCY_AUDIT_OFF, LATENCY_AUDIT_ON, LATENCY_AUDIT_ON_WITH_SIG. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param connEstAuditMode set the connEstAuditMode. */ @@ -73,6 +75,7 @@ public void setConnEstAuditMode(String connEstAuditMode) { * Maximum threshold for connection establishment time. * 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 null. * @return connEstThreshold */ @@ -86,6 +89,7 @@ public Integer getConnEstThreshold() { * Maximum threshold for connection establishment time. * 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 null. * @param connEstThreshold set the connEstThreshold. */ @@ -99,6 +103,7 @@ public void setConnEstThreshold(Integer connEstThreshold) { * Audit dispatcher to proxy latency. * Enum options - LATENCY_AUDIT_OFF, LATENCY_AUDIT_ON, LATENCY_AUDIT_ON_WITH_SIG. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return latencyAuditMode */ @@ -112,6 +117,7 @@ public String getLatencyAuditMode() { * Audit dispatcher to proxy latency. * Enum options - LATENCY_AUDIT_OFF, LATENCY_AUDIT_ON, LATENCY_AUDIT_ON_WITH_SIG. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param latencyAuditMode set the latencyAuditMode. */ @@ -125,6 +131,7 @@ public void setLatencyAuditMode(String latencyAuditMode) { * Maximum latency threshold between dispatcher and proxy. * 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 null. * @return latencyThreshold */ @@ -138,6 +145,7 @@ public Integer getLatencyThreshold() { * Maximum latency threshold between dispatcher and proxy. * 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 null. * @param latencyThreshold set the latencyThreshold. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LdapAuthSettings.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LdapAuthSettings.java index b49d1c68..ac68bac4 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LdapAuthSettings.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LdapAuthSettings.java @@ -68,6 +68,7 @@ public class LdapAuthSettings extends AviRestResource { * This is the getter method this will return the attribute value. * The ldap base dn. * For example, avinetworks.com would be dc=avinetworks,dc=com. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return baseDn */ @@ -80,6 +81,7 @@ public String getBaseDn() { * This is the setter method to the attribute. * The ldap base dn. * For example, avinetworks.com would be dc=avinetworks,dc=com. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param baseDn set the baseDn. */ @@ -91,6 +93,7 @@ public void setBaseDn(String baseDn) { /** * This is the getter method this will return the attribute value. * Ldap administrator credentials are used to search for users and group memberships. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return bindAsAdministrator */ @@ -102,6 +105,7 @@ public Boolean getBindAsAdministrator() { /** * This is the setter method to the attribute. * Ldap administrator credentials are used to search for users and group memberships. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param bindAsAdministrator set the bindAsAdministrator. */ @@ -113,6 +117,7 @@ public void setBindAsAdministrator(Boolean bindAsAdministrator) { /** * This is the getter method this will return the attribute value. * Ldap attribute that refers to user email. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "email". * @return emailAttribute */ @@ -124,6 +129,7 @@ public String getEmailAttribute() { /** * This is the setter method to the attribute. * Ldap attribute that refers to user email. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "email". * @param emailAttribute set the emailAttribute. */ @@ -135,6 +141,7 @@ public void setEmailAttribute(String emailAttribute) { /** * This is the getter method this will return the attribute value. * Ldap attribute that refers to user's full name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "name". * @return fullNameAttribute */ @@ -146,6 +153,7 @@ public String getFullNameAttribute() { /** * This is the setter method to the attribute. * Ldap attribute that refers to user's full name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "name". * @param fullNameAttribute set the fullNameAttribute. */ @@ -157,6 +165,7 @@ public void setFullNameAttribute(String fullNameAttribute) { /** * This is the getter method this will return the attribute value. * Query the ldap servers on this port. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 389. * @return port */ @@ -168,6 +177,7 @@ public Integer getPort() { /** * This is the setter method to the attribute. * Query the ldap servers on this port. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 389. * @param port set the port. */ @@ -180,6 +190,7 @@ public void setPort(Integer port) { * This is the getter method this will return the attribute value. * Ldap connection security mode. * Enum options - AUTH_LDAP_SECURE_NONE, AUTH_LDAP_SECURE_USE_LDAPS. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return securityMode */ @@ -192,6 +203,7 @@ public String getSecurityMode() { * This is the setter method to the attribute. * Ldap connection security mode. * Enum options - AUTH_LDAP_SECURE_NONE, AUTH_LDAP_SECURE_USE_LDAPS. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param securityMode set the securityMode. */ @@ -205,6 +217,7 @@ public void setSecurityMode(String securityMode) { * Ldap server ip address or hostname. * Use ip address if an auth profile is used to configure virtual service. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return server */ @@ -218,6 +231,7 @@ public List getServer() { * Ldap server ip address or hostname. * Use ip address if an auth profile is used to configure virtual service. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return server */ @@ -231,6 +245,7 @@ public void setServer(List server) { * Ldap server ip address or hostname. * Use ip address if an auth profile is used to configure virtual service. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return server */ @@ -247,6 +262,7 @@ public LdapAuthSettings addServerItem(String serverItem) { /** * This is the getter method this will return the attribute value. * Ldap full directory configuration with administrator credentials. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return settings */ @@ -258,6 +274,7 @@ public LdapDirectorySettings getSettings() { /** * This is the setter method to the attribute. * Ldap full directory configuration with administrator credentials. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param settings set the settings. */ @@ -269,6 +286,7 @@ public void setSettings(LdapDirectorySettings settings) { /** * This is the getter method this will return the attribute value. * Ldap anonymous bind configuration. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userBind */ @@ -280,6 +298,7 @@ public LdapUserBindSettings getUserBind() { /** * This is the setter method to the attribute. * Ldap anonymous bind configuration. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userBind set the userBind. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LdapDirectorySettings.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LdapDirectorySettings.java index a1491170..5effc4b3 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LdapDirectorySettings.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LdapDirectorySettings.java @@ -78,6 +78,7 @@ public class LdapDirectorySettings extends AviRestResource { * This is the getter method this will return the attribute value. * Ldap admin user dn. * Administrator credentials are required to search for users under user search dn or groups under group search dn. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return adminBindDn */ @@ -90,6 +91,7 @@ public String getAdminBindDn() { * This is the setter method to the attribute. * Ldap admin user dn. * Administrator credentials are required to search for users under user search dn or groups under group search dn. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param adminBindDn set the adminBindDn. */ @@ -101,6 +103,7 @@ public void setAdminBindDn(String adminBindDn) { /** * This is the getter method this will return the attribute value. * Group filter is used to identify groups during search. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "(objectClass=*)". * @return groupFilter */ @@ -112,6 +115,7 @@ public String getGroupFilter() { /** * This is the setter method to the attribute. * Group filter is used to identify groups during search. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "(objectClass=*)". * @param groupFilter set the groupFilter. */ @@ -123,6 +127,7 @@ public void setGroupFilter(String groupFilter) { /** * This is the getter method this will return the attribute value. * Ldap group attribute that identifies each of the group members. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "member". * @return groupMemberAttribute */ @@ -134,6 +139,7 @@ public String getGroupMemberAttribute() { /** * This is the setter method to the attribute. * Ldap group attribute that identifies each of the group members. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "member". * @param groupMemberAttribute set the groupMemberAttribute. */ @@ -145,6 +151,7 @@ public void setGroupMemberAttribute(String groupMemberAttribute) { /** * This is the getter method this will return the attribute value. * Group member entries contain full dns instead of just user id attribute values. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return groupMemberIsFullDn */ @@ -156,6 +163,7 @@ public Boolean getGroupMemberIsFullDn() { /** * This is the setter method to the attribute. * Group member entries contain full dns instead of just user id attribute values. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param groupMemberIsFullDn set the groupMemberIsFullDn. */ @@ -168,6 +176,7 @@ public void setGroupMemberIsFullDn(Boolean groupMemberIsFullDn) { * This is the getter method this will return the attribute value. * Ldap group search dn is the root of search for a given group in the ldap directory. * Only matching groups present in this ldap directory sub-tree will be checked for user membership. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groupSearchDn */ @@ -180,6 +189,7 @@ public String getGroupSearchDn() { * This is the setter method to the attribute. * Ldap group search dn is the root of search for a given group in the ldap directory. * Only matching groups present in this ldap directory sub-tree will be checked for user membership. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param groupSearchDn set the groupSearchDn. */ @@ -192,6 +202,7 @@ public void setGroupSearchDn(String groupSearchDn) { * This is the getter method this will return the attribute value. * Ldap group search scope defines how deep to search for the group starting from the group search dn. * Enum options - AUTH_LDAP_SCOPE_BASE, AUTH_LDAP_SCOPE_ONE, AUTH_LDAP_SCOPE_SUBTREE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AUTH_LDAP_SCOPE_SUBTREE". * @return groupSearchScope */ @@ -204,6 +215,7 @@ public String getGroupSearchScope() { * This is the setter method to the attribute. * Ldap group search scope defines how deep to search for the group starting from the group search dn. * Enum options - AUTH_LDAP_SCOPE_BASE, AUTH_LDAP_SCOPE_ONE, AUTH_LDAP_SCOPE_SUBTREE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AUTH_LDAP_SCOPE_SUBTREE". * @param groupSearchScope set the groupSearchScope. */ @@ -215,6 +227,7 @@ public void setGroupSearchScope(String groupSearchScope) { /** * This is the getter method this will return the attribute value. * During user or group search, ignore searching referrals. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return ignoreReferrals */ @@ -226,6 +239,7 @@ public Boolean getIgnoreReferrals() { /** * This is the setter method to the attribute. * During user or group search, ignore searching referrals. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param ignoreReferrals set the ignoreReferrals. */ @@ -237,6 +251,7 @@ public void setIgnoreReferrals(Boolean ignoreReferrals) { /** * This is the getter method this will return the attribute value. * Ldap admin user password. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return password */ @@ -248,6 +263,7 @@ public String getPassword() { /** * This is the setter method to the attribute. * Ldap admin user password. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param password set the password. */ @@ -259,6 +275,7 @@ public void setPassword(String password) { /** * This is the getter method this will return the attribute value. * Ldap user attributes to fetch on a successful user bind. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userAttributes */ @@ -270,6 +287,7 @@ public List getUserAttributes() { /** * This is the setter method. this will set the userAttributes * Ldap user attributes to fetch on a successful user bind. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userAttributes */ @@ -281,6 +299,7 @@ public void setUserAttributes(List userAttributes) { /** * This is the setter method this will set the userAttributes * Ldap user attributes to fetch on a successful user bind. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userAttributes */ @@ -297,6 +316,7 @@ public LdapDirectorySettings addUserAttributesItem(String userAttributesItem) { /** * This is the getter method this will return the attribute value. * Ldap user id attribute is the login attribute that uniquely identifies a single user record. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userIdAttribute */ @@ -308,6 +328,7 @@ public String getUserIdAttribute() { /** * This is the setter method to the attribute. * Ldap user id attribute is the login attribute that uniquely identifies a single user record. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userIdAttribute set the userIdAttribute. */ @@ -320,6 +341,7 @@ public void setUserIdAttribute(String userIdAttribute) { * This is the getter method this will return the attribute value. * Ldap user search dn is the root of search for a given user in the ldap directory. * Only user records present in this ldap directory sub-tree will be validated. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userSearchDn */ @@ -332,6 +354,7 @@ public String getUserSearchDn() { * This is the setter method to the attribute. * Ldap user search dn is the root of search for a given user in the ldap directory. * Only user records present in this ldap directory sub-tree will be validated. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userSearchDn set the userSearchDn. */ @@ -344,6 +367,7 @@ public void setUserSearchDn(String userSearchDn) { * This is the getter method this will return the attribute value. * Ldap user search scope defines how deep to search for the user starting from user search dn. * Enum options - AUTH_LDAP_SCOPE_BASE, AUTH_LDAP_SCOPE_ONE, AUTH_LDAP_SCOPE_SUBTREE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AUTH_LDAP_SCOPE_ONE". * @return userSearchScope */ @@ -356,6 +380,7 @@ public String getUserSearchScope() { * This is the setter method to the attribute. * Ldap user search scope defines how deep to search for the user starting from user search dn. * Enum options - AUTH_LDAP_SCOPE_BASE, AUTH_LDAP_SCOPE_ONE, AUTH_LDAP_SCOPE_SUBTREE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AUTH_LDAP_SCOPE_ONE". * @param userSearchScope set the userSearchScope. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LdapUserBindSettings.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LdapUserBindSettings.java index c6593de0..0d069522 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LdapUserBindSettings.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LdapUserBindSettings.java @@ -45,6 +45,7 @@ public class LdapUserBindSettings extends AviRestResource { /** * This is the getter method this will return the attribute value. * Ldap user dn pattern is used to bind ldap user after replacing the user token with real username. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnTemplate */ @@ -56,6 +57,7 @@ public String getDnTemplate() { /** * This is the setter method to the attribute. * Ldap user dn pattern is used to bind ldap user after replacing the user token with real username. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnTemplate set the dnTemplate. */ @@ -67,6 +69,7 @@ public void setDnTemplate(String dnTemplate) { /** * This is the getter method this will return the attribute value. * Ldap token is replaced with real user name in the user dn pattern. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "". * @return token */ @@ -78,6 +81,7 @@ public String getToken() { /** * This is the setter method to the attribute. * Ldap token is replaced with real user name in the user dn pattern. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "". * @param token set the token. */ @@ -89,6 +93,7 @@ public void setToken(String token) { /** * This is the getter method this will return the attribute value. * Ldap user attributes to fetch on a successful user bind. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userAttributes */ @@ -100,6 +105,7 @@ public List getUserAttributes() { /** * This is the setter method. this will set the userAttributes * Ldap user attributes to fetch on a successful user bind. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userAttributes */ @@ -111,6 +117,7 @@ public void setUserAttributes(List userAttributes) { /** * This is the setter method this will set the userAttributes * Ldap user attributes to fetch on a successful user bind. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userAttributes */ @@ -127,6 +134,7 @@ public LdapUserBindSettings addUserAttributesItem(String userAttributesItem) { /** * This is the getter method this will return the attribute value. * Ldap user id attribute is the login attribute that uniquely identifies a single user record. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userIdAttribute */ @@ -138,6 +146,7 @@ public String getUserIdAttribute() { /** * This is the setter method to the attribute. * Ldap user id attribute is the login attribute that uniquely identifies a single user record. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userIdAttribute set the userIdAttribute. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LearningLogPolicy.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LearningLogPolicy.java index e01c9465..52229abf 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LearningLogPolicy.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LearningLogPolicy.java @@ -42,6 +42,7 @@ public class LearningLogPolicy extends AviRestResource { * This is the getter method this will return the attribute value. * Determine whether app learning logging is enabled. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enabled */ @@ -54,6 +55,7 @@ public Boolean getEnabled() { * This is the setter method to the attribute. * Determine whether app learning logging is enabled. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enabled set the enabled. */ @@ -66,6 +68,7 @@ public void setEnabled(Boolean enabled) { * This is the getter method this will return the attribute value. * Host name where learning logs will be sent to. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return host */ @@ -78,6 +81,7 @@ public String getHost() { * This is the setter method to the attribute. * Host name where learning logs will be sent to. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param host set the host. */ @@ -90,6 +94,7 @@ public void setHost(String host) { * This is the getter method this will return the attribute value. * Port number for the service listening for learning logs. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -102,6 +107,7 @@ public Integer getPort() { * This is the setter method to the attribute. * Port number for the service listening for learning logs. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseDetails.java index 8efeef3f..75229dbd 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseDetails.java @@ -48,7 +48,7 @@ public class LicenseDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property backend_servers of obj type licensedetails 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 backendServers */ @@ -59,7 +59,7 @@ public Integer getBackendServers() { /** * This is the setter method to the attribute. - * Placeholder for description of property backend_servers of obj type licensedetails 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 backendServers set the backendServers. */ @@ -70,7 +70,7 @@ public void setBackendServers(Integer backendServers) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property expiry_at of obj type licensedetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return expiryAt */ @@ -81,7 +81,7 @@ public String getExpiryAt() { /** * This is the setter method to the attribute. - * Placeholder for description of property expiry_at of obj type licensedetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param expiryAt set the expiryAt. */ @@ -92,7 +92,7 @@ public void setExpiryAt(String expiryAt) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property license_id of obj type licensedetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseId */ @@ -103,7 +103,7 @@ public String getLicenseId() { /** * This is the setter method to the attribute. - * Placeholder for description of property license_id of obj type licensedetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseId set the licenseId. */ @@ -114,7 +114,7 @@ public void setLicenseId(String licenseId) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property license_type of obj type licensedetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -125,7 +125,7 @@ public String getLicenseType() { /** * This is the setter method to the attribute. - * Placeholder for description of property license_type of obj type licensedetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -136,7 +136,7 @@ public void setLicenseType(String licenseType) { /** * 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 */ @@ -147,7 +147,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/LicenseExpiryDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseExpiryDetails.java index 8a335feb..5d570e23 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseExpiryDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseExpiryDetails.java @@ -84,7 +84,7 @@ public class LicenseExpiryDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property backend_servers of obj type licenseexpirydetails 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 backendServers */ @@ -95,7 +95,7 @@ public Integer getBackendServers() { /** * This is the setter method to the attribute. - * Placeholder for description of property backend_servers of obj type licenseexpirydetails 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 backendServers set the backendServers. */ @@ -106,7 +106,7 @@ public void setBackendServers(Integer backendServers) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property burst_cores of obj type licenseexpirydetails 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 burstCores */ @@ -117,7 +117,7 @@ public Integer getBurstCores() { /** * This is the setter method to the attribute. - * Placeholder for description of property burst_cores of obj type licenseexpirydetails 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 burstCores set the burstCores. */ @@ -128,7 +128,7 @@ public void setBurstCores(Integer burstCores) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cores of obj type licenseexpirydetails 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 */ @@ -139,7 +139,7 @@ public Integer getCores() { /** * This is the setter method to the attribute. - * Placeholder for description of property cores of obj type licenseexpirydetails 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. */ @@ -150,7 +150,7 @@ public void setCores(Integer cores) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cpu_cores of obj type licenseexpirydetails 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 cpuCores */ @@ -161,7 +161,7 @@ public Float getCpuCores() { /** * This is the setter method to the attribute. - * Placeholder for description of property cpu_cores of obj type licenseexpirydetails 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 cpuCores set the cpuCores. */ @@ -172,7 +172,7 @@ public void setCpuCores(Float cpuCores) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property expiry_at of obj type licenseexpirydetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return expiryAt */ @@ -183,7 +183,7 @@ public String getExpiryAt() { /** * This is the setter method to the attribute. - * Placeholder for description of property expiry_at of obj type licenseexpirydetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param expiryAt set the expiryAt. */ @@ -194,7 +194,7 @@ public void setExpiryAt(String expiryAt) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property license_id of obj type licenseexpirydetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseId */ @@ -205,7 +205,7 @@ public String getLicenseId() { /** * This is the setter method to the attribute. - * Placeholder for description of property license_id of obj type licenseexpirydetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseId set the licenseId. */ @@ -216,7 +216,7 @@ public void setLicenseId(String licenseId) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property license_tier of obj type licenseexpirydetails 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 licenseTier */ @@ -227,7 +227,7 @@ public List getLicenseTier() { /** * This is the setter method. this will set the licenseTier - * Placeholder for description of property license_tier of obj type licenseexpirydetails 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 licenseTier */ @@ -238,7 +238,7 @@ public void setLicenseTier(List licenseTier) { /** * This is the setter method this will set the licenseTier - * Placeholder for description of property license_tier of obj type licenseexpirydetails 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 licenseTier */ @@ -254,7 +254,7 @@ public LicenseExpiryDetails addLicenseTierItem(String licenseTierItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property license_type of obj type licenseexpirydetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -265,7 +265,7 @@ public String getLicenseType() { /** * This is the setter method to the attribute. - * Placeholder for description of property license_type of obj type licenseexpirydetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -276,7 +276,7 @@ public void setLicenseType(String licenseType) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property max_apps of obj type licenseexpirydetails 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 maxApps */ @@ -287,7 +287,7 @@ public Integer getMaxApps() { /** * This is the setter method to the attribute. - * Placeholder for description of property max_apps of obj type licenseexpirydetails 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 maxApps set the maxApps. */ @@ -298,7 +298,7 @@ public void setMaxApps(Integer maxApps) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property max_ses of obj type licenseexpirydetails 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 maxSes */ @@ -309,7 +309,7 @@ public Integer getMaxSes() { /** * This is the setter method to the attribute. - * Placeholder for description of property max_ses of obj type licenseexpirydetails 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 maxSes set the maxSes. */ @@ -320,7 +320,7 @@ public void setMaxSes(Integer maxSes) { /** * 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 */ @@ -331,7 +331,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. */ @@ -342,7 +342,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property service_cores of obj type licenseexpirydetails 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 serviceCores */ @@ -353,7 +353,7 @@ public Float getServiceCores() { /** * This is the setter method to the attribute. - * Placeholder for description of property service_cores of obj type licenseexpirydetails 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 serviceCores set the serviceCores. */ @@ -364,7 +364,7 @@ public void setServiceCores(Float serviceCores) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property sockets of obj type licenseexpirydetails 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 sockets */ @@ -375,7 +375,7 @@ public Integer getSockets() { /** * This is the setter method to the attribute. - * Placeholder for description of property sockets of obj type licenseexpirydetails 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 sockets set the sockets. */ @@ -386,7 +386,7 @@ public void setSockets(Integer sockets) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property throughput of obj type licenseexpirydetails 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 throughput */ @@ -397,7 +397,7 @@ public Integer getThroughput() { /** * This is the setter method to the attribute. - * Placeholder for description of property throughput of obj type licenseexpirydetails 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 throughput set the throughput. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseInfo.java index 41097be8..5929af83 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseInfo.java @@ -50,6 +50,7 @@ public class LicenseInfo extends AviRestResource { * This is the getter method this will return the attribute value. * Last updated time. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastUpdated */ @@ -62,6 +63,7 @@ public Integer getLastUpdated() { * This is the setter method to the attribute. * Last updated time. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastUpdated set the lastUpdated. */ @@ -74,6 +76,7 @@ public void setLastUpdated(Integer lastUpdated) { * This is the getter method this will return the attribute value. * Quantity of service cores. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceCores */ @@ -86,6 +89,7 @@ public Float getServiceCores() { * This is the setter method to the attribute. * Quantity of service cores. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceCores set the serviceCores. */ @@ -98,6 +102,7 @@ public void setServiceCores(Float serviceCores) { * This is the getter method this will return the attribute value. * Specifies the license tier. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantUuid */ @@ -110,6 +115,7 @@ public String getTenantUuid() { * This is the setter method to the attribute. * Specifies the license tier. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantUuid set the tenantUuid. */ @@ -123,6 +129,7 @@ public void setTenantUuid(String tenantUuid) { * Specifies the license tier. * Enum options - ENTERPRISE_16, ENTERPRISE, ENTERPRISE_18, BASIC, ESSENTIALS, ENTERPRISE_WITH_CLOUD_SERVICES. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier */ @@ -136,6 +143,7 @@ public String getTier() { * Specifies the license tier. * Enum options - ENTERPRISE_16, ENTERPRISE, ENTERPRISE_18, BASIC, ESSENTIALS, ENTERPRISE_WITH_CLOUD_SERVICES. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tier set the tier. */ @@ -148,6 +156,7 @@ public void setTier(String tier) { * This is the getter method this will return the attribute value. * Identifier(license_id, se_uuid, cookie). * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -160,6 +169,7 @@ public String getUuid() { * This is the setter method to the attribute. * Identifier(license_id, se_uuid, cookie). * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/LicenseLedgerDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseLedgerDetails.java index 35ae0ee0..1a25289e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseLedgerDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseLedgerDetails.java @@ -50,6 +50,7 @@ public class LicenseLedgerDetails extends AviRestResource { * This is the getter method this will return the attribute value. * Maintain information about reservation against cookie. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return escrowInfos */ @@ -62,6 +63,7 @@ public List getEscrowInfos() { * This is the setter method. this will set the escrowInfos * Maintain information about reservation against cookie. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return escrowInfos */ @@ -74,6 +76,7 @@ public void setEscrowInfos(List escrowInfos) { * This is the setter method this will set the escrowInfos * Maintain information about reservation against cookie. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return escrowInfos */ @@ -91,6 +94,7 @@ public LicenseLedgerDetails addEscrowInfosItem(LicenseInfo escrowInfosItem) { * This is the getter method this will return the attribute value. * Maintain information about consumed licenses against se_uuid. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seInfos */ @@ -103,6 +107,7 @@ public List getSeInfos() { * This is the setter method. this will set the seInfos * Maintain information about consumed licenses against se_uuid. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seInfos */ @@ -115,6 +120,7 @@ public void setSeInfos(List seInfos) { * This is the setter method this will set the seInfos * Maintain information about consumed licenses against se_uuid. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seInfos */ @@ -132,6 +138,7 @@ public LicenseLedgerDetails addSeInfosItem(LicenseInfo seInfosItem) { * This is the getter method this will return the attribute value. * License usage per tier. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tierUsages */ @@ -144,6 +151,7 @@ public List getTierUsages() { * This is the setter method. this will set the tierUsages * License usage per tier. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tierUsages */ @@ -156,6 +164,7 @@ public void setTierUsages(List tierUsages) { * This is the setter method this will set the tierUsages * License usage per tier. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tierUsages */ @@ -192,6 +201,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid for reference. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -204,6 +214,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid for reference. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/VIGuestvNicIPAddr.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseServiceUpdate.java similarity index 51% rename from o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIGuestvNicIPAddr.java rename to o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseServiceUpdate.java index af70b1b5..325dd57b 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIGuestvNicIPAddr.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseServiceUpdate.java @@ -5,6 +5,7 @@ import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonInclude.Include; +import com.vmware.avi.vro.model.OrgServiceUnits; import com.vmware.o11n.plugin.sdk.annotation.VsoFinder; import com.vmware.o11n.plugin.sdk.annotation.VsoMethod; import com.vmware.o11n.plugin.sdk.annotation.VsoObject; @@ -12,70 +13,78 @@ import org.springframework.stereotype.Service; /** - * The VIGuestvNicIPAddr is a POJO class extends AviRestResource that used for creating - * VIGuestvNicIPAddr. + * The LicenseServiceUpdate is a POJO class extends AviRestResource that used for creating + * LicenseServiceUpdate. * * @version 1.0 * @since * */ -@VsoObject(create = false, name = "VIGuestvNicIPAddr") -@VsoFinder(name = Constants.FINDER_VRO_VIGUESTVNICIPADDR) +@VsoObject(create = false, name = "LicenseServiceUpdate") +@VsoFinder(name = Constants.FINDER_VRO_LICENSESERVICEUPDATE) @JsonIgnoreProperties(ignoreUnknown = true) @Service -public class VIGuestvNicIPAddr extends AviRestResource { - @JsonProperty("ip_addr") +public class LicenseServiceUpdate extends AviRestResource { + @JsonProperty("name") @JsonInclude(Include.NON_NULL) - private String ipAddr = null; + private String name = null; - @JsonProperty("mask") + @JsonProperty("service_units") @JsonInclude(Include.NON_NULL) - private Integer mask = null; + private OrgServiceUnits serviceUnits = null; /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip_addr of obj type viguestvnicipaddr field type str type string. + * Name. + * 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 ipAddr + * @return name */ @VsoMethod - public String getIpAddr() { - return ipAddr; + public String getName() { + return name; } /** * This is the setter method to the attribute. - * Placeholder for description of property ip_addr of obj type viguestvnicipaddr field type str type string. + * Name. + * 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 ipAddr set the ipAddr. + * @param name set the name. */ @VsoMethod - public void setIpAddr(String ipAddr) { - this.ipAddr = ipAddr; + public void setName(String name) { + this.name = name; } /** * This is the getter method this will return the attribute value. - * Placeholder for description of property mask of obj type viguestvnicipaddr field type str type integer. + * Organization id. + * 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 mask + * @return serviceUnits */ @VsoMethod - public Integer getMask() { - return mask; + public OrgServiceUnits getServiceUnits() { + return serviceUnits; } /** * This is the setter method to the attribute. - * Placeholder for description of property mask of obj type viguestvnicipaddr field type str type integer. + * Organization id. + * 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 mask set the mask. + * @param serviceUnits set the serviceUnits. */ @VsoMethod - public void setMask(Integer mask) { - this.mask = mask; + public void setServiceUnits(OrgServiceUnits serviceUnits) { + this.serviceUnits = serviceUnits; } @@ -88,17 +97,17 @@ public boolean equals(java.lang.Object o) { if (o == null || getClass() != o.getClass()) { return false; } - VIGuestvNicIPAddr objVIGuestvNicIPAddr = (VIGuestvNicIPAddr) o; - return Objects.equals(this.ipAddr, objVIGuestvNicIPAddr.ipAddr)&& - Objects.equals(this.mask, objVIGuestvNicIPAddr.mask); + LicenseServiceUpdate objLicenseServiceUpdate = (LicenseServiceUpdate) o; + return Objects.equals(this.name, objLicenseServiceUpdate.name)&& + Objects.equals(this.serviceUnits, objLicenseServiceUpdate.serviceUnits); } @Override public String toString() { StringBuilder sb = new StringBuilder(); - sb.append("class VIGuestvNicIPAddr {\n"); - sb.append(" ipAddr: ").append(toIndentedString(ipAddr)).append("\n"); - sb.append(" mask: ").append(toIndentedString(mask)).append("\n"); + sb.append("class LicenseServiceUpdate {\n"); + sb.append(" name: ").append(toIndentedString(name)).append("\n"); + sb.append(" serviceUnits: ").append(toIndentedString(serviceUnits)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseStatus.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseStatus.java index 1dd4c4d7..2a22a789 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseStatus.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseStatus.java @@ -6,6 +6,7 @@ import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonInclude.Include; import com.vmware.avi.vro.model.SaasLicensingStatus; +import com.vmware.avi.vro.model.LicenseServiceUpdate; import com.vmware.o11n.plugin.sdk.annotation.VsoFinder; import com.vmware.o11n.plugin.sdk.annotation.VsoMethod; import com.vmware.o11n.plugin.sdk.annotation.VsoObject; @@ -29,6 +30,10 @@ public class LicenseStatus extends AviRestResource { @JsonInclude(Include.NON_NULL) private SaasLicensingStatus saasStatus = null; + @JsonProperty("service_update") + @JsonInclude(Include.NON_NULL) + private LicenseServiceUpdate serviceUpdate = null; + @JsonProperty("url") @JsonInclude(Include.NON_NULL) private String url = "url"; @@ -43,6 +48,7 @@ public class LicenseStatus extends AviRestResource { * This is the getter method this will return the attribute value. * Saas licensing status. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return saasStatus */ @@ -55,6 +61,7 @@ public SaasLicensingStatus getSaasStatus() { * This is the setter method to the attribute. * Saas licensing status. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param saasStatus set the saasStatus. */ @@ -62,6 +69,32 @@ public SaasLicensingStatus getSaasStatus() { public void setSaasStatus(SaasLicensingStatus saasStatus) { this.saasStatus = saasStatus; } + + /** + * This is the getter method this will return the attribute value. + * Pulse license service update. + * Field introduced in 21.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return serviceUpdate + */ + @VsoMethod + public LicenseServiceUpdate getServiceUpdate() { + return serviceUpdate; + } + + /** + * This is the setter method to the attribute. + * Pulse license service update. + * Field introduced in 21.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param serviceUpdate set the serviceUpdate. + */ + @VsoMethod + public void setServiceUpdate(LicenseServiceUpdate serviceUpdate) { + this.serviceUpdate = serviceUpdate; + } /** * This is the getter method this will return the attribute value. * Avi controller URL of the object. @@ -86,6 +119,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -98,6 +132,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -121,7 +156,8 @@ public boolean equals(java.lang.Object o) { } LicenseStatus objLicenseStatus = (LicenseStatus) o; return Objects.equals(this.uuid, objLicenseStatus.uuid)&& - Objects.equals(this.saasStatus, objLicenseStatus.saasStatus); + Objects.equals(this.saasStatus, objLicenseStatus.saasStatus)&& + Objects.equals(this.serviceUpdate, objLicenseStatus.serviceUpdate); } @Override @@ -129,6 +165,7 @@ public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class LicenseStatus {\n"); sb.append(" saasStatus: ").append(toIndentedString(saasStatus)).append("\n"); + sb.append(" serviceUpdate: ").append(toIndentedString(serviceUpdate)).append("\n"); sb.append(" uuid: ").append(toIndentedString(uuid)).append("\n"); sb.append("}"); return sb.toString(); diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseTierSwitchDetiails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseTierSwitchDetiails.java index 5e022c2a..06515f7b 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseTierSwitchDetiails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseTierSwitchDetiails.java @@ -44,7 +44,7 @@ public class LicenseTierSwitchDetiails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property destination_tier of obj type licensetierswitchdetiails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return destinationTier */ @@ -55,7 +55,7 @@ public String getDestinationTier() { /** * This is the setter method to the attribute. - * Placeholder for description of property destination_tier of obj type licensetierswitchdetiails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param destinationTier set the destinationTier. */ @@ -66,7 +66,7 @@ public void setDestinationTier(String destinationTier) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason of obj type licensetierswitchdetiails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -77,7 +77,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Placeholder for description of property reason of obj type licensetierswitchdetiails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -88,7 +88,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property source_tier of obj type licensetierswitchdetiails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sourceTier */ @@ -99,7 +99,7 @@ public String getSourceTier() { /** * This is the setter method to the attribute. - * Placeholder for description of property source_tier of obj type licensetierswitchdetiails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sourceTier set the sourceTier. */ @@ -110,7 +110,7 @@ public void setSourceTier(String sourceTier) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property status of obj type licensetierswitchdetiails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -121,7 +121,7 @@ public String getStatus() { /** * This is the setter method to the attribute. - * Placeholder for description of property status of obj type licensetierswitchdetiails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseTierUsage.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseTierUsage.java index 43d6dae7..0d9a2d03 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseTierUsage.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseTierUsage.java @@ -40,6 +40,7 @@ public class LicenseTierUsage extends AviRestResource { * Specifies the license tier. * Enum options - ENTERPRISE_16, ENTERPRISE, ENTERPRISE_18, BASIC, ESSENTIALS, ENTERPRISE_WITH_CLOUD_SERVICES. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier */ @@ -53,6 +54,7 @@ public String getTier() { * Specifies the license tier. * Enum options - ENTERPRISE_16, ENTERPRISE, ENTERPRISE_18, BASIC, ESSENTIALS, ENTERPRISE_WITH_CLOUD_SERVICES. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tier set the tier. */ @@ -65,6 +67,7 @@ public void setTier(String tier) { * This is the getter method this will return the attribute value. * Usage stats of license tier. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return usage */ @@ -77,6 +80,7 @@ public LicenseUsage getUsage() { * This is the setter method to the attribute. * Usage stats of license tier. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param usage set the usage. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseTransactionDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseTransactionDetails.java index 277f8fd7..2d42f3aa 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseTransactionDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseTransactionDetails.java @@ -64,7 +64,7 @@ public class LicenseTransactionDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cookie of obj type licensetransactiondetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cookie */ @@ -75,7 +75,7 @@ public String getCookie() { /** * This is the setter method to the attribute. - * Placeholder for description of property cookie of obj type licensetransactiondetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cookie set the cookie. */ @@ -86,7 +86,7 @@ public void setCookie(String cookie) { /** * 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 */ @@ -97,7 +97,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. */ @@ -108,7 +108,7 @@ public void setDescription(String description) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property id of obj type licensetransactiondetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -119,7 +119,7 @@ public String getId() { /** * This is the setter method to the attribute. - * Placeholder for description of property id of obj type licensetransactiondetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -130,7 +130,7 @@ public void setId(String id) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property licensed_service_cores of obj type licensetransactiondetails 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 licensedServiceCores */ @@ -141,7 +141,7 @@ public Float getLicensedServiceCores() { /** * This is the setter method to the attribute. - * Placeholder for description of property licensed_service_cores of obj type licensetransactiondetails 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 licensedServiceCores set the licensedServiceCores. */ @@ -152,7 +152,7 @@ public void setLicensedServiceCores(Float licensedServiceCores) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property operation of obj type licensetransactiondetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operation */ @@ -163,7 +163,7 @@ public String getOperation() { /** * This is the setter method to the attribute. - * Placeholder for description of property operation of obj type licensetransactiondetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param operation set the operation. */ @@ -174,7 +174,7 @@ public void setOperation(String operation) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property overdraft of obj type licensetransactiondetails 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 overdraft */ @@ -185,7 +185,7 @@ public Boolean getOverdraft() { /** * This is the setter method to the attribute. - * Placeholder for description of property overdraft of obj type licensetransactiondetails 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 overdraft set the overdraft. */ @@ -196,7 +196,7 @@ public void setOverdraft(Boolean overdraft) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property service_cores of obj type licensetransactiondetails 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 serviceCores */ @@ -207,7 +207,7 @@ public Float getServiceCores() { /** * This is the setter method to the attribute. - * Placeholder for description of property service_cores of obj type licensetransactiondetails 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 serviceCores set the serviceCores. */ @@ -218,7 +218,7 @@ public void setServiceCores(Float serviceCores) { /** * This is the getter method this will return the attribute value. - * Unique object identifier of 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 tenantUuid */ @@ -229,7 +229,7 @@ public String getTenantUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of 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 tenantUuid set the tenantUuid. */ @@ -240,7 +240,7 @@ public void setTenantUuid(String tenantUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property tier of obj type licensetransactiondetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier */ @@ -251,7 +251,7 @@ public String getTier() { /** * This is the setter method to the attribute. - * Placeholder for description of property tier of obj type licensetransactiondetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tier set the tier. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseUsage.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseUsage.java index 6c3da175..8156af72 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseUsage.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LicenseUsage.java @@ -46,6 +46,7 @@ public class LicenseUsage extends AviRestResource { * This is the getter method this will return the attribute value. * Total license cores available for consumption. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @return available */ @@ -58,6 +59,7 @@ public Float getAvailable() { * This is the setter method to the attribute. * Total license cores available for consumption. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @param available set the available. */ @@ -70,6 +72,7 @@ public void setAvailable(Float available) { * This is the getter method this will return the attribute value. * Total license cores consumed. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @return consumed */ @@ -82,6 +85,7 @@ public Float getConsumed() { * This is the setter method to the attribute. * Total license cores consumed. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @param consumed set the consumed. */ @@ -94,6 +98,7 @@ public void setConsumed(Float consumed) { * This is the getter method this will return the attribute value. * Total license cores reserved or escrowed. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @return escrow */ @@ -106,6 +111,7 @@ public Float getEscrow() { * This is the setter method to the attribute. * Total license cores reserved or escrowed. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @param escrow set the escrow. */ @@ -118,6 +124,7 @@ public void setEscrow(Float escrow) { * This is the getter method this will return the attribute value. * Total license cores remaining for consumption. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @return remaining */ @@ -130,6 +137,7 @@ public Float getRemaining() { * This is the setter method to the attribute. * Total license cores remaining for consumption. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @param remaining set the remaining. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Lif.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Lif.java index 8e2a4bd2..c9b8ac6b 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Lif.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Lif.java @@ -45,6 +45,7 @@ public class Lif 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 cifs */ @VsoMethod @@ -55,6 +56,7 @@ public List getCifs() { /** * This is the setter method. this will set the cifs * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return cifs */ @VsoMethod @@ -65,6 +67,7 @@ public void setCifs(List cifs) { /** * This is the setter method this will set the cifs * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return cifs */ @VsoMethod @@ -80,6 +83,7 @@ public Lif addCifsItem(Cif cifsItem) { /** * 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 lif */ @VsoMethod @@ -90,6 +94,7 @@ public String getLif() { /** * 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 lif set the lif. */ @VsoMethod @@ -100,6 +105,7 @@ public void setLif(String lif) { /** * 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 lifLabel */ @VsoMethod @@ -110,6 +116,7 @@ public String getLifLabel() { /** * 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 lifLabel set the lifLabel. */ @VsoMethod @@ -120,6 +127,7 @@ public void setLifLabel(String lifLabel) { /** * 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 subnet */ @VsoMethod @@ -130,6 +138,7 @@ public String getSubnet() { /** * 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 subnet set the subnet. */ @VsoMethod diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LinuxConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LinuxConfiguration.java index 7ec5ca3d..eee30d70 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LinuxConfiguration.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LinuxConfiguration.java @@ -41,6 +41,7 @@ public class LinuxConfiguration extends AviRestResource { /** * This is the getter method this will return the attribute value. * Banner displayed before login to ssh, and ui. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return banner */ @@ -52,6 +53,7 @@ public String getBanner() { /** * This is the setter method to the attribute. * Banner displayed before login to ssh, and ui. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param banner set the banner. */ @@ -65,6 +67,7 @@ public void setBanner(String banner) { * Enforce cis benchmark recommendations for avi controller and service engines. * The enforcement is as per cis dil 1.0.1 level 2, for applicable controls. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return cisMode */ @@ -78,6 +81,7 @@ public Boolean getCisMode() { * Enforce cis benchmark recommendations for avi controller and service engines. * The enforcement is as per cis dil 1.0.1 level 2, for applicable controls. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param cisMode set the cisMode. */ @@ -89,6 +93,7 @@ public void setCisMode(Boolean cisMode) { /** * This is the getter method this will return the attribute value. * Message of the day, shown to users on login via the command line interface, web interface, or ssh. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return motd */ @@ -100,6 +105,7 @@ public String getMotd() { /** * This is the setter method to the attribute. * Message of the day, shown to users on login via the command line interface, web interface, or ssh. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param motd set the motd. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LinuxServerConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LinuxServerConfiguration.java index baa5dd88..cd35c3c9 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LinuxServerConfiguration.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LinuxServerConfiguration.java @@ -68,6 +68,7 @@ public class LinuxServerConfiguration extends AviRestResource { * This is the getter method this will return the attribute value. * Private docker registry for se image storage. * Field deprecated in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return dockerRegistrySe */ @VsoMethod @@ -79,6 +80,7 @@ public DockerRegistry getDockerRegistrySe() { * This is the setter method to the attribute. * Private docker registry for se image storage. * Field deprecated in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param dockerRegistrySe set the dockerRegistrySe. */ @VsoMethod @@ -88,7 +90,7 @@ public void setDockerRegistrySe(DockerRegistry dockerRegistrySe) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property hosts of obj type linuxserverconfiguration 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 hosts */ @@ -99,7 +101,7 @@ public List getHosts() { /** * This is the setter method. this will set the hosts - * Placeholder for description of property hosts of obj type linuxserverconfiguration 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 hosts */ @@ -110,7 +112,7 @@ public void setHosts(List hosts) { /** * This is the setter method this will set the hosts - * Placeholder for description of property hosts of obj type linuxserverconfiguration 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 hosts */ @@ -128,6 +130,7 @@ public LinuxServerConfiguration addHostsItem(LinuxServerHost hostsItem) { * This is the getter method this will return the attribute value. * Flag to notify the se's in this cloud have an inband management interface, this can be overridden at se host level by setting host_attr attr_key * as se_inband_mgmt with value of true or false. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return seInbandMgmt */ @@ -140,6 +143,7 @@ public Boolean getSeInbandMgmt() { * This is the setter method to the attribute. * Flag to notify the se's in this cloud have an inband management interface, this can be overridden at se host level by setting host_attr attr_key * as se_inband_mgmt with value of true or false. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param seInbandMgmt set the seInbandMgmt. */ @@ -151,6 +155,7 @@ public void setSeInbandMgmt(Boolean seInbandMgmt) { /** * This is the getter method this will return the attribute value. * Se client logs disk path for cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seLogDiskPath */ @@ -162,6 +167,7 @@ public String getSeLogDiskPath() { /** * This is the setter method to the attribute. * Se client logs disk path for cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seLogDiskPath set the seLogDiskPath. */ @@ -173,6 +179,7 @@ public void setSeLogDiskPath(String seLogDiskPath) { /** * This is the getter method this will return the attribute value. * Se client log disk size for cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return seLogDiskSizeGb */ @@ -184,6 +191,7 @@ public Integer getSeLogDiskSizeGb() { /** * This is the setter method to the attribute. * Se client log disk size for cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param seLogDiskSizeGb set the seLogDiskSizeGb. */ @@ -195,6 +203,7 @@ public void setSeLogDiskSizeGb(Integer seLogDiskSizeGb) { /** * This is the getter method this will return the attribute value. * Se system logs disk path for cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seSysDiskPath */ @@ -206,6 +215,7 @@ public String getSeSysDiskPath() { /** * This is the setter method to the attribute. * Se system logs disk path for cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seSysDiskPath set the seSysDiskPath. */ @@ -217,6 +227,7 @@ public void setSeSysDiskPath(String seSysDiskPath) { /** * This is the getter method this will return the attribute value. * Se system logs disk size for cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return seSysDiskSizeGb */ @@ -228,6 +239,7 @@ public Integer getSeSysDiskSizeGb() { /** * This is the setter method to the attribute. * Se system logs disk size for cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param seSysDiskSizeGb set the seSysDiskSizeGb. */ @@ -240,6 +252,7 @@ public void setSeSysDiskSizeGb(Integer seSysDiskSizeGb) { * This is the getter method this will return the attribute value. * Parameters for ssh to hosts. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return sshAttr */ @VsoMethod @@ -251,6 +264,7 @@ public SSHSeDeployment getSshAttr() { * This is the setter method to the attribute. * Parameters for ssh to hosts. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param sshAttr set the sshAttr. */ @VsoMethod @@ -263,6 +277,7 @@ public void setSshAttr(SSHSeDeployment sshAttr) { * Cloud connector user uuid for ssh to hosts. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sshUserRef */ @@ -276,6 +291,7 @@ public String getSshUserRef() { * Cloud connector user uuid for ssh to hosts. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sshUserRef set the sshUserRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LinuxServerHost.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LinuxServerHost.java index 6324398b..6bfc821c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LinuxServerHost.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LinuxServerHost.java @@ -45,7 +45,7 @@ public class LinuxServerHost extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property host_attr of obj type linuxserverhost 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 hostAttr */ @@ -56,7 +56,7 @@ public List getHostAttr() { /** * This is the setter method. this will set the hostAttr - * Placeholder for description of property host_attr of obj type linuxserverhost 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 hostAttr */ @@ -67,7 +67,7 @@ public void setHostAttr(List hostAttr) { /** * This is the setter method this will set the hostAttr - * Placeholder for description of property host_attr of obj type linuxserverhost 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 hostAttr */ @@ -83,7 +83,7 @@ public LinuxServerHost addHostAttrItem(HostAttributes hostAttrItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property host_ip of obj type linuxserverhost 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 hostIp */ @@ -94,7 +94,7 @@ public IpAddr getHostIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property host_ip of obj type linuxserverhost 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 hostIp set the hostIp. */ @@ -107,6 +107,7 @@ public void setHostIp(IpAddr hostIp) { * This is the getter method this will return the attribute value. * Node's availability zone. * Serviceengines belonging to the availability zone will be rebooted during a manual dr failover. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeAvailabilityZone */ @@ -119,6 +120,7 @@ public String getNodeAvailabilityZone() { * This is the setter method to the attribute. * Node's availability zone. * Serviceengines belonging to the availability zone will be rebooted during a manual dr failover. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeAvailabilityZone set the nodeAvailabilityZone. */ @@ -133,6 +135,7 @@ public void setNodeAvailabilityZone(String nodeAvailabilityZone) { * If none, then 'default-group' segroup is associated with the se. * It is a reference to an object of type serviceenginegroup. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRef */ @@ -147,6 +150,7 @@ public String getSeGroupRef() { * If none, then 'default-group' segroup is associated with the se. * It is a reference to an object of type serviceenginegroup. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupRef set the seGroupRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LocationHdrMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LocationHdrMatch.java index d6101b3d..0f5e3daf 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LocationHdrMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LocationHdrMatch.java @@ -42,6 +42,7 @@ public class LocationHdrMatch extends AviRestResource { * This is the getter method this will return the attribute value. * Case sensitivity to use for the match. * Enum options - SENSITIVE, INSENSITIVE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @return matchCase */ @@ -54,6 +55,7 @@ public String getMatchCase() { * This is the setter method to the attribute. * Case sensitivity to use for the match. * Enum options - SENSITIVE, INSENSITIVE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @param matchCase set the matchCase. */ @@ -67,6 +69,7 @@ public void setMatchCase(String matchCase) { * Criterion to use for matching location header value in the http response. * Enum options - HDR_EXISTS, HDR_DOES_NOT_EXIST, HDR_BEGINS_WITH, HDR_DOES_NOT_BEGIN_WITH, HDR_CONTAINS, HDR_DOES_NOT_CONTAIN, HDR_ENDS_WITH, * HDR_DOES_NOT_END_WITH, HDR_EQUALS, HDR_DOES_NOT_EQUAL. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -80,6 +83,7 @@ public String getMatchCriteria() { * Criterion to use for matching location header value in the http response. * Enum options - HDR_EXISTS, HDR_DOES_NOT_EXIST, HDR_BEGINS_WITH, HDR_DOES_NOT_BEGIN_WITH, HDR_CONTAINS, HDR_DOES_NOT_CONTAIN, HDR_ENDS_WITH, * HDR_DOES_NOT_END_WITH, HDR_EQUALS, HDR_DOES_NOT_EQUAL. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -91,6 +95,7 @@ public void setMatchCriteria(String matchCriteria) { /** * This is the getter method this will return the attribute value. * String value(s) in the location header. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -102,6 +107,7 @@ public List getValue() { /** * This is the setter method. this will set the value * String value(s) in the location header. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -113,6 +119,7 @@ public void setValue(List value) { /** * This is the setter method this will set the value * String value(s) in the location header. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LogAgentEventDetail.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LogAgentEventDetail.java index 71734b62..7e4259d4 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LogAgentEventDetail.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LogAgentEventDetail.java @@ -44,6 +44,7 @@ public class LogAgentEventDetail extends AviRestResource { * Protocol used for communication to the external entity. * Enum options - TCP_CONN. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return protocol */ @@ -57,6 +58,7 @@ public String getProtocol() { * Protocol used for communication to the external entity. * Enum options - TCP_CONN. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param protocol set the protocol. */ @@ -69,6 +71,7 @@ public void setProtocol(String protocol) { * This is the getter method this will return the attribute value. * Event details for tcp connection event. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tcpDetail */ @@ -81,6 +84,7 @@ public LogAgentTCPClientEventDetail getTcpDetail() { * This is the setter method to the attribute. * Event details for tcp connection event. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tcpDetail set the tcpDetail. */ @@ -94,6 +98,7 @@ public void setTcpDetail(LogAgentTCPClientEventDetail tcpDetail) { * Type of log agent event. * Enum options - LOG_AGENT_CONNECTION_ERROR. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -107,6 +112,7 @@ public String getType() { * Type of log agent event. * Enum options - LOG_AGENT_CONNECTION_ERROR. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * 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/LogAgentTCPClientEventDetail.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LogAgentTCPClientEventDetail.java index 1a0978f9..31fd09ef 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LogAgentTCPClientEventDetail.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LogAgentTCPClientEventDetail.java @@ -45,6 +45,7 @@ public class LogAgentTCPClientEventDetail extends AviRestResource { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorCode */ @@ -56,6 +57,7 @@ public String getErrorCode() { /** * This is the setter method to the attribute. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorCode set the errorCode. */ @@ -67,6 +69,7 @@ public void setErrorCode(String errorCode) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorReason */ @@ -78,6 +81,7 @@ public String getErrorReason() { /** * This is the setter method to the attribute. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorReason set the errorReason. */ @@ -89,6 +93,7 @@ public void setErrorReason(String errorReason) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return host */ @@ -100,6 +105,7 @@ public String getHost() { /** * This is the setter method to the attribute. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param host set the host. */ @@ -111,6 +117,7 @@ public void setHost(String host) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -122,6 +129,7 @@ public String getPort() { /** * This is the setter method to the attribute. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LogControllerMapping.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LogControllerMapping.java index eb05fcf1..9ed8671f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LogControllerMapping.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LogControllerMapping.java @@ -68,7 +68,7 @@ public class LogControllerMapping extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property controller_ip of obj type logcontrollermapping field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerIp */ @@ -79,7 +79,7 @@ public String getControllerIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property controller_ip of obj type logcontrollermapping field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerIp set the controllerIp. */ @@ -91,6 +91,7 @@ public void setControllerIp(String controllerIp) { /** * This is the getter method this will return the attribute value. * Enum options - METRICS_MGR_PORT_0, METRICS_MGR_PORT_1, METRICS_MGR_PORT_2, METRICS_MGR_PORT_3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "METRICS_MGR_PORT_0". * @return metricsMgrPort */ @@ -102,6 +103,7 @@ public String getMetricsMgrPort() { /** * This is the setter method to the attribute. * Enum options - METRICS_MGR_PORT_0, METRICS_MGR_PORT_1, METRICS_MGR_PORT_2, METRICS_MGR_PORT_3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "METRICS_MGR_PORT_0". * @param metricsMgrPort set the metricsMgrPort. */ @@ -112,7 +114,7 @@ public void setMetricsMgrPort(String metricsMgrPort) { /** * This is the getter method this will return the attribute value. - * Unique object identifier of 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 nodeUuid */ @@ -123,7 +125,7 @@ public String getNodeUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of 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 nodeUuid set the nodeUuid. */ @@ -134,7 +136,7 @@ public void setNodeUuid(String nodeUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property prev_controller_ip of obj type logcontrollermapping field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prevControllerIp */ @@ -145,7 +147,7 @@ public String getPrevControllerIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property prev_controller_ip of obj type logcontrollermapping field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prevControllerIp set the prevControllerIp. */ @@ -157,6 +159,7 @@ public void setPrevControllerIp(String prevControllerIp) { /** * This is the getter method this will return the attribute value. * Enum options - METRICS_MGR_PORT_0, METRICS_MGR_PORT_1, METRICS_MGR_PORT_2, METRICS_MGR_PORT_3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "METRICS_MGR_PORT_0". * @return prevMetricsMgrPort */ @@ -168,6 +171,7 @@ public String getPrevMetricsMgrPort() { /** * This is the setter method to the attribute. * Enum options - METRICS_MGR_PORT_0, METRICS_MGR_PORT_1, METRICS_MGR_PORT_2, METRICS_MGR_PORT_3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "METRICS_MGR_PORT_0". * @param prevMetricsMgrPort set the prevMetricsMgrPort. */ @@ -178,7 +182,7 @@ public void setPrevMetricsMgrPort(String prevMetricsMgrPort) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property static_mapping of obj type logcontrollermapping 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 staticMapping */ @@ -189,7 +193,7 @@ public Boolean getStaticMapping() { /** * This is the setter method to the attribute. - * Placeholder for description of property static_mapping of obj type logcontrollermapping 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 staticMapping set the staticMapping. */ @@ -201,6 +205,7 @@ public void setStaticMapping(Boolean staticMapping) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -212,6 +217,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. */ @@ -241,7 +247,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 +258,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. */ @@ -263,7 +269,7 @@ public void setUuid(String uuid) { /** * 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 */ @@ -274,7 +280,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LogManagerDebugFilter.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LogManagerDebugFilter.java index 49affa73..df030902 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LogManagerDebugFilter.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/LogManagerDebugFilter.java @@ -35,6 +35,7 @@ public class LogManagerDebugFilter extends AviRestResource { * Uuid of the entity. * It is a reference to an object of type virtualservice. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return entityRef */ @@ -48,6 +49,7 @@ public String getEntityRef() { * Uuid of the entity. * It is a reference to an object of type virtualservice. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param entityRef set the entityRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ManagementNetworkConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ManagementNetworkConfig.java index 84925aaa..e0f6f23f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ManagementNetworkConfig.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ManagementNetworkConfig.java @@ -48,7 +48,7 @@ public class ManagementNetworkConfig extends AviRestResource { * Management overlay segment to use for avi service engines. * This should be set only when transport zone is of type overlay. * Field introduced in 20.1.5. - * Allowed in 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 overlaySegment */ @@ -62,7 +62,7 @@ public Tier1LogicalRouterInfo getOverlaySegment() { * Management overlay segment to use for avi service engines. * This should be set only when transport zone is of type overlay. * Field introduced in 20.1.5. - * Allowed in 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 overlaySegment set the overlaySegment. */ @@ -76,7 +76,7 @@ public void setOverlaySegment(Tier1LogicalRouterInfo overlaySegment) { * Management transport zone path for avi service engines. * Example- /infra/sites/default/enforcement-points/default/transport-zones/xxx-xxx-xxxx. * Field introduced in 20.1.5. - * Allowed in 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 transportZone */ @@ -90,7 +90,7 @@ public String getTransportZone() { * Management transport zone path for avi service engines. * Example- /infra/sites/default/enforcement-points/default/transport-zones/xxx-xxx-xxxx. * Field introduced in 20.1.5. - * Allowed in 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 transportZone set the transportZone. */ @@ -104,7 +104,7 @@ public void setTransportZone(String transportZone) { * Management transport zone type overlay or vlan. * Enum options - OVERLAY, VLAN. * Field introduced in 20.1.5. - * Allowed in 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 tzType */ @@ -118,7 +118,7 @@ public String getTzType() { * Management transport zone type overlay or vlan. * Enum options - OVERLAY, VLAN. * Field introduced in 20.1.5. - * 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 tzType set the tzType. */ @@ -133,6 +133,7 @@ public void setTzType(String tzType) { * Example- /infra/segments/vlanls. * This should be set only when transport zone is of type vlan. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vlanSegment */ @@ -147,6 +148,7 @@ public String getVlanSegment() { * Example- /infra/segments/vlanls. * This should be set only when transport zone is of type vlan. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vlanSegment set the vlanSegment. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MarathonConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MarathonConfiguration.java index e8c8b017..4e7bfcd6 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MarathonConfiguration.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MarathonConfiguration.java @@ -69,6 +69,7 @@ public class MarathonConfiguration extends AviRestResource { * Framework tag to be used in virtualservice name. * Default is framework name from mesos. * If this tag is altered atruntime, virtualservices will be deleted and re-created. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return frameworkTag */ @@ -82,6 +83,7 @@ public String getFrameworkTag() { * Framework tag to be used in virtualservice name. * Default is framework name from mesos. * If this tag is altered atruntime, virtualservices will be deleted and re-created. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param frameworkTag set the frameworkTag. */ @@ -93,6 +95,7 @@ public void setFrameworkTag(String frameworkTag) { /** * This is the getter method this will return the attribute value. * Password for marathon authentication. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return marathonPassword */ @@ -104,6 +107,7 @@ public String getMarathonPassword() { /** * This is the setter method to the attribute. * Password for marathon authentication. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param marathonPassword set the marathonPassword. */ @@ -115,6 +119,7 @@ public void setMarathonPassword(String marathonPassword) { /** * This is the getter method this will return the attribute value. * Marathon api url of the form http //host port. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "http://leader.mesos:8080". * @return marathonUrl */ @@ -126,6 +131,7 @@ public String getMarathonUrl() { /** * This is the setter method to the attribute. * Marathon api url of the form http //host port. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "http://leader.mesos:8080". * @param marathonUrl set the marathonUrl. */ @@ -137,6 +143,7 @@ public void setMarathonUrl(String marathonUrl) { /** * This is the getter method this will return the attribute value. * Username for marathon authentication. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return marathonUsername */ @@ -148,6 +155,7 @@ public String getMarathonUsername() { /** * This is the setter method to the attribute. * Username for marathon authentication. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param marathonUsername set the marathonUsername. */ @@ -159,6 +167,7 @@ public void setMarathonUsername(String marathonUsername) { /** * This is the getter method this will return the attribute value. * Private port range allocated to this marathon framework instance. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return privatePortRange */ @@ -170,6 +179,7 @@ public PortRange getPrivatePortRange() { /** * This is the setter method to the attribute. * Private port range allocated to this marathon framework instance. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param privatePortRange set the privatePortRange. */ @@ -181,6 +191,7 @@ public void setPrivatePortRange(PortRange privatePortRange) { /** * This is the getter method this will return the attribute value. * Public port range allocated to this marathon framework instance. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return publicPortRange */ @@ -192,6 +203,7 @@ public PortRange getPublicPortRange() { /** * This is the setter method to the attribute. * Public port range allocated to this marathon framework instance. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param publicPortRange set the publicPortRange. */ @@ -205,6 +217,7 @@ public void setPublicPortRange(PortRange publicPortRange) { * Tenant to pin this marathon instance to. * If set, a tenant object will be created in avi bearing this name and all applications created in this marathon will be associated with this * tenant regardless of, if any, tenant configuration in marathon label for this application. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "admin". * @return tenant */ @@ -218,6 +231,7 @@ public String getTenant() { * Tenant to pin this marathon instance to. * If set, a tenant object will be created in avi bearing this name and all applications created in this marathon will be associated with this * tenant regardless of, if any, tenant configuration in marathon label for this application. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "admin". * @param tenant set the tenant. */ @@ -230,6 +244,7 @@ public void setTenant(String tenant) { * This is the getter method this will return the attribute value. * Use token based authentication instead of basic authentication. * Token is refreshed every 5 minutes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useTokenAuth */ @@ -242,6 +257,7 @@ public Boolean getUseTokenAuth() { * This is the setter method to the attribute. * Use token based authentication instead of basic authentication. * Token is refreshed every 5 minutes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useTokenAuth set the useTokenAuth. */ @@ -254,6 +270,7 @@ public void setUseTokenAuth(Boolean useTokenAuth) { * This is the getter method this will return the attribute value. * Tag vs name with framework name or framework_tag. * Useful in deployments with multiple frameworks. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return vsNameTagFramework */ @@ -266,6 +283,7 @@ public Boolean getVsNameTagFramework() { * This is the setter method to the attribute. * Tag vs name with framework name or framework_tag. * Useful in deployments with multiple frameworks. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param vsNameTagFramework set the vsNameTagFramework. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MarathonSeDeployment.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MarathonSeDeployment.java index 033df7b4..9e2c3d0f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MarathonSeDeployment.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MarathonSeDeployment.java @@ -46,6 +46,7 @@ public class MarathonSeDeployment extends AviRestResource { * This is the getter method this will return the attribute value. * Docker image to be used for avi se installation e.g. * Fedora, ubuntu. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "fedora". * @return dockerImage */ @@ -58,6 +59,7 @@ public String getDockerImage() { * This is the setter method to the attribute. * Docker image to be used for avi se installation e.g. * Fedora, ubuntu. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "fedora". * @param dockerImage set the dockerImage. */ @@ -70,6 +72,7 @@ public void setDockerImage(String dockerImage) { * This is the getter method this will return the attribute value. * Host os distribution e.g. * Coreos, ubuntu, redhat. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "COREOS". * @return hostOs */ @@ -82,6 +85,7 @@ public String getHostOs() { * This is the setter method to the attribute. * Host os distribution e.g. * Coreos, ubuntu, redhat. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "COREOS". * @param hostOs set the hostOs. */ @@ -93,6 +97,7 @@ public void setHostOs(String hostOs) { /** * This is the getter method this will return the attribute value. * Accepted resource roles for ses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceRoles */ @@ -104,6 +109,7 @@ public List getResourceRoles() { /** * This is the setter method. this will set the resourceRoles * Accepted resource roles for ses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceRoles */ @@ -115,6 +121,7 @@ public void setResourceRoles(List resourceRoles) { /** * This is the setter method this will set the resourceRoles * Accepted resource roles for ses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceRoles */ @@ -131,6 +138,7 @@ public MarathonSeDeployment addResourceRolesItem(String resourceRolesItem) { /** * This is the getter method this will return the attribute value. * Uris to be resolved for starting the application. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uris */ @@ -142,6 +150,7 @@ public List getUris() { /** * This is the setter method. this will set the uris * Uris to be resolved for starting the application. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uris */ @@ -153,6 +162,7 @@ public void setUris(List uris) { /** * This is the setter method this will set the uris * Uris to be resolved for starting the application. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uris */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MarathonServicePortConflict.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MarathonServicePortConflict.java index 510b5ffa..2b05894e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MarathonServicePortConflict.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MarathonServicePortConflict.java @@ -44,7 +44,7 @@ public class MarathonServicePortConflict extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property app_name of obj type marathonserviceportconflict field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appName */ @@ -55,7 +55,7 @@ public String getAppName() { /** * This is the setter method to the attribute. - * Placeholder for description of property app_name of obj type marathonserviceportconflict field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param appName set the appName. */ @@ -66,7 +66,7 @@ public void setAppName(String appName) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cc_id of obj type marathonserviceportconflict field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -77,7 +77,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Placeholder for description of property cc_id of obj type marathonserviceportconflict field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -88,7 +88,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property marathon_url of obj type marathonserviceportconflict field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return marathonUrl */ @@ -99,7 +99,7 @@ public String getMarathonUrl() { /** * This is the setter method to the attribute. - * Placeholder for description of property marathon_url of obj type marathonserviceportconflict field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param marathonUrl set the marathonUrl. */ @@ -110,7 +110,7 @@ public void setMarathonUrl(String marathonUrl) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property port of obj type marathonserviceportconflict 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 port */ @@ -121,7 +121,7 @@ public Integer getPort() { /** * This is the setter method to the attribute. - * Placeholder for description of property port of obj type marathonserviceportconflict 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 port set the port. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MatchReplacePair.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MatchReplacePair.java index 1bf54c22..e7cce183 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MatchReplacePair.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MatchReplacePair.java @@ -39,6 +39,7 @@ public class MatchReplacePair extends AviRestResource { * This is the getter method this will return the attribute value. * String to be matched. * Field deprecated in 21.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return matchString */ @VsoMethod @@ -50,6 +51,7 @@ public String getMatchString() { * This is the setter method to the attribute. * String to be matched. * Field deprecated in 21.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param matchString set the matchString. */ @VsoMethod @@ -61,6 +63,7 @@ public void setMatchString(String matchString) { * This is the getter method this will return the attribute value. * Replacement string. * Field deprecated in 21.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return replacementString */ @VsoMethod @@ -72,6 +75,7 @@ public ReplaceStringVar getReplacementString() { * This is the setter method to the attribute. * Replacement string. * Field deprecated in 21.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param replacementString set the replacementString. */ @VsoMethod diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MatchTarget.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MatchTarget.java index 95ad6a95..8765cfe2 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MatchTarget.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MatchTarget.java @@ -98,6 +98,7 @@ public class MatchTarget extends AviRestResource { * This is the getter method this will return the attribute value. * Configure the bot classification result. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return botDetectionResult */ @@ -110,6 +111,7 @@ public BotDetectionMatch getBotDetectionResult() { * This is the setter method to the attribute. * Configure the bot classification result. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param botDetectionResult set the botDetectionResult. */ @@ -121,6 +123,7 @@ public void setBotDetectionResult(BotDetectionMatch botDetectionResult) { /** * This is the getter method this will return the attribute value. * Configure client ip addresses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIp */ @@ -132,6 +135,7 @@ public IpAddrMatch getClientIp() { /** * This is the setter method to the attribute. * Configure client ip addresses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIp set the clientIp. */ @@ -143,6 +147,7 @@ public void setClientIp(IpAddrMatch clientIp) { /** * This is the getter method this will return the attribute value. * Configure http cookie(s). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cookie */ @@ -154,6 +159,7 @@ public CookieMatch getCookie() { /** * This is the setter method to the attribute. * Configure http cookie(s). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cookie set the cookie. */ @@ -167,6 +173,7 @@ public void setCookie(CookieMatch cookie) { * Configure the geo information. * Field introduced in 21.1.1. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoMatches */ @@ -180,6 +187,7 @@ public List getGeoMatches() { * Configure the geo information. * Field introduced in 21.1.1. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoMatches */ @@ -193,6 +201,7 @@ public void setGeoMatches(List geoMatches) { * Configure the geo information. * Field introduced in 21.1.1. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoMatches */ @@ -210,6 +219,7 @@ public MatchTarget addGeoMatchesItem(GeoMatch geoMatchesItem) { * This is the getter method this will return the attribute value. * Configure http header(s). * All configured headers must match. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrs */ @@ -222,6 +232,7 @@ public List getHdrs() { * This is the setter method. this will set the hdrs * Configure http header(s). * All configured headers must match. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrs */ @@ -234,6 +245,7 @@ public void setHdrs(List hdrs) { * This is the setter method this will set the hdrs * Configure http header(s). * All configured headers must match. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrs */ @@ -250,6 +262,7 @@ public MatchTarget addHdrsItem(HdrMatch hdrsItem) { /** * This is the getter method this will return the attribute value. * Configure the host header. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostHdr */ @@ -261,6 +274,7 @@ public HostHdrMatch getHostHdr() { /** * This is the setter method to the attribute. * Configure the host header. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostHdr set the hostHdr. */ @@ -273,6 +287,7 @@ public void setHostHdr(HostHdrMatch hostHdr) { * This is the getter method this will return the attribute value. * Configure ip reputation. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipReputationType */ @@ -285,6 +300,7 @@ public IPReputationTypeMatch getIpReputationType() { * This is the setter method to the attribute. * Configure ip reputation. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipReputationType set the ipReputationType. */ @@ -296,6 +312,7 @@ public void setIpReputationType(IPReputationTypeMatch ipReputationType) { /** * This is the getter method this will return the attribute value. * Configure http methods. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return method */ @@ -307,6 +324,7 @@ public MethodMatch getMethod() { /** * This is the setter method to the attribute. * Configure http methods. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param method set the method. */ @@ -318,6 +336,7 @@ public void setMethod(MethodMatch method) { /** * This is the getter method this will return the attribute value. * Configure request paths. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return path */ @@ -329,6 +348,7 @@ public PathMatch getPath() { /** * This is the setter method to the attribute. * Configure request paths. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param path set the path. */ @@ -340,6 +360,7 @@ public void setPath(PathMatch path) { /** * This is the getter method this will return the attribute value. * Configure the type of http protocol. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return protocol */ @@ -351,6 +372,7 @@ public ProtocolMatch getProtocol() { /** * This is the setter method to the attribute. * Configure the type of http protocol. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param protocol set the protocol. */ @@ -362,6 +384,7 @@ public void setProtocol(ProtocolMatch protocol) { /** * This is the getter method this will return the attribute value. * Configure request query. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return query */ @@ -373,6 +396,7 @@ public QueryMatch getQuery() { /** * This is the setter method to the attribute. * Configure request query. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param query set the query. */ @@ -385,6 +409,7 @@ public void setQuery(QueryMatch query) { * This is the getter method this will return the attribute value. * Configure source ip addresses. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sourceIp */ @@ -397,6 +422,7 @@ public IpAddrMatch getSourceIp() { * This is the setter method to the attribute. * Configure source ip addresses. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sourceIp set the sourceIp. */ @@ -408,6 +434,7 @@ public void setSourceIp(IpAddrMatch sourceIp) { /** * This is the getter method this will return the attribute value. * Configure versions of the http protocol. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -419,6 +446,7 @@ public HTTPVersionMatch getVersion() { /** * This is the setter method to the attribute. * Configure versions of the http protocol. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param version set the version. */ @@ -430,6 +458,7 @@ public void setVersion(HTTPVersionMatch version) { /** * This is the getter method this will return the attribute value. * Configure virtual service ports. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsPort */ @@ -441,6 +470,7 @@ public PortMatch getVsPort() { /** * This is the setter method to the attribute. * Configure virtual service ports. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsPort set the vsPort. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Matches.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Matches.java index 6f633bd7..4ca8b10f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Matches.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Matches.java @@ -38,6 +38,7 @@ public class Matches extends AviRestResource { * This is the getter method this will return the attribute value. * Matches in signature rule. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchElement */ @@ -50,6 +51,7 @@ public String getMatchElement() { * This is the setter method to the attribute. * Matches in signature rule. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchElement set the matchElement. */ @@ -62,6 +64,7 @@ public void setMatchElement(String matchElement) { * This is the getter method this will return the attribute value. * Match value in signature rule. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchValue */ @@ -74,6 +77,7 @@ public String getMatchValue() { * This is the setter method to the attribute. * Match value in signature rule. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchValue set the matchValue. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MemberInterface.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MemberInterface.java index baac44c8..d31e9e45 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MemberInterface.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MemberInterface.java @@ -40,7 +40,7 @@ public class MemberInterface extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property active of obj type memberinterface 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 active */ @@ -51,7 +51,7 @@ public Boolean getActive() { /** * This is the setter method to the attribute. - * Placeholder for description of property active of obj type memberinterface 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 active set the active. */ @@ -62,7 +62,7 @@ public void setActive(Boolean active) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property if_name of obj type memberinterface field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ifName */ @@ -73,7 +73,7 @@ public String getIfName() { /** * This is the setter method to the attribute. - * Placeholder for description of property if_name of obj type memberinterface field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ifName set the ifName. */ @@ -85,6 +85,7 @@ public void setIfName(String ifName) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return macAddress */ @@ -96,6 +97,7 @@ public String getMacAddress() { /** * This is the setter method to the attribute. * Field introduced in 17.1.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param macAddress set the macAddress. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MemoryBalancerInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MemoryBalancerInfo.java index 768b0a97..2e59624b 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MemoryBalancerInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MemoryBalancerInfo.java @@ -73,6 +73,7 @@ public class MemoryBalancerInfo extends AviRestResource { /** * This is the getter method this will return the attribute value. * Child process information. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return child */ @@ -84,6 +85,7 @@ public List getChild() { /** * This is the setter method. this will set the child * Child process information. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return child */ @@ -95,6 +97,7 @@ public void setChild(List child) { /** * This is the setter method this will set the child * Child process information. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return child */ @@ -111,6 +114,7 @@ public MemoryBalancerInfo addChildItem(ChildProcessInfo childItem) { /** * This is the getter method this will return the attribute value. * Current controller memory (in gb) usage. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerMemory */ @@ -122,6 +126,7 @@ public Integer getControllerMemory() { /** * This is the setter method to the attribute. * Current controller memory (in gb) usage. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerMemory set the controllerMemory. */ @@ -134,6 +139,7 @@ public void setControllerMemory(Integer controllerMemory) { * This is the getter method this will return the attribute value. * Percent usage of total controller memory. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerMemoryUsagePercent */ @@ -146,6 +152,7 @@ public Float getControllerMemoryUsagePercent() { * This is the setter method to the attribute. * Percent usage of total controller memory. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerMemoryUsagePercent set the controllerMemoryUsagePercent. */ @@ -158,6 +165,7 @@ public void setControllerMemoryUsagePercent(Float controllerMemoryUsagePercent) * This is the getter method this will return the attribute value. * Holder for debug message. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return debugMessage */ @@ -170,6 +178,7 @@ public String getDebugMessage() { * This is the setter method to the attribute. * Holder for debug message. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param debugMessage set the debugMessage. */ @@ -181,6 +190,7 @@ public void setDebugMessage(String debugMessage) { /** * This is the getter method this will return the attribute value. * Limit on the memory (in kb) for the process. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return limit */ @@ -192,6 +202,7 @@ public Integer getLimit() { /** * This is the setter method to the attribute. * Limit on the memory (in kb) for the process. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param limit set the limit. */ @@ -203,6 +214,7 @@ public void setLimit(Integer limit) { /** * This is the getter method this will return the attribute value. * Amount of memory (in kb) used by the process. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return memoryUsed */ @@ -214,6 +226,7 @@ public Integer getMemoryUsed() { /** * This is the setter method to the attribute. * Amount of memory (in kb) used by the process. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param memoryUsed set the memoryUsed. */ @@ -225,6 +238,7 @@ public void setMemoryUsed(Integer memoryUsed) { /** * This is the getter method this will return the attribute value. * Pid of the process. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pid */ @@ -236,6 +250,7 @@ public Integer getPid() { /** * This is the setter method to the attribute. * Pid of the process. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pid set the pid. */ @@ -247,6 +262,7 @@ public void setPid(Integer pid) { /** * This is the getter method this will return the attribute value. * Name of the process. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return process */ @@ -258,6 +274,7 @@ public String getProcess() { /** * This is the setter method to the attribute. * Name of the process. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param process set the process. */ @@ -271,6 +288,7 @@ public void setProcess(String process) { * Current mode of the process. * Enum options - REGULAR, DEBUG, DEGRADED, STOP. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return processMode */ @@ -284,6 +302,7 @@ public String getProcessMode() { * Current mode of the process. * Enum options - REGULAR, DEBUG, DEGRADED, STOP. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param processMode set the processMode. */ @@ -297,6 +316,7 @@ public void setProcessMode(String processMode) { * Current usage trend of the process. * Enum options - UPWARD, DOWNWARD, NEUTRAL. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return processTrend */ @@ -310,6 +330,7 @@ public String getProcessTrend() { * Current usage trend of the process. * Enum options - UPWARD, DOWNWARD, NEUTRAL. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param processTrend set the processTrend. */ @@ -322,6 +343,7 @@ public void setProcessTrend(String processTrend) { * This is the getter method this will return the attribute value. * Percent usage of the process limit. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return thresholdPercent */ @@ -334,6 +356,7 @@ public Float getThresholdPercent() { * This is the setter method to the attribute. * Percent usage of the process limit. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param thresholdPercent set the thresholdPercent. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MemoryBalancerRequest.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MemoryBalancerRequest.java index 2068aed5..178b6c0a 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MemoryBalancerRequest.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MemoryBalancerRequest.java @@ -68,6 +68,7 @@ public class MemoryBalancerRequest extends AviRestResource { * This is the getter method this will return the attribute value. * Current details regarding controller. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerInfo */ @@ -80,6 +81,7 @@ public ControllerInfo getControllerInfo() { * This is the setter method to the attribute. * Current details regarding controller. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerInfo set the controllerInfo. */ @@ -92,6 +94,7 @@ public void setControllerInfo(ControllerInfo controllerInfo) { * This is the getter method this will return the attribute value. * Name of controller process. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -104,6 +107,7 @@ public String getName() { * This is the setter method to the attribute. * Name of controller process. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -116,6 +120,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Uuid of node. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeUuid */ @@ -128,6 +133,7 @@ public String getNodeUuid() { * This is the setter method to the attribute. * Uuid of node. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeUuid set the nodeUuid. */ @@ -140,6 +146,7 @@ public void setNodeUuid(String nodeUuid) { * This is the getter method this will return the attribute value. * Current process information of the controller process. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return processInfo */ @@ -152,6 +159,7 @@ public ProcessInfo getProcessInfo() { * This is the setter method to the attribute. * Current process information of the controller process. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param processInfo set the processInfo. */ @@ -164,6 +172,7 @@ public void setProcessInfo(ProcessInfo processInfo) { * This is the getter method this will return the attribute value. * Instance of the controller process. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return processInstance */ @@ -176,6 +185,7 @@ public String getProcessInstance() { * This is the setter method to the attribute. * Instance of the controller process. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param processInstance set the processInstance. */ @@ -189,6 +199,7 @@ public void setProcessInstance(String processInstance) { * Uuid of tenant object. * It is a reference to an object of type tenant. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -202,6 +213,7 @@ public String getTenantRef() { * Uuid of tenant object. * It is a reference to an object of type tenant. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -214,6 +226,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Time at which memory balancer request was created/updated. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return timestamp */ @@ -226,6 +239,7 @@ public String getTimestamp() { * This is the setter method to the attribute. * Time at which memory balancer request was created/updated. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param timestamp set the timestamp. */ @@ -257,6 +271,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of memory balancer request object. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -269,6 +284,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of memory balancer request object. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * 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/MemoryUsage.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MemoryUsage.java index 15155450..865a97ff 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MemoryUsage.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MemoryUsage.java @@ -36,7 +36,7 @@ public class MemoryUsage extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property free of obj type memoryusage 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 free */ @@ -47,7 +47,7 @@ public Integer getFree() { /** * This is the setter method to the attribute. - * Placeholder for description of property free of obj type memoryusage 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 free set the free. */ @@ -58,7 +58,7 @@ public void setFree(Integer free) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property total of obj type memoryusage 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 total */ @@ -69,7 +69,7 @@ public Integer getTotal() { /** * This is the setter method to the attribute. - * Placeholder for description of property total of obj type memoryusage 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 total set the total. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MemoryUsageInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MemoryUsageInfo.java index 0c8f1d40..6932032f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MemoryUsageInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MemoryUsageInfo.java @@ -34,6 +34,7 @@ public class MemoryUsageInfo extends AviRestResource { * This is the getter method this will return the attribute value. * Identifies the memory usage of the node. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return memUsageOnNodes */ @@ -46,6 +47,7 @@ public List getMemUsageOnNodes() { * This is the setter method. this will set the memUsageOnNodes * Identifies the memory usage of the node. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return memUsageOnNodes */ @@ -58,6 +60,7 @@ public void setMemUsageOnNodes(List memUsageOnNodes) { * This is the setter method this will set the memUsageOnNodes * Identifies the memory usage of the node. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return memUsageOnNodes */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MemoryUsagePerNode.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MemoryUsagePerNode.java index 1b177c10..0f4e38b2 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MemoryUsagePerNode.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MemoryUsagePerNode.java @@ -39,6 +39,7 @@ public class MemoryUsagePerNode extends AviRestResource { * This is the getter method this will return the attribute value. * Identifies the memory info of the node. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return memInfo */ @@ -51,6 +52,7 @@ public MemoryUsage getMemInfo() { * This is the setter method to the attribute. * Identifies the memory info of the node. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param memInfo set the memInfo. */ @@ -63,6 +65,7 @@ public void setMemInfo(MemoryUsage memInfo) { * This is the getter method this will return the attribute value. * Identifies the name of the node. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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 name of the node. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/MesosAttribute.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MesosAttribute.java index f8d647f5..1aae230d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MesosAttribute.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MesosAttribute.java @@ -37,6 +37,7 @@ public class MesosAttribute extends AviRestResource { /** * This is the getter method this will return the attribute value. * Attribute to match. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attribute */ @@ -48,6 +49,7 @@ public String getAttribute() { /** * This is the setter method to the attribute. * Attribute to match. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attribute set the attribute. */ @@ -60,6 +62,7 @@ public void setAttribute(String attribute) { * This is the getter method this will return the attribute value. * Attribute value. * If not set, match any value. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -72,6 +75,7 @@ public String getValue() { * This is the setter method to the attribute. * Attribute value. * If not set, match any value. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/MesosConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MesosConfiguration.java index bfe274f9..09e0f074 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MesosConfiguration.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MesosConfiguration.java @@ -182,6 +182,7 @@ public class MesosConfiguration extends AviRestResource { * Consider all virtualservices as front end proxies. * Front end proxies are placed on specific ses as opposed to back end proxies placed on all ses. * Applicable where each service has its own vip and vip is reachable from anywhere. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return allVsesAreFeproxy */ @@ -195,6 +196,7 @@ public Boolean getAllVsesAreFeproxy() { * Consider all virtualservices as front end proxies. * Front end proxies are placed on specific ses as opposed to back end proxies placed on all ses. * Applicable where each service has its own vip and vip is reachable from anywhere. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param allVsesAreFeproxy set the allVsesAreFeproxy. */ @@ -206,6 +208,7 @@ public void setAllVsesAreFeproxy(Boolean allVsesAreFeproxy) { /** * This is the getter method this will return the attribute value. * Sync frequency in seconds with frameworks. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return appSyncFrequency */ @@ -217,6 +220,7 @@ public Integer getAppSyncFrequency() { /** * This is the setter method to the attribute. * Sync frequency in seconds with frameworks. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param appSyncFrequency set the appSyncFrequency. */ @@ -228,6 +232,7 @@ public void setAppSyncFrequency(Integer appSyncFrequency) { /** * This is the getter method this will return the attribute value. * Perform container port matching to create a http virtualservice instead of a tcp/udp virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return containerPortMatchHttpService */ @@ -239,6 +244,7 @@ public Boolean getContainerPortMatchHttpService() { /** * This is the setter method to the attribute. * Perform container port matching to create a http virtualservice instead of a tcp/udp virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param containerPortMatchHttpService set the containerPortMatchHttpService. */ @@ -252,6 +258,7 @@ public void setContainerPortMatchHttpService(Boolean containerPortMatchHttpServ * Directory to mount to check for core dumps on service engines. * This will be mapped read only to /var/crash on any new service engines. * This is a disruptive change. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/var/lib/systemd/coredump". * @return coredumpDirectory */ @@ -265,6 +272,7 @@ public String getCoredumpDirectory() { * Directory to mount to check for core dumps on service engines. * This will be mapped read only to /var/crash on any new service engines. * This is a disruptive change. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/var/lib/systemd/coredump". * @param coredumpDirectory set the coredumpDirectory. */ @@ -276,6 +284,7 @@ public void setCoredumpDirectory(String coredumpDirectory) { /** * This is the getter method this will return the attribute value. * Disable auto service sync for back end services. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableAutoBackendServiceSync */ @@ -287,6 +296,7 @@ public Boolean getDisableAutoBackendServiceSync() { /** * This is the setter method to the attribute. * Disable auto service sync for back end services. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableAutoBackendServiceSync set the disableAutoBackendServiceSync. */ @@ -298,6 +308,7 @@ public void setDisableAutoBackendServiceSync(Boolean disableAutoBackendServiceS /** * This is the getter method this will return the attribute value. * Disable auto service sync for front end services. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableAutoFrontendServiceSync */ @@ -309,6 +320,7 @@ public Boolean getDisableAutoFrontendServiceSync() { /** * This is the setter method to the attribute. * Disable auto service sync for front end services. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableAutoFrontendServiceSync set the disableAutoFrontendServiceSync. */ @@ -321,6 +333,7 @@ public void setDisableAutoFrontendServiceSync(Boolean disableAutoFrontendServic * This is the getter method this will return the attribute value. * Disable auto sync for gslb services. * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableAutoGsSync */ @@ -333,6 +346,7 @@ public Boolean getDisableAutoGsSync() { * This is the setter method to the attribute. * Disable auto sync for gslb services. * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableAutoGsSync set the disableAutoGsSync. */ @@ -344,6 +358,7 @@ public void setDisableAutoGsSync(Boolean disableAutoGsSync) { /** * This is the getter method this will return the attribute value. * Disable se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableAutoSeCreation */ @@ -355,6 +370,7 @@ public Boolean getDisableAutoSeCreation() { /** * This is the setter method to the attribute. * Disable se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableAutoSeCreation set the disableAutoSeCreation. */ @@ -366,6 +382,7 @@ public void setDisableAutoSeCreation(Boolean disableAutoSeCreation) { /** * This is the getter method this will return the attribute value. * Docker registry for serviceengine image. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dockerRegistrySe */ @@ -377,6 +394,7 @@ public DockerRegistry getDockerRegistrySe() { /** * This is the setter method to the attribute. * Docker registry for serviceengine image. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dockerRegistrySe set the dockerRegistrySe. */ @@ -388,6 +406,7 @@ public void setDockerRegistrySe(DockerRegistry dockerRegistrySe) { /** * This is the getter method this will return the attribute value. * Match against this prefix when placing east-west vss on ses (mesos mode only). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eastWestPlacementSubnet */ @@ -399,6 +418,7 @@ public IpAddrPrefix getEastWestPlacementSubnet() { /** * This is the setter method to the attribute. * Match against this prefix when placing east-west vss on ses (mesos mode only). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eastWestPlacementSubnet set the eastWestPlacementSubnet. */ @@ -410,6 +430,7 @@ public void setEastWestPlacementSubnet(IpAddrPrefix eastWestPlacementSubnet) { /** * This is the getter method this will return the attribute value. * Enable marathon event subscriptions. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableEventSubscription */ @@ -421,6 +442,7 @@ public Boolean getEnableEventSubscription() { /** * This is the setter method to the attribute. * Enable marathon event subscriptions. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableEventSubscription set the enableEventSubscription. */ @@ -433,6 +455,7 @@ public void setEnableEventSubscription(Boolean enableEventSubscription) { * This is the getter method this will return the attribute value. * Name of second linux bridge on host providing connectivity for front end proxies. * This is a disruptive change. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "cbr1". * @return feproxyBridgeName */ @@ -445,6 +468,7 @@ public String getFeproxyBridgeName() { * This is the setter method to the attribute. * Name of second linux bridge on host providing connectivity for front end proxies. * This is a disruptive change. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "cbr1". * @param feproxyBridgeName set the feproxyBridgeName. */ @@ -456,6 +480,7 @@ public void setFeproxyBridgeName(String feproxyBridgeName) { /** * This is the getter method this will return the attribute value. * For front end proxies, use container port as service port. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return feproxyContainerPortAsService */ @@ -467,6 +492,7 @@ public Boolean getFeproxyContainerPortAsService() { /** * This is the setter method to the attribute. * For front end proxies, use container port as service port. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param feproxyContainerPortAsService set the feproxyContainerPortAsService. */ @@ -478,6 +504,7 @@ public void setFeproxyContainerPortAsService(Boolean feproxyContainerPortAsServ /** * This is the getter method this will return the attribute value. * Publish ecmp route to upstream router for vip. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return feproxyRoutePublish */ @@ -489,6 +516,7 @@ public FeProxyRoutePublishConfig getFeproxyRoutePublish() { /** * This is the setter method to the attribute. * Publish ecmp route to upstream router for vip. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param feproxyRoutePublish set the feproxyRoutePublish. */ @@ -500,6 +528,7 @@ public void setFeproxyRoutePublish(FeProxyRoutePublishConfig feproxyRoutePublish /** * This is the getter method this will return the attribute value. * Enable proxy arp from host interface for front end proxies. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return feproxyVipsEnableProxyArp */ @@ -511,6 +540,7 @@ public Boolean getFeproxyVipsEnableProxyArp() { /** * This is the setter method to the attribute. * Enable proxy arp from host interface for front end proxies. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param feproxyVipsEnableProxyArp set the feproxyVipsEnableProxyArp. */ @@ -522,6 +552,7 @@ public void setFeproxyVipsEnableProxyArp(Boolean feproxyVipsEnableProxyArp) { /** * This is the getter method this will return the attribute value. * Optional fleet remote endpoint if fleet is used for se deployment. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fleetEndpoint */ @@ -533,6 +564,7 @@ public String getFleetEndpoint() { /** * This is the setter method to the attribute. * Optional fleet remote endpoint if fleet is used for se deployment. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fleetEndpoint set the fleetEndpoint. */ @@ -545,6 +577,7 @@ public void setFleetEndpoint(String fleetEndpoint) { * This is the getter method this will return the attribute value. * List of container ports that create a http virtualservice instead of a tcp/udp virtualservice. * Defaults to 80. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpContainerPorts */ @@ -557,6 +590,7 @@ public List getHttpContainerPorts() { * This is the setter method. this will set the httpContainerPorts * List of container ports that create a http virtualservice instead of a tcp/udp virtualservice. * Defaults to 80. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpContainerPorts */ @@ -569,6 +603,7 @@ public void setHttpContainerPorts(List httpContainerPorts) { * This is the setter method this will set the httpContainerPorts * List of container ports that create a http virtualservice instead of a tcp/udp virtualservice. * Defaults to 80. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpContainerPorts */ @@ -585,6 +620,7 @@ public MesosConfiguration addHttpContainerPortsItem(Integer httpContainerPortsIt /** * This is the getter method this will return the attribute value. * List of marathon frameworks. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return marathonConfigurations */ @@ -596,6 +632,7 @@ public List getMarathonConfigurations() { /** * This is the setter method. this will set the marathonConfigurations * List of marathon frameworks. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return marathonConfigurations */ @@ -607,6 +644,7 @@ public void setMarathonConfigurations(List marathonConfi /** * This is the setter method this will set the marathonConfigurations * List of marathon frameworks. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return marathonConfigurations */ @@ -623,6 +661,7 @@ public MesosConfiguration addMarathonConfigurationsItem(MarathonConfiguration ma /** * This is the getter method this will return the attribute value. * Options for marathon se deployment. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return marathonSeDeployment */ @@ -634,6 +673,7 @@ public MarathonSeDeployment getMarathonSeDeployment() { /** * This is the setter method to the attribute. * Options for marathon se deployment. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param marathonSeDeployment set the marathonSeDeployment. */ @@ -645,6 +685,7 @@ public void setMarathonSeDeployment(MarathonSeDeployment marathonSeDeployment) { /** * This is the getter method this will return the attribute value. * Mesos url of the form http //host port. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "http://leader.mesos:5050". * @return mesosUrl */ @@ -656,6 +697,7 @@ public String getMesosUrl() { /** * This is the setter method to the attribute. * Mesos url of the form http //host port. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "http://leader.mesos:5050". * @param mesosUrl set the mesosUrl. */ @@ -668,6 +710,7 @@ public void setMesosUrl(String mesosUrl) { * This is the getter method this will return the attribute value. * Mesos node label to be used as mesos node's availability zone in a dual availability zone deployment. * Serviceengines belonging to the availability zone will be rebooted during a manual dr failover. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeAvailabilityZoneLabel */ @@ -680,6 +723,7 @@ public String getNodeAvailabilityZoneLabel() { * This is the setter method to the attribute. * Mesos node label to be used as mesos node's availability zone in a dual availability zone deployment. * Serviceengines belonging to the availability zone will be rebooted during a manual dr failover. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeAvailabilityZoneLabel set the nodeAvailabilityZoneLabel. */ @@ -691,6 +735,7 @@ public void setNodeAvailabilityZoneLabel(String nodeAvailabilityZoneLabel) { /** * This is the getter method this will return the attribute value. * Nuage overlay sdn controller information. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nuageController */ @@ -702,6 +747,7 @@ public NuageSDNController getNuageController() { /** * This is the setter method to the attribute. * Nuage overlay sdn controller information. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nuageController set the nuageController. */ @@ -714,6 +760,7 @@ public void setNuageController(NuageSDNController nuageController) { * This is the getter method this will return the attribute value. * Use fleet/ssh for deploying service engines. * Enum options - MESOS_SE_CREATE_FLEET, MESOS_SE_CREATE_SSH, MESOS_SE_CREATE_MARATHON. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "MESOS_SE_CREATE_FLEET". * @return seDeploymentMethod */ @@ -726,6 +773,7 @@ public String getSeDeploymentMethod() { * This is the setter method to the attribute. * Use fleet/ssh for deploying service engines. * Enum options - MESOS_SE_CREATE_FLEET, MESOS_SE_CREATE_SSH, MESOS_SE_CREATE_MARATHON. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "MESOS_SE_CREATE_FLEET". * @param seDeploymentMethod set the seDeploymentMethod. */ @@ -737,6 +785,7 @@ public void setSeDeploymentMethod(String seDeploymentMethod) { /** * This is the getter method this will return the attribute value. * Exclude hosts with attributes for se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seExcludeAttributes */ @@ -748,6 +797,7 @@ public List getSeExcludeAttributes() { /** * This is the setter method. this will set the seExcludeAttributes * Exclude hosts with attributes for se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seExcludeAttributes */ @@ -759,6 +809,7 @@ public void setSeExcludeAttributes(List seExcludeAttributes) { /** * This is the setter method this will set the seExcludeAttributes * Exclude hosts with attributes for se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seExcludeAttributes */ @@ -775,6 +826,7 @@ public MesosConfiguration addSeExcludeAttributesItem(MesosAttribute seExcludeAtt /** * This is the getter method this will return the attribute value. * Create ses just on hosts with include attributes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIncludeAttributes */ @@ -786,6 +838,7 @@ public List getSeIncludeAttributes() { /** * This is the setter method. this will set the seIncludeAttributes * Create ses just on hosts with include attributes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIncludeAttributes */ @@ -797,6 +850,7 @@ public void setSeIncludeAttributes(List seIncludeAttributes) { /** * This is the setter method this will set the seIncludeAttributes * Create ses just on hosts with include attributes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIncludeAttributes */ @@ -813,6 +867,7 @@ public MesosConfiguration addSeIncludeAttributesItem(MesosAttribute seIncludeAtt /** * This is the getter method this will return the attribute value. * Obsolete - ignored. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seResources */ @@ -824,6 +879,7 @@ public List getSeResources() { /** * This is the setter method. this will set the seResources * Obsolete - ignored. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seResources */ @@ -835,6 +891,7 @@ public void setSeResources(List seResources) { /** * This is the setter method this will set the seResources * Obsolete - ignored. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seResources */ @@ -851,6 +908,7 @@ public MesosConfiguration addSeResourcesItem(MesosSeResources seResourcesItem) { /** * This is the getter method this will return the attribute value. * New se spawn rate per minute. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 25. * @return seSpawnRate */ @@ -862,6 +920,7 @@ public Integer getSeSpawnRate() { /** * This is the setter method to the attribute. * New se spawn rate per minute. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 25. * @param seSpawnRate set the seSpawnRate. */ @@ -873,6 +932,7 @@ public void setSeSpawnRate(Integer seSpawnRate) { /** * This is the getter method this will return the attribute value. * Host volume to be used as a disk for avi se, this is a disruptive change. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/opt/avi/se". * @return seVolume */ @@ -884,6 +944,7 @@ public String getSeVolume() { /** * This is the setter method to the attribute. * Host volume to be used as a disk for avi se, this is a disruptive change. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/opt/avi/se". * @param seVolume set the seVolume. */ @@ -896,6 +957,7 @@ public void setSeVolume(String seVolume) { * This is the getter method this will return the attribute value. * Make service ports accessible on all host interfaces in addition to east-west vip and/or bridge ip. * Usually enabled aws mesos clusters to export east-west services on host interface. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return servicesAccessibleAllInterfaces */ @@ -908,6 +970,7 @@ public Boolean getServicesAccessibleAllInterfaces() { * This is the setter method to the attribute. * Make service ports accessible on all host interfaces in addition to east-west vip and/or bridge ip. * Usually enabled aws mesos clusters to export east-west services on host interface. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param servicesAccessibleAllInterfaces set the servicesAccessibleAllInterfaces. */ @@ -920,6 +983,7 @@ public void setServicesAccessibleAllInterfaces(Boolean servicesAccessibleAllInt * This is the getter method this will return the attribute value. * Parameters for ssh se deployment. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return sshSeDeployment */ @VsoMethod @@ -931,6 +995,7 @@ public SSHSeDeployment getSshSeDeployment() { * This is the setter method to the attribute. * Parameters for ssh se deployment. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param sshSeDeployment set the sshSeDeployment. */ @VsoMethod @@ -943,6 +1008,7 @@ public void setSshSeDeployment(SSHSeDeployment sshSeDeployment) { * Cloud connector user uuid for ssh to hosts. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sshUserRef */ @@ -956,6 +1022,7 @@ public String getSshUserRef() { * Cloud connector user uuid for ssh to hosts. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sshUserRef set the sshUserRef. */ @@ -967,6 +1034,7 @@ public void setSshUserRef(String sshUserRef) { /** * This is the getter method this will return the attribute value. * Use bridge ip on each host as vip. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useBridgeIpAsVip */ @@ -978,6 +1046,7 @@ public Boolean getUseBridgeIpAsVip() { /** * This is the setter method to the attribute. * Use bridge ip on each host as vip. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useBridgeIpAsVip set the useBridgeIpAsVip. */ @@ -990,6 +1059,7 @@ public void setUseBridgeIpAsVip(Boolean useBridgeIpAsVip) { * This is the getter method this will return the attribute value. * Use container ip address port for pool instead of host ip address hostport. * This mode is applicable if the container ip is reachable (not a private nated ip) from other hosts in a routed environment for containers. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useContainerIpPort */ @@ -1002,6 +1072,7 @@ public Boolean getUseContainerIpPort() { * This is the setter method to the attribute. * Use container ip address port for pool instead of host ip address hostport. * This mode is applicable if the container ip is reachable (not a private nated ip) from other hosts in a routed environment for containers. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useContainerIpPort set the useContainerIpPort. */ @@ -1013,6 +1084,7 @@ public void setUseContainerIpPort(Boolean useContainerIpPort) { /** * This is the getter method this will return the attribute value. * If true, use controller generated se docker image via fileservice, else use docker repository image as defined by docker_registry_se. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useControllerImage */ @@ -1024,6 +1096,7 @@ public Boolean getUseControllerImage() { /** * This is the setter method to the attribute. * If true, use controller generated se docker image via fileservice, else use docker repository image as defined by docker_registry_se. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useControllerImage set the useControllerImage. */ @@ -1036,6 +1109,7 @@ public void setUseControllerImage(Boolean useControllerImage) { * This is the getter method this will return the attribute value. * Use unique virtual ip address for every east west service in mesos/marathon. * 'use_bridge_ip_as_vip' and 'vip' fields , if set, will not be used if this field is set. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return useVipsForEastWestServices */ @@ -1048,6 +1122,7 @@ public Boolean getUseVipsForEastWestServices() { * This is the setter method to the attribute. * Use unique virtual ip address for every east west service in mesos/marathon. * 'use_bridge_ip_as_vip' and 'vip' fields , if set, will not be used if this field is set. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param useVipsForEastWestServices set the useVipsForEastWestServices. */ @@ -1060,6 +1135,7 @@ public void setUseVipsForEastWestServices(Boolean useVipsForEastWestServices) { * This is the getter method this will return the attribute value. * Vip to be used by all east-west apps on all hosts. * Preferrably use an address from outside the subnet. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vip */ @@ -1072,6 +1148,7 @@ public IpAddr getVip() { * This is the setter method to the attribute. * Vip to be used by all east-west apps on all hosts. * Preferrably use an address from outside the subnet. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vip set the vip. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MesosMetricsDebugFilter.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MesosMetricsDebugFilter.java index 4af079f5..d61e75b0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MesosMetricsDebugFilter.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MesosMetricsDebugFilter.java @@ -44,7 +44,7 @@ public class MesosMetricsDebugFilter extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property mesos_master of obj type mesosmetricsdebugfilter field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mesosMaster */ @@ -55,7 +55,7 @@ public String getMesosMaster() { /** * This is the setter method to the attribute. - * Placeholder for description of property mesos_master of obj type mesosmetricsdebugfilter field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mesosMaster set the mesosMaster. */ @@ -66,7 +66,7 @@ public void setMesosMaster(String mesosMaster) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property mesos_slave of obj type mesosmetricsdebugfilter field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mesosSlave */ @@ -77,7 +77,7 @@ public String getMesosSlave() { /** * This is the setter method to the attribute. - * Placeholder for description of property mesos_slave of obj type mesosmetricsdebugfilter field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mesosSlave set the mesosSlave. */ @@ -90,6 +90,7 @@ public void setMesosSlave(String mesosSlave) { * This is the getter method this will return the attribute value. * Enum options - VSERVER_METRICS_ENTITY, VM_METRICS_ENTITY, SE_METRICS_ENTITY, CONTROLLER_METRICS_ENTITY, APPLICATION_METRICS_ENTITY, * TENANT_METRICS_ENTITY, POOL_METRICS_ENTITY. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricEntity */ @@ -102,6 +103,7 @@ public String getMetricEntity() { * This is the setter method to the attribute. * Enum options - VSERVER_METRICS_ENTITY, VM_METRICS_ENTITY, SE_METRICS_ENTITY, CONTROLLER_METRICS_ENTITY, APPLICATION_METRICS_ENTITY, * TENANT_METRICS_ENTITY, POOL_METRICS_ENTITY. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricEntity set the metricEntity. */ @@ -112,7 +114,7 @@ public void setMetricEntity(String metricEntity) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property metrics_collection_frq of obj type mesosmetricsdebugfilter 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 60. * @return metricsCollectionFrq */ @@ -123,7 +125,7 @@ public Integer getMetricsCollectionFrq() { /** * This is the setter method to the attribute. - * Placeholder for description of property metrics_collection_frq of obj type mesosmetricsdebugfilter 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 60. * @param metricsCollectionFrq set the metricsCollectionFrq. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MesosSeResources.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MesosSeResources.java index b826a205..fd16624b 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MesosSeResources.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MesosSeResources.java @@ -45,6 +45,7 @@ public class MesosSeResources extends AviRestResource { /** * This is the getter method this will return the attribute value. * Attribute (fleet or mesos) key of hosts. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attributeKey */ @@ -56,6 +57,7 @@ public String getAttributeKey() { /** * This is the setter method to the attribute. * Attribute (fleet or mesos) key of hosts. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attributeKey set the attributeKey. */ @@ -67,6 +69,7 @@ public void setAttributeKey(String attributeKey) { /** * This is the getter method this will return the attribute value. * Attribute (fleet or mesos) value of hosts. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attributeValue */ @@ -78,6 +81,7 @@ public String getAttributeValue() { /** * This is the setter method to the attribute. * Attribute (fleet or mesos) value of hosts. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attributeValue set the attributeValue. */ @@ -89,6 +93,7 @@ public void setAttributeValue(String attributeValue) { /** * This is the getter method this will return the attribute value. * Obsolete - ignored. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2.0f. * @return cpu */ @@ -100,6 +105,7 @@ public Float getCpu() { /** * This is the setter method to the attribute. * Obsolete - ignored. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2.0f. * @param cpu set the cpu. */ @@ -111,6 +117,7 @@ public void setCpu(Float cpu) { /** * This is the getter method this will return the attribute value. * Obsolete - ignored. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @return memory */ @@ -122,6 +129,7 @@ public Integer getMemory() { /** * This is the setter method to the attribute. * Obsolete - ignored. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @param memory set the memory. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MesosSetup.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MesosSetup.java index f47618b4..7fbeeff1 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MesosSetup.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MesosSetup.java @@ -76,7 +76,7 @@ public class MesosSetup extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cc_id of obj type mesossetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -87,7 +87,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Placeholder for description of property cc_id of obj type mesossetup field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -98,7 +98,7 @@ public void setCcId(String ccId) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property failed_hosts of obj type mesossetup 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 failedHosts */ @@ -109,7 +109,7 @@ public List getFailedHosts() { /** * This is the setter method. this will set the failedHosts - * Placeholder for description of property failed_hosts of obj type mesossetup 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 failedHosts */ @@ -120,7 +120,7 @@ public void setFailedHosts(List failedHosts) { /** * This is the setter method this will set the failedHosts - * Placeholder for description of property failed_hosts of obj type mesossetup 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 failedHosts */ @@ -136,7 +136,7 @@ public MesosSetup addFailedHostsItem(String failedHostsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property fleet_endpoint of obj type mesossetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fleetEndpoint */ @@ -147,7 +147,7 @@ public String getFleetEndpoint() { /** * This is the setter method to the attribute. - * Placeholder for description of property fleet_endpoint of obj type mesossetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fleetEndpoint set the fleetEndpoint. */ @@ -158,7 +158,7 @@ public void setFleetEndpoint(String fleetEndpoint) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property hosts of obj type mesossetup 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 hosts */ @@ -169,7 +169,7 @@ public List getHosts() { /** * This is the setter method. this will set the hosts - * Placeholder for description of property hosts of obj type mesossetup 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 hosts */ @@ -180,7 +180,7 @@ public void setHosts(List hosts) { /** * This is the setter method this will set the hosts - * Placeholder for description of property hosts of obj type mesossetup 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 hosts */ @@ -196,7 +196,7 @@ public MesosSetup addHostsItem(String hostsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property mesos_access of obj type mesossetup 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 mesosAccess */ @@ -207,7 +207,7 @@ public Boolean getMesosAccess() { /** * This is the setter method to the attribute. - * Placeholder for description of property mesos_access of obj type mesossetup 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 mesosAccess set the mesosAccess. */ @@ -218,7 +218,7 @@ public void setMesosAccess(Boolean mesosAccess) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property mesos_url of obj type mesossetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mesosUrl */ @@ -229,7 +229,7 @@ public String getMesosUrl() { /** * This is the setter method to the attribute. - * Placeholder for description of property mesos_url of obj type mesossetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mesosUrl set the mesosUrl. */ @@ -240,7 +240,7 @@ public void setMesosUrl(String mesosUrl) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property missing_hosts of obj type mesossetup 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 missingHosts */ @@ -251,7 +251,7 @@ public List getMissingHosts() { /** * This is the setter method. this will set the missingHosts - * Placeholder for description of property missing_hosts of obj type mesossetup 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 missingHosts */ @@ -262,7 +262,7 @@ public void setMissingHosts(List missingHosts) { /** * This is the setter method this will set the missingHosts - * Placeholder for description of property missing_hosts of obj type mesossetup 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 missingHosts */ @@ -278,7 +278,7 @@ public MesosSetup addMissingHostsItem(String missingHostsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property new_hosts of obj type mesossetup 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 newHosts */ @@ -289,7 +289,7 @@ public List getNewHosts() { /** * This is the setter method. this will set the newHosts - * Placeholder for description of property new_hosts of obj type mesossetup 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 newHosts */ @@ -300,7 +300,7 @@ public void setNewHosts(List newHosts) { /** * This is the setter method this will set the newHosts - * Placeholder for description of property new_hosts of obj type mesossetup 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 newHosts */ @@ -316,7 +316,7 @@ public MesosSetup addNewHostsItem(String newHostsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason of obj type mesossetup field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -327,7 +327,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Placeholder for description of property reason of obj type mesossetup field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -338,7 +338,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_deploy_method_access of obj type mesossetup 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 seDeployMethodAccess */ @@ -349,7 +349,7 @@ public Boolean getSeDeployMethodAccess() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_deploy_method_access of obj type mesossetup 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 seDeployMethodAccess set the seDeployMethodAccess. */ @@ -360,7 +360,7 @@ public void setSeDeployMethodAccess(Boolean seDeployMethodAccess) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_name of obj type mesossetup field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -371,7 +371,7 @@ public String getSeName() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_name of obj type mesossetup field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -382,7 +382,7 @@ public void setSeName(String seName) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property version of obj type mesossetup field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -393,7 +393,7 @@ public String getVersion() { /** * This is the setter method to the attribute. - * Placeholder for description of property version of obj type mesossetup field type str type string. + * Allowed in enterprise edition with any value, 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/MethodMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MethodMatch.java index 8c1daf0c..d6d3de12 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MethodMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MethodMatch.java @@ -38,6 +38,7 @@ public class MethodMatch extends AviRestResource { * This is the getter method this will return the attribute value. * Criterion to use for http method matching the method in the http request. * Enum options - IS_IN, IS_NOT_IN. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -50,6 +51,7 @@ public String getMatchCriteria() { * This is the setter method to the attribute. * Criterion to use for http method matching the method in the http request. * Enum options - IS_IN, IS_NOT_IN. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -66,8 +68,9 @@ public void setMatchCriteria(String matchCriteria) { * HTTP_METHOD_LOCK, HTTP_METHOD_UNLOCK. * Minimum of 1 items required. * Maximum of 16 items allowed. - * Allowed in basic(allowed values- http_method_get,http_method_put,http_method_post,http_method_head,http_method_options) edition, - * essentials(allowed values- http_method_get,http_method_put,http_method_post,http_method_head,http_method_options) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- + * http_method_get,http_method_put,http_method_post,http_method_head,http_method_options), basic edition(allowed values- + * http_method_get,http_method_put,http_method_post,http_method_head,http_method_options), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return methods */ @@ -84,8 +87,9 @@ public List getMethods() { * HTTP_METHOD_LOCK, HTTP_METHOD_UNLOCK. * Minimum of 1 items required. * Maximum of 16 items allowed. - * Allowed in basic(allowed values- http_method_get,http_method_put,http_method_post,http_method_head,http_method_options) edition, - * essentials(allowed values- http_method_get,http_method_put,http_method_post,http_method_head,http_method_options) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- + * http_method_get,http_method_put,http_method_post,http_method_head,http_method_options), basic edition(allowed values- + * http_method_get,http_method_put,http_method_post,http_method_head,http_method_options), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return methods */ @@ -102,8 +106,9 @@ public void setMethods(List methods) { * HTTP_METHOD_LOCK, HTTP_METHOD_UNLOCK. * Minimum of 1 items required. * Maximum of 16 items allowed. - * Allowed in basic(allowed values- http_method_get,http_method_put,http_method_post,http_method_head,http_method_options) edition, - * essentials(allowed values- http_method_get,http_method_put,http_method_post,http_method_head,http_method_options) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- + * http_method_get,http_method_put,http_method_post,http_method_head,http_method_options), basic edition(allowed values- + * http_method_get,http_method_put,http_method_post,http_method_head,http_method_options), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return methods */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricLog.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricLog.java index 20459599..d9515b73 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricLog.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricLog.java @@ -53,7 +53,7 @@ public class MetricLog extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property end_timestamp of obj type metriclog 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 endTimestamp */ @@ -64,7 +64,7 @@ public Float getEndTimestamp() { /** * This is the setter method to the attribute. - * Placeholder for description of property end_timestamp of obj type metriclog 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 endTimestamp set the endTimestamp. */ @@ -75,7 +75,7 @@ public void setEndTimestamp(Float endTimestamp) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property metric_id of obj type metriclog field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -86,7 +86,7 @@ public String getMetricId() { /** * This is the setter method to the attribute. - * Placeholder for description of property metric_id of obj type metriclog field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -97,7 +97,7 @@ public void setMetricId(String metricId) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property report_timestamp of obj type metriclog 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 reportTimestamp */ @@ -108,7 +108,7 @@ public Float getReportTimestamp() { /** * This is the setter method to the attribute. - * Placeholder for description of property report_timestamp of obj type metriclog 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 reportTimestamp set the reportTimestamp. */ @@ -119,7 +119,7 @@ public void setReportTimestamp(Float reportTimestamp) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property step of obj type metriclog 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 step */ @@ -130,7 +130,7 @@ public Integer getStep() { /** * This is the setter method to the attribute. - * Placeholder for description of property step of obj type metriclog 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 step set the step. */ @@ -141,7 +141,7 @@ public void setStep(Integer step) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property time_series of obj type metriclog 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 timeSeries */ @@ -152,7 +152,7 @@ public MetricsQueryResponse getTimeSeries() { /** * This is the setter method to the attribute. - * Placeholder for description of property time_series of obj type metriclog 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 timeSeries set the timeSeries. */ @@ -163,7 +163,7 @@ public void setTimeSeries(MetricsQueryResponse timeSeries) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property value of obj type metriclog 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 */ @@ -174,7 +174,7 @@ public Float getValue() { /** * This is the setter method to the attribute. - * Placeholder for description of property value of obj type metriclog 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/MetricStatistics.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricStatistics.java index 27440404..51377c21 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricStatistics.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricStatistics.java @@ -65,6 +65,7 @@ public class MetricStatistics extends AviRestResource { /** * This is the getter method this will return the attribute value. * Value of the last sample. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastSample */ @@ -76,6 +77,7 @@ public Float getLastSample() { /** * This is the setter method to the attribute. * Value of the last sample. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastSample set the lastSample. */ @@ -87,6 +89,7 @@ public void setLastSample(Float lastSample) { /** * This is the getter method this will return the attribute value. * Maximum value in time series requested. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return max */ @@ -98,6 +101,7 @@ public Float getMax() { /** * This is the setter method to the attribute. * Maximum value in time series requested. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param max set the max. */ @@ -109,6 +113,7 @@ public void setMax(Float max) { /** * This is the getter method this will return the attribute value. * Timestamp of the minimum value. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxTs */ @@ -120,6 +125,7 @@ public String getMaxTs() { /** * This is the setter method to the attribute. * Timestamp of the minimum value. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxTs set the maxTs. */ @@ -131,6 +137,7 @@ public void setMaxTs(String maxTs) { /** * This is the getter method this will return the attribute value. * Arithmetic mean. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mean */ @@ -142,6 +149,7 @@ public Float getMean() { /** * This is the setter method to the attribute. * Arithmetic mean. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mean set the mean. */ @@ -153,6 +161,7 @@ public void setMean(Float mean) { /** * This is the getter method this will return the attribute value. * Minimum value in time series requested. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return min */ @@ -164,6 +173,7 @@ public Float getMin() { /** * This is the setter method to the attribute. * Minimum value in time series requested. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param min set the min. */ @@ -175,6 +185,7 @@ public void setMin(Float min) { /** * This is the getter method this will return the attribute value. * Timestamp of the minimum value. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return minTs */ @@ -186,6 +197,7 @@ public String getMinTs() { /** * This is the setter method to the attribute. * Timestamp of the minimum value. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param minTs set the minTs. */ @@ -198,6 +210,7 @@ public void setMinTs(String minTs) { * This is the getter method this will return the attribute value. * Number of actual data samples. * It excludes fake data. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numSamples */ @@ -210,6 +223,7 @@ public Integer getNumSamples() { * This is the setter method to the attribute. * Number of actual data samples. * It excludes fake data. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numSamples set the numSamples. */ @@ -221,6 +235,7 @@ public void setNumSamples(Integer numSamples) { /** * This is the getter method this will return the attribute value. * Summation of all values. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sum */ @@ -232,6 +247,7 @@ public Float getSum() { /** * This is the setter method to the attribute. * Summation of all values. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sum set the sum. */ @@ -244,6 +260,7 @@ public void setSum(Float sum) { * This is the getter method this will return the attribute value. * Slope of the data points across the time series requested. * Trend = (last_value - avg)/avg. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return trend */ @@ -256,6 +273,7 @@ public Float getTrend() { * This is the setter method to the attribute. * Slope of the data points across the time series requested. * Trend = (last_value - avg)/avg. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param trend set the trend. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricThresoldUpDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricThresoldUpDetails.java index 0f7e13e9..0c23d3ed 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricThresoldUpDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricThresoldUpDetails.java @@ -56,7 +56,7 @@ public class MetricThresoldUpDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property current_value of obj type metricthresoldupdetails 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 */ @@ -67,7 +67,7 @@ public Float getCurrentValue() { /** * This is the setter method to the attribute. - * Placeholder for description of property current_value of obj type metricthresoldupdetails 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. */ @@ -79,6 +79,7 @@ public void setCurrentValue(Float currentValue) { /** * This is the getter method this will return the attribute value. * Id of the object whose metric has hit the threshold. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return entityUuid */ @@ -90,6 +91,7 @@ public String getEntityUuid() { /** * This is the setter method to the attribute. * Id of the object whose metric has hit the threshold. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param entityUuid set the entityUuid. */ @@ -100,7 +102,7 @@ public void setEntityUuid(String entityUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property metric_id of obj type metricthresoldupdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -111,7 +113,7 @@ public String getMetricId() { /** * This is the setter method to the attribute. - * Placeholder for description of property metric_id of obj type metricthresoldupdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -122,7 +124,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 metricthresoldupdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -133,7 +135,7 @@ public String getMetricName() { /** * This is the setter method to the attribute. - * Placeholder for description of property metric_name of obj type metricthresoldupdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -145,6 +147,7 @@ public void setMetricName(String metricName) { /** * This is the getter method this will return the attribute value. * Identity of the pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolUuid */ @@ -156,6 +159,7 @@ public String getPoolUuid() { /** * This is the setter method to the attribute. * Identity of the pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolUuid set the poolUuid. */ @@ -167,6 +171,7 @@ public void setPoolUuid(String poolUuid) { /** * This is the getter method this will return the attribute value. * Server ip port on which event was generated. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return server */ @@ -178,6 +183,7 @@ public String getServer() { /** * This is the setter method to the attribute. * Server ip port on which event was generated. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param server set the server. */ @@ -188,7 +194,7 @@ public void setServer(String server) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property threshold of obj type metricthresoldupdetails 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 */ @@ -199,7 +205,7 @@ public Float getThreshold() { /** * This is the setter method to the attribute. - * Placeholder for description of property threshold of obj type metricthresoldupdetails 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/MetricsApiSrvDebugFilter.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsApiSrvDebugFilter.java index 376910bf..47fc42ef 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsApiSrvDebugFilter.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsApiSrvDebugFilter.java @@ -35,6 +35,7 @@ public class MetricsApiSrvDebugFilter extends AviRestResource { * Uuid of the entity. * It is a reference to an object of type virtualservice. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return entityRef */ @@ -48,6 +49,7 @@ public String getEntityRef() { * Uuid of the entity. * It is a reference to an object of type virtualservice. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param entityRef set the entityRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsData.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsData.java index 5f167900..e4ef9695 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsData.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsData.java @@ -116,7 +116,7 @@ public class MetricsData extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property application_response_time of obj type metricsdata 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 applicationResponseTime */ @@ -127,7 +127,7 @@ public Float getApplicationResponseTime() { /** * This is the setter method to the attribute. - * Placeholder for description of property application_response_time of obj type metricsdata 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 applicationResponseTime set the applicationResponseTime. */ @@ -138,7 +138,7 @@ public void setApplicationResponseTime(Float applicationResponseTime) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property blocking_time of obj type metricsdata 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 blockingTime */ @@ -149,7 +149,7 @@ public Float getBlockingTime() { /** * This is the setter method to the attribute. - * Placeholder for description of property blocking_time of obj type metricsdata 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 blockingTime set the blockingTime. */ @@ -160,7 +160,7 @@ public void setBlockingTime(Float blockingTime) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property browser_rendering_time of obj type metricsdata 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 browserRenderingTime */ @@ -171,7 +171,7 @@ public Float getBrowserRenderingTime() { /** * This is the setter method to the attribute. - * Placeholder for description of property browser_rendering_time of obj type metricsdata 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 browserRenderingTime set the browserRenderingTime. */ @@ -182,7 +182,7 @@ public void setBrowserRenderingTime(Float browserRenderingTime) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property client_rtt of obj type metricsdata 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 clientRtt */ @@ -193,7 +193,7 @@ public Float getClientRtt() { /** * This is the setter method to the attribute. - * Placeholder for description of property client_rtt of obj type metricsdata 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 clientRtt set the clientRtt. */ @@ -204,7 +204,7 @@ public void setClientRtt(Float clientRtt) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property connection_time of obj type metricsdata 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 connectionTime */ @@ -215,7 +215,7 @@ public Float getConnectionTime() { /** * This is the setter method to the attribute. - * Placeholder for description of property connection_time of obj type metricsdata 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 connectionTime set the connectionTime. */ @@ -226,7 +226,7 @@ public void setConnectionTime(Float connectionTime) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property dns_lookup_time of obj type metricsdata 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 dnsLookupTime */ @@ -237,7 +237,7 @@ public Float getDnsLookupTime() { /** * This is the setter method to the attribute. - * Placeholder for description of property dns_lookup_time of obj type metricsdata 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 dnsLookupTime set the dnsLookupTime. */ @@ -248,7 +248,7 @@ public void setDnsLookupTime(Float dnsLookupTime) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property dom_content_load_time of obj type metricsdata 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 domContentLoadTime */ @@ -259,7 +259,7 @@ public Float getDomContentLoadTime() { /** * This is the setter method to the attribute. - * Placeholder for description of property dom_content_load_time of obj type metricsdata 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 domContentLoadTime set the domContentLoadTime. */ @@ -270,7 +270,7 @@ public void setDomContentLoadTime(Float domContentLoadTime) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property is_null of obj type metricsdata 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 isNull */ @@ -281,7 +281,7 @@ public Boolean getIsNull() { /** * This is the setter method to the attribute. - * Placeholder for description of property is_null of obj type metricsdata 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 isNull set the isNull. */ @@ -292,7 +292,7 @@ public void setIsNull(Boolean isNull) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_samples of obj type metricsdata 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 numSamples */ @@ -303,7 +303,7 @@ public Integer getNumSamples() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_samples of obj type metricsdata 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 numSamples set the numSamples. */ @@ -314,7 +314,7 @@ public void setNumSamples(Integer numSamples) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property page_download_time of obj type metricsdata 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 pageDownloadTime */ @@ -325,7 +325,7 @@ public Float getPageDownloadTime() { /** * This is the setter method to the attribute. - * Placeholder for description of property page_download_time of obj type metricsdata 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 pageDownloadTime set the pageDownloadTime. */ @@ -336,7 +336,7 @@ public void setPageDownloadTime(Float pageDownloadTime) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property page_load_time of obj type metricsdata 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 pageLoadTime */ @@ -347,7 +347,7 @@ public Float getPageLoadTime() { /** * This is the setter method to the attribute. - * Placeholder for description of property page_load_time of obj type metricsdata 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 pageLoadTime set the pageLoadTime. */ @@ -358,7 +358,7 @@ public void setPageLoadTime(Float pageLoadTime) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property prediction_interval_high of obj type metricsdata 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 predictionIntervalHigh */ @@ -369,7 +369,7 @@ public Float getPredictionIntervalHigh() { /** * This is the setter method to the attribute. - * Placeholder for description of property prediction_interval_high of obj type metricsdata 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 predictionIntervalHigh set the predictionIntervalHigh. */ @@ -380,7 +380,7 @@ public void setPredictionIntervalHigh(Float predictionIntervalHigh) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property prediction_interval_low of obj type metricsdata 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 predictionIntervalLow */ @@ -391,7 +391,7 @@ public Float getPredictionIntervalLow() { /** * This is the setter method to the attribute. - * Placeholder for description of property prediction_interval_low of obj type metricsdata 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 predictionIntervalLow set the predictionIntervalLow. */ @@ -402,7 +402,7 @@ public void setPredictionIntervalLow(Float predictionIntervalLow) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property redirection_time of obj type metricsdata 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 redirectionTime */ @@ -413,7 +413,7 @@ public Float getRedirectionTime() { /** * This is the setter method to the attribute. - * Placeholder for description of property redirection_time of obj type metricsdata 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 redirectionTime set the redirectionTime. */ @@ -424,7 +424,7 @@ public void setRedirectionTime(Float redirectionTime) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property rum_client_data_transfer_time of obj type metricsdata 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 rumClientDataTransferTime */ @@ -435,7 +435,7 @@ public Float getRumClientDataTransferTime() { /** * This is the setter method to the attribute. - * Placeholder for description of property rum_client_data_transfer_time of obj type metricsdata 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 rumClientDataTransferTime set the rumClientDataTransferTime. */ @@ -446,7 +446,7 @@ public void setRumClientDataTransferTime(Float rumClientDataTransferTime) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server_rtt of obj type metricsdata 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 serverRtt */ @@ -457,7 +457,7 @@ public Float getServerRtt() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_rtt of obj type metricsdata 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 serverRtt set the serverRtt. */ @@ -468,7 +468,7 @@ public void setServerRtt(Float serverRtt) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property service_time of obj type metricsdata 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 serviceTime */ @@ -479,7 +479,7 @@ public Float getServiceTime() { /** * This is the setter method to the attribute. - * Placeholder for description of property service_time of obj type metricsdata 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 serviceTime set the serviceTime. */ @@ -490,7 +490,7 @@ public void setServiceTime(Float serviceTime) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property timestamp of obj type metricsdata field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -501,7 +501,7 @@ public String getTimestamp() { /** * This is the setter method to the attribute. - * Placeholder for description of property timestamp of obj type metricsdata field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -512,7 +512,7 @@ public void setTimestamp(String timestamp) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property value of obj type metricsdata 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 */ @@ -523,7 +523,7 @@ public Float getValue() { /** * This is the setter method to the attribute. - * Placeholder for description of property value of obj type metricsdata 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. */ @@ -535,6 +535,7 @@ public void setValue(Float value) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return valueStr */ @@ -546,6 +547,7 @@ public String getValueStr() { /** * This is the setter method to the attribute. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param valueStr set the valueStr. */ @@ -557,6 +559,7 @@ public void setValueStr(String valueStr) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return valueStrDesc */ @@ -568,6 +571,7 @@ public String getValueStrDesc() { /** * This is the setter method to the attribute. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param valueStrDesc set the valueStrDesc. */ @@ -578,7 +582,7 @@ public void setValueStrDesc(String valueStrDesc) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property waiting_time of obj type metricsdata 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 waitingTime */ @@ -589,7 +593,7 @@ public Float getWaitingTime() { /** * This is the setter method to the attribute. - * Placeholder for description of property waiting_time of obj type metricsdata 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 waitingTime set the waitingTime. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDataHeader.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDataHeader.java index 2b54801a..8e8a08db 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDataHeader.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDataHeader.java @@ -99,6 +99,7 @@ public class MetricsDataHeader extends AviRestResource { /** * This is the getter method this will return the attribute value. * Metrics derivation info. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return derivationData */ @@ -110,6 +111,7 @@ public MetricsDerivationData getDerivationData() { /** * This is the setter method to the attribute. * Metrics derivation info. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param derivationData set the derivationData. */ @@ -120,7 +122,7 @@ public void setDerivationData(MetricsDerivationData derivationData) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property dimension_data of obj type metricsdataheader 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 dimensionData */ @@ -131,7 +133,7 @@ public List getDimensionData() { /** * This is the setter method. this will set the dimensionData - * Placeholder for description of property dimension_data of obj type metricsdataheader 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 dimensionData */ @@ -142,7 +144,7 @@ public void setDimensionData(List dimensionData) { /** * This is the setter method this will set the dimensionData - * Placeholder for description of property dimension_data of obj type metricsdataheader 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 dimensionData */ @@ -159,6 +161,7 @@ public MetricsDataHeader addDimensionDataItem(MetricsDimensionData dimensionData /** * This is the getter method this will return the attribute value. * Entity uuid. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return entityUuid */ @@ -170,6 +173,7 @@ public String getEntityUuid() { /** * This is the setter method to the attribute. * Entity uuid. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param entityUuid set the entityUuid. */ @@ -180,7 +184,7 @@ public void setEntityUuid(String entityUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property metric_description of obj type metricsdataheader field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricDescription */ @@ -191,7 +195,7 @@ public String getMetricDescription() { /** * This is the setter method to the attribute. - * Placeholder for description of property metric_description of obj type metricsdataheader field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricDescription set the metricDescription. */ @@ -202,7 +206,7 @@ public void setMetricDescription(String metricDescription) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property metrics_min_scale of obj type metricsdataheader 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 metricsMinScale */ @@ -213,7 +217,7 @@ public Float getMetricsMinScale() { /** * This is the setter method to the attribute. - * Placeholder for description of property metrics_min_scale of obj type metricsdataheader 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 metricsMinScale set the metricsMinScale. */ @@ -224,7 +228,7 @@ public void setMetricsMinScale(Float metricsMinScale) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property metrics_sum_agg_invalid of obj type metricsdataheader 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 metricsSumAggInvalid */ @@ -235,7 +239,7 @@ public Boolean getMetricsSumAggInvalid() { /** * This is the setter method to the attribute. - * Placeholder for description of property metrics_sum_agg_invalid of obj type metricsdataheader 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 metricsSumAggInvalid set the metricsSumAggInvalid. */ @@ -248,6 +252,7 @@ public void setMetricsSumAggInvalid(Boolean metricsSumAggInvalid) { * This is the getter method this will return the attribute value. * Missing data intervals. * Data in these intervals are not used for stats calculation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return missingIntervals */ @@ -260,6 +265,7 @@ public List getMissingIntervals() { * This is the setter method. this will set the missingIntervals * Missing data intervals. * Data in these intervals are not used for stats calculation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return missingIntervals */ @@ -272,6 +278,7 @@ public void setMissingIntervals(List missingInterva * This is the setter method this will set the missingIntervals * Missing data intervals. * Data in these intervals are not used for stats calculation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return missingIntervals */ @@ -288,6 +295,7 @@ public MetricsDataHeader addMissingIntervalsItem(MetricsMissingDataInterval miss /** * This is the getter method this will return the attribute value. * Name of the column. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -299,6 +307,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of the column. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -310,6 +319,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Object id of the series when object id was specified in the metric. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objId */ @@ -321,6 +331,7 @@ public String getObjId() { /** * This is the setter method to the attribute. * Object id of the series when object id was specified in the metric. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objId set the objId. */ @@ -335,6 +346,7 @@ public void setObjId(String objId) { * Enum options - METRICS_OBJ_ID_TYPE_VIRTUALSERVICE, METRICS_OBJ_ID_TYPE_SERVER, METRICS_OBJ_ID_TYPE_POOL, METRICS_OBJ_ID_TYPE_SERVICEENGINE, * METRICS_OBJ_ID_TYPE_VIRTUALMACHINE, METRICS_OBJ_ID_TYPE_CONTROLLER, METRICS_OBJ_ID_TYPE_TENANT, METRICS_OBJ_ID_TYPE_CLUSTER, * METRICS_OBJ_ID_TYPE_SE_INTERFACE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objIdType */ @@ -349,6 +361,7 @@ public String getObjIdType() { * Enum options - METRICS_OBJ_ID_TYPE_VIRTUALSERVICE, METRICS_OBJ_ID_TYPE_SERVER, METRICS_OBJ_ID_TYPE_POOL, METRICS_OBJ_ID_TYPE_SERVICEENGINE, * METRICS_OBJ_ID_TYPE_VIRTUALMACHINE, METRICS_OBJ_ID_TYPE_CONTROLLER, METRICS_OBJ_ID_TYPE_TENANT, METRICS_OBJ_ID_TYPE_CLUSTER, * METRICS_OBJ_ID_TYPE_SE_INTERFACE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objIdType set the objIdType. */ @@ -360,6 +373,7 @@ public void setObjIdType(String objIdType) { /** * This is the getter method this will return the attribute value. * Pool_id for the metric. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolUuid */ @@ -371,6 +385,7 @@ public String getPoolUuid() { /** * This is the setter method to the attribute. * Pool_id for the metric. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolUuid set the poolUuid. */ @@ -381,7 +396,7 @@ public void setPoolUuid(String poolUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property priority of obj type metricsdataheader 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 priority */ @@ -392,7 +407,7 @@ public Boolean getPriority() { /** * This is the setter method to the attribute. - * Placeholder for description of property priority of obj type metricsdataheader 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 priority set the priority. */ @@ -404,6 +419,7 @@ public void setPriority(Boolean priority) { /** * This is the getter method this will return the attribute value. * Server ip port. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return server */ @@ -415,6 +431,7 @@ public String getServer() { /** * This is the setter method to the attribute. * Server ip port. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param server set the server. */ @@ -427,6 +444,7 @@ public void setServer(String server) { * This is the getter method this will return the attribute value. * Service engine ref or uuid. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceengineUuid */ @@ -439,6 +457,7 @@ public String getServiceengineUuid() { * This is the setter method to the attribute. * Service engine ref or uuid. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceengineUuid set the serviceengineUuid. */ @@ -450,6 +469,7 @@ public void setServiceengineUuid(String serviceengineUuid) { /** * This is the getter method this will return the attribute value. * Statistics of the metric. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return statistics */ @@ -461,6 +481,7 @@ public MetricStatistics getStatistics() { /** * This is the setter method to the attribute. * Statistics of the metric. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param statistics set the statistics. */ @@ -472,6 +493,7 @@ public void setStatistics(MetricStatistics statistics) { /** * This is the getter method this will return the attribute value. * Tenant ref or uuid. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantUuid */ @@ -483,6 +505,7 @@ public String getTenantUuid() { /** * This is the setter method to the attribute. * Tenant ref or uuid. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantUuid set the tenantUuid. */ @@ -496,6 +519,7 @@ public void setTenantUuid(String tenantUuid) { * Units of the column data. * Enum options - METRIC_COUNT, BITS_PER_SECOND, MILLISECONDS, SECONDS, PER_SECOND, BYTES, PERCENT, KILO_BYTES, KILO_BYTES_PER_SECOND, * BYTES_PER_SECOND, KILO_BITS_PER_SECOND, GIGA_BYTES, MEGA_BYTES, NORMALIZED, STRING, SEC, MIN, DAYS, KB, MB... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "METRIC_COUNT". * @return units */ @@ -509,6 +533,7 @@ public String getUnits() { * Units of the column data. * Enum options - METRIC_COUNT, BITS_PER_SECOND, MILLISECONDS, SECONDS, PER_SECOND, BYTES, PERCENT, KILO_BYTES, KILO_BYTES_PER_SECOND, * BYTES_PER_SECOND, KILO_BITS_PER_SECOND, GIGA_BYTES, MEGA_BYTES, NORMALIZED, STRING, SEC, MIN, DAYS, KB, MB... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "METRIC_COUNT". * @param units set the units. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDataSeries.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDataSeries.java index 4ac715e9..119fd929 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDataSeries.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDataSeries.java @@ -37,7 +37,7 @@ public class MetricsDataSeries extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property data of obj type metricsdataseries 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 data */ @@ -48,7 +48,7 @@ public List getData() { /** * This is the setter method. this will set the data - * Placeholder for description of property data of obj type metricsdataseries 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 data */ @@ -59,7 +59,7 @@ public void setData(List data) { /** * This is the setter method this will set the data - * Placeholder for description of property data of obj type metricsdataseries 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 data */ @@ -75,7 +75,7 @@ public MetricsDataSeries addDataItem(MetricsData dataItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property header of obj type metricsdataseries 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 header */ @@ -86,7 +86,7 @@ public MetricsDataHeader getHeader() { /** * This is the setter method to the attribute. - * Placeholder for description of property header of obj type metricsdataseries 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 header set the header. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDbDiskEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDbDiskEventDetails.java index 6fbc07b9..1b360017 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDbDiskEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDbDiskEventDetails.java @@ -40,7 +40,7 @@ public class MetricsDbDiskEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property metrics_deleted_tables of obj type metricsdbdiskeventdetails 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 metricsDeletedTables */ @@ -51,7 +51,7 @@ public List getMetricsDeletedTables() { /** * This is the setter method. this will set the metricsDeletedTables - * Placeholder for description of property metrics_deleted_tables of obj type metricsdbdiskeventdetails 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 metricsDeletedTables */ @@ -62,7 +62,7 @@ public void setMetricsDeletedTables(List metricsDeletedTables) { /** * This is the setter method this will set the metricsDeletedTables - * Placeholder for description of property metrics_deleted_tables of obj type metricsdbdiskeventdetails 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 metricsDeletedTables */ @@ -78,7 +78,7 @@ public MetricsDbDiskEventDetails addMetricsDeletedTablesItem(String metricsDelet /** * This is the getter method this will return the attribute value. - * Placeholder for description of property metrics_free_sz of obj type metricsdbdiskeventdetails 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 metricsFreeSz */ @@ -89,7 +89,7 @@ public Integer getMetricsFreeSz() { /** * This is the setter method to the attribute. - * Placeholder for description of property metrics_free_sz of obj type metricsdbdiskeventdetails 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 metricsFreeSz set the metricsFreeSz. */ @@ -100,7 +100,7 @@ public void setMetricsFreeSz(Integer metricsFreeSz) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property metrics_quota of obj type metricsdbdiskeventdetails 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 metricsQuota */ @@ -111,7 +111,7 @@ public Integer getMetricsQuota() { /** * This is the setter method to the attribute. - * Placeholder for description of property metrics_quota of obj type metricsdbdiskeventdetails 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 metricsQuota set the metricsQuota. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDbQueueFullEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDbQueueFullEventDetails.java index 2280c7d9..c25e7877 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDbQueueFullEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDbQueueFullEventDetails.java @@ -57,7 +57,7 @@ public class MetricsDbQueueFullEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property high of obj type metricsdbqueuefulleventdetails 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 high */ @@ -68,7 +68,7 @@ public Integer getHigh() { /** * This is the setter method to the attribute. - * Placeholder for description of property high of obj type metricsdbqueuefulleventdetails 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 high set the high. */ @@ -79,7 +79,7 @@ public void setHigh(Integer high) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property instanceport of obj type metricsdbqueuefulleventdetails 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 instanceport */ @@ -90,7 +90,7 @@ public Integer getInstanceport() { /** * This is the setter method to the attribute. - * Placeholder for description of property instanceport of obj type metricsdbqueuefulleventdetails 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 instanceport set the instanceport. */ @@ -101,7 +101,7 @@ public void setInstanceport(Integer instanceport) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property low of obj type metricsdbqueuefulleventdetails 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 low */ @@ -112,7 +112,7 @@ public Integer getLow() { /** * This is the setter method to the attribute. - * Placeholder for description of property low of obj type metricsdbqueuefulleventdetails 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 low set the low. */ @@ -123,7 +123,7 @@ public void setLow(Integer low) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property nodeid of obj type metricsdbqueuefulleventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -134,7 +134,7 @@ public String getNodeid() { /** * This is the setter method to the attribute. - * Placeholder for description of property nodeid of obj type metricsdbqueuefulleventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -145,7 +145,7 @@ public void setNodeid(String nodeid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property period of obj type metricsdbqueuefulleventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return period */ @@ -156,7 +156,7 @@ public String getPeriod() { /** * This is the setter method to the attribute. - * Placeholder for description of property period of obj type metricsdbqueuefulleventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param period set the period. */ @@ -167,7 +167,7 @@ public void setPeriod(String period) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property runtime of obj type metricsdbqueuefulleventdetails 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 runtime */ @@ -178,7 +178,7 @@ public MetricsDbRuntime getRuntime() { /** * This is the setter method to the attribute. - * Placeholder for description of property runtime of obj type metricsdbqueuefulleventdetails 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 runtime set the runtime. */ @@ -189,7 +189,7 @@ public void setRuntime(MetricsDbRuntime runtime) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property watermark of obj type metricsdbqueuefulleventdetails 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 watermark */ @@ -200,7 +200,7 @@ public Integer getWatermark() { /** * This is the setter method to the attribute. - * Placeholder for description of property watermark of obj type metricsdbqueuefulleventdetails 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 watermark set the watermark. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDbQueueHealthyEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDbQueueHealthyEventDetails.java index 169b816f..ae91631b 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDbQueueHealthyEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDbQueueHealthyEventDetails.java @@ -57,7 +57,7 @@ public class MetricsDbQueueHealthyEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property high of obj type metricsdbqueuehealthyeventdetails 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 high */ @@ -68,7 +68,7 @@ public Integer getHigh() { /** * This is the setter method to the attribute. - * Placeholder for description of property high of obj type metricsdbqueuehealthyeventdetails 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 high set the high. */ @@ -79,7 +79,7 @@ public void setHigh(Integer high) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property instanceport of obj type metricsdbqueuehealthyeventdetails 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 instanceport */ @@ -90,7 +90,7 @@ public Integer getInstanceport() { /** * This is the setter method to the attribute. - * Placeholder for description of property instanceport of obj type metricsdbqueuehealthyeventdetails 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 instanceport set the instanceport. */ @@ -101,7 +101,7 @@ public void setInstanceport(Integer instanceport) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property low of obj type metricsdbqueuehealthyeventdetails 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 low */ @@ -112,7 +112,7 @@ public Integer getLow() { /** * This is the setter method to the attribute. - * Placeholder for description of property low of obj type metricsdbqueuehealthyeventdetails 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 low set the low. */ @@ -123,7 +123,7 @@ public void setLow(Integer low) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property nodeid of obj type metricsdbqueuehealthyeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -134,7 +134,7 @@ public String getNodeid() { /** * This is the setter method to the attribute. - * Placeholder for description of property nodeid of obj type metricsdbqueuehealthyeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -145,7 +145,7 @@ public void setNodeid(String nodeid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property period of obj type metricsdbqueuehealthyeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return period */ @@ -156,7 +156,7 @@ public String getPeriod() { /** * This is the setter method to the attribute. - * Placeholder for description of property period of obj type metricsdbqueuehealthyeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param period set the period. */ @@ -167,7 +167,7 @@ public void setPeriod(String period) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property runtime of obj type metricsdbqueuehealthyeventdetails 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 runtime */ @@ -178,7 +178,7 @@ public MetricsDbRuntime getRuntime() { /** * This is the setter method to the attribute. - * Placeholder for description of property runtime of obj type metricsdbqueuehealthyeventdetails 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 runtime set the runtime. */ @@ -189,7 +189,7 @@ public void setRuntime(MetricsDbRuntime runtime) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property watermark of obj type metricsdbqueuehealthyeventdetails 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 watermark */ @@ -200,7 +200,7 @@ public Integer getWatermark() { /** * This is the setter method to the attribute. - * Placeholder for description of property watermark of obj type metricsdbqueuehealthyeventdetails 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 watermark set the watermark. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDbRuntime.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDbRuntime.java index 73f67336..bac6b8fb 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDbRuntime.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDbRuntime.java @@ -60,7 +60,7 @@ public class MetricsDbRuntime extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property db_num_client_queries of obj type metricsdbruntime 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 dbNumClientQueries */ @@ -71,7 +71,7 @@ public Integer getDbNumClientQueries() { /** * This is the setter method to the attribute. - * Placeholder for description of property db_num_client_queries of obj type metricsdbruntime 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 dbNumClientQueries set the dbNumClientQueries. */ @@ -82,7 +82,7 @@ public void setDbNumClientQueries(Integer dbNumClientQueries) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property db_num_client_resp of obj type metricsdbruntime 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 dbNumClientResp */ @@ -93,7 +93,7 @@ public Integer getDbNumClientResp() { /** * This is the setter method to the attribute. - * Placeholder for description of property db_num_client_resp of obj type metricsdbruntime 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 dbNumClientResp set the dbNumClientResp. */ @@ -104,7 +104,7 @@ public void setDbNumClientResp(Integer dbNumClientResp) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property db_num_db_queries of obj type metricsdbruntime 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 dbNumDbQueries */ @@ -115,7 +115,7 @@ public Integer getDbNumDbQueries() { /** * This is the setter method to the attribute. - * Placeholder for description of property db_num_db_queries of obj type metricsdbruntime 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 dbNumDbQueries set the dbNumDbQueries. */ @@ -126,7 +126,7 @@ public void setDbNumDbQueries(Integer dbNumDbQueries) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property db_num_db_resp of obj type metricsdbruntime 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 dbNumDbResp */ @@ -137,7 +137,7 @@ public Integer getDbNumDbResp() { /** * This is the setter method to the attribute. - * Placeholder for description of property db_num_db_resp of obj type metricsdbruntime 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 dbNumDbResp set the dbNumDbResp. */ @@ -148,7 +148,7 @@ public void setDbNumDbResp(Integer dbNumDbResp) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property db_num_oom of obj type metricsdbruntime 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 dbNumOom */ @@ -159,7 +159,7 @@ public Integer getDbNumOom() { /** * This is the setter method to the attribute. - * Placeholder for description of property db_num_oom of obj type metricsdbruntime 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 dbNumOom set the dbNumOom. */ @@ -170,7 +170,7 @@ public void setDbNumOom(Integer dbNumOom) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property db_queue_size of obj type metricsdbruntime 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 dbQueueSize */ @@ -181,7 +181,7 @@ public Integer getDbQueueSize() { /** * This is the setter method to the attribute. - * Placeholder for description of property db_queue_size of obj type metricsdbruntime 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 dbQueueSize set the dbQueueSize. */ @@ -192,7 +192,7 @@ public void setDbQueueSize(Integer dbQueueSize) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property db_rum_queries of obj type metricsdbruntime 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 dbRumQueries */ @@ -203,7 +203,7 @@ public Integer getDbRumQueries() { /** * This is the setter method to the attribute. - * Placeholder for description of property db_rum_queries of obj type metricsdbruntime 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 dbRumQueries set the dbRumQueries. */ @@ -214,7 +214,7 @@ public void setDbRumQueries(Integer dbRumQueries) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property db_rum_rows of obj type metricsdbruntime 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 dbRumRows */ @@ -225,7 +225,7 @@ public Integer getDbRumRows() { /** * This is the setter method to the attribute. - * Placeholder for description of property db_rum_rows of obj type metricsdbruntime 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 dbRumRows set the dbRumRows. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDbSyncFailureEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDbSyncFailureEventDetails.java index 9d11ee06..91fa6c72 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDbSyncFailureEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDbSyncFailureEventDetails.java @@ -41,6 +41,7 @@ public class MetricsDbSyncFailureEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. * Name of the node responsible for this event. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeName */ @@ -52,6 +53,7 @@ public String getNodeName() { /** * This is the setter method to the attribute. * Name of the node responsible for this event. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeName set the nodeName. */ @@ -63,6 +65,7 @@ public void setNodeName(String nodeName) { /** * This is the getter method this will return the attribute value. * Name of the process responsible for this event. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return processName */ @@ -74,6 +77,7 @@ public String getProcessName() { /** * This is the setter method to the attribute. * Name of the process responsible for this event. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param processName set the processName. */ @@ -85,6 +89,7 @@ public void setProcessName(String processName) { /** * This is the getter method this will return the attribute value. * Timestamp at which this event occurred. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return timestamp */ @@ -96,6 +101,7 @@ public String getTimestamp() { /** * This is the setter method to the attribute. * Timestamp at which this event occurred. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param timestamp set the timestamp. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDerivationData.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDerivationData.java index 1bdf0050..598e6563 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDerivationData.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDerivationData.java @@ -64,6 +64,7 @@ public class MetricsDerivationData extends AviRestResource { * SUM_GAUGE, SUM_N_METRICS, APPDEX_ON_5_BUCKETS, APPDEX_ON_6_BUCKETS, APPDEX_ON_CONNECTIONS, APPDEX_ON_2_BUCKETS, AVG_CLIENT_LATENCY, * AVG_APPLICATION_LATENCY, MIN_N_METRICS, SUM_FIRST_N_DIVIDE_BY_LAST_PERCENTAGE, L4_CONNECTION_ERROR_PERCENTAGE, AVG_L4_CLIENT_LATENCY, * CHECK_FOR_TRANSITIONS, SUBSTRACT_ALL_FROM_FIRST... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return derivationFn */ @@ -78,6 +79,7 @@ public String getDerivationFn() { * SUM_GAUGE, SUM_N_METRICS, APPDEX_ON_5_BUCKETS, APPDEX_ON_6_BUCKETS, APPDEX_ON_CONNECTIONS, APPDEX_ON_2_BUCKETS, AVG_CLIENT_LATENCY, * AVG_APPLICATION_LATENCY, MIN_N_METRICS, SUM_FIRST_N_DIVIDE_BY_LAST_PERCENTAGE, L4_CONNECTION_ERROR_PERCENTAGE, AVG_L4_CLIENT_LATENCY, * CHECK_FOR_TRANSITIONS, SUBSTRACT_ALL_FROM_FIRST... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param derivationFn set the derivationFn. */ @@ -88,7 +90,7 @@ public void setDerivationFn(String derivationFn) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property exclude_derived_metric of obj type metricsderivationdata 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 excludeDerivedMetric */ @@ -99,7 +101,7 @@ public Boolean getExcludeDerivedMetric() { /** * This is the setter method to the attribute. - * Placeholder for description of property exclude_derived_metric of obj type metricsderivationdata 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 excludeDerivedMetric set the excludeDerivedMetric. */ @@ -110,7 +112,7 @@ public void setExcludeDerivedMetric(Boolean excludeDerivedMetric) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property include_derivation_metrics of obj type metricsderivationdata 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 includeDerivationMetrics */ @@ -121,7 +123,7 @@ public Boolean getIncludeDerivationMetrics() { /** * This is the setter method to the attribute. - * Placeholder for description of property include_derivation_metrics of obj type metricsderivationdata 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 includeDerivationMetrics set the includeDerivationMetrics. */ @@ -137,6 +139,7 @@ public void setIncludeDerivationMetrics(Boolean includeDerivationMetrics) { * METRICS_TABLE_RUM_PREAGG_BROWSER, METRICS_TABLE_RUM_PREAGG_COUNTRY, METRICS_TABLE_RUM_PREAGG_DEVTYPE, METRICS_TABLE_RUM_PREAGG_LANG, * METRICS_TABLE_RUM_PREAGG_OS, METRICS_TABLE_RUM_PREAGG_URL, METRICS_TABLE_RUM_ANALYTICS, METRICS_TABLE_VM_STATS, METRICS_TABLE_RESOURCE_TIMING_DIM, * METRICS_TABLE_RESOURCE_TIMING_BLOB, METRICS_TABLE_RUM_PREAGG_IPGROUP... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return joinTables */ @@ -152,6 +155,7 @@ public String getJoinTables() { * METRICS_TABLE_RUM_PREAGG_BROWSER, METRICS_TABLE_RUM_PREAGG_COUNTRY, METRICS_TABLE_RUM_PREAGG_DEVTYPE, METRICS_TABLE_RUM_PREAGG_LANG, * METRICS_TABLE_RUM_PREAGG_OS, METRICS_TABLE_RUM_PREAGG_URL, METRICS_TABLE_RUM_ANALYTICS, METRICS_TABLE_VM_STATS, METRICS_TABLE_RESOURCE_TIMING_DIM, * METRICS_TABLE_RESOURCE_TIMING_BLOB, METRICS_TABLE_RUM_PREAGG_IPGROUP... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param joinTables set the joinTables. */ @@ -162,7 +166,7 @@ public void setJoinTables(String joinTables) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property metric_ids of obj type metricsderivationdata field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricIds */ @@ -173,7 +177,7 @@ public String getMetricIds() { /** * This is the setter method to the attribute. - * Placeholder for description of property metric_ids of obj type metricsderivationdata field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricIds set the metricIds. */ @@ -184,7 +188,7 @@ public void setMetricIds(String metricIds) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property result_has_additional_fields of obj type metricsderivationdata 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 resultHasAdditionalFields */ @@ -195,7 +199,7 @@ public Boolean getResultHasAdditionalFields() { /** * This is the setter method to the attribute. - * Placeholder for description of property result_has_additional_fields of obj type metricsderivationdata 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 resultHasAdditionalFields set the resultHasAdditionalFields. */ @@ -207,6 +211,7 @@ public void setResultHasAdditionalFields(Boolean resultHasAdditionalFields) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return secondOrderDerivation */ @@ -218,6 +223,7 @@ public Boolean getSecondOrderDerivation() { /** * This is the setter method to the attribute. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param secondOrderDerivation set the secondOrderDerivation. */ @@ -228,7 +234,7 @@ public void setSecondOrderDerivation(Boolean secondOrderDerivation) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property skip_backend_derivation of obj type metricsderivationdata 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 skipBackendDerivation */ @@ -239,7 +245,7 @@ public Boolean getSkipBackendDerivation() { /** * This is the setter method to the attribute. - * Placeholder for description of property skip_backend_derivation of obj type metricsderivationdata 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 skipBackendDerivation set the skipBackendDerivation. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDimensionData.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDimensionData.java index 60c0dbd4..17b5b3ed 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDimensionData.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsDimensionData.java @@ -40,6 +40,7 @@ public class MetricsDimensionData extends AviRestResource { * Enum options - METRICS_DIMENSION_METRIC_TIMESTAMP, METRICS_DIMENSION_COUNTRY, METRICS_DIMENSION_OS, METRICS_DIMENSION_URL, * METRICS_DIMENSION_DEVTYPE, METRICS_DIMENSION_LANG, METRICS_DIMENSION_BROWSER, METRICS_DIMENSION_IPGROUP, METRICS_DIMENSION_ATTACK, * METRICS_DIMENSION_ASN. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dimension */ @@ -54,6 +55,7 @@ public String getDimension() { * Enum options - METRICS_DIMENSION_METRIC_TIMESTAMP, METRICS_DIMENSION_COUNTRY, METRICS_DIMENSION_OS, METRICS_DIMENSION_URL, * METRICS_DIMENSION_DEVTYPE, METRICS_DIMENSION_LANG, METRICS_DIMENSION_BROWSER, METRICS_DIMENSION_IPGROUP, METRICS_DIMENSION_ATTACK, * METRICS_DIMENSION_ASN. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dimension set the dimension. */ @@ -65,6 +67,7 @@ public void setDimension(String dimension) { /** * This is the getter method this will return the attribute value. * Dimension id. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dimensionId */ @@ -76,6 +79,7 @@ public String getDimensionId() { /** * This is the setter method to the attribute. * Dimension id. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dimensionId set the dimensionId. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsEventThreshold.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsEventThreshold.java index 62cb6625..7e5c8926 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsEventThreshold.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsEventThreshold.java @@ -45,6 +45,7 @@ public class MetricsEventThreshold extends AviRestResource { * Enum options - THRESHOLD_TYPE_STATIC, SE_CPU_THRESHOLD, SE_MEM_THRESHOLD, SE_DISK_THRESHOLD, CONTROLLER_CPU_THRESHOLD, CONTROLLER_MEM_THRESHOLD, * CONTROLLER_DISK_THRESHOLD. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsEventThresholdType */ @@ -60,6 +61,7 @@ public String getMetricsEventThresholdType() { * Enum options - THRESHOLD_TYPE_STATIC, SE_CPU_THRESHOLD, SE_MEM_THRESHOLD, SE_DISK_THRESHOLD, CONTROLLER_CPU_THRESHOLD, CONTROLLER_MEM_THRESHOLD, * CONTROLLER_DISK_THRESHOLD. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricsEventThresholdType set the metricsEventThresholdType. */ @@ -73,6 +75,7 @@ public void setMetricsEventThresholdType(String metricsEventThresholdType) { * This value is used to reset the event state machine. * Allowed values are 0-100. * 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 resetThreshold */ @@ -86,6 +89,7 @@ public Float getResetThreshold() { * This value is used to reset the event state machine. * Allowed values are 0-100. * 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 resetThreshold set the resetThreshold. */ @@ -100,6 +104,7 @@ public void setResetThreshold(Float resetThreshold) { * There can be multiple thresholds defined.health score degrades when the the target is higher than this threshold. * Allowed values are 0-100. * 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 watermarkThresholds */ @@ -114,6 +119,7 @@ public List getWatermarkThresholds() { * There can be multiple thresholds defined.health score degrades when the the target is higher than this threshold. * Allowed values are 0-100. * 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 watermarkThresholds */ @@ -128,6 +134,7 @@ public void setWatermarkThresholds(List watermarkThresholds) { * There can be multiple thresholds defined.health score degrades when the the target is higher than this threshold. * Allowed values are 0-100. * 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 watermarkThresholds */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsMgrDebugFilter.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsMgrDebugFilter.java index f8d7d3cc..fac14761 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsMgrDebugFilter.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsMgrDebugFilter.java @@ -70,6 +70,7 @@ public class MetricsMgrDebugFilter extends AviRestResource { * This is the getter method this will return the attribute value. * Set to ignore skip_eval_period field in metrics_anomaly_option. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return debugSkipEvalPeriod */ @@ -82,6 +83,7 @@ public String getDebugSkipEvalPeriod() { * This is the setter method to the attribute. * Set to ignore skip_eval_period field in metrics_anomaly_option. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param debugSkipEvalPeriod set the debugSkipEvalPeriod. */ @@ -92,7 +94,7 @@ public void setDebugSkipEvalPeriod(String debugSkipEvalPeriod) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property disable_hw_training of obj type metricsmgrdebugfilter field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return disableHwTraining */ @@ -103,7 +105,7 @@ public String getDisableHwTraining() { /** * This is the setter method to the attribute. - * Placeholder for description of property disable_hw_training of obj type metricsmgrdebugfilter field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param disableHwTraining set the disableHwTraining. */ @@ -114,7 +116,7 @@ public void setDisableHwTraining(String disableHwTraining) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property entity of obj type metricsmgrdebugfilter field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return entity */ @@ -125,7 +127,7 @@ public String getEntity() { /** * This is the setter method to the attribute. - * Placeholder for description of property entity of obj type metricsmgrdebugfilter field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param entity set the entity. */ @@ -137,6 +139,7 @@ public void setEntity(String entity) { /** * This is the getter method this will return the attribute value. * Setting to reduce the grace period for license expiry in hours. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseGracePeriod */ @@ -148,6 +151,7 @@ public String getLicenseGracePeriod() { /** * This is the setter method to the attribute. * Setting to reduce the grace period for license expiry in hours. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseGracePeriod set the licenseGracePeriod. */ @@ -158,7 +162,7 @@ public void setLicenseGracePeriod(String licenseGracePeriod) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property log_first_n of obj type metricsmgrdebugfilter field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return logFirstN */ @@ -169,7 +173,7 @@ public String getLogFirstN() { /** * This is the setter method to the attribute. - * Placeholder for description of property log_first_n of obj type metricsmgrdebugfilter field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param logFirstN set the logFirstN. */ @@ -180,7 +184,7 @@ public void setLogFirstN(String logFirstN) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property logging_freq of obj type metricsmgrdebugfilter field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return loggingFreq */ @@ -191,7 +195,7 @@ public String getLoggingFreq() { /** * This is the setter method to the attribute. - * Placeholder for description of property logging_freq of obj type metricsmgrdebugfilter field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param loggingFreq set the loggingFreq. */ @@ -202,7 +206,7 @@ public void setLoggingFreq(String loggingFreq) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property metric_instance_id of obj type metricsmgrdebugfilter field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricInstanceId */ @@ -213,7 +217,7 @@ public String getMetricInstanceId() { /** * This is the setter method to the attribute. - * Placeholder for description of property metric_instance_id of obj type metricsmgrdebugfilter field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricInstanceId set the metricInstanceId. */ @@ -224,7 +228,7 @@ public void setMetricInstanceId(String metricInstanceId) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property obj of obj type metricsmgrdebugfilter field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return obj */ @@ -235,7 +239,7 @@ public String getObj() { /** * This is the setter method to the attribute. - * Placeholder for description of property obj of obj type metricsmgrdebugfilter field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param obj set the obj. */ @@ -246,7 +250,7 @@ public void setObj(String obj) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property skip_cluster_map_check of obj type metricsmgrdebugfilter field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return skipClusterMapCheck */ @@ -257,7 +261,7 @@ public String getSkipClusterMapCheck() { /** * This is the setter method to the attribute. - * Placeholder for description of property skip_cluster_map_check of obj type metricsmgrdebugfilter field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param skipClusterMapCheck set the skipClusterMapCheck. */ @@ -268,7 +272,7 @@ public void setSkipClusterMapCheck(String skipClusterMapCheck) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property skip_metrics_db_writes of obj type metricsmgrdebugfilter field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return skipMetricsDbWrites */ @@ -279,7 +283,7 @@ public String getSkipMetricsDbWrites() { /** * This is the setter method to the attribute. - * Placeholder for description of property skip_metrics_db_writes of obj type metricsmgrdebugfilter field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param skipMetricsDbWrites set the skipMetricsDbWrites. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsMissingDataInterval.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsMissingDataInterval.java index 2f715ef8..2c9e61e5 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsMissingDataInterval.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsMissingDataInterval.java @@ -36,7 +36,7 @@ public class MetricsMissingDataInterval extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property end of obj type metricsmissingdatainterval field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return end */ @@ -47,7 +47,7 @@ public String getEnd() { /** * This is the setter method to the attribute. - * Placeholder for description of property end of obj type metricsmissingdatainterval field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param end set the end. */ @@ -58,7 +58,7 @@ public void setEnd(String end) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property start of obj type metricsmissingdatainterval field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return start */ @@ -69,7 +69,7 @@ public String getStart() { /** * This is the setter method to the attribute. - * Placeholder for description of property start of obj type metricsmissingdatainterval field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param start set the start. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsQueryResponse.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsQueryResponse.java index aceb4871..a6b14d3e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsQueryResponse.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsQueryResponse.java @@ -64,7 +64,7 @@ public class MetricsQueryResponse extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Unique object identifier of entity. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return entityUuid */ @@ -75,7 +75,7 @@ public String getEntityUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of entity. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param entityUuid set the entityUuid. */ @@ -87,6 +87,7 @@ public void setEntityUuid(String entityUuid) { /** * This is the getter method this will return the attribute value. * Returns the id specified in the query. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return id */ @@ -98,6 +99,7 @@ public String getId() { /** * This is the setter method to the attribute. * Returns the id specified in the query. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param id set the id. */ @@ -108,7 +110,7 @@ public void setId(String id) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property limit of obj type metricsqueryresponse 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 limit */ @@ -119,7 +121,7 @@ public Integer getLimit() { /** * This is the setter method to the attribute. - * Placeholder for description of property limit of obj type metricsqueryresponse 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 limit set the limit. */ @@ -132,6 +134,7 @@ public void setLimit(Integer limit) { * This is the getter method this will return the attribute value. * Enum options - VSERVER_METRICS_ENTITY, VM_METRICS_ENTITY, SE_METRICS_ENTITY, CONTROLLER_METRICS_ENTITY, APPLICATION_METRICS_ENTITY, * TENANT_METRICS_ENTITY, POOL_METRICS_ENTITY. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricEntity */ @@ -144,6 +147,7 @@ public String getMetricEntity() { * This is the setter method to the attribute. * Enum options - VSERVER_METRICS_ENTITY, VM_METRICS_ENTITY, SE_METRICS_ENTITY, CONTROLLER_METRICS_ENTITY, APPLICATION_METRICS_ENTITY, * TENANT_METRICS_ENTITY, POOL_METRICS_ENTITY. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricEntity set the metricEntity. */ @@ -154,7 +158,7 @@ public void setMetricEntity(String metricEntity) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property metric_id of obj type metricsqueryresponse field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -165,7 +169,7 @@ public String getMetricId() { /** * This is the setter method to the attribute. - * Placeholder for description of property metric_id of obj type metricsqueryresponse field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -176,7 +180,7 @@ public void setMetricId(String metricId) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property series of obj type metricsqueryresponse 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 series */ @@ -187,7 +191,7 @@ public List getSeries() { /** * This is the setter method. this will set the series - * Placeholder for description of property series of obj type metricsqueryresponse 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 series */ @@ -198,7 +202,7 @@ public void setSeries(List series) { /** * This is the setter method this will set the series - * Placeholder for description of property series of obj type metricsqueryresponse 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 series */ @@ -214,7 +218,7 @@ public MetricsQueryResponse addSeriesItem(MetricsDataSeries seriesItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property start of obj type metricsqueryresponse field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return start */ @@ -225,7 +229,7 @@ public String getStart() { /** * This is the setter method to the attribute. - * Placeholder for description of property start of obj type metricsqueryresponse field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param start set the start. */ @@ -236,7 +240,7 @@ public void setStart(String start) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property step of obj type metricsqueryresponse 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 step */ @@ -247,7 +251,7 @@ public Integer getStep() { /** * This is the setter method to the attribute. - * Placeholder for description of property step of obj type metricsqueryresponse 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 step set the step. */ @@ -258,7 +262,7 @@ public void setStep(Integer step) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property stop of obj type metricsqueryresponse field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stop */ @@ -269,7 +273,7 @@ public String getStop() { /** * This is the setter method to the attribute. - * Placeholder for description of property stop of obj type metricsqueryresponse field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param stop set the stop. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsRealTimeUpdate.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsRealTimeUpdate.java index 0bdbb3ef..f27cda3f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsRealTimeUpdate.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MetricsRealTimeUpdate.java @@ -38,8 +38,9 @@ public class MetricsRealTimeUpdate extends AviRestResource { * This is the getter method this will return the attribute value. * Real time metrics collection duration in minutes. * 0 for infinite. - * 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 */ @@ -52,8 +53,9 @@ public Integer getDuration() { * This is the setter method to the attribute. * Real time metrics collection duration in minutes. * 0 for infinite. - * 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. */ @@ -66,6 +68,7 @@ public void setDuration(Integer duration) { * This is the getter method this will return the attribute value. * Enables real time metrics collection. * When deactivated, 6 hour view is the most granular the system will track. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enabled */ @@ -78,6 +81,7 @@ public Boolean getEnabled() { * This is the setter method to the attribute. * Enables real time metrics collection. * When deactivated, 6 hour view is the most granular the system will track. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enabled set the enabled. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MgmtIpAccessControl.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MgmtIpAccessControl.java index f7abb2e4..642ad332 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MgmtIpAccessControl.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MgmtIpAccessControl.java @@ -54,6 +54,7 @@ public class MgmtIpAccessControl extends AviRestResource { /** * This is the getter method this will return the attribute value. * Configure ip addresses to access controller using api. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return apiAccess */ @@ -65,6 +66,7 @@ public IpAddrMatch getApiAccess() { /** * This is the setter method to the attribute. * Configure ip addresses to access controller using api. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param apiAccess set the apiAccess. */ @@ -76,6 +78,7 @@ public void setApiAccess(IpAddrMatch apiAccess) { /** * This is the getter method this will return the attribute value. * Configure ip addresses to access controller using cli shell. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return shellServerAccess */ @@ -87,6 +90,7 @@ public IpAddrMatch getShellServerAccess() { /** * This is the setter method to the attribute. * Configure ip addresses to access controller using cli shell. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param shellServerAccess set the shellServerAccess. */ @@ -98,6 +102,7 @@ public void setShellServerAccess(IpAddrMatch shellServerAccess) { /** * This is the getter method this will return the attribute value. * Configure ip addresses to access controller using snmp. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return snmpAccess */ @@ -109,6 +114,7 @@ public IpAddrMatch getSnmpAccess() { /** * This is the setter method to the attribute. * Configure ip addresses to access controller using snmp. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param snmpAccess set the snmpAccess. */ @@ -120,6 +126,7 @@ public void setSnmpAccess(IpAddrMatch snmpAccess) { /** * This is the getter method this will return the attribute value. * Configure ip addresses to access controller using ssh. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sshAccess */ @@ -131,6 +138,7 @@ public IpAddrMatch getSshAccess() { /** * This is the setter method to the attribute. * Configure ip addresses to access controller using ssh. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sshAccess set the sshAccess. */ @@ -143,6 +151,7 @@ public void setSshAccess(IpAddrMatch sshAccess) { * This is the getter method this will return the attribute value. * Configure ip addresses to access controller using sysint access. * Field introduced in 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sysintAccess */ @@ -155,6 +164,7 @@ public IpAddrMatch getSysintAccess() { * This is the setter method to the attribute. * Configure ip addresses to access controller using sysint access. * Field introduced in 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sysintAccess set the sysintAccess. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MicroService.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MicroService.java index 4f82bb24..1dd6b469 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MicroService.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MicroService.java @@ -72,7 +72,7 @@ public class MicroService extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property application_name of obj type microservice field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return applicationName */ @@ -83,7 +83,7 @@ public String getApplicationName() { /** * This is the setter method to the attribute. - * Placeholder for description of property application_name of obj type microservice field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param applicationName set the applicationName. */ @@ -97,6 +97,7 @@ public void setApplicationName(String applicationName) { * Checksum of cloud configuration for microservice. * Internally set by cloud connector. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudConfigCksum */ @@ -110,6 +111,7 @@ public String getCloudConfigCksum() { * Checksum of cloud configuration for microservice. * Internally set by cloud connector. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudConfigCksum set the cloudConfigCksum. */ @@ -121,6 +123,7 @@ public void setCloudConfigCksum(String cloudConfigCksum) { /** * This is the getter method this will return the attribute value. * The list of containers for this microservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return containers */ @@ -132,6 +135,7 @@ public List getContainers() { /** * This is the setter method. this will set the containers * The list of containers for this microservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return containers */ @@ -143,6 +147,7 @@ public void setContainers(List containers) { /** * This is the setter method this will set the containers * The list of containers for this microservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return containers */ @@ -159,6 +164,7 @@ public MicroService addContainersItem(MicroServiceContainer containersItem) { /** * This is the getter method this will return the attribute value. * Creator name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -170,6 +176,7 @@ public String getCreatedBy() { /** * This is the setter method to the attribute. * Creator name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -180,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 */ @@ -191,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. */ @@ -203,6 +210,7 @@ public void setDescription(String description) { /** * This is the getter method this will return the attribute value. * Flag to indicate if container ip list is provided by cloud connectorthis is applicable for overlay cases. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipList */ @@ -214,6 +222,7 @@ public Boolean getIpList() { /** * This is the setter method to the attribute. * Flag to indicate if container ip list is provided by cloud connectorthis is applicable for overlay cases. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipList set the ipList. */ @@ -224,7 +233,7 @@ public void setIpList(Boolean ipList) { /** * 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 */ @@ -235,7 +244,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. */ @@ -246,7 +255,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property orchestrator_name of obj type microservice field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return orchestratorName */ @@ -257,7 +266,7 @@ public String getOrchestratorName() { /** * This is the setter method to the attribute. - * Placeholder for description of property orchestrator_name of obj type microservice field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param orchestratorName set the orchestratorName. */ @@ -269,6 +278,7 @@ public void setOrchestratorName(String orchestratorName) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -280,6 +290,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. */ @@ -309,7 +320,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 */ @@ -320,7 +331,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/MicroServiceContainer.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MicroServiceContainer.java index c32f8689..729856fd 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MicroServiceContainer.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MicroServiceContainer.java @@ -50,6 +50,7 @@ public class MicroServiceContainer extends AviRestResource { /** * This is the getter method this will return the attribute value. * Id of the container. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return containerId */ @@ -61,6 +62,7 @@ public String getContainerId() { /** * This is the setter method to the attribute. * Id of the container. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param containerId set the containerId. */ @@ -72,6 +74,7 @@ public void setContainerId(String containerId) { /** * This is the getter method this will return the attribute value. * Id or name of the host where the container is. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return host */ @@ -83,6 +86,7 @@ public String getHost() { /** * This is the setter method to the attribute. * Id or name of the host where the container is. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param host set the host. */ @@ -94,6 +98,7 @@ public void setHost(String host) { /** * This is the getter method this will return the attribute value. * Ip address of the container. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -105,6 +110,7 @@ public IpAddr getIp() { /** * This is the setter method to the attribute. * Ip address of the container. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -116,6 +122,7 @@ public void setIp(IpAddr ip) { /** * This is the getter method this will return the attribute value. * Port nunber of the instance. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -127,6 +134,7 @@ public Integer getPort() { /** * This is the setter method to the attribute. * Port nunber of the instance. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ @@ -138,6 +146,7 @@ public void setPort(Integer port) { /** * This is the getter method this will return the attribute value. * Marathon task id of the instance. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return taskId */ @@ -149,6 +158,7 @@ public String getTaskId() { /** * This is the setter method to the attribute. * Marathon task id of the instance. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param taskId set the taskId. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MicroServiceGroup.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MicroServiceGroup.java index 1db1e816..be3f6201 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MicroServiceGroup.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MicroServiceGroup.java @@ -57,6 +57,7 @@ public class MicroServiceGroup extends AviRestResource { /** * This is the getter method this will return the attribute value. * Creator name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -68,6 +69,7 @@ public String getCreatedBy() { /** * This is the setter method to the attribute. * Creator name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -78,7 +80,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 */ @@ -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. * Name of the microservice group. + * Allowed in enterprise edition with any value, 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. * Name of the microservice group. + * Allowed in enterprise edition with any value, 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. */ @@ -124,6 +128,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Configure microservice(es). * It is a reference to an object of type microservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceRefs */ @@ -136,6 +141,7 @@ public List getServiceRefs() { * This is the setter method. this will set the serviceRefs * Configure microservice(es). * It is a reference to an object of type microservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceRefs */ @@ -148,6 +154,7 @@ public void setServiceRefs(List serviceRefs) { * This is the setter method this will set the serviceRefs * Configure microservice(es). * It is a reference to an object of type microservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceRefs */ @@ -164,6 +171,7 @@ public MicroServiceGroup addServiceRefsItem(String serviceRefsItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -175,6 +183,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -205,6 +214,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the microservice group. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -216,6 +226,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the microservice group. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/MicroServiceMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MicroServiceMatch.java index 92fbcdc4..f63bc53f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MicroServiceMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/MicroServiceMatch.java @@ -38,6 +38,7 @@ public class MicroServiceMatch extends AviRestResource { * This is the getter method this will return the attribute value. * Uuid of micro service group(s). * It is a reference to an object of type microservicegroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groupRef */ @@ -50,6 +51,7 @@ public String getGroupRef() { * This is the setter method to the attribute. * Uuid of micro service group(s). * It is a reference to an object of type microservicegroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param groupRef set the groupRef. */ @@ -62,6 +64,7 @@ public void setGroupRef(String groupRef) { * This is the getter method this will return the attribute value. * Criterion to use for micro service matching the http request. * Enum options - IS_IN, IS_NOT_IN. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -74,6 +77,7 @@ public String getMatchCriteria() { * This is the setter method to the attribute. * Criterion to use for micro service matching the http request. * Enum options - IS_IN, IS_NOT_IN. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NTPAuthenticationKey.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NTPAuthenticationKey.java index 14b5c3af..a18d9cc5 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NTPAuthenticationKey.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NTPAuthenticationKey.java @@ -43,6 +43,7 @@ public class NTPAuthenticationKey extends AviRestResource { * Message digest algorithm used for ntp authentication. * Default is ntp_auth_algorithm_md5. * Enum options - NTP_AUTH_ALGORITHM_MD5, NTP_AUTH_ALGORITHM_SHA1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "NTP_AUTH_ALGORITHM_MD5". * @return algorithm */ @@ -56,6 +57,7 @@ public String getAlgorithm() { * Message digest algorithm used for ntp authentication. * Default is ntp_auth_algorithm_md5. * Enum options - NTP_AUTH_ALGORITHM_MD5, NTP_AUTH_ALGORITHM_SHA1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "NTP_AUTH_ALGORITHM_MD5". * @param algorithm set the algorithm. */ @@ -67,6 +69,7 @@ public void setAlgorithm(String algorithm) { /** * This is the getter method this will return the attribute value. * Ntp authentication key. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -78,6 +81,7 @@ public String getKey() { /** * This is the setter method to the attribute. * Ntp authentication key. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param key set the key. */ @@ -90,6 +94,7 @@ public void setKey(String key) { * This is the getter method this will return the attribute value. * Key number to be assigned to the authentication-key. * Allowed values are 1-65534. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return keyNumber */ @@ -102,6 +107,7 @@ public Integer getKeyNumber() { * This is the setter method to the attribute. * Key number to be assigned to the authentication-key. * Allowed values are 1-65534. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param keyNumber set the keyNumber. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NTPConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NTPConfiguration.java index 0d2f1aff..d47e2d97 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NTPConfiguration.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NTPConfiguration.java @@ -41,6 +41,7 @@ public class NTPConfiguration extends AviRestResource { /** * This is the getter method this will return the attribute value. * Ntp authentication keys. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ntpAuthenticationKeys */ @@ -52,6 +53,7 @@ public List getNtpAuthenticationKeys() { /** * This is the setter method. this will set the ntpAuthenticationKeys * Ntp authentication keys. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ntpAuthenticationKeys */ @@ -63,6 +65,7 @@ public void setNtpAuthenticationKeys(List ntpAuthenticati /** * This is the setter method this will set the ntpAuthenticationKeys * Ntp authentication keys. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ntpAuthenticationKeys */ @@ -79,6 +82,7 @@ public NTPConfiguration addNtpAuthenticationKeysItem(NTPAuthenticationKey ntpAut /** * This is the getter method this will return the attribute value. * List of ntp server hostnames or 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 null. * @return ntpServerList */ @@ -90,6 +94,7 @@ public List getNtpServerList() { /** * This is the setter method. this will set the ntpServerList * List of ntp server hostnames or 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 null. * @return ntpServerList */ @@ -101,6 +106,7 @@ public void setNtpServerList(List ntpServerList) { /** * This is the setter method this will set the ntpServerList * List of ntp server hostnames or 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 null. * @return ntpServerList */ @@ -117,6 +123,7 @@ public NTPConfiguration addNtpServerListItem(IpAddr ntpServerListItem) { /** * This is the getter method this will return the attribute value. * List of ntp servers. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ntpServers */ @@ -128,6 +135,7 @@ public List getNtpServers() { /** * This is the setter method. this will set the ntpServers * List of ntp servers. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ntpServers */ @@ -139,6 +147,7 @@ public void setNtpServers(List ntpServers) { /** * This is the setter method this will set the ntpServers * List of ntp servers. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ntpServers */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NTPServer.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NTPServer.java index 6279a79c..79ca7ee9 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NTPServer.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NTPServer.java @@ -39,6 +39,7 @@ public class NTPServer extends AviRestResource { * This is the getter method this will return the attribute value. * Key number from the list of trusted keys used to authenticate this server. * Allowed values are 1-65534. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return keyNumber */ @@ -51,6 +52,7 @@ public Integer getKeyNumber() { * This is the setter method to the attribute. * Key number from the list of trusted keys used to authenticate this server. * Allowed values are 1-65534. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param keyNumber set the keyNumber. */ @@ -62,6 +64,7 @@ public void setKeyNumber(Integer keyNumber) { /** * This is the getter method this will return the attribute value. * Ip address of the ntp server. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return server */ @@ -73,6 +76,7 @@ public IpAddr getServer() { /** * This is the setter method to the attribute. * Ip address of the ntp server. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param server set the server. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NatAddrInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NatAddrInfo.java index 806f04ac..08e91d12 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NatAddrInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NatAddrInfo.java @@ -40,6 +40,7 @@ public class NatAddrInfo extends AviRestResource { * This is the getter method this will return the attribute value. * Nat ip address. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return natIp */ @@ -52,6 +53,7 @@ public IpAddr getNatIp() { * This is the setter method to the attribute. * Nat ip address. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param natIp set the natIp. */ @@ -64,6 +66,7 @@ public void setNatIp(IpAddr natIp) { * This is the getter method this will return the attribute value. * Nat ip address range. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return natIpRange */ @@ -76,6 +79,7 @@ public IpAddrRange getNatIpRange() { * This is the setter method to the attribute. * Nat ip address range. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param natIpRange set the natIpRange. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NatMatchTarget.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NatMatchTarget.java index 14a1dfde..57cee212 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NatMatchTarget.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NatMatchTarget.java @@ -45,6 +45,7 @@ public class NatMatchTarget extends AviRestResource { * This is the getter method this will return the attribute value. * Destination ip of the packet. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return destinationIp */ @@ -57,6 +58,7 @@ public IpAddrMatch getDestinationIp() { * This is the setter method to the attribute. * Destination ip of the packet. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param destinationIp set the destinationIp. */ @@ -69,6 +71,7 @@ public void setDestinationIp(IpAddrMatch destinationIp) { * This is the getter method this will return the attribute value. * Services like port-matching and protocol. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return services */ @@ -81,6 +84,7 @@ public ServiceMatch getServices() { * This is the setter method to the attribute. * Services like port-matching and protocol. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param services set the services. */ @@ -93,6 +97,7 @@ public void setServices(ServiceMatch services) { * This is the getter method this will return the attribute value. * Source ip of the packet. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sourceIp */ @@ -105,6 +110,7 @@ public IpAddrMatch getSourceIp() { * This is the setter method to the attribute. * Source ip of the packet. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sourceIp set the sourceIp. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NatPolicy.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NatPolicy.java index abe1079d..f7c37c30 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NatPolicy.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NatPolicy.java @@ -66,6 +66,7 @@ public class NatPolicy extends AviRestResource { * This is the getter method this will return the attribute value. * Creator name. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -78,6 +79,7 @@ public String getCreatedBy() { * This is the setter method to the attribute. * Creator name. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -89,6 +91,7 @@ public void setCreatedBy(String createdBy) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -100,6 +103,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -115,6 +119,7 @@ public void setDescription(String description) { * 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 @@ -129,6 +134,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 @@ -143,6 +149,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 @@ -159,7 +166,8 @@ public NatPolicy 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 */ @@ -172,7 +180,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 */ @@ -185,7 +194,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 */ @@ -203,6 +213,7 @@ public NatPolicy addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * Name of the nat policy. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -215,6 +226,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the nat policy. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -227,6 +239,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Nat policy rules. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -239,6 +252,7 @@ public List getRules() { * This is the setter method. this will set the rules * Nat policy rules. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -251,6 +265,7 @@ public void setRules(List rules) { * This is the setter method this will set the rules * Nat policy rules. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -268,6 +283,7 @@ public NatPolicy addRulesItem(NatRule rulesItem) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -280,6 +296,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -311,6 +328,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the nat policy. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -323,6 +341,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the nat policy. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/NatPolicyAction.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NatPolicyAction.java index 53290973..4d098f11 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NatPolicyAction.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NatPolicyAction.java @@ -38,6 +38,7 @@ public class NatPolicyAction extends AviRestResource { * This is the getter method this will return the attribute value. * Pool of ip addresses used for nat. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return natInfo */ @@ -50,6 +51,7 @@ public List getNatInfo() { * This is the setter method. this will set the natInfo * Pool of ip addresses used for nat. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return natInfo */ @@ -62,6 +64,7 @@ public void setNatInfo(List natInfo) { * This is the setter method this will set the natInfo * Pool of ip addresses used for nat. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return natInfo */ @@ -80,6 +83,7 @@ public NatPolicyAction addNatInfoItem(NatAddrInfo natInfoItem) { * Nat action type. * Enum options - NAT_POLICY_ACTION_TYPE_DYNAMIC_IP_PORT. * 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 type */ @@ -93,6 +97,7 @@ public String getType() { * Nat action type. * Enum options - NAT_POLICY_ACTION_TYPE_DYNAMIC_IP_PORT. * 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 type set the type. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NatRule.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NatRule.java index 6cf8a0c7..4412e0be 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NatRule.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NatRule.java @@ -56,6 +56,7 @@ public class NatRule extends AviRestResource { * This is the getter method this will return the attribute value. * Nat rule action information. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -68,6 +69,7 @@ public NatPolicyAction getAction() { * This is the setter method to the attribute. * Nat rule action information. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -80,6 +82,7 @@ public void setAction(NatPolicyAction action) { * This is the getter method this will return the attribute value. * Creator name. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -92,6 +95,7 @@ public String getCreatedBy() { * This is the setter method to the attribute. * Creator name. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -104,6 +108,7 @@ public void setCreatedBy(String createdBy) { * This is the getter method this will return the attribute value. * Nat rule enable flag. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enable */ @@ -116,6 +121,7 @@ public Boolean getEnable() { * This is the setter method to the attribute. * Nat rule enable flag. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enable set the enable. */ @@ -128,6 +134,7 @@ public void setEnable(Boolean enable) { * This is the getter method this will return the attribute value. * Nat rule index. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -140,6 +147,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Nat rule index. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -152,6 +160,7 @@ public void setIndex(Integer index) { * This is the getter method this will return the attribute value. * Nat rule match criteria. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return match */ @@ -164,6 +173,7 @@ public NatMatchTarget getMatch() { * This is the setter method to the attribute. * Nat rule match criteria. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param match set the match. */ @@ -176,6 +186,7 @@ public void setMatch(NatMatchTarget match) { * This is the getter method this will return the attribute value. * Nat rule name. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -188,6 +199,7 @@ public String getName() { * This is the setter method to the attribute. * Nat rule name. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/Network.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Network.java index 91ab0d0a..2850eff0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Network.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Network.java @@ -94,6 +94,7 @@ public class Network extends AviRestResource { * This is the getter method this will return the attribute value. * Key/value network attributes. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attrs */ @@ -106,6 +107,7 @@ public List getAttrs() { * This is the setter method. this will set the attrs * Key/value network attributes. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attrs */ @@ -118,6 +120,7 @@ public void setAttrs(List attrs) { * This is the setter method this will set the attrs * Key/value network attributes. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attrs */ @@ -134,6 +137,7 @@ public Network addAttrsItem(KeyValue attrsItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -145,6 +149,7 @@ public String getCloudRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -155,7 +160,7 @@ public void setCloudRef(String cloudRef) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property configured_subnets of obj type network 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 configuredSubnets */ @@ -166,7 +171,7 @@ public List getConfiguredSubnets() { /** * This is the setter method. this will set the configuredSubnets - * Placeholder for description of property configured_subnets of obj type network 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 configuredSubnets */ @@ -177,7 +182,7 @@ public void setConfiguredSubnets(List configuredSubnets) { /** * This is the setter method this will set the configuredSubnets - * Placeholder for description of property configured_subnets of obj type network 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 configuredSubnets */ @@ -194,6 +199,7 @@ public Network addConfiguredSubnetsItem(Subnet configuredSubnetsItem) { /** * This is the getter method this will return the attribute value. * Select the ip address management scheme for this network. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return dhcpEnabled */ @@ -205,6 +211,7 @@ public Boolean getDhcpEnabled() { /** * This is the setter method to the attribute. * Select the ip address management scheme for this network. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param dhcpEnabled set the dhcpEnabled. */ @@ -216,6 +223,7 @@ public void setDhcpEnabled(Boolean dhcpEnabled) { /** * This is the getter method this will return the attribute value. * When selected, excludes all discovered subnets in this network from consideration for virtual service placement. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return excludeDiscoveredSubnets */ @@ -227,6 +235,7 @@ public Boolean getExcludeDiscoveredSubnets() { /** * This is the setter method to the attribute. * When selected, excludes all discovered subnets in this network from consideration for virtual service placement. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param excludeDiscoveredSubnets set the excludeDiscoveredSubnets. */ @@ -239,6 +248,7 @@ public void setExcludeDiscoveredSubnets(Boolean excludeDiscoveredSubnets) { * This is the getter method this will return the attribute value. * Enable ipv6 auto configuration. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return ip6AutocfgEnabled */ @@ -251,6 +261,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 true. * @param ip6AutocfgEnabled set the ip6AutocfgEnabled. */ @@ -264,6 +275,7 @@ public void setIp6AutocfgEnabled(Boolean ip6AutocfgEnabled) { * Key/value labels which can be used for object access policy permission scoping. * Field deprecated in 20.1.5. * Field introduced in 18.2.7, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return labels */ @VsoMethod @@ -276,6 +288,7 @@ public List getLabels() { * Key/value labels which can be used for object access policy permission scoping. * Field deprecated in 20.1.5. * Field introduced in 18.2.7, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return labels */ @VsoMethod @@ -288,6 +301,7 @@ public void setLabels(List labels) { * Key/value labels which can be used for object access policy permission scoping. * Field deprecated in 20.1.5. * Field introduced in 18.2.7, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return labels */ @VsoMethod @@ -304,7 +318,8 @@ public Network 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 */ @@ -317,7 +332,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 */ @@ -330,7 +346,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 */ @@ -346,7 +363,7 @@ public Network addMarkersItem(RoleFilterMatchLabel markersItem) { /** * 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 */ @@ -357,7 +374,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. */ @@ -368,7 +385,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property synced_from_se of obj type network 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 syncedFromSe */ @@ -379,7 +396,7 @@ public Boolean getSyncedFromSe() { /** * This is the setter method to the attribute. - * Placeholder for description of property synced_from_se of obj type network 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 syncedFromSe set the syncedFromSe. */ @@ -391,6 +408,7 @@ public void setSyncedFromSe(Boolean syncedFromSe) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -402,6 +420,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. */ @@ -431,7 +450,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 */ @@ -442,7 +461,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. */ @@ -453,7 +472,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_dvs of obj type network 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 vcenterDvs */ @@ -464,7 +483,7 @@ public Boolean getVcenterDvs() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcenter_dvs of obj type network 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 vcenterDvs set the vcenterDvs. */ @@ -476,6 +495,8 @@ public void setVcenterDvs(Boolean vcenterDvs) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vimgrnwruntime. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return vimgrnwRef */ @VsoMethod @@ -486,6 +507,8 @@ public String getVimgrnwRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type vimgrnwruntime. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @param vimgrnwRef set the vimgrnwRef. */ @VsoMethod @@ -496,6 +519,7 @@ public void setVimgrnwRef(String vimgrnwRef) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vrfcontext. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfContextRef */ @@ -507,6 +531,7 @@ public String getVrfContextRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type vrfcontext. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfContextRef set the vrfContextRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkFilter.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkFilter.java index 8c63d4d4..31f2f069 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkFilter.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkFilter.java @@ -37,6 +37,7 @@ public class NetworkFilter extends AviRestResource { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vimgrnwruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkRef */ @@ -48,6 +49,7 @@ public String getNetworkRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type vimgrnwruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkRef set the networkRef. */ @@ -58,7 +60,7 @@ public void setNetworkRef(String networkRef) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server_filter of obj type networkfilter field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverFilter */ @@ -69,7 +71,7 @@ public String getServerFilter() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_filter of obj type networkfilter field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverFilter set the serverFilter. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkProfile.java index 1173e455..ec82cc84 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkProfile.java @@ -68,6 +68,7 @@ public class NetworkProfile extends AviRestResource { * When enabled, avi mirrors all tcp fastpath connections to standby. * Applicable only in legacy ha mode. * Field introduced in 18.1.3,18.2.1. + * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return connectionMirror */ @@ -81,6 +82,7 @@ public Boolean getConnectionMirror() { * When enabled, avi mirrors all tcp fastpath connections to standby. * Applicable only in legacy ha mode. * Field introduced in 18.1.3,18.2.1. + * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param connectionMirror set the connectionMirror. */ @@ -91,7 +93,7 @@ public void setConnectionMirror(Boolean connectionMirror) { /** * 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 */ @@ -102,7 +104,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. */ @@ -118,6 +120,7 @@ public void setDescription(String description) { * 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 @@ -132,6 +135,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 @@ -146,6 +150,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 @@ -162,7 +167,8 @@ public NetworkProfile 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 */ @@ -175,7 +181,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 */ @@ -188,7 +195,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 */ @@ -205,6 +213,7 @@ public NetworkProfile addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. * The name of the network profile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -216,6 +225,7 @@ public String getName() { /** * This is the setter method to the attribute. * The name of the network profile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -226,7 +236,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property profile of obj type networkprofile 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 profile */ @@ -237,7 +247,7 @@ public NetworkProfileUnion getProfile() { /** * This is the setter method to the attribute. - * Placeholder for description of property profile of obj type networkprofile 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 profile set the profile. */ @@ -249,6 +259,7 @@ public void setProfile(NetworkProfileUnion profile) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -260,6 +271,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. */ @@ -290,6 +302,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the network profile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -301,6 +314,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the network profile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/NetworkProfileUnion.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkProfileUnion.java index 76e98495..257734d1 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkProfileUnion.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkProfileUnion.java @@ -52,7 +52,7 @@ public class NetworkProfileUnion extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property tcp_fast_path_profile of obj type networkprofileunion 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 tcpFastPathProfile */ @@ -63,7 +63,7 @@ public TCPFastPathProfile getTcpFastPathProfile() { /** * This is the setter method to the attribute. - * Placeholder for description of property tcp_fast_path_profile of obj type networkprofileunion 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 tcpFastPathProfile set the tcpFastPathProfile. */ @@ -74,7 +74,7 @@ public void setTcpFastPathProfile(TCPFastPathProfile tcpFastPathProfile) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property tcp_proxy_profile of obj type networkprofileunion field type str type ref. + * 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 tcpProxyProfile */ @@ -85,7 +85,7 @@ public TCPProxyProfile getTcpProxyProfile() { /** * This is the setter method to the attribute. - * Placeholder for description of property tcp_proxy_profile of obj type networkprofileunion field type str type ref. + * 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 tcpProxyProfile set the tcpProxyProfile. */ @@ -98,8 +98,8 @@ public void setTcpProxyProfile(TCPProxyProfile tcpProxyProfile) { * This is the getter method this will return the attribute value. * Configure one of either proxy or fast path profiles. * Enum options - PROTOCOL_TYPE_TCP_PROXY, PROTOCOL_TYPE_TCP_FAST_PATH, PROTOCOL_TYPE_UDP_FAST_PATH, PROTOCOL_TYPE_UDP_PROXY. - * Allowed in basic(allowed values- protocol_type_tcp_proxy,protocol_type_tcp_fast_path,protocol_type_udp_fast_path) edition, essentials(allowed - * values- protocol_type_tcp_fast_path,protocol_type_udp_fast_path) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- protocol_type_tcp_fast_path,protocol_type_udp_fast_path), basic + * edition(allowed values- protocol_type_tcp_proxy,protocol_type_tcp_fast_path,protocol_type_udp_fast_path), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "PROTOCOL_TYPE_TCP_PROXY". * @return type */ @@ -112,8 +112,8 @@ public String getType() { * This is the setter method to the attribute. * Configure one of either proxy or fast path profiles. * Enum options - PROTOCOL_TYPE_TCP_PROXY, PROTOCOL_TYPE_TCP_FAST_PATH, PROTOCOL_TYPE_UDP_FAST_PATH, PROTOCOL_TYPE_UDP_PROXY. - * Allowed in basic(allowed values- protocol_type_tcp_proxy,protocol_type_tcp_fast_path,protocol_type_udp_fast_path) edition, essentials(allowed - * values- protocol_type_tcp_fast_path,protocol_type_udp_fast_path) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- protocol_type_tcp_fast_path,protocol_type_udp_fast_path), basic + * edition(allowed values- protocol_type_tcp_proxy,protocol_type_tcp_fast_path,protocol_type_udp_fast_path), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "PROTOCOL_TYPE_TCP_PROXY". * @param type set the type. */ @@ -124,7 +124,7 @@ public void setType(String type) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property udp_fast_path_profile of obj type networkprofileunion 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 udpFastPathProfile */ @@ -135,7 +135,7 @@ public UDPFastPathProfile getUdpFastPathProfile() { /** * This is the setter method to the attribute. - * Placeholder for description of property udp_fast_path_profile of obj type networkprofileunion 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 udpFastPathProfile set the udpFastPathProfile. */ @@ -148,7 +148,7 @@ public void setUdpFastPathProfile(UDPFastPathProfile udpFastPathProfile) { * This is the getter method this will return the attribute value. * Configure udp proxy network profile. * Field introduced in 17.2.8, 18.1.3, 18.2.1. - * Allowed in 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 udpProxyProfile */ @@ -161,7 +161,7 @@ public UDPProxyProfile getUdpProxyProfile() { * This is the setter method to the attribute. * Configure udp proxy network profile. * Field introduced in 17.2.8, 18.1.3, 18.2.1. - * Allowed in 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 udpProxyProfile set the udpProxyProfile. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkRuntime.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkRuntime.java index ad66e408..ef6cf954 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkRuntime.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkRuntime.java @@ -56,7 +56,7 @@ public class NetworkRuntime 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 */ @@ -67,7 +67,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. */ @@ -80,6 +80,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Objects using static ips in this network. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objUuids */ @@ -92,6 +93,7 @@ public List getObjUuids() { * This is the setter method. this will set the objUuids * Objects using static ips in this network. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objUuids */ @@ -104,6 +106,7 @@ public void setObjUuids(List objUuids) { * This is the setter method this will set the objUuids * Objects using static ips in this network. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objUuids */ @@ -121,6 +124,7 @@ public NetworkRuntime addObjUuidsItem(String objUuidsItem) { * This is the getter method this will return the attribute value. * Use obj_uuids. * Field deprecated in 20.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seUuid */ @VsoMethod @@ -132,6 +136,7 @@ public List getSeUuid() { * This is the setter method. this will set the seUuid * Use obj_uuids. * Field deprecated in 20.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seUuid */ @VsoMethod @@ -143,6 +148,7 @@ public void setSeUuid(List seUuid) { * This is the setter method this will set the seUuid * Use obj_uuids. * Field deprecated in 20.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seUuid */ @VsoMethod @@ -157,7 +163,7 @@ public NetworkRuntime addSeUuidItem(String seUuidItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property subnet_runtime of obj type networkruntime 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 subnetRuntime */ @@ -168,7 +174,7 @@ public List getSubnetRuntime() { /** * This is the setter method. this will set the subnetRuntime - * Placeholder for description of property subnet_runtime of obj type networkruntime 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 subnetRuntime */ @@ -179,7 +185,7 @@ public void setSubnetRuntime(List subnetRuntime) { /** * This is the setter method this will set the subnetRuntime - * Placeholder for description of property subnet_runtime of obj type networkruntime 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 subnetRuntime */ @@ -196,6 +202,7 @@ public NetworkRuntime addSubnetRuntimeItem(SubnetRuntime subnetRuntimeItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -207,6 +214,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. */ @@ -236,7 +244,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 */ @@ -247,7 +255,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/NetworkSecurityMatchTarget.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkSecurityMatchTarget.java index 3ac3282f..e142e47f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkSecurityMatchTarget.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkSecurityMatchTarget.java @@ -57,7 +57,7 @@ public class NetworkSecurityMatchTarget extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property client_ip of obj type networksecuritymatchtarget 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 */ @@ -68,7 +68,7 @@ public IpAddrMatch getClientIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property client_ip of obj type networksecuritymatchtarget 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. */ @@ -81,6 +81,7 @@ public void setClientIp(IpAddrMatch clientIp) { * This is the getter method this will return the attribute value. * Matches the source port of incoming packets in the client side traffic. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientPort */ @@ -93,6 +94,7 @@ public PortMatchGeneric getClientPort() { * This is the setter method to the attribute. * Matches the source port of incoming packets in the client side traffic. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientPort set the clientPort. */ @@ -106,6 +108,7 @@ public void setClientPort(PortMatchGeneric clientPort) { * Matches the geo information of incoming packets in the client side traffic. * Field introduced in 21.1.1. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoMatches */ @@ -119,6 +122,7 @@ public List getGeoMatches() { * Matches the geo information of incoming packets in the client side traffic. * Field introduced in 21.1.1. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoMatches */ @@ -132,6 +136,7 @@ public void setGeoMatches(List geoMatches) { * Matches the geo information of incoming packets in the client side traffic. * Field introduced in 21.1.1. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoMatches */ @@ -148,7 +153,7 @@ public NetworkSecurityMatchTarget addGeoMatchesItem(GeoMatch geoMatchesItem) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.1. - * Allowed in 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 ipReputationType */ @@ -160,7 +165,7 @@ public IPReputationTypeMatch getIpReputationType() { /** * This is the setter method to the attribute. * Field introduced in 20.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 ipReputationType set the ipReputationType. */ @@ -171,7 +176,7 @@ public void setIpReputationType(IPReputationTypeMatch ipReputationType) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property microservice of obj type networksecuritymatchtarget 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 microservice */ @@ -182,7 +187,7 @@ public MicroServiceMatch getMicroservice() { /** * This is the setter method to the attribute. - * Placeholder for description of property microservice of obj type networksecuritymatchtarget 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 microservice set the microservice. */ @@ -193,7 +198,7 @@ public void setMicroservice(MicroServiceMatch microservice) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vs_port of obj type networksecuritymatchtarget 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 vsPort */ @@ -204,7 +209,7 @@ public PortMatch getVsPort() { /** * This is the setter method to the attribute. - * Placeholder for description of property vs_port of obj type networksecuritymatchtarget 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 vsPort set the vsPort. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkSecurityPolicy.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkSecurityPolicy.java index dd252c5f..71cafb86 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkSecurityPolicy.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkSecurityPolicy.java @@ -82,6 +82,7 @@ public class NetworkSecurityPolicy extends AviRestResource { * This is the getter method this will return the attribute value. * Checksum of cloud configuration for network sec policy. * Internally set by cloud connector. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudConfigCksum */ @@ -94,6 +95,7 @@ public String getCloudConfigCksum() { * This is the setter method to the attribute. * Checksum of cloud configuration for network sec policy. * Internally set by cloud connector. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudConfigCksum set the cloudConfigCksum. */ @@ -105,6 +107,7 @@ public void setCloudConfigCksum(String cloudConfigCksum) { /** * This is the getter method this will return the attribute value. * Creator name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -116,6 +119,7 @@ public String getCreatedBy() { /** * This is the setter method to the attribute. * Creator name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -126,7 +130,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 */ @@ -137,7 +141,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. */ @@ -151,6 +155,7 @@ public void setDescription(String description) { * Geo database. * It is a reference to an object of type geodb. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoDbRef */ @@ -164,6 +169,7 @@ public String getGeoDbRef() { * Geo database. * It is a reference to an object of type geodb. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param geoDbRef set the geoDbRef. */ @@ -177,6 +183,7 @@ public void setGeoDbRef(String geoDbRef) { * Network security policy is created and modified by internal modules only. * Should not be modified by users. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return internal */ @@ -190,6 +197,7 @@ public Boolean getInternal() { * Network security policy is created and modified by internal modules only. * Should not be modified by users. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param internal set the internal. */ @@ -203,7 +211,7 @@ public void setInternal(Boolean internal) { * Ip reputation database. * It is a reference to an object of type ipreputationdb. * Field introduced in 20.1.1. - * Allowed in 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 ipReputationDbRef */ @@ -217,7 +225,7 @@ public String getIpReputationDbRef() { * Ip reputation database. * It is a reference to an object of type ipreputationdb. * Field introduced in 20.1.1. - * Allowed in 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 ipReputationDbRef set the ipReputationDbRef. */ @@ -233,6 +241,7 @@ public void setIpReputationDbRef(String ipReputationDbRef) { * 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 @@ -247,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 @@ -261,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 @@ -277,7 +288,8 @@ public NetworkSecurityPolicy 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 */ @@ -290,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 */ @@ -303,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 */ @@ -319,7 +333,7 @@ public NetworkSecurityPolicy addMarkersItem(RoleFilterMatchLabel markersItem) { /** * 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 */ @@ -330,7 +344,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. */ @@ -341,7 +355,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property rules of obj type networksecuritypolicy 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 rules */ @@ -352,7 +366,7 @@ public List getRules() { /** * This is the setter method. this will set the rules - * Placeholder for description of property rules of obj type networksecuritypolicy 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 rules */ @@ -363,7 +377,7 @@ public void setRules(List rules) { /** * This is the setter method this will set the rules - * Placeholder for description of property rules of obj type networksecuritypolicy 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 rules */ @@ -380,6 +394,7 @@ public NetworkSecurityPolicy addRulesItem(NetworkSecurityRule rulesItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -391,6 +406,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. */ @@ -420,7 +436,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 */ @@ -431,7 +447,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/NetworkSecurityPolicyActionRLParam.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkSecurityPolicyActionRLParam.java index 7503e80d..1622bd96 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkSecurityPolicyActionRLParam.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkSecurityPolicyActionRLParam.java @@ -37,6 +37,7 @@ public class NetworkSecurityPolicyActionRLParam extends AviRestResource { /** * This is the getter method this will return the attribute value. * Maximum number of connections or requests or packets to be rate limited instantaneously. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return burstSize */ @@ -48,6 +49,7 @@ public Integer getBurstSize() { /** * This is the setter method to the attribute. * Maximum number of connections or requests or packets to be rate limited instantaneously. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param burstSize set the burstSize. */ @@ -60,6 +62,7 @@ public void setBurstSize(Integer burstSize) { * This is the getter method this will return the attribute value. * Maximum number of connections or requests or packets per second. * Allowed values are 1-4294967295. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxRate */ @@ -72,6 +75,7 @@ public Integer getMaxRate() { * This is the setter method to the attribute. * Maximum number of connections or requests or packets per second. * Allowed values are 1-4294967295. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxRate set the maxRate. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkSecurityRule.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkSecurityRule.java index 0783e8fe..b104a0bf 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkSecurityRule.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkSecurityRule.java @@ -68,8 +68,8 @@ public class NetworkSecurityRule extends AviRestResource { * This is the getter method this will return the attribute value. * Enum options - NETWORK_SECURITY_POLICY_ACTION_TYPE_ALLOW, NETWORK_SECURITY_POLICY_ACTION_TYPE_DENY, * NETWORK_SECURITY_POLICY_ACTION_TYPE_RATE_LIMIT. - * Allowed in basic(allowed values- network_security_policy_action_type_deny) edition, essentials(allowed values- - * network_security_policy_action_type_deny) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- network_security_policy_action_type_deny), basic edition(allowed + * values- network_security_policy_action_type_deny), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -82,8 +82,8 @@ public String getAction() { * This is the setter method to the attribute. * Enum options - NETWORK_SECURITY_POLICY_ACTION_TYPE_ALLOW, NETWORK_SECURITY_POLICY_ACTION_TYPE_DENY, * NETWORK_SECURITY_POLICY_ACTION_TYPE_RATE_LIMIT. - * Allowed in basic(allowed values- network_security_policy_action_type_deny) edition, essentials(allowed values- - * network_security_policy_action_type_deny) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- network_security_policy_action_type_deny), basic edition(allowed + * values- network_security_policy_action_type_deny), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -96,9 +96,10 @@ public void setAction(String action) { * This is the getter method this will return the attribute value. * Time in minutes after which rule will be deleted. * Allowed values are 1-4294967295. - * Special values are 0- 'blocked for ever'. + * Special values are 0- blocked for ever. * Unit is min. - * 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 age */ @@ -111,9 +112,10 @@ public Integer getAge() { * This is the setter method to the attribute. * Time in minutes after which rule will be deleted. * Allowed values are 1-4294967295. - * Special values are 0- 'blocked for ever'. + * Special values are 0- blocked for ever. * Unit is min. - * 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 age set the age. */ @@ -125,6 +127,7 @@ public void setAge(Integer age) { /** * This is the getter method this will return the attribute value. * Creator name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -136,6 +139,7 @@ public String getCreatedBy() { /** * This is the setter method to the attribute. * Creator name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -146,7 +150,7 @@ public void setCreatedBy(String createdBy) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property enable of obj type networksecurityrule 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 enable */ @@ -157,7 +161,7 @@ public Boolean getEnable() { /** * This is the setter method to the attribute. - * Placeholder for description of property enable of obj type networksecurityrule 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 enable set the enable. */ @@ -168,7 +172,7 @@ public void setEnable(Boolean enable) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property index of obj type networksecurityrule 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 */ @@ -179,7 +183,7 @@ public Integer getIndex() { /** * This is the setter method to the attribute. - * Placeholder for description of property index of obj type networksecurityrule 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. */ @@ -190,7 +194,8 @@ public void setIndex(Integer index) { /** * This is the getter method this will return the attribute value. - * 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 log */ @@ -201,7 +206,8 @@ public Boolean getLog() { /** * This is the setter method to the attribute. - * 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 log set the log. */ @@ -212,7 +218,7 @@ public void setLog(Boolean log) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property match of obj type networksecurityrule 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 match */ @@ -223,7 +229,7 @@ public NetworkSecurityMatchTarget getMatch() { /** * This is the setter method to the attribute. - * Placeholder for description of property match of obj type networksecurityrule 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 match set the match. */ @@ -234,7 +240,7 @@ public void setMatch(NetworkSecurityMatchTarget 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 */ @@ -245,7 +251,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. */ @@ -256,7 +262,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property rl_param of obj type networksecurityrule 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 rlParam */ @@ -267,7 +273,7 @@ public NetworkSecurityPolicyActionRLParam getRlParam() { /** * This is the setter method to the attribute. - * Placeholder for description of property rl_param of obj type networksecurityrule 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 rlParam set the rlParam. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkService.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkService.java index ad19dd4c..d7779231 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkService.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkService.java @@ -75,6 +75,7 @@ public class NetworkService extends AviRestResource { * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -87,6 +88,7 @@ public String getCloudRef() { * This is the setter method to the attribute. * It is a reference to an object of type cloud. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -102,6 +104,7 @@ public void setCloudRef(String cloudRef) { * 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 @@ -116,6 +119,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 @@ -130,6 +134,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 @@ -146,7 +151,8 @@ public NetworkService 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 */ @@ -159,7 +165,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 */ @@ -172,7 +179,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 */ @@ -190,6 +198,7 @@ public NetworkService addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * Name of the networkservice. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -202,6 +211,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the networkservice. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -214,6 +224,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Routing information of the networkservice. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return routingService */ @@ -226,6 +237,7 @@ public RoutingService getRoutingService() { * This is the setter method to the attribute. * Routing information of the networkservice. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param routingService set the routingService. */ @@ -239,6 +251,7 @@ public void setRoutingService(RoutingService routingService) { * Service engine group to which the service is applied. * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRef */ @@ -252,6 +265,7 @@ public String getSeGroupRef() { * Service engine group to which the service is applied. * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupRef set the seGroupRef. */ @@ -265,6 +279,7 @@ public void setSeGroupRef(String seGroupRef) { * Indicates the type of networkservice. * Enum options - ROUTING_SERVICE. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceType */ @@ -278,6 +293,7 @@ public String getServiceType() { * Indicates the type of networkservice. * Enum options - ROUTING_SERVICE. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceType set the serviceType. */ @@ -290,6 +306,7 @@ public void setServiceType(String serviceType) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -302,6 +319,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -333,6 +351,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the networkservice. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -345,6 +364,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the networkservice. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -358,6 +378,7 @@ public void setUuid(String uuid) { * Vrf context to which the service is scoped. * It is a reference to an object of type vrfcontext. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfRef */ @@ -371,6 +392,7 @@ public String getVrfRef() { * Vrf context to which the service is scoped. * It is a reference to an object of type vrfcontext. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfRef set the vrfRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkSubnetClash.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkSubnetClash.java index 0f2bf3cc..e619419c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkSubnetClash.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkSubnetClash.java @@ -36,7 +36,7 @@ public class NetworkSubnetClash extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip_nw of obj type networksubnetclash field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipNw */ @@ -47,7 +47,7 @@ public String getIpNw() { /** * This is the setter method to the attribute. - * Placeholder for description of property ip_nw of obj type networksubnetclash field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipNw set the ipNw. */ @@ -58,7 +58,7 @@ public void setIpNw(String ipNw) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property networks of obj type networksubnetclash 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 networks */ @@ -69,7 +69,7 @@ public List getNetworks() { /** * This is the setter method. this will set the networks - * Placeholder for description of property networks of obj type networksubnetclash 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 networks */ @@ -80,7 +80,7 @@ public void setNetworks(List networks) { /** * This is the setter method this will set the networks - * Placeholder for description of property networks of obj type networksubnetclash 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 networks */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkSubnetInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkSubnetInfo.java index d46f38c4..45bbdbc2 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkSubnetInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NetworkSubnetInfo.java @@ -57,7 +57,7 @@ public class NetworkSubnetInfo extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property free of obj type networksubnetinfo 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 free */ @@ -68,7 +68,7 @@ public Integer getFree() { /** * This is the setter method to the attribute. - * Placeholder for description of property free of obj type networksubnetinfo 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 free set the free. */ @@ -79,7 +79,7 @@ public void setFree(Integer free) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property network_name of obj type networksubnetinfo field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkName */ @@ -90,7 +90,7 @@ public String getNetworkName() { /** * This is the setter method to the attribute. - * Placeholder for description of property network_name of obj type networksubnetinfo field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkName set the networkName. */ @@ -101,7 +101,7 @@ public void setNetworkName(String networkName) { /** * 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 */ @@ -112,7 +112,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. */ @@ -123,7 +123,7 @@ public void setNetworkUuid(String networkUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property subnet of obj type networksubnetinfo 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 subnet */ @@ -134,7 +134,7 @@ public IpAddrPrefix getSubnet() { /** * This is the setter method to the attribute. - * Placeholder for description of property subnet of obj type networksubnetinfo 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 subnet set the subnet. */ @@ -145,7 +145,7 @@ public void setSubnet(IpAddrPrefix subnet) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property total of obj type networksubnetinfo 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 total */ @@ -156,7 +156,7 @@ public Integer getTotal() { /** * This is the setter method to the attribute. - * Placeholder for description of property total of obj type networksubnetinfo 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 total set the total. */ @@ -168,6 +168,7 @@ public void setTotal(Integer total) { /** * This is the getter method this will return the attribute value. * Enum options - STATIC_IPS_FOR_SE, STATIC_IPS_FOR_VIP, STATIC_IPS_FOR_VIP_AND_SE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -179,6 +180,7 @@ public String getType() { /** * This is the setter method to the attribute. * Enum options - STATIC_IPS_FOR_SE, STATIC_IPS_FOR_VIP, STATIC_IPS_FOR_VIP_AND_SE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -189,7 +191,7 @@ public void setType(String type) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property used of obj type networksubnetinfo 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 used */ @@ -200,7 +202,7 @@ public Integer getUsed() { /** * This is the setter method to the attribute. - * Placeholder for description of property used of obj type networksubnetinfo 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 used set the used. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxConfiguration.java index 25efcabd..e7ce7c29 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxConfiguration.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxConfiguration.java @@ -52,6 +52,7 @@ public class NsxConfiguration extends AviRestResource { * It should be unique across all the avi controller clusters. * 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 aviNsxPrefix */ @VsoMethod @@ -65,6 +66,7 @@ public String getAviNsxPrefix() { * It should be unique across all the avi controller clusters. * 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 aviNsxPrefix set the aviNsxPrefix. */ @VsoMethod @@ -77,6 +79,7 @@ public void setAviNsxPrefix(String aviNsxPrefix) { * The hostname or ip address of the nsx mgr. * 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 nsxManagerName */ @VsoMethod @@ -89,6 +92,7 @@ public String getNsxManagerName() { * The hostname or ip address of the nsx mgr. * 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 nsxManagerName set the nsxManagerName. */ @VsoMethod @@ -101,6 +105,7 @@ public void setNsxManagerName(String nsxManagerName) { * The password avi vantage will use when authenticating with nsx mgr. * 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 nsxManagerPassword */ @VsoMethod @@ -113,6 +118,7 @@ public String getNsxManagerPassword() { * The password avi vantage will use when authenticating with nsx mgr. * 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 nsxManagerPassword set the nsxManagerPassword. */ @VsoMethod @@ -125,6 +131,7 @@ public void setNsxManagerPassword(String nsxManagerPassword) { * The username avi vantage will use when authenticating with nsx mgr. * 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 nsxManagerUsername */ @VsoMethod @@ -137,6 +144,7 @@ public String getNsxManagerUsername() { * The username avi vantage will use when authenticating with nsx mgr. * 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 nsxManagerUsername set the nsxManagerUsername. */ @VsoMethod @@ -150,6 +158,7 @@ public void setNsxManagerUsername(String nsxManagerUsername) { * Field deprecated in 21.1.1. * Field introduced in 17.1.1. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return nsxPollTime */ @VsoMethod @@ -163,6 +172,7 @@ public Integer getNsxPollTime() { * Field deprecated in 21.1.1. * Field introduced in 17.1.1. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param nsxPollTime set the nsxPollTime. */ @VsoMethod diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtClusters.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtClusters.java index ac52a502..e4a6b30c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtClusters.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtClusters.java @@ -38,7 +38,7 @@ public class NsxtClusters extends AviRestResource { * This is the getter method this will return the attribute value. * List of transport node clusters. * Field introduced in 20.1.6. - * 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 clusterIds */ @@ -51,7 +51,7 @@ public List getClusterIds() { * This is the setter method. this will set the clusterIds * List of transport node clusters. * Field introduced in 20.1.6. - * Allowed in 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 clusterIds */ @@ -64,7 +64,7 @@ public void setClusterIds(List clusterIds) { * This is the setter method this will set the clusterIds * List of transport node clusters. * Field introduced in 20.1.6. - * Allowed in 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 clusterIds */ @@ -82,7 +82,7 @@ public NsxtClusters addClusterIdsItem(String clusterIdsItem) { * This is the getter method this will return the attribute value. * Include or exclude. * Field introduced in 20.1.6. - * Allowed in 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 include */ @@ -95,7 +95,7 @@ public Boolean getInclude() { * This is the setter method to the attribute. * Include or exclude. * Field introduced in 20.1.6. - * 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 include set the include. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtConfiguration.java index 0cec6cbf..89c630ff 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtConfiguration.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtConfiguration.java @@ -78,7 +78,7 @@ public class NsxtConfiguration extends AviRestResource { * This is the getter method this will return the attribute value. * Automatically create dfw rules for virtualservice in nsx-t manager. * Field introduced in 20.1.1. - * Allowed in basic(allowed values- false) edition, enterprise edition. + * Allowed in enterprise edition with any value, basic edition(allowed values- false), essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return automateDfwRules */ @@ -91,7 +91,7 @@ public Boolean getAutomateDfwRules() { * This is the setter method to the attribute. * Automatically create dfw rules for virtualservice in nsx-t manager. * Field introduced in 20.1.1. - * Allowed in basic(allowed values- false) edition, enterprise edition. + * Allowed in enterprise edition with any value, basic edition(allowed values- false), essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param automateDfwRules set the automateDfwRules. */ @@ -104,7 +104,7 @@ public void setAutomateDfwRules(Boolean automateDfwRules) { * This is the getter method this will return the attribute value. * Data network configuration for avi service engines. * Field introduced in 20.1.5. - * Allowed in 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 dataNetworkConfig */ @@ -117,7 +117,7 @@ public DataNetworkConfig getDataNetworkConfig() { * This is the setter method to the attribute. * Data network configuration for avi service engines. * Field introduced in 20.1.5. - * Allowed in 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 dataNetworkConfig set the dataNetworkConfig. */ @@ -130,6 +130,7 @@ public void setDataNetworkConfig(DataNetworkConfig dataNetworkConfig) { * This is the getter method this will return the attribute value. * Domain where nsgroup objects belongs to. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default". * @return domainId */ @@ -142,6 +143,7 @@ public String getDomainId() { * This is the setter method to the attribute. * Domain where nsgroup objects belongs to. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default". * @param domainId set the domainId. */ @@ -154,6 +156,7 @@ public void setDomainId(String domainId) { * This is the getter method this will return the attribute value. * Enforcement point is where the rules of a policy to apply. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default". * @return enforcementpointId */ @@ -166,6 +169,7 @@ public String getEnforcementpointId() { * This is the setter method to the attribute. * Enforcement point is where the rules of a policy to apply. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default". * @param enforcementpointId set the enforcementpointId. */ @@ -178,7 +182,7 @@ public void setEnforcementpointId(String enforcementpointId) { * This is the getter method this will return the attribute value. * Management network configuration for avi service engines. * Field introduced in 20.1.5. - * Allowed in 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 managementNetworkConfig */ @@ -191,7 +195,7 @@ public ManagementNetworkConfig getManagementNetworkConfig() { * This is the setter method to the attribute. * Management network configuration for avi service engines. * Field introduced in 20.1.5. - * Allowed in 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 managementNetworkConfig set the managementNetworkConfig. */ @@ -205,6 +209,7 @@ public void setManagementNetworkConfig(ManagementNetworkConfig managementNetwork * Management network segment to use for avi service engines. * Field deprecated in 20.1.5. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return managementSegment */ @VsoMethod @@ -217,6 +222,7 @@ public Tier1LogicalRouterInfo getManagementSegment() { * Management network segment to use for avi service engines. * Field deprecated in 20.1.5. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param managementSegment set the managementSegment. */ @VsoMethod @@ -229,6 +235,7 @@ public void setManagementSegment(Tier1LogicalRouterInfo managementSegment) { * Credentials to access nsx-t manager. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxtCredentialsRef */ @@ -242,6 +249,7 @@ public String getNsxtCredentialsRef() { * Credentials to access nsx-t manager. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxtCredentialsRef set the nsxtCredentialsRef. */ @@ -254,6 +262,7 @@ public void setNsxtCredentialsRef(String nsxtCredentialsRef) { * This is the getter method this will return the attribute value. * Nsx-t manager hostname or ip address. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxtUrl */ @@ -266,6 +275,7 @@ public String getNsxtUrl() { * This is the setter method to the attribute. * Nsx-t manager hostname or ip address. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxtUrl set the nsxtUrl. */ @@ -278,6 +288,7 @@ public void setNsxtUrl(String nsxtUrl) { * This is the getter method this will return the attribute value. * Site where transport zone belongs to. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default". * @return siteId */ @@ -290,6 +301,7 @@ public String getSiteId() { * This is the setter method to the attribute. * Site where transport zone belongs to. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default". * @param siteId set the siteId. */ @@ -303,6 +315,7 @@ public void setSiteId(String siteId) { * Nsxt tier1 segment configuration for avi service engine data path. * Field deprecated in 20.1.5. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return tier1SegmentConfig */ @VsoMethod @@ -315,6 +328,7 @@ public NsxtTier1SegmentConfig getTier1SegmentConfig() { * Nsxt tier1 segment configuration for avi service engine data path. * Field deprecated in 20.1.5. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param tier1SegmentConfig set the tier1SegmentConfig. */ @VsoMethod @@ -329,6 +343,7 @@ public void setTier1SegmentConfig(NsxtTier1SegmentConfig tier1SegmentConfig) { * Value should be path like /infra/sites/default/enforcement-points/default/transport-zones/xxx-xxx-xxxx. * Field deprecated in 20.1.5. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return transportZone */ @VsoMethod @@ -343,6 +358,7 @@ public String getTransportZone() { * Value should be path like /infra/sites/default/enforcement-points/default/transport-zones/xxx-xxx-xxxx. * Field deprecated in 20.1.5. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param transportZone set the transportZone. */ @VsoMethod diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtCredentials.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtCredentials.java index 57472061..3d083ec3 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtCredentials.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtCredentials.java @@ -38,6 +38,7 @@ public class NsxtCredentials extends AviRestResource { * This is the getter method this will return the attribute value. * Password to talk to nsx-t manager. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return password */ @@ -50,6 +51,7 @@ public String getPassword() { * This is the setter method to the attribute. * Password to talk to nsx-t manager. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param password set the password. */ @@ -62,6 +64,7 @@ public void setPassword(String password) { * This is the getter method this will return the attribute value. * Username to talk to nsx-t manager. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return username */ @@ -74,6 +77,7 @@ public String getUsername() { * This is the setter method to the attribute. * Username to talk to nsx-t manager. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/NsxtDatastores.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtDatastores.java index f4abc5f0..231ad106 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtDatastores.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtDatastores.java @@ -38,7 +38,7 @@ public class NsxtDatastores extends AviRestResource { * This is the getter method this will return the attribute value. * List of shared datastores. * Field introduced in 20.1.2. - * 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 dsIds */ @@ -51,7 +51,7 @@ public List getDsIds() { * This is the setter method. this will set the dsIds * List of shared datastores. * Field introduced in 20.1.2. - * Allowed in 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 dsIds */ @@ -64,7 +64,7 @@ public void setDsIds(List dsIds) { * This is the setter method this will set the dsIds * List of shared datastores. * Field introduced in 20.1.2. - * Allowed in 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 dsIds */ @@ -82,7 +82,7 @@ public NsxtDatastores addDsIdsItem(String dsIdsItem) { * This is the getter method this will return the attribute value. * Include or exclude. * Field introduced in 20.1.2. - * Allowed in 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 include */ @@ -95,7 +95,7 @@ public Boolean getInclude() { * This is the setter method to the attribute. * Include or exclude. * Field introduced in 20.1.2. - * 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 include set the include. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtHosts.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtHosts.java index 924ecdd3..409c843f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtHosts.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtHosts.java @@ -38,6 +38,7 @@ public class NsxtHosts extends AviRestResource { * This is the getter method this will return the attribute value. * List of transport nodes. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostIds */ @@ -50,6 +51,7 @@ public List getHostIds() { * This is the setter method. this will set the hostIds * List of transport nodes. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostIds */ @@ -62,6 +64,7 @@ public void setHostIds(List hostIds) { * This is the setter method this will set the hostIds * List of transport nodes. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostIds */ @@ -79,6 +82,7 @@ public NsxtHosts addHostIdsItem(String hostIdsItem) { * This is the getter method this will return the attribute value. * Include or exclude. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return include */ @@ -91,6 +95,7 @@ public Boolean getInclude() { * This is the setter method to the attribute. * Include or exclude. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param include set the include. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtImageDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtImageDetails.java index 153d8132..8fc3045c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtImageDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtImageDetails.java @@ -46,6 +46,7 @@ public class NsxtImageDetails extends AviRestResource { * This is the getter method this will return the attribute value. * Cloud id. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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.1. + * Allowed in enterprise edition with any value, 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,6 +72,7 @@ public void setCcId(String ccId) { * This is the getter method this will return the attribute value. * Error message. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -82,6 +85,7 @@ public String getErrorString() { * This is the setter method to the attribute. * Error message. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -94,6 +98,7 @@ public void setErrorString(String errorString) { * This is the getter method this will return the attribute value. * Image version. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imageVersion */ @@ -106,6 +111,7 @@ public String getImageVersion() { * This is the setter method to the attribute. * Image version. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param imageVersion set the imageVersion. */ @@ -118,6 +124,7 @@ public void setImageVersion(String imageVersion) { * This is the getter method this will return the attribute value. * Vc url. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcUrl */ @@ -130,6 +137,7 @@ public String getVcUrl() { * This is the setter method to the attribute. * Vc url. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcUrl set the vcUrl. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtSIEndpointDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtSIEndpointDetails.java index 13f97b19..3ca2673e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtSIEndpointDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtSIEndpointDetails.java @@ -38,7 +38,7 @@ public class NsxtSIEndpointDetails extends AviRestResource { @JsonProperty("services") @JsonInclude(Include.NON_NULL) - private List services = null; + private List services = null; @JsonProperty("targetIps") @JsonInclude(Include.NON_NULL) @@ -54,6 +54,7 @@ public class NsxtSIEndpointDetails extends AviRestResource { * This is the getter method this will return the attribute value. * Virtualendpoint path. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endpoint */ @@ -66,6 +67,7 @@ public String getEndpoint() { * This is the setter method to the attribute. * Virtualendpoint path. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endpoint set the endpoint. */ @@ -78,6 +80,7 @@ public void setEndpoint(String endpoint) { * This is the getter method this will return the attribute value. * Error message. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -90,6 +93,7 @@ public String getErrorString() { * This is the setter method to the attribute. * Error message. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -102,6 +106,7 @@ public void setErrorString(String errorString) { * This is the getter method this will return the attribute value. * Serviceenginegroup name. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return segroup */ @@ -114,6 +119,7 @@ public String getSegroup() { * This is the setter method to the attribute. * Serviceenginegroup name. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param segroup set the segroup. */ @@ -126,11 +132,12 @@ public void setSegroup(String segroup) { * This is the getter method this will return the attribute value. * Services where endpoint refers. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return services */ @VsoMethod - public List getServices() { + public List getServices() { return services; } @@ -138,11 +145,12 @@ public List getServices() { * This is the setter method. this will set the services * Services where endpoint refers. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return services */ @VsoMethod - public void setServices(List services) { + public void setServices(List services) { this.services = services; } @@ -150,13 +158,14 @@ public void setServices(List services) { * This is the setter method this will set the services * Services where endpoint refers. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return services */ @VsoMethod - public NsxtSIEndpointDetails addServicesItem(String servicesItem) { + public NsxtSIEndpointDetails addServicesItem(com.vmware.avi.vro.model.Service servicesItem) { if (this.services == null) { - this.services = new ArrayList(); + this.services = new ArrayList(); } this.services.add(servicesItem); return this; @@ -167,6 +176,7 @@ public NsxtSIEndpointDetails addServicesItem(String servicesItem) { * This is the getter method this will return the attribute value. * Endpoint target ips. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return targetIps */ @@ -179,6 +189,7 @@ public List getTargetips() { * This is the setter method. this will set the targetIps * Endpoint target ips. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return targetIps */ @@ -191,6 +202,7 @@ public void setTargetips(List targetIps) { * This is the setter method this will set the targetIps * Endpoint target ips. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return targetIps */ @@ -208,6 +220,7 @@ public NsxtSIEndpointDetails addTargetipsItem(String targetIpsItem) { * This is the getter method this will return the attribute value. * Tier1 path. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier1 */ @@ -220,6 +233,7 @@ public String getTier1() { * This is the setter method to the attribute. * Tier1 path. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tier1 set the tier1. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtSIPolicyDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtSIPolicyDetails.java index 9b34b229..badc9595 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtSIPolicyDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtSIPolicyDetails.java @@ -54,6 +54,7 @@ public class NsxtSIPolicyDetails extends AviRestResource { * This is the getter method this will return the attribute value. * Error message. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -66,6 +67,7 @@ public String getErrorString() { * This is the setter method to the attribute. * Error message. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -78,6 +80,7 @@ public void setErrorString(String errorString) { * This is the getter method this will return the attribute value. * Redirectpolicy path. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return policy */ @@ -90,6 +93,7 @@ public String getPolicy() { * This is the setter method to the attribute. * Redirectpolicy path. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param policy set the policy. */ @@ -102,6 +106,7 @@ public void setPolicy(String policy) { * This is the getter method this will return the attribute value. * Traffic is redirected to this endpoints. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return redirectTo */ @@ -114,6 +119,7 @@ public List getRedirectto() { * This is the setter method. this will set the redirectTo * Traffic is redirected to this endpoints. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return redirectTo */ @@ -126,6 +132,7 @@ public void setRedirectto(List redirectTo) { * This is the setter method this will set the redirectTo * Traffic is redirected to this endpoints. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return redirectTo */ @@ -143,6 +150,7 @@ public NsxtSIPolicyDetails addRedirecttoItem(String redirectToItem) { * This is the getter method this will return the attribute value. * Policy scope. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scope */ @@ -155,6 +163,7 @@ public String getScope() { * This is the setter method to the attribute. * Policy scope. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param scope set the scope. */ @@ -167,6 +176,7 @@ public void setScope(String scope) { * This is the getter method this will return the attribute value. * Serviceenginegroup name. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return segroup */ @@ -179,6 +189,7 @@ public String getSegroup() { * This is the setter method to the attribute. * Serviceenginegroup name. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param segroup set the segroup. */ @@ -191,6 +202,7 @@ public void setSegroup(String segroup) { * This is the getter method this will return the attribute value. * Tier1 path. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier1 */ @@ -203,6 +215,7 @@ public String getTier1() { * This is the setter method to the attribute. * Tier1 path. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tier1 set the tier1. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtSIRuleDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtSIRuleDetails.java index 92867c73..9b482dc7 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtSIRuleDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtSIRuleDetails.java @@ -54,7 +54,7 @@ public class NsxtSIRuleDetails extends AviRestResource { @JsonProperty("services") @JsonInclude(Include.NON_NULL) - private List services = null; + private List services = null; @JsonProperty("sources") @JsonInclude(Include.NON_NULL) @@ -66,6 +66,7 @@ public class NsxtSIRuleDetails extends AviRestResource { * This is the getter method this will return the attribute value. * Rule action. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -78,6 +79,7 @@ public String getAction() { * This is the setter method to the attribute. * Rule action. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -90,6 +92,7 @@ public void setAction(String action) { * This is the getter method this will return the attribute value. * Destinatios excluded or not. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return destexclude */ @@ -102,6 +105,7 @@ public Boolean getDestexclude() { * This is the setter method to the attribute. * Destinatios excluded or not. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param destexclude set the destexclude. */ @@ -114,6 +118,7 @@ public void setDestexclude(Boolean destexclude) { * This is the getter method this will return the attribute value. * Destination of redirection rule. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dests */ @@ -126,6 +131,7 @@ public List getDests() { * This is the setter method. this will set the dests * Destination of redirection rule. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dests */ @@ -138,6 +144,7 @@ public void setDests(List dests) { * This is the setter method this will set the dests * Destination of redirection rule. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dests */ @@ -155,6 +162,7 @@ public NsxtSIRuleDetails addDestsItem(String destsItem) { * This is the getter method this will return the attribute value. * Rule direction. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return direction */ @@ -167,6 +175,7 @@ public String getDirection() { * This is the setter method to the attribute. * Rule direction. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param direction set the direction. */ @@ -179,6 +188,7 @@ public void setDirection(String direction) { * This is the getter method this will return the attribute value. * Error message. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -191,6 +201,7 @@ public String getErrorString() { * This is the setter method to the attribute. * Error message. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -203,6 +214,7 @@ public void setErrorString(String errorString) { * This is the getter method this will return the attribute value. * Pool name. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pool */ @@ -215,6 +227,7 @@ public String getPool() { * This is the setter method to the attribute. * Pool name. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pool set the pool. */ @@ -227,6 +240,7 @@ public void setPool(String pool) { * This is the getter method this will return the attribute value. * Serviceenginegroup name. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return segroup */ @@ -239,6 +253,7 @@ public String getSegroup() { * This is the setter method to the attribute. * Serviceenginegroup name. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param segroup set the segroup. */ @@ -251,11 +266,12 @@ public void setSegroup(String segroup) { * This is the getter method this will return the attribute value. * Services of redirection rule. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return services */ @VsoMethod - public List getServices() { + public List getServices() { return services; } @@ -263,11 +279,12 @@ public List getServices() { * This is the setter method. this will set the services * Services of redirection rule. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return services */ @VsoMethod - public void setServices(List services) { + public void setServices(List services) { this.services = services; } @@ -275,13 +292,14 @@ public void setServices(List services) { * This is the setter method this will set the services * Services of redirection rule. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return services */ @VsoMethod - public NsxtSIRuleDetails addServicesItem(String servicesItem) { + public NsxtSIRuleDetails addServicesItem(com.vmware.avi.vro.model.Service servicesItem) { if (this.services == null) { - this.services = new ArrayList(); + this.services = new ArrayList(); } this.services.add(servicesItem); return this; @@ -292,6 +310,7 @@ public NsxtSIRuleDetails addServicesItem(String servicesItem) { * This is the getter method this will return the attribute value. * Sources of redirection rule. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sources */ @@ -304,6 +323,7 @@ public List getSources() { * This is the setter method. this will set the sources * Sources of redirection rule. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sources */ @@ -316,6 +336,7 @@ public void setSources(List sources) { * This is the setter method this will set the sources * Sources of redirection rule. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sources */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtSIServiceDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtSIServiceDetails.java index ea3ab039..da168d56 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtSIServiceDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtSIServiceDetails.java @@ -38,6 +38,7 @@ public class NsxtSIServiceDetails extends AviRestResource { * This is the getter method this will return the attribute value. * Error message. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -50,6 +51,7 @@ public String getErrorString() { * This is the setter method to the attribute. * Error message. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -62,6 +64,7 @@ public void setErrorString(String errorString) { * This is the getter method this will return the attribute value. * Nsx-t serviceinsertion service name. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return service */ @@ -74,6 +77,7 @@ public String getService() { * This is the setter method to the attribute. * Nsx-t serviceinsertion service name. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param service set the service. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtSegmentRuntime.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtSegmentRuntime.java index d40f0753..dbd214df 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtSegmentRuntime.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtSegmentRuntime.java @@ -111,6 +111,7 @@ public class NsxtSegmentRuntime extends AviRestResource { * Nsxt segment belongs to cloud. * It is a reference to an object of type cloud. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -124,6 +125,7 @@ public String getCloudRef() { * Nsxt segment belongs to cloud. * It is a reference to an object of type cloud. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -136,6 +138,7 @@ public void setCloudRef(String cloudRef) { * This is the getter method this will return the attribute value. * V6 dhcp ranges configured in nsxt. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dhcp6Ranges */ @@ -148,6 +151,7 @@ public List getDhcp6Ranges() { * This is the setter method. this will set the dhcp6Ranges * V6 dhcp ranges configured in nsxt. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dhcp6Ranges */ @@ -160,6 +164,7 @@ public void setDhcp6Ranges(List dhcp6Ranges) { * This is the setter method this will set the dhcp6Ranges * V6 dhcp ranges configured in nsxt. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dhcp6Ranges */ @@ -177,6 +182,7 @@ public NsxtSegmentRuntime addDhcp6RangesItem(String dhcp6RangesItem) { * This is the getter method this will return the attribute value. * Ip address management scheme for this segment associated network. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return dhcpEnabled */ @@ -189,6 +195,7 @@ public Boolean getDhcpEnabled() { * This is the setter method to the attribute. * Ip address management scheme for this segment associated network. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param dhcpEnabled set the dhcpEnabled. */ @@ -201,6 +208,7 @@ public void setDhcpEnabled(Boolean dhcpEnabled) { * This is the getter method this will return the attribute value. * Dhcp ranges configured in nsxt. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dhcpRanges */ @@ -213,6 +221,7 @@ public List getDhcpRanges() { * This is the setter method. this will set the dhcpRanges * Dhcp ranges configured in nsxt. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dhcpRanges */ @@ -225,6 +234,7 @@ public void setDhcpRanges(List dhcpRanges) { * This is the setter method this will set the dhcpRanges * Dhcp ranges configured in nsxt. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dhcpRanges */ @@ -242,6 +252,7 @@ public NsxtSegmentRuntime addDhcpRangesItem(String dhcpRangesItem) { * This is the getter method this will return the attribute value. * Segment object name. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -254,6 +265,7 @@ public String getName() { * This is the setter method to the attribute. * Segment object name. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -266,6 +278,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Network name. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nwName */ @@ -278,6 +291,7 @@ public String getNwName() { * This is the setter method to the attribute. * Network name. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nwName set the nwName. */ @@ -291,6 +305,7 @@ public void setNwName(String nwName) { * Corresponding network object in avi. * It is a reference to an object of type network. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nwRef */ @@ -304,6 +319,7 @@ public String getNwRef() { * Corresponding network object in avi. * It is a reference to an object of type network. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nwRef set the nwRef. */ @@ -316,6 +332,7 @@ public void setNwRef(String nwRef) { * This is the getter method this will return the attribute value. * Opaque network id. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return opaqueNetworkId */ @@ -328,6 +345,7 @@ public String getOpaqueNetworkId() { * This is the setter method to the attribute. * Opaque network id. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param opaqueNetworkId set the opaqueNetworkId. */ @@ -340,6 +358,7 @@ public void setOpaqueNetworkId(String opaqueNetworkId) { * This is the getter method this will return the attribute value. * Segment gateway. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return segmentGw */ @@ -352,6 +371,7 @@ public String getSegmentGw() { * This is the setter method to the attribute. * Segment gateway. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param segmentGw set the segmentGw. */ @@ -364,6 +384,7 @@ public void setSegmentGw(String segmentGw) { * This is the getter method this will return the attribute value. * V6 segment gateway. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return segmentGw6 */ @@ -376,6 +397,7 @@ public String getSegmentGw6() { * This is the setter method to the attribute. * V6 segment gateway. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param segmentGw6 set the segmentGw6. */ @@ -388,6 +410,7 @@ public void setSegmentGw6(String segmentGw6) { * This is the getter method this will return the attribute value. * Segment id. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return segmentId */ @@ -400,6 +423,7 @@ public String getSegmentId() { * This is the setter method to the attribute. * Segment id. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param segmentId set the segmentId. */ @@ -412,6 +436,7 @@ public void setSegmentId(String segmentId) { * This is the getter method this will return the attribute value. * Segment name. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return segname */ @@ -424,6 +449,7 @@ public String getSegname() { * This is the setter method to the attribute. * Segment name. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param segname set the segname. */ @@ -436,6 +462,7 @@ public void setSegname(String segname) { * This is the getter method this will return the attribute value. * Segment cidr. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet */ @@ -448,6 +475,7 @@ public String getSubnet() { * This is the setter method to the attribute. * Segment cidr. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet set the subnet. */ @@ -460,6 +488,7 @@ public void setSubnet(String subnet) { * This is the getter method this will return the attribute value. * V6 segment cidr. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet6 */ @@ -472,6 +501,7 @@ public String getSubnet6() { * This is the setter method to the attribute. * V6 segment cidr. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet6 set the subnet6. */ @@ -485,6 +515,7 @@ public void setSubnet6(String subnet6) { * Nsxt segment belongs to tenant. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -498,6 +529,7 @@ public String getTenantRef() { * Nsxt segment belongs to tenant. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -510,6 +542,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Tier1 router id. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier1Id */ @@ -522,6 +555,7 @@ public String getTier1Id() { * This is the setter method to the attribute. * Tier1 router id. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tier1Id set the tier1Id. */ @@ -553,6 +587,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -565,6 +600,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -577,6 +613,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * Segment vlan ids. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vlanIds */ @@ -589,6 +626,7 @@ public List getVlanIds() { * This is the setter method. this will set the vlanIds * Segment vlan ids. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vlanIds */ @@ -601,6 +639,7 @@ public void setVlanIds(List vlanIds) { * This is the setter method this will set the vlanIds * Segment vlan ids. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vlanIds */ @@ -619,6 +658,7 @@ public NsxtSegmentRuntime addVlanIdsItem(String vlanIdsItem) { * Corresponding vrf context object in avi. * It is a reference to an object of type vrfcontext. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfContextRef */ @@ -632,6 +672,7 @@ public String getVrfContextRef() { * Corresponding vrf context object in avi. * It is a reference to an object of type vrfcontext. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfContextRef set the vrfContextRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtSetup.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtSetup.java index 89574bb5..747917e3 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtSetup.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtSetup.java @@ -44,7 +44,7 @@ public class NsxtSetup extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cc_id of obj type nsxtsetup field type str type string. + * Allowed in enterprise edition with any value, 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 nsxtsetup field type str type string. + * Allowed in enterprise edition with any value, 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 reason of obj type nsxtsetup field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -77,7 +77,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Placeholder for description of property reason of obj type nsxtsetup field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -88,7 +88,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property status of obj type nsxtsetup field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -99,7 +99,7 @@ public String getStatus() { /** * This is the setter method to the attribute. - * Placeholder for description of property status of obj type nsxtsetup field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -110,7 +110,7 @@ public void setStatus(String status) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property transportzone_id of obj type nsxtsetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return transportzoneId */ @@ -121,7 +121,7 @@ public String getTransportzoneId() { /** * This is the setter method to the attribute. - * Placeholder for description of property transportzone_id of obj type nsxtsetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param transportzoneId set the transportzoneId. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtTier1SegmentAutomaticMode.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtTier1SegmentAutomaticMode.java index 8fc53f2e..55bce264 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtTier1SegmentAutomaticMode.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtTier1SegmentAutomaticMode.java @@ -43,6 +43,7 @@ public class NsxtTier1SegmentAutomaticMode extends AviRestResource { * This is the getter method this will return the attribute value. * Uber ip subnet for the logical segments created automatically by avi controller. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxtSegmentSubnet */ @@ -55,6 +56,7 @@ public IpAddrPrefix getNsxtSegmentSubnet() { * This is the setter method to the attribute. * Uber ip subnet for the logical segments created automatically by avi controller. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxtSegmentSubnet set the nsxtSegmentSubnet. */ @@ -67,6 +69,7 @@ public void setNsxtSegmentSubnet(IpAddrPrefix nsxtSegmentSubnet) { * This is the getter method this will return the attribute value. * The number of se data vnic's that can be connected to the avi logical segment. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 16. * @return numSePerSegment */ @@ -79,6 +82,7 @@ public Integer getNumSePerSegment() { * This is the setter method to the attribute. * The number of se data vnic's that can be connected to the avi logical segment. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 16. * @param numSePerSegment set the numSePerSegment. */ @@ -92,6 +96,7 @@ public void setNumSePerSegment(Integer numSePerSegment) { * Tier1 logical router ids. * Field introduced in 20.1.1. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier1LrIds */ @@ -105,6 +110,7 @@ public List getTier1LrIds() { * Tier1 logical router ids. * Field introduced in 20.1.1. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier1LrIds */ @@ -118,6 +124,7 @@ public void setTier1LrIds(List tier1LrIds) { * Tier1 logical router ids. * Field introduced in 20.1.1. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier1LrIds */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtTier1SegmentConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtTier1SegmentConfig.java index 162aa245..6ea74a14 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtTier1SegmentConfig.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtTier1SegmentConfig.java @@ -44,7 +44,7 @@ public class NsxtTier1SegmentConfig extends AviRestResource { * This is the getter method this will return the attribute value. * Avi controller creates and manages logical segments for a tier-1 lr. * Field introduced in 20.1.1. - * Allowed in basic edition, enterprise edition. + * 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 automatic */ @@ -57,7 +57,7 @@ public NsxtTier1SegmentAutomaticMode getAutomatic() { * This is the setter method to the attribute. * Avi controller creates and manages logical segments for a tier-1 lr. * Field introduced in 20.1.1. - * Allowed in basic edition, enterprise edition. + * 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 automatic set the automatic. */ @@ -70,6 +70,7 @@ public void setAutomatic(NsxtTier1SegmentAutomaticMode automatic) { * This is the getter method this will return the attribute value. * Avi admin selects an available logical segment (created by nsx-t admin) associated with a tier-1 lr. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return manual */ @@ -82,6 +83,7 @@ public NsxtTier1SegmentManualMode getManual() { * This is the setter method to the attribute. * Avi admin selects an available logical segment (created by nsx-t admin) associated with a tier-1 lr. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param manual set the manual. */ @@ -95,7 +97,8 @@ public void setManual(NsxtTier1SegmentManualMode manual) { * Config mode for selecting the placement logical segments for avi serviceengine data path. * Enum options - TIER1_SEGMENT_MANUAL, TIER1_SEGMENT_AUTOMATIC. * Field introduced in 20.1.1. - * Allowed in basic(allowed values- tier1_segment_manual) edition, enterprise edition. + * Allowed in enterprise edition with any value, basic edition(allowed values- tier1_segment_manual), essentials, enterprise with cloud services + * edition. * Default value when not specified in API or module is interpreted by Avi Controller as "TIER1_SEGMENT_MANUAL". * @return segmentConfigMode */ @@ -109,7 +112,8 @@ public String getSegmentConfigMode() { * Config mode for selecting the placement logical segments for avi serviceengine data path. * Enum options - TIER1_SEGMENT_MANUAL, TIER1_SEGMENT_AUTOMATIC. * Field introduced in 20.1.1. - * Allowed in basic(allowed values- tier1_segment_manual) edition, enterprise edition. + * Allowed in enterprise edition with any value, basic edition(allowed values- tier1_segment_manual), essentials, enterprise with cloud services + * edition. * Default value when not specified in API or module is interpreted by Avi Controller as "TIER1_SEGMENT_MANUAL". * @param segmentConfigMode set the segmentConfigMode. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtTier1SegmentManualMode.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtTier1SegmentManualMode.java index dc8d6646..17bae61f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtTier1SegmentManualMode.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NsxtTier1SegmentManualMode.java @@ -36,6 +36,7 @@ public class NsxtTier1SegmentManualMode extends AviRestResource { * Field introduced in 20.1.1. * Minimum of 1 items required. * 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 tier1Lrs */ @@ -50,6 +51,7 @@ public List getTier1Lrs() { * Field introduced in 20.1.1. * Minimum of 1 items required. * 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 tier1Lrs */ @@ -64,6 +66,7 @@ public void setTier1Lrs(List tier1Lrs) { * Field introduced in 20.1.1. * Minimum of 1 items required. * 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 tier1Lrs */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NtlmLog.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NtlmLog.java index c12c0e97..678739d8 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NtlmLog.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NtlmLog.java @@ -38,6 +38,7 @@ public class NtlmLog extends AviRestResource { * This is the getter method this will return the attribute value. * Set to true, if request is detected to be ntlm. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ntlmDetected */ @@ -50,6 +51,7 @@ public Boolean getNtlmDetected() { * This is the setter method to the attribute. * Set to true, if request is detected to be ntlm. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ntlmDetected set the ntlmDetected. */ @@ -63,6 +65,7 @@ public void setNtlmDetected(Boolean ntlmDetected) { * Set the ntlm status. * Enum options - NTLM_AUTHENTICATION_SUCCESS, NTLM_UNAUTHORIZED, NTLM_NEGOTIATION, NTLM_AUTHENTICATION_FAILURE, NTLM_AUTHENTICATED_REQUESTS. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ntlmStatus */ @@ -76,6 +79,7 @@ public String getNtlmStatus() { * Set the ntlm status. * Enum options - NTLM_AUTHENTICATION_SUCCESS, NTLM_UNAUTHORIZED, NTLM_NEGOTIATION, NTLM_AUTHENTICATION_FAILURE, NTLM_AUTHENTICATED_REQUESTS. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ntlmStatus set the ntlmStatus. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NuageSDNController.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NuageSDNController.java index 48537198..91d2c467 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NuageSDNController.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/NuageSDNController.java @@ -72,7 +72,7 @@ public class NuageSDNController extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property nuage_organization of obj type nuagesdncontroller field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nuageOrganization */ @@ -83,7 +83,7 @@ public String getNuageOrganization() { /** * This is the setter method to the attribute. - * Placeholder for description of property nuage_organization of obj type nuagesdncontroller field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nuageOrganization set the nuageOrganization. */ @@ -94,7 +94,7 @@ public void setNuageOrganization(String nuageOrganization) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property nuage_password of obj type nuagesdncontroller field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nuagePassword */ @@ -105,7 +105,7 @@ public String getNuagePassword() { /** * This is the setter method to the attribute. - * Placeholder for description of property nuage_password of obj type nuagesdncontroller field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nuagePassword set the nuagePassword. */ @@ -116,7 +116,7 @@ public void setNuagePassword(String nuagePassword) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property nuage_port of obj type nuagesdncontroller 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 8443. * @return nuagePort */ @@ -127,7 +127,7 @@ public Integer getNuagePort() { /** * This is the setter method to the attribute. - * Placeholder for description of property nuage_port of obj type nuagesdncontroller 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 8443. * @param nuagePort set the nuagePort. */ @@ -138,7 +138,7 @@ public void setNuagePort(Integer nuagePort) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property nuage_username of obj type nuagesdncontroller field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nuageUsername */ @@ -149,7 +149,7 @@ public String getNuageUsername() { /** * This is the setter method to the attribute. - * Placeholder for description of property nuage_username of obj type nuagesdncontroller field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nuageUsername set the nuageUsername. */ @@ -161,6 +161,7 @@ public void setNuageUsername(String nuageUsername) { /** * This is the getter method this will return the attribute value. * Nuage vsd host name or ip address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nuageVsdHost */ @@ -172,6 +173,7 @@ public String getNuageVsdHost() { /** * This is the setter method to the attribute. * Nuage vsd host name or ip address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nuageVsdHost set the nuageVsdHost. */ @@ -183,6 +185,7 @@ public void setNuageVsdHost(String nuageVsdHost) { /** * This is the getter method this will return the attribute value. * Domain to be used for se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seDomain */ @@ -194,6 +197,7 @@ public String getSeDomain() { /** * This is the setter method to the attribute. * Domain to be used for se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seDomain set the seDomain. */ @@ -205,6 +209,7 @@ public void setSeDomain(String seDomain) { /** * This is the getter method this will return the attribute value. * Enterprise to be used for se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seEnterprise */ @@ -216,6 +221,7 @@ public String getSeEnterprise() { /** * This is the setter method to the attribute. * Enterprise to be used for se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seEnterprise set the seEnterprise. */ @@ -227,6 +233,7 @@ public void setSeEnterprise(String seEnterprise) { /** * This is the getter method this will return the attribute value. * Network to be used for se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seNetwork */ @@ -238,6 +245,7 @@ public String getSeNetwork() { /** * This is the setter method to the attribute. * Network to be used for se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seNetwork set the seNetwork. */ @@ -249,6 +257,7 @@ public void setSeNetwork(String seNetwork) { /** * This is the getter method this will return the attribute value. * Policy group to be used for se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePolicyGroup */ @@ -260,6 +269,7 @@ public String getSePolicyGroup() { /** * This is the setter method to the attribute. * Policy group to be used for se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sePolicyGroup set the sePolicyGroup. */ @@ -271,6 +281,7 @@ public void setSePolicyGroup(String sePolicyGroup) { /** * This is the getter method this will return the attribute value. * User to be used for se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUser */ @@ -282,6 +293,7 @@ public String getSeUser() { /** * This is the setter method to the attribute. * User to be used for se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seUser set the seUser. */ @@ -293,6 +305,7 @@ public void setSeUser(String seUser) { /** * This is the getter method this will return the attribute value. * Zone to be used for se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seZone */ @@ -304,6 +317,7 @@ public String getSeZone() { /** * This is the setter method to the attribute. * Zone to be used for se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seZone set the seZone. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OAuthAppSettings.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OAuthAppSettings.java index 9a6dc584..79f46e8d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OAuthAppSettings.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OAuthAppSettings.java @@ -47,6 +47,7 @@ public class OAuthAppSettings extends AviRestResource { * This is the getter method this will return the attribute value. * Application specific identifier. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientId */ @@ -59,6 +60,7 @@ public String getClientId() { * This is the setter method to the attribute. * Application specific identifier. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientId set the clientId. */ @@ -71,6 +73,7 @@ public void setClientId(String clientId) { * This is the getter method this will return the attribute value. * Application specific identifier secret. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientSecret */ @@ -83,6 +86,7 @@ public String getClientSecret() { * This is the setter method to the attribute. * Application specific identifier secret. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientSecret set the clientSecret. */ @@ -95,6 +99,7 @@ public void setClientSecret(String clientSecret) { * This is the getter method this will return the attribute value. * Openid connect specific configuration. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oidcConfig */ @@ -107,6 +112,7 @@ public OIDCConfig getOidcConfig() { * This is the setter method to the attribute. * Openid connect specific configuration. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param oidcConfig set the oidcConfig. */ @@ -119,6 +125,7 @@ public void setOidcConfig(OIDCConfig oidcConfig) { * This is the getter method this will return the attribute value. * Scope specified to give limited access to the app. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scopes */ @@ -131,6 +138,7 @@ public List getScopes() { * This is the setter method. this will set the scopes * Scope specified to give limited access to the app. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scopes */ @@ -143,6 +151,7 @@ public void setScopes(List scopes) { * This is the setter method this will set the scopes * Scope specified to give limited access to the app. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scopes */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OAuthProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OAuthProfile.java index 76135cac..c7b90e8a 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OAuthProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OAuthProfile.java @@ -66,6 +66,7 @@ public class OAuthProfile extends AviRestResource { * This is the getter method this will return the attribute value. * Url of authorization server. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authorizationEndpoint */ @@ -78,6 +79,7 @@ public String getAuthorizationEndpoint() { * This is the setter method to the attribute. * Url of authorization server. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authorizationEndpoint set the authorizationEndpoint. */ @@ -90,6 +92,7 @@ public void setAuthorizationEndpoint(String authorizationEndpoint) { * This is the getter method this will return the attribute value. * Url of token introspection server. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return introspectionEndpoint */ @@ -102,6 +105,7 @@ public String getIntrospectionEndpoint() { * This is the setter method to the attribute. * Url of token introspection server. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param introspectionEndpoint set the introspectionEndpoint. */ @@ -114,6 +118,7 @@ public void setIntrospectionEndpoint(String introspectionEndpoint) { * This is the getter method this will return the attribute value. * Uniquely identifiable name of the token issuer. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return issuer */ @@ -126,6 +131,7 @@ public String getIssuer() { * This is the setter method to the attribute. * Uniquely identifiable name of the token issuer. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param issuer set the issuer. */ @@ -138,6 +144,7 @@ public void setIssuer(String issuer) { * This is the getter method this will return the attribute value. * Lifetime of the cached jwks keys. * 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 jwksTimeout */ @@ -150,6 +157,7 @@ public Integer getJwksTimeout() { * This is the setter method to the attribute. * Lifetime of the cached jwks keys. * 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 jwksTimeout set the jwksTimeout. */ @@ -162,6 +170,7 @@ public void setJwksTimeout(Integer jwksTimeout) { * This is the getter method this will return the attribute value. * Jwks url of the endpoint that hosts the public keys that can be used to verify any jwt issued by the authorization server. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return jwksUri */ @@ -174,6 +183,7 @@ public String getJwksUri() { * This is the setter method to the attribute. * Jwks url of the endpoint that hosts the public keys that can be used to verify any jwt issued by the authorization server. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param jwksUri set the jwksUri. */ @@ -186,6 +196,7 @@ public void setJwksUri(String jwksUri) { * This is the getter method this will return the attribute value. * Buffering size for the responses from the oauth enpoints. * 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 102400. * @return oauthRespBufferSz */ @@ -198,6 +209,7 @@ public Integer getOauthRespBufferSz() { * This is the setter method to the attribute. * Buffering size for the responses from the oauth enpoints. * 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 102400. * @param oauthRespBufferSz set the oauthRespBufferSz. */ @@ -211,6 +223,7 @@ public void setOauthRespBufferSz(Integer oauthRespBufferSz) { * Pool object to interface with authorization server endpoints. * It is a reference to an object of type pool. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRef */ @@ -224,6 +237,7 @@ public String getPoolRef() { * Pool object to interface with authorization server endpoints. * It is a reference to an object of type pool. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolRef set the poolRef. */ @@ -236,6 +250,7 @@ public void setPoolRef(String poolRef) { * This is the getter method this will return the attribute value. * Url of token exchange server. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tokenEndpoint */ @@ -248,6 +263,7 @@ public String getTokenEndpoint() { * This is the setter method to the attribute. * Url of token exchange server. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tokenEndpoint set the tokenEndpoint. */ @@ -260,6 +276,7 @@ public void setTokenEndpoint(String tokenEndpoint) { * This is the getter method this will return the attribute value. * Url of the userinfo endpoint. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userinfoEndpoint */ @@ -272,6 +289,7 @@ public String getUserinfoEndpoint() { * This is the setter method to the attribute. * Url of the userinfo endpoint. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userinfoEndpoint set the userinfoEndpoint. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OAuthResourceServer.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OAuthResourceServer.java index 91404eb1..b80a7ff3 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OAuthResourceServer.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OAuthResourceServer.java @@ -45,6 +45,7 @@ public class OAuthResourceServer extends AviRestResource { * Access token type. * Enum options - ACCESS_TOKEN_TYPE_JWT, ACCESS_TOKEN_TYPE_OPAQUE. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ACCESS_TOKEN_TYPE_JWT". * @return accessType */ @@ -58,6 +59,7 @@ public String getAccessType() { * Access token type. * Enum options - ACCESS_TOKEN_TYPE_JWT, ACCESS_TOKEN_TYPE_OPAQUE. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ACCESS_TOKEN_TYPE_JWT". * @param accessType set the accessType. */ @@ -70,6 +72,7 @@ public void setAccessType(String accessType) { * This is the getter method this will return the attribute value. * Validation parameters to be used when access token type is jwt. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return jwtParams */ @@ -82,6 +85,7 @@ public JWTValidationParams getJwtParams() { * This is the setter method to the attribute. * Validation parameters to be used when access token type is jwt. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param jwtParams set the jwtParams. */ @@ -94,6 +98,7 @@ public void setJwtParams(JWTValidationParams jwtParams) { * This is the getter method this will return the attribute value. * Validation parameters to be used when access token type is opaque. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return opaqueTokenParams */ @@ -106,6 +111,7 @@ public OpaqueTokenValidationParams getOpaqueTokenParams() { * This is the setter method to the attribute. * Validation parameters to be used when access token type is opaque. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param opaqueTokenParams set the opaqueTokenParams. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OAuthSettings.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OAuthSettings.java index 10fe31ba..382cb006 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OAuthSettings.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OAuthSettings.java @@ -44,6 +44,7 @@ public class OAuthSettings extends AviRestResource { * This is the getter method this will return the attribute value. * Application-specific oauth config. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appSettings */ @@ -56,6 +57,7 @@ public OAuthAppSettings getAppSettings() { * This is the setter method to the attribute. * Application-specific oauth config. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param appSettings set the appSettings. */ @@ -69,6 +71,7 @@ public void setAppSettings(OAuthAppSettings appSettings) { * Auth profile to use for validating users. * It is a reference to an object of type authprofile. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authProfileRef */ @@ -82,6 +85,7 @@ public String getAuthProfileRef() { * Auth profile to use for validating users. * It is a reference to an object of type authprofile. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authProfileRef set the authProfileRef. */ @@ -94,6 +98,7 @@ public void setAuthProfileRef(String authProfileRef) { * This is the getter method this will return the attribute value. * Resource server oauth config. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resourceServer */ @@ -106,6 +111,7 @@ public OAuthResourceServer getResourceServer() { * This is the setter method to the attribute. * Resource server oauth config. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resourceServer set the resourceServer. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OAuthVSConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OAuthVSConfig.java index df1fc172..819005d2 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OAuthVSConfig.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OAuthVSConfig.java @@ -50,6 +50,7 @@ public class OAuthVSConfig extends AviRestResource { * This is the getter method this will return the attribute value. * Http cookie name for authorized session. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cookieName */ @@ -62,6 +63,7 @@ public String getCookieName() { * This is the setter method to the attribute. * Http cookie name for authorized session. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cookieName set the cookieName. */ @@ -76,6 +78,7 @@ public void setCookieName(String cookieName) { * Allowed values are 1-1440. * Field introduced in 21.1.3. * Unit is min. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return cookieTimeout */ @@ -90,6 +93,7 @@ public Integer getCookieTimeout() { * Allowed values are 1-1440. * Field introduced in 21.1.3. * Unit is min. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param cookieTimeout set the cookieTimeout. */ @@ -102,6 +106,7 @@ public void setCookieTimeout(Integer cookieTimeout) { * This is the getter method this will return the attribute value. * Key to generate the cookie. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -114,6 +119,7 @@ public List getKey() { * This is the setter method. this will set the key * Key to generate the cookie. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -126,6 +132,7 @@ public void setKey(List key) { * This is the setter method this will set the key * Key to generate the cookie. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -144,6 +151,7 @@ public OAuthVSConfig addKeyItem(HttpCookiePersistenceKey keyItem) { * Application and idp settings for oauth/oidc. * Field introduced in 21.1.3. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oauthSettings */ @@ -157,6 +165,7 @@ public List getOauthSettings() { * Application and idp settings for oauth/oidc. * Field introduced in 21.1.3. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oauthSettings */ @@ -170,6 +179,7 @@ public void setOauthSettings(List oauthSettings) { * Application and idp settings for oauth/oidc. * Field introduced in 21.1.3. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oauthSettings */ @@ -187,6 +197,7 @@ public OAuthVSConfig addOauthSettingsItem(OAuthSettings oauthSettingsItem) { * This is the getter method this will return the attribute value. * Redirect uri specified in the request to authorization server. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return redirectUri */ @@ -199,6 +210,7 @@ public String getRedirectUri() { * This is the setter method to the attribute. * Redirect uri specified in the request to authorization server. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param redirectUri set the redirectUri. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OCICredentials.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OCICredentials.java index 8655c506..2dd6e7c7 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OCICredentials.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OCICredentials.java @@ -46,6 +46,7 @@ public class OCICredentials extends AviRestResource { * This is the getter method this will return the attribute value. * Api key with respect to the public key. * Field introduced in 18.2.1,18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fingerprint */ @@ -58,6 +59,7 @@ public String getFingerprint() { * This is the setter method to the attribute. * Api key with respect to the public key. * Field introduced in 18.2.1,18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fingerprint set the fingerprint. */ @@ -70,6 +72,7 @@ public void setFingerprint(String fingerprint) { * This is the getter method this will return the attribute value. * Private key file (pem file) content. * Field introduced in 18.2.1,18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return keyContent */ @@ -82,6 +85,7 @@ public String getKeyContent() { * This is the setter method to the attribute. * Private key file (pem file) content. * Field introduced in 18.2.1,18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param keyContent set the keyContent. */ @@ -94,6 +98,7 @@ public void setKeyContent(String keyContent) { * This is the getter method this will return the attribute value. * Pass phrase for the key. * Field introduced in 18.2.1,18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return passPhrase */ @@ -106,6 +111,7 @@ public String getPassPhrase() { * This is the setter method to the attribute. * Pass phrase for the key. * Field introduced in 18.2.1,18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param passPhrase set the passPhrase. */ @@ -118,6 +124,7 @@ public void setPassPhrase(String passPhrase) { * This is the getter method this will return the attribute value. * Oracle cloud id for the user. * Field introduced in 18.2.1,18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return user */ @@ -130,6 +137,7 @@ public String getUser() { * This is the setter method to the attribute. * Oracle cloud id for the user. * Field introduced in 18.2.1,18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/OCISetup.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OCISetup.java index e61ec882..f4a05343 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OCISetup.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OCISetup.java @@ -52,7 +52,7 @@ public class OCISetup extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cc_id of obj type ocisetup field type str type string. + * Allowed in enterprise edition with any value, 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 ocisetup field type str type string. + * Allowed in enterprise edition with any value, 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 compartment_id of obj type ocisetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return compartmentId */ @@ -85,7 +85,7 @@ public String getCompartmentId() { /** * This is the setter method to the attribute. - * Placeholder for description of property compartment_id of obj type ocisetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param compartmentId set the compartmentId. */ @@ -96,7 +96,7 @@ public void setCompartmentId(String compartmentId) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason of obj type ocisetup field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -107,7 +107,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Placeholder for description of property reason of obj type ocisetup field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -118,7 +118,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property status of obj type ocisetup field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -129,7 +129,7 @@ public String getStatus() { /** * This is the setter method to the attribute. - * Placeholder for description of property status of obj type ocisetup field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -140,7 +140,7 @@ public void setStatus(String status) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property tenancy of obj type ocisetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenancy */ @@ -151,7 +151,7 @@ public String getTenancy() { /** * This is the setter method to the attribute. - * Placeholder for description of property tenancy of obj type ocisetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenancy set the tenancy. */ @@ -162,7 +162,7 @@ public void setTenancy(String tenancy) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcn_id of obj type ocisetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcnId */ @@ -173,7 +173,7 @@ public String getVcnId() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcn_id of obj type ocisetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcnId set the vcnId. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OCSPConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OCSPConfig.java index 8244aff5..6bab3202 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OCSPConfig.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OCSPConfig.java @@ -56,6 +56,7 @@ public class OCSPConfig extends AviRestResource { * Allowed values are 60-86400. * Field introduced in 20.1.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600. * @return failedOcspJobsRetryInterval */ @@ -70,6 +71,7 @@ public Integer getFailedOcspJobsRetryInterval() { * Allowed values are 60-86400. * Field introduced in 20.1.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600. * @param failedOcspJobsRetryInterval set the failedOcspJobsRetryInterval. */ @@ -82,6 +84,7 @@ public void setFailedOcspJobsRetryInterval(Integer failedOcspJobsRetryInterval) * This is the getter method this will return the attribute value. * Maximum number of times the failed ocsp jobs can be scheduled. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return maxTries */ @@ -94,6 +97,7 @@ public Integer getMaxTries() { * This is the setter method to the attribute. * Maximum number of times the failed ocsp jobs can be scheduled. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param maxTries set the maxTries. */ @@ -108,6 +112,7 @@ public void setMaxTries(Integer maxTries) { * Allowed values are 60-31536000. * Field introduced in 20.1.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 86400. * @return ocspReqInterval */ @@ -122,6 +127,7 @@ public Integer getOcspReqInterval() { * Allowed values are 60-31536000. * Field introduced in 20.1.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 86400. * @param ocspReqInterval set the ocspReqInterval. */ @@ -135,6 +141,7 @@ public void setOcspReqInterval(Integer ocspReqInterval) { * Time in seconds that the system waits for a reply from the ocsp responder before dropping the connection. * Field introduced in 20.1.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ocspRespTimeout */ @@ -148,6 +155,7 @@ public Integer getOcspRespTimeout() { * Time in seconds that the system waits for a reply from the ocsp responder before dropping the connection. * Field introduced in 20.1.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ocspRespTimeout set the ocspRespTimeout. */ @@ -160,6 +168,7 @@ public void setOcspRespTimeout(Integer ocspRespTimeout) { * This is the getter method this will return the attribute value. * List of responder urls configured by user to do failover/override the aia extension contained in the ocsp responder's ssl/tls certificate. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return responderUrlLists */ @@ -172,6 +181,7 @@ public List getResponderUrlLists() { * This is the setter method. this will set the responderUrlLists * List of responder urls configured by user to do failover/override the aia extension contained in the ocsp responder's ssl/tls certificate. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return responderUrlLists */ @@ -184,6 +194,7 @@ public void setResponderUrlLists(List responderUrlLists) { * This is the setter method this will set the responderUrlLists * List of responder urls configured by user to do failover/override the aia extension contained in the ocsp responder's ssl/tls certificate. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return responderUrlLists */ @@ -202,6 +213,7 @@ public OCSPConfig addResponderUrlListsItem(String responderUrlListsItem) { * Describes the type of action to take with the responder urls. * Enum options - OCSP_RESPONDER_URL_FAILOVER, OCSP_RESPONDER_URL_OVERRIDE. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "OCSP_RESPONDER_URL_FAILOVER". * @return urlAction */ @@ -215,6 +227,7 @@ public String getUrlAction() { * Describes the type of action to take with the responder urls. * Enum options - OCSP_RESPONDER_URL_FAILOVER, OCSP_RESPONDER_URL_OVERRIDE. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "OCSP_RESPONDER_URL_FAILOVER". * @param urlAction set the urlAction. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OCSPResponseInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OCSPResponseInfo.java index df44b22a..cf656577 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OCSPResponseInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OCSPResponseInfo.java @@ -59,6 +59,8 @@ public class OCSPResponseInfo extends AviRestResource { * Revocation status of the certificate. * Enum options - OCSP_CERTSTATUS_GOOD, OCSP_CERTSTATUS_REVOKED, OCSP_CERTSTATUS_UNKNOWN. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return certStatus */ @VsoMethod @@ -71,6 +73,8 @@ public String getCertStatus() { * Revocation status of the certificate. * Enum options - OCSP_CERTSTATUS_GOOD, OCSP_CERTSTATUS_REVOKED, OCSP_CERTSTATUS_UNKNOWN. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @param certStatus set the certStatus. */ @VsoMethod @@ -82,6 +86,8 @@ public void setCertStatus(String certStatus) { * This is the getter method this will return the attribute value. * The time at or before which newer information will be available about the status of the certificate. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return nextUpdate */ @VsoMethod @@ -93,6 +99,8 @@ public String getNextUpdate() { * This is the setter method to the attribute. * The time at or before which newer information will be available about the status of the certificate. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @param nextUpdate set the nextUpdate. */ @VsoMethod @@ -104,6 +112,8 @@ public void setNextUpdate(String nextUpdate) { * This is the getter method this will return the attribute value. * The ocsp responder url from which the response is received. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return ocspRespFromResponderUrl */ @VsoMethod @@ -115,6 +125,8 @@ public String getOcspRespFromResponderUrl() { * This is the setter method to the attribute. * The ocsp responder url from which the response is received. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @param ocspRespFromResponderUrl set the ocspRespFromResponderUrl. */ @VsoMethod @@ -126,6 +138,8 @@ public void setOcspRespFromResponderUrl(String ocspRespFromResponderUrl) { * This is the getter method this will return the attribute value. * Signed ocsp response received from the ca's ocsp responder. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return ocspResponse */ @VsoMethod @@ -137,6 +151,8 @@ public String getOcspResponse() { * This is the setter method to the attribute. * Signed ocsp response received from the ca's ocsp responder. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @param ocspResponse set the ocspResponse. */ @VsoMethod @@ -152,6 +168,8 @@ public void setOcspResponse(String ocspResponse) { * OCSP_REVOCATION_REASON_CERTIFICATE_HOLD, OCSP_REVOCATION_REASON_REMOVE_FROM_CRL, OCSP_REVOCATION_REASON_PRIVILEGE_WITHDRAWN, * OCSP_REVOCATION_REASON_AA_COMPROMISE. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return revocationReason */ @VsoMethod @@ -167,6 +185,8 @@ public String getRevocationReason() { * OCSP_REVOCATION_REASON_CERTIFICATE_HOLD, OCSP_REVOCATION_REASON_REMOVE_FROM_CRL, OCSP_REVOCATION_REASON_PRIVILEGE_WITHDRAWN, * OCSP_REVOCATION_REASON_AA_COMPROMISE. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @param revocationReason set the revocationReason. */ @VsoMethod @@ -178,6 +198,8 @@ public void setRevocationReason(String revocationReason) { * This is the getter method this will return the attribute value. * Iso 8601 compatible timestamp at which the certificate was revoked or placed on hold. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return revocationTime */ @VsoMethod @@ -189,6 +211,8 @@ public String getRevocationTime() { * This is the setter method to the attribute. * Iso 8601 compatible timestamp at which the certificate was revoked or placed on hold. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @param revocationTime set the revocationTime. */ @VsoMethod @@ -200,6 +224,8 @@ public void setRevocationTime(String revocationTime) { * This is the getter method this will return the attribute value. * The most recent time at which the status being indicated is known by the ocsp responder to have been correct. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return thisUpdate */ @VsoMethod @@ -211,6 +237,8 @@ public String getThisUpdate() { * This is the setter method to the attribute. * The most recent time at which the status being indicated is known by the ocsp responder to have been correct. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @param thisUpdate set the thisUpdate. */ @VsoMethod diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OIDCConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OIDCConfig.java index c1e90c29..996083cd 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OIDCConfig.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OIDCConfig.java @@ -42,6 +42,7 @@ public class OIDCConfig extends AviRestResource { * This is the getter method this will return the attribute value. * Adds openid as one of the scopes enabling openid connect flow. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oidcEnable */ @@ -54,6 +55,7 @@ public Boolean getOidcEnable() { * This is the setter method to the attribute. * Adds openid as one of the scopes enabling openid connect flow. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param oidcEnable set the oidcEnable. */ @@ -66,6 +68,7 @@ public void setOidcEnable(Boolean oidcEnable) { * This is the getter method this will return the attribute value. * Fetch profile information by enabling profile scope. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return profile */ @@ -78,6 +81,7 @@ public Boolean getProfile() { * This is the setter method to the attribute. * Fetch profile information by enabling profile scope. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param profile set the profile. */ @@ -90,6 +94,7 @@ public void setProfile(Boolean profile) { * This is the getter method this will return the attribute value. * Fetch profile information from userinfo endpoint. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userinfo */ @@ -102,6 +107,7 @@ public Boolean getUserinfo() { * This is the setter method to the attribute. * Fetch profile information from userinfo endpoint. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userinfo set the userinfo. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OShiftK8SConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OShiftK8SConfiguration.java index a98354ed..63690fb7 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OShiftK8SConfiguration.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OShiftK8SConfiguration.java @@ -276,6 +276,7 @@ public class OShiftK8SConfiguration extends AviRestResource { /** * This is the getter method this will return the attribute value. * Sync frequency in seconds with frameworks. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return appSyncFrequency */ @@ -287,6 +288,7 @@ public Integer getAppSyncFrequency() { /** * This is the setter method to the attribute. * Sync frequency in seconds with frameworks. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param appSyncFrequency set the appSyncFrequency. */ @@ -299,6 +301,7 @@ public void setAppSyncFrequency(Integer appSyncFrequency) { * This is the getter method this will return the attribute value. * Auto assign fqdn to a virtual service if a valid fqdn is not configured. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return autoAssignFqdn */ @@ -311,6 +314,7 @@ public Boolean getAutoAssignFqdn() { * This is the setter method to the attribute. * Auto assign fqdn to a virtual service if a valid fqdn is not configured. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param autoAssignFqdn set the autoAssignFqdn. */ @@ -322,6 +326,7 @@ public void setAutoAssignFqdn(Boolean autoAssignFqdn) { /** * This is the getter method this will return the attribute value. * Avi linux bridge subnet on openshift/k8s nodes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return aviBridgeSubnet */ @@ -333,6 +338,7 @@ public IpAddrPrefix getAviBridgeSubnet() { /** * This is the setter method to the attribute. * Avi linux bridge subnet on openshift/k8s nodes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param aviBridgeSubnet set the aviBridgeSubnet. */ @@ -345,6 +351,7 @@ public void setAviBridgeSubnet(IpAddrPrefix aviBridgeSubnet) { * This is the getter method this will return the attribute value. * Uuid of the ucp ca tls cert and key. * It is a reference to an object of type sslkeyandcertificate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return caTlsKeyAndCertificateRef */ @@ -357,6 +364,7 @@ public String getCaTlsKeyAndCertificateRef() { * This is the setter method to the attribute. * Uuid of the ucp ca tls cert and key. * It is a reference to an object of type sslkeyandcertificate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param caTlsKeyAndCertificateRef set the caTlsKeyAndCertificateRef. */ @@ -370,6 +378,7 @@ public void setCaTlsKeyAndCertificateRef(String caTlsKeyAndCertificateRef) { * Uuid of the client tls cert and key instead of service account token. * One of client certificate or token is required. * It is a reference to an object of type sslkeyandcertificate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientTlsKeyAndCertificateRef */ @@ -383,6 +392,7 @@ public String getClientTlsKeyAndCertificateRef() { * Uuid of the client tls cert and key instead of service account token. * One of client certificate or token is required. * It is a reference to an object of type sslkeyandcertificate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientTlsKeyAndCertificateRef set the clientTlsKeyAndCertificateRef. */ @@ -397,6 +407,7 @@ public void setClientTlsKeyAndCertificateRef(String clientTlsKeyAndCertificateR * In order to use more than one openshift/k8s cloud on this controller, cluster_tag has to be unique across these clouds. * Changing cluster_tag is disruptive as all virtual services in the cloud will be recreated. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterTag */ @@ -411,6 +422,7 @@ public String getClusterTag() { * In order to use more than one openshift/k8s cloud on this controller, cluster_tag has to be unique across these clouds. * Changing cluster_tag is disruptive as all virtual services in the cloud will be recreated. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterTag set the clusterTag. */ @@ -423,6 +435,7 @@ public void setClusterTag(String clusterTag) { * This is the getter method this will return the attribute value. * Perform container port matching to create a http virtualservice instead of a tcp/udp virtualservice. * By default, ports 80, 8080, 443, 8443 are considered http. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return containerPortMatchHttpService */ @@ -435,6 +448,7 @@ public Boolean getContainerPortMatchHttpService() { * This is the setter method to the attribute. * Perform container port matching to create a http virtualservice instead of a tcp/udp virtualservice. * By default, ports 80, 8080, 443, 8443 are considered http. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param containerPortMatchHttpService set the containerPortMatchHttpService. */ @@ -448,6 +462,7 @@ public void setContainerPortMatchHttpService(Boolean containerPortMatchHttpServ * Directory to mount to check for core dumps on service engines. * This will be mapped read only to /var/crash on any new service engines. * This is a disruptive change. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/var/lib/systemd/coredump". * @return coredumpDirectory */ @@ -461,6 +476,7 @@ public String getCoredumpDirectory() { * Directory to mount to check for core dumps on service engines. * This will be mapped read only to /var/crash on any new service engines. * This is a disruptive change. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/var/lib/systemd/coredump". * @param coredumpDirectory set the coredumpDirectory. */ @@ -473,6 +489,7 @@ public void setCoredumpDirectory(String coredumpDirectory) { * This is the getter method this will return the attribute value. * If there is no explicit east_west_placement field in virtualservice configuration, treat service as a east-west service; default services such a * openshift api server do not have virtualservice configuration. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return defaultServiceAsEastWestService */ @@ -485,6 +502,7 @@ public Boolean getDefaultServiceAsEastWestService() { * This is the setter method to the attribute. * If there is no explicit east_west_placement field in virtualservice configuration, treat service as a east-west service; default services such a * openshift api server do not have virtualservice configuration. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param defaultServiceAsEastWestService set the defaultServiceAsEastWestService. */ @@ -498,6 +516,7 @@ public void setDefaultServiceAsEastWestService(Boolean defaultServiceAsEastWest * Deprecated. * Field deprecated in 17.1.9. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return defaultSharedVirtualservice */ @VsoMethod @@ -510,6 +529,7 @@ public OshiftSharedVirtualService getDefaultSharedVirtualservice() { * Deprecated. * Field deprecated in 17.1.9. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param defaultSharedVirtualservice set the defaultSharedVirtualservice. */ @VsoMethod @@ -520,6 +540,7 @@ public void setDefaultSharedVirtualservice(OshiftSharedVirtualService defaultSha /** * This is the getter method this will return the attribute value. * Disable auto service sync for back end services. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableAutoBackendServiceSync */ @@ -531,6 +552,7 @@ public Boolean getDisableAutoBackendServiceSync() { /** * This is the setter method to the attribute. * Disable auto service sync for back end services. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableAutoBackendServiceSync set the disableAutoBackendServiceSync. */ @@ -542,6 +564,7 @@ public void setDisableAutoBackendServiceSync(Boolean disableAutoBackendServiceS /** * This is the getter method this will return the attribute value. * Disable auto service sync for front end services. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableAutoFrontendServiceSync */ @@ -553,6 +576,7 @@ public Boolean getDisableAutoFrontendServiceSync() { /** * This is the setter method to the attribute. * Disable auto service sync for front end services. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableAutoFrontendServiceSync set the disableAutoFrontendServiceSync. */ @@ -565,6 +589,7 @@ public void setDisableAutoFrontendServiceSync(Boolean disableAutoFrontendServic * This is the getter method this will return the attribute value. * Disable auto sync for gslb services. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableAutoGsSync */ @@ -577,6 +602,7 @@ public Boolean getDisableAutoGsSync() { * This is the setter method to the attribute. * Disable auto sync for gslb services. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableAutoGsSync set the disableAutoGsSync. */ @@ -588,6 +614,7 @@ public void setDisableAutoGsSync(Boolean disableAutoGsSync) { /** * This is the getter method this will return the attribute value. * Disable se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableAutoSeCreation */ @@ -599,6 +626,7 @@ public Boolean getDisableAutoSeCreation() { /** * This is the setter method to the attribute. * Disable se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableAutoSeCreation set the disableAutoSeCreation. */ @@ -611,6 +639,7 @@ public void setDisableAutoSeCreation(Boolean disableAutoSeCreation) { * This is the getter method this will return the attribute value. * Host docker server unix socket endpoint. * Field introduced in 17.2.14, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/var/run/docker.sock". * @return dockerEndpoint */ @@ -623,6 +652,7 @@ public String getDockerEndpoint() { * This is the setter method to the attribute. * Host docker server unix socket endpoint. * Field introduced in 17.2.14, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/var/run/docker.sock". * @param dockerEndpoint set the dockerEndpoint. */ @@ -634,6 +664,7 @@ public void setDockerEndpoint(String dockerEndpoint) { /** * This is the getter method this will return the attribute value. * Docker registry for serviceengine image. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dockerRegistrySe */ @@ -645,6 +676,7 @@ public DockerRegistry getDockerRegistrySe() { /** * This is the setter method to the attribute. * Docker registry for serviceengine image. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dockerRegistrySe set the dockerRegistrySe. */ @@ -655,7 +687,8 @@ public void setDockerRegistrySe(DockerRegistry dockerRegistrySe) { /** * This is the getter method this will return the attribute value. - * Match against this prefix when placing east-west vss on ses . + * Match against this prefix when placing east-west vss on ses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eastWestPlacementSubnet */ @@ -666,7 +699,8 @@ public IpAddrPrefix getEastWestPlacementSubnet() { /** * This is the setter method to the attribute. - * Match against this prefix when placing east-west vss on ses . + * Match against this prefix when placing east-west vss on ses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eastWestPlacementSubnet set the eastWestPlacementSubnet. */ @@ -678,6 +712,7 @@ public void setEastWestPlacementSubnet(IpAddrPrefix eastWestPlacementSubnet) { /** * This is the getter method this will return the attribute value. * Enable kubernetes event subscription. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableEventSubscription */ @@ -689,6 +724,7 @@ public Boolean getEnableEventSubscription() { /** * This is the setter method to the attribute. * Enable kubernetes event subscription. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableEventSubscription set the enableEventSubscription. */ @@ -703,6 +739,7 @@ public void setEnableEventSubscription(Boolean enableEventSubscription) { * The default state is to enable this behavior. * Note toggling this knob only affects any new routes/ingresses, existing routes/ingresses present in avi will continue to function as-is. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableRouteIngressHardening */ @@ -717,6 +754,7 @@ public Boolean getEnableRouteIngressHardening() { * The default state is to enable this behavior. * Note toggling this knob only affects any new routes/ingresses, existing routes/ingresses present in avi will continue to function as-is. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableRouteIngressHardening set the enableRouteIngressHardening. */ @@ -728,6 +766,7 @@ public void setEnableRouteIngressHardening(Boolean enableRouteIngressHardening) /** * This is the getter method this will return the attribute value. * Enable proxy arp from host interface for front end proxies. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return feproxyVipsEnableProxyArp */ @@ -739,6 +778,7 @@ public Boolean getFeproxyVipsEnableProxyArp() { /** * This is the setter method to the attribute. * Enable proxy arp from host interface for front end proxies. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param feproxyVipsEnableProxyArp set the feproxyVipsEnableProxyArp. */ @@ -751,6 +791,7 @@ public void setFeproxyVipsEnableProxyArp(Boolean feproxyVipsEnableProxyArp) { * This is the getter method this will return the attribute value. * Optional fleet remote endpoint if fleet is used for se deployment. * Field deprecated in 17.2.13,18.1.5,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return fleetEndpoint */ @VsoMethod @@ -762,6 +803,7 @@ public String getFleetEndpoint() { * This is the setter method to the attribute. * Optional fleet remote endpoint if fleet is used for se deployment. * Field deprecated in 17.2.13,18.1.5,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param fleetEndpoint set the fleetEndpoint. */ @VsoMethod @@ -773,6 +815,7 @@ public void setFleetEndpoint(String fleetEndpoint) { * This is the getter method this will return the attribute value. * List of container ports that create a http virtualservice instead of a tcp/udp virtualservice. * Defaults to 80, 8080, 443 and 8443. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpContainerPorts */ @@ -785,6 +828,7 @@ public List getHttpContainerPorts() { * This is the setter method. this will set the httpContainerPorts * List of container ports that create a http virtualservice instead of a tcp/udp virtualservice. * Defaults to 80, 8080, 443 and 8443. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpContainerPorts */ @@ -797,6 +841,7 @@ public void setHttpContainerPorts(List httpContainerPorts) { * This is the setter method this will set the httpContainerPorts * List of container ports that create a http virtualservice instead of a tcp/udp virtualservice. * Defaults to 80, 8080, 443 and 8443. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpContainerPorts */ @@ -814,6 +859,7 @@ public OShiftK8SConfiguration addHttpContainerPortsItem(Integer httpContainerPor * This is the getter method this will return the attribute value. * Do not sync applications only for ingress that have these exclude attributes configured. * Field introduced in 17.2.15, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ingExcludeAttributes */ @@ -826,6 +872,7 @@ public List getIngExcludeAttributes() { * This is the setter method. this will set the ingExcludeAttributes * Do not sync applications only for ingress that have these exclude attributes configured. * Field introduced in 17.2.15, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ingExcludeAttributes */ @@ -838,6 +885,7 @@ public void setIngExcludeAttributes(List ingExcludeAttributes) { * This is the setter method this will set the ingExcludeAttributes * Do not sync applications only for ingress that have these exclude attributes configured. * Field introduced in 17.2.15, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ingExcludeAttributes */ @@ -857,6 +905,7 @@ public OShiftK8SConfiguration addIngExcludeAttributesItem(IngAttribute ingExclud * Default values are populated for this field if not provided. * The default value are 'attribute' 'kubernetes.io/ingress.class', 'value' 'avi'. * Field introduced in 17.2.15, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ingIncludeAttributes */ @@ -871,6 +920,7 @@ public List getIngIncludeAttributes() { * Default values are populated for this field if not provided. * The default value are 'attribute' 'kubernetes.io/ingress.class', 'value' 'avi'. * Field introduced in 17.2.15, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ingIncludeAttributes */ @@ -885,6 +935,7 @@ public void setIngIncludeAttributes(List ingIncludeAttributes) { * Default values are populated for this field if not provided. * The default value are 'attribute' 'kubernetes.io/ingress.class', 'value' 'avi'. * Field introduced in 17.2.15, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ingIncludeAttributes */ @@ -901,6 +952,7 @@ public OShiftK8SConfiguration addIngIncludeAttributesItem(IngAttribute ingInclud /** * This is the getter method this will return the attribute value. * Perform layer4 (tcp/udp) health monitoring even for layer7 (http) pools. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return l4HealthMonitoring */ @@ -912,6 +964,7 @@ public Boolean getL4HealthMonitoring() { /** * This is the setter method to the attribute. * Perform layer4 (tcp/udp) health monitoring even for layer7 (http) pools. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param l4HealthMonitoring set the l4HealthMonitoring. */ @@ -925,6 +978,7 @@ public void setL4HealthMonitoring(Boolean l4HealthMonitoring) { * List of openshift/kubernetes master nodes; in case of a load balanced openshift/k8s cluster, use virtual ip of the cluster. * Each node is of the form node 8443 or http //node 8080. * If scheme is not provided, https is assumed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return masterNodes */ @@ -938,6 +992,7 @@ public List getMasterNodes() { * List of openshift/kubernetes master nodes; in case of a load balanced openshift/k8s cluster, use virtual ip of the cluster. * Each node is of the form node 8443 or http //node 8080. * If scheme is not provided, https is assumed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return masterNodes */ @@ -951,6 +1006,7 @@ public void setMasterNodes(List masterNodes) { * List of openshift/kubernetes master nodes; in case of a load balanced openshift/k8s cluster, use virtual ip of the cluster. * Each node is of the form node 8443 or http //node 8080. * If scheme is not provided, https is assumed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return masterNodes */ @@ -968,6 +1024,7 @@ public OShiftK8SConfiguration addMasterNodesItem(String masterNodesItem) { * This is the getter method this will return the attribute value. * Openshift/k8s node label to be used as openshift/k8s node's availability zone in a dual availability zone deployment. * Serviceengines belonging to the availability zone will be rebooted during a manual dr failover. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeAvailabilityZoneLabel */ @@ -980,6 +1037,7 @@ public String getNodeAvailabilityZoneLabel() { * This is the setter method to the attribute. * Openshift/k8s node label to be used as openshift/k8s node's availability zone in a dual availability zone deployment. * Serviceengines belonging to the availability zone will be rebooted during a manual dr failover. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeAvailabilityZoneLabel set the nodeAvailabilityZoneLabel. */ @@ -993,6 +1051,7 @@ public void setNodeAvailabilityZoneLabel(String nodeAvailabilityZoneLabel) { * Syncing of applications is disabled only for namespaces/projects that have these exclude attributes configured. * If there are apps synced already for these namespaces, they will be removed from avi. * Field introduced in 17.1.9,17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsExcludeAttributes */ @@ -1006,6 +1065,7 @@ public List getNsExcludeAttributes() { * Syncing of applications is disabled only for namespaces/projects that have these exclude attributes configured. * If there are apps synced already for these namespaces, they will be removed from avi. * Field introduced in 17.1.9,17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsExcludeAttributes */ @@ -1019,6 +1079,7 @@ public void setNsExcludeAttributes(List nsExcludeAttributes) { * Syncing of applications is disabled only for namespaces/projects that have these exclude attributes configured. * If there are apps synced already for these namespaces, they will be removed from avi. * Field introduced in 17.1.9,17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsExcludeAttributes */ @@ -1036,6 +1097,7 @@ public OShiftK8SConfiguration addNsExcludeAttributesItem(MesosAttribute nsExclud * This is the getter method this will return the attribute value. * Sync applications only for namespaces/projects that have these include attributes configured. * Field introduced in 17.1.9,17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsIncludeAttributes */ @@ -1048,6 +1110,7 @@ public List getNsIncludeAttributes() { * This is the setter method. this will set the nsIncludeAttributes * Sync applications only for namespaces/projects that have these include attributes configured. * Field introduced in 17.1.9,17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsIncludeAttributes */ @@ -1060,6 +1123,7 @@ public void setNsIncludeAttributes(List nsIncludeAttributes) { * This is the setter method this will set the nsIncludeAttributes * Sync applications only for namespaces/projects that have these include attributes configured. * Field introduced in 17.1.9,17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsIncludeAttributes */ @@ -1077,6 +1141,7 @@ public OShiftK8SConfiguration addNsIncludeAttributesItem(MesosAttribute nsInclud * This is the getter method this will return the attribute value. * Nuage overlay sdn controller information. * Field deprecated in 17.2.13,18.1.5,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return nuageController */ @VsoMethod @@ -1088,6 +1153,7 @@ public NuageSDNController getNuageController() { * This is the setter method to the attribute. * Nuage overlay sdn controller information. * Field deprecated in 17.2.13,18.1.5,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param nuageController set the nuageController. */ @VsoMethod @@ -1101,6 +1167,7 @@ public void setNuageController(NuageSDNController nuageController) { * Sharding is done by hashing on the namespace of the ingress/route object. * This knob is valid only if shared_virtualservice_namespace flag is set. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return numShards */ @@ -1115,6 +1182,7 @@ public Integer getNumShards() { * Sharding is done by hashing on the namespace of the ingress/route object. * This knob is valid only if shared_virtualservice_namespace flag is set. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param numShards set the numShards. */ @@ -1127,6 +1195,7 @@ public void setNumShards(Integer numShards) { * This is the getter method this will return the attribute value. * Override service ports with well known ports (80/443) for http/https route/ingress virtualservices. * Field introduced in 17.2.12,18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return overrideServicePorts */ @@ -1139,6 +1208,7 @@ public Boolean getOverrideServicePorts() { * This is the setter method to the attribute. * Override service ports with well known ports (80/443) for http/https route/ingress virtualservices. * Field introduced in 17.2.12,18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param overrideServicePorts set the overrideServicePorts. */ @@ -1153,6 +1223,7 @@ public void setOverrideServicePorts(Boolean overrideServicePorts) { * This could be used in scenarios where host based volumes are ephemeral. * Refer https //kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims for more details on the usage of this field. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return persistentVolumeClaim */ @@ -1167,6 +1238,7 @@ public String getPersistentVolumeClaim() { * This could be used in scenarios where host based volumes are ephemeral. * Refer https //kubernetes.io/docs/concepts/storage/persistent-volumes/#persistentvolumeclaims for more details on the usage of this field. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param persistentVolumeClaim set the persistentVolumeClaim. */ @@ -1187,6 +1259,7 @@ public void setPersistentVolumeClaim(String persistentVolumeClaim) { * Handling north-south traffic originating from with in the node when the default gateway for outgoing traffic of vs is configured.4. * Handling the container/pod traffic by adding the routes in the container/pod. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return routes */ @@ -1207,6 +1280,7 @@ public List getRoutes() { * Handling north-south traffic originating from with in the node when the default gateway for outgoing traffic of vs is configured.4. * Handling the container/pod traffic by adding the routes in the container/pod. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return routes */ @@ -1227,6 +1301,7 @@ public void setRoutes(List routes) { * Handling north-south traffic originating from with in the node when the default gateway for outgoing traffic of vs is configured.4. * Handling the container/pod traffic by adding the routes in the container/pod. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return routes */ @@ -1245,6 +1320,7 @@ public OShiftK8SConfiguration addRoutesItem(RouteInfo routesItem) { * Deprecated. * Field deprecated in 17.1.9. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return routesShareVirtualservice */ @VsoMethod @@ -1257,6 +1333,7 @@ public Boolean getRoutesShareVirtualservice() { * Deprecated. * Field deprecated in 17.1.9. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param routesShareVirtualservice set the routesShareVirtualservice. */ @VsoMethod @@ -1269,6 +1346,7 @@ public void setRoutesShareVirtualservice(Boolean routesShareVirtualservice) { * Cluster uses overlay based sdn. * Enable this flag if cluster uses a overlay based sdn for openshift, flannel, weave, nuage. * Disable for routed mode. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return sdnOverlay */ @@ -1282,6 +1360,7 @@ public Boolean getSdnOverlay() { * Cluster uses overlay based sdn. * Enable this flag if cluster uses a overlay based sdn for openshift, flannel, weave, nuage. * Disable for routed mode. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param sdnOverlay set the sdnOverlay. */ @@ -1294,6 +1373,7 @@ public void setSdnOverlay(Boolean sdnOverlay) { * This is the getter method this will return the attribute value. * Use ssh/pod for se deployment. * Enum options - SE_CREATE_FLEET, SE_CREATE_SSH, SE_CREATE_POD. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_CREATE_POD". * @return seDeploymentMethod */ @@ -1306,6 +1386,7 @@ public String getSeDeploymentMethod() { * This is the setter method to the attribute. * Use ssh/pod for se deployment. * Enum options - SE_CREATE_FLEET, SE_CREATE_SSH, SE_CREATE_POD. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_CREATE_POD". * @param seDeploymentMethod set the seDeploymentMethod. */ @@ -1317,6 +1398,7 @@ public void setSeDeploymentMethod(String seDeploymentMethod) { /** * This is the getter method this will return the attribute value. * Exclude hosts with attributes for se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seExcludeAttributes */ @@ -1328,6 +1410,7 @@ public List getSeExcludeAttributes() { /** * This is the setter method. this will set the seExcludeAttributes * Exclude hosts with attributes for se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seExcludeAttributes */ @@ -1339,6 +1422,7 @@ public void setSeExcludeAttributes(List seExcludeAttributes) { /** * This is the setter method this will set the seExcludeAttributes * Exclude hosts with attributes for se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seExcludeAttributes */ @@ -1357,6 +1441,7 @@ public OShiftK8SConfiguration addSeExcludeAttributesItem(MesosAttribute seExclud * Openshift/k8s secret name to be used for private docker repos when deploying se as a pod. * Reference link https //kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/. * Field introduced in 17.2.13,18.1.3,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seImagePullSecret */ @@ -1370,6 +1455,7 @@ public String getSeImagePullSecret() { * Openshift/k8s secret name to be used for private docker repos when deploying se as a pod. * Reference link https //kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/. * Field introduced in 17.2.13,18.1.3,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seImagePullSecret set the seImagePullSecret. */ @@ -1381,6 +1467,7 @@ public void setSeImagePullSecret(String seImagePullSecret) { /** * This is the getter method this will return the attribute value. * Create ses just on hosts with include attributes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIncludeAttributes */ @@ -1392,6 +1479,7 @@ public List getSeIncludeAttributes() { /** * This is the setter method. this will set the seIncludeAttributes * Create ses just on hosts with include attributes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIncludeAttributes */ @@ -1403,6 +1491,7 @@ public void setSeIncludeAttributes(List seIncludeAttributes) { /** * This is the setter method this will set the seIncludeAttributes * Create ses just on hosts with include attributes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIncludeAttributes */ @@ -1424,6 +1513,7 @@ public OShiftK8SConfiguration addSeIncludeAttributesItem(MesosAttribute seInclud * Setting this value is a disruptive operation and assumes the namespace exists in kubernetes. * 'default' namespace is picked if this field is unset. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default". * @return seNamespace */ @@ -1440,6 +1530,7 @@ public String getSeNamespace() { * Setting this value is a disruptive operation and assumes the namespace exists in kubernetes. * 'default' namespace is picked if this field is unset. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default". * @param seNamespace set the seNamespace. */ @@ -1452,6 +1543,7 @@ public void setSeNamespace(String seNamespace) { * This is the getter method this will return the attribute value. * Match se pod tolerations against taints of openshift/k8s nodes https //kubernetes.io/docs/concepts/configuration/taint-and-toleration/. * Field introduced in 17.2.14, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePodTolerations */ @@ -1464,6 +1556,7 @@ public List getSePodTolerations() { * This is the setter method. this will set the sePodTolerations * Match se pod tolerations against taints of openshift/k8s nodes https //kubernetes.io/docs/concepts/configuration/taint-and-toleration/. * Field introduced in 17.2.14, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePodTolerations */ @@ -1476,6 +1569,7 @@ public void setSePodTolerations(List sePodTolerations) { * This is the setter method this will set the sePodTolerations * Match se pod tolerations against taints of openshift/k8s nodes https //kubernetes.io/docs/concepts/configuration/taint-and-toleration/. * Field introduced in 17.2.14, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePodTolerations */ @@ -1496,6 +1590,7 @@ public OShiftK8SConfiguration addSePodTolerationsItem(PodToleration sePodTolerat * If the priority class doesn't exist while assigning this field, the se pods may not start. * If empty no priority class will be used for deploying se pods (default behaviour). * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePriorityClass */ @@ -1511,6 +1606,7 @@ public String getSePriorityClass() { * If the priority class doesn't exist while assigning this field, the se pods may not start. * If empty no priority class will be used for deploying se pods (default behaviour). * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sePriorityClass set the sePriorityClass. */ @@ -1523,6 +1619,7 @@ public void setSePriorityClass(String sePriorityClass) { * This is the getter method this will return the attribute value. * Restart serviceengines by batch on serviceenginegroup updates (cpu, memory..etc). * Field introduced in 17.2.15, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return seRestartBatchSize */ @@ -1535,6 +1632,7 @@ public Integer getSeRestartBatchSize() { * This is the setter method to the attribute. * Restart serviceengines by batch on serviceenginegroup updates (cpu, memory..etc). * Field introduced in 17.2.15, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param seRestartBatchSize set the seRestartBatchSize. */ @@ -1547,6 +1645,7 @@ public void setSeRestartBatchSize(Integer seRestartBatchSize) { * This is the getter method this will return the attribute value. * Restart serviceengines forcely if virtualservices failed to migrate to another se. * Field introduced in 17.2.15, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return seRestartForce */ @@ -1559,6 +1658,7 @@ public Boolean getSeRestartForce() { * This is the setter method to the attribute. * Restart serviceengines forcely if virtualservices failed to migrate to another se. * Field introduced in 17.2.15, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param seRestartForce set the seRestartForce. */ @@ -1571,6 +1671,7 @@ public void setSeRestartForce(Boolean seRestartForce) { * This is the getter method this will return the attribute value. * New se spawn rate per minute. * Field deprecated in 17.2.13,18.1.5,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seSpawnRate */ @VsoMethod @@ -1582,6 +1683,7 @@ public Integer getSeSpawnRate() { * This is the setter method to the attribute. * New se spawn rate per minute. * Field deprecated in 17.2.13,18.1.5,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param seSpawnRate set the seSpawnRate. */ @VsoMethod @@ -1592,6 +1694,7 @@ public void setSeSpawnRate(Integer seSpawnRate) { /** * This is the getter method this will return the attribute value. * Host volume to be used as a disk for avi se, this is a disruptive change. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/var/lib/avi". * @return seVolume */ @@ -1603,6 +1706,7 @@ public String getSeVolume() { /** * This is the setter method to the attribute. * Host volume to be used as a disk for avi se, this is a disruptive change. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/var/lib/avi". * @param seVolume set the seVolume. */ @@ -1618,6 +1722,7 @@ public void setSeVolume(String seVolume) { * Enabling this would exclude egress services from 'disable_auto_backend_service_sync' (if set) behaviour. * Note access credentials must have cluster-admin role privileges. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return secureEgressMode */ @@ -1633,6 +1738,7 @@ public Boolean getSecureEgressMode() { * Enabling this would exclude egress services from 'disable_auto_backend_service_sync' (if set) behaviour. * Note access credentials must have cluster-admin role privileges. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param secureEgressMode set the secureEgressMode. */ @@ -1645,6 +1751,7 @@ public void setSecureEgressMode(Boolean secureEgressMode) { * This is the getter method this will return the attribute value. * Authorization token for service account instead of client certificate. * One of client certificate or token is required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceAccountToken */ @@ -1657,6 +1764,7 @@ public String getServiceAccountToken() { * This is the setter method to the attribute. * Authorization token for service account instead of client certificate. * One of client certificate or token is required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceAccountToken set the serviceAccountToken. */ @@ -1669,6 +1777,7 @@ public void setServiceAccountToken(String serviceAccountToken) { * This is the getter method this will return the attribute value. * Perform service port matching to create a http virtualservice instead of a tcp/udp virtualservice. * Field deprecated in 17.2.11,18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return servicePortMatchHttpService */ @VsoMethod @@ -1680,6 +1789,7 @@ public Boolean getServicePortMatchHttpService() { * This is the setter method to the attribute. * Perform service port matching to create a http virtualservice instead of a tcp/udp virtualservice. * Field deprecated in 17.2.11,18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param servicePortMatchHttpService set the servicePortMatchHttpService. */ @VsoMethod @@ -1692,6 +1802,7 @@ public void setServicePortMatchHttpService(Boolean servicePortMatchHttpService) * Prefix to be used for shard vs name when num_shards knob is non zero. * Format for shard vs name will be --cloudname-segroupname. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return shardPrefix */ @@ -1705,6 +1816,7 @@ public String getShardPrefix() { * Prefix to be used for shard vs name when num_shards knob is non zero. * Format for shard vs name will be --cloudname-segroupname. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param shardPrefix set the shardPrefix. */ @@ -1718,6 +1830,7 @@ public void setShardPrefix(String shardPrefix) { * Projects/namespaces use a shared virtualservice for http/https routes and ingress objects unless overriden by the avi_virtualservice * dedicated|shared annotation. * Field introduced in 17.1.9,17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return sharedVirtualserviceNamespace */ @@ -1731,6 +1844,7 @@ public Boolean getSharedVirtualserviceNamespace() { * Projects/namespaces use a shared virtualservice for http/https routes and ingress objects unless overriden by the avi_virtualservice * dedicated|shared annotation. * Field introduced in 17.1.9,17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param sharedVirtualserviceNamespace set the sharedVirtualserviceNamespace. */ @@ -1743,6 +1857,7 @@ public void setSharedVirtualserviceNamespace(Boolean sharedVirtualserviceNamesp * This is the getter method this will return the attribute value. * Parameters for ssh se deployment. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return sshSeDeployment */ @VsoMethod @@ -1754,6 +1869,7 @@ public SSHSeDeployment getSshSeDeployment() { * This is the setter method to the attribute. * Parameters for ssh se deployment. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param sshSeDeployment set the sshSeDeployment. */ @VsoMethod @@ -1766,6 +1882,7 @@ public void setSshSeDeployment(SSHSeDeployment sshSeDeployment) { * Cloud connector user uuid for ssh to hosts. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sshUserRef */ @@ -1779,6 +1896,7 @@ public String getSshUserRef() { * Cloud connector user uuid for ssh to hosts. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sshUserRef set the sshUserRef. */ @@ -1791,6 +1909,7 @@ public void setSshUserRef(String sshUserRef) { * This is the getter method this will return the attribute value. * Allow the not_ready_addresses in the kubernetes endpoint object to be added as servers in the avi pool object. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return syncNotReadyAddresses */ @@ -1803,6 +1922,7 @@ public Boolean getSyncNotReadyAddresses() { * This is the setter method to the attribute. * Allow the not_ready_addresses in the kubernetes endpoint object to be added as servers in the avi pool object. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param syncNotReadyAddresses set the syncNotReadyAddresses. */ @@ -1814,6 +1934,7 @@ public void setSyncNotReadyAddresses(Boolean syncNotReadyAddresses) { /** * This is the getter method this will return the attribute value. * If true, use controller generated se docker image via fileservice, else use docker repository image as defined by docker_registry_se. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useControllerImage */ @@ -1825,6 +1946,7 @@ public Boolean getUseControllerImage() { /** * This is the setter method to the attribute. * If true, use controller generated se docker image via fileservice, else use docker repository image as defined by docker_registry_se. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useControllerImage set the useControllerImage. */ @@ -1838,6 +1960,7 @@ public void setUseControllerImage(Boolean useControllerImage) { * Use openshift/kubernetes resource definition and annotations as single-source-of-truth. * Any changes made in avi controller via ui or cli will be overridden by values provided in annotations. * Field introduced in 17.2.13, 18.1.4, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useResourceDefinitionAsSsot */ @@ -1851,6 +1974,7 @@ public Boolean getUseResourceDefinitionAsSsot() { * Use openshift/kubernetes resource definition and annotations as single-source-of-truth. * Any changes made in avi controller via ui or cli will be overridden by values provided in annotations. * Field introduced in 17.2.13, 18.1.4, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useResourceDefinitionAsSsot set the useResourceDefinitionAsSsot. */ @@ -1863,6 +1987,7 @@ public void setUseResourceDefinitionAsSsot(Boolean useResourceDefinitionAsSsot) * This is the getter method this will return the attribute value. * Enable virtualservice placement on service engines on nodes with scheduling disabled. * When false, service engines are disabled on nodes where scheduling is disabled. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useSchedulingDisabledNodes */ @@ -1875,6 +2000,7 @@ public Boolean getUseSchedulingDisabledNodes() { * This is the setter method to the attribute. * Enable virtualservice placement on service engines on nodes with scheduling disabled. * When false, service engines are disabled on nodes where scheduling is disabled. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useSchedulingDisabledNodes set the useSchedulingDisabledNodes. */ @@ -1886,6 +2012,7 @@ public void setUseSchedulingDisabledNodes(Boolean useSchedulingDisabledNodes) { /** * This is the getter method this will return the attribute value. * Use cluster ip of service as vip for east-west services; this option requires that kube proxy is disabled on all nodes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useServiceClusterIpAsEwVip */ @@ -1897,6 +2024,7 @@ public Boolean getUseServiceClusterIpAsEwVip() { /** * This is the setter method to the attribute. * Use cluster ip of service as vip for east-west services; this option requires that kube proxy is disabled on all nodes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useServiceClusterIpAsEwVip set the useServiceClusterIpAsEwVip. */ @@ -1909,6 +2037,7 @@ public void setUseServiceClusterIpAsEwVip(Boolean useServiceClusterIpAsEwVip) { * This is the getter method this will return the attribute value. * Virtualservice default gateway if multiple nics are present in the host. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipDefaultGateway */ @@ -1921,6 +2050,7 @@ public IpAddr getVipDefaultGateway() { * This is the setter method to the attribute. * Virtualservice default gateway if multiple nics are present in the host. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipDefaultGateway set the vipDefaultGateway. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OauthLog.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OauthLog.java index e5122456..fe51f423 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OauthLog.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OauthLog.java @@ -77,6 +77,7 @@ public class OauthLog extends AviRestResource { * This is the getter method this will return the attribute value. * Authentication policy rule match. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authnRuleMatch */ @@ -89,6 +90,7 @@ public AuthnRuleMatch getAuthnRuleMatch() { * This is the setter method to the attribute. * Authentication policy rule match. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authnRuleMatch set the authnRuleMatch. */ @@ -101,6 +103,7 @@ public void setAuthnRuleMatch(AuthnRuleMatch authnRuleMatch) { * This is the getter method this will return the attribute value. * Authorization policy rule match. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authzRuleMatch */ @@ -113,6 +116,7 @@ public AuthzRuleMatch getAuthzRuleMatch() { * This is the setter method to the attribute. * Authorization policy rule match. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authzRuleMatch set the authzRuleMatch. */ @@ -125,6 +129,7 @@ public void setAuthzRuleMatch(AuthzRuleMatch authzRuleMatch) { * This is the getter method this will return the attribute value. * Oauth sessioncookie expired. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return isSessionCookieExpired */ @@ -137,6 +142,7 @@ public Boolean getIsSessionCookieExpired() { * This is the setter method to the attribute. * Oauth sessioncookie expired. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param isSessionCookieExpired set the isSessionCookieExpired. */ @@ -149,6 +155,7 @@ public void setIsSessionCookieExpired(Boolean isSessionCookieExpired) { * This is the getter method this will return the attribute value. * Subrequest info related to fetching jwks keys from jwks uri endpoint. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return jwksSubrequest */ @@ -161,6 +168,7 @@ public OauthSubRequestLog getJwksSubrequest() { * This is the setter method to the attribute. * Subrequest info related to fetching jwks keys from jwks uri endpoint. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param jwksSubrequest set the jwksSubrequest. */ @@ -177,6 +185,7 @@ public void setJwksSubrequest(OauthSubRequestLog jwksSubrequest) { * OAUTH_STATE_REFRESH_TOKEN_REQUEST, OAUTH_STATE_REFRESH_TOKEN_RESPONSE, OAUTH_STATE_JWKS_URI_REQUEST, OAUTH_STATE_JWKS_URI_RESPONSE, * OAUTH_STATE_USERINFO_REQUEST, OAUTH_STATE_USERINFO_RESPONSE. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oauthState */ @@ -193,6 +202,7 @@ public String getOauthState() { * OAUTH_STATE_REFRESH_TOKEN_REQUEST, OAUTH_STATE_REFRESH_TOKEN_RESPONSE, OAUTH_STATE_JWKS_URI_REQUEST, OAUTH_STATE_JWKS_URI_RESPONSE, * OAUTH_STATE_USERINFO_REQUEST, OAUTH_STATE_USERINFO_RESPONSE. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param oauthState set the oauthState. */ @@ -205,6 +215,7 @@ public void setOauthState(String oauthState) { * This is the getter method this will return the attribute value. * Oauth request state to avoid csrf atatcks. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return state */ @@ -217,6 +228,7 @@ public String getState() { * This is the setter method to the attribute. * Oauth request state to avoid csrf atatcks. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param state set the state. */ @@ -229,6 +241,7 @@ public void setState(String state) { * This is the getter method this will return the attribute value. * Subrequest info related to the code exchange flow. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tokenExchangeSubrequest */ @@ -241,6 +254,7 @@ public OauthSubRequestLog getTokenExchangeSubrequest() { * This is the setter method to the attribute. * Subrequest info related to the code exchange flow. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tokenExchangeSubrequest set the tokenExchangeSubrequest. */ @@ -253,6 +267,7 @@ public void setTokenExchangeSubrequest(OauthSubRequestLog tokenExchangeSubreques * This is the getter method this will return the attribute value. * Subrequest info related to token introspection. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tokenIntrospectionSubrequest */ @@ -265,6 +280,7 @@ public OauthSubRequestLog getTokenIntrospectionSubrequest() { * This is the setter method to the attribute. * Subrequest info related to token introspection. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tokenIntrospectionSubrequest set the tokenIntrospectionSubrequest. */ @@ -277,6 +293,7 @@ public void setTokenIntrospectionSubrequest(OauthSubRequestLog tokenIntrospectio * This is the getter method this will return the attribute value. * Subrequest info related to refresh access token flow. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tokenRefreshSubrequest */ @@ -289,6 +306,7 @@ public OauthSubRequestLog getTokenRefreshSubrequest() { * This is the setter method to the attribute. * Subrequest info related to refresh access token flow. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tokenRefreshSubrequest set the tokenRefreshSubrequest. */ @@ -301,6 +319,7 @@ public void setTokenRefreshSubrequest(OauthSubRequestLog tokenRefreshSubrequest) * This is the getter method this will return the attribute value. * Subrequest info related to fetching userinfo from userinfo endpoint. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userinfoSubrequest */ @@ -313,6 +332,7 @@ public OauthSubRequestLog getUserinfoSubrequest() { * This is the setter method to the attribute. * Subrequest info related to fetching userinfo from userinfo endpoint. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userinfoSubrequest set the userinfoSubrequest. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OauthSubRequestLog.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OauthSubRequestLog.java index 76f9c7a8..bc5f775d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OauthSubRequestLog.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OauthSubRequestLog.java @@ -43,6 +43,7 @@ public class OauthSubRequestLog extends AviRestResource { * This is the getter method this will return the attribute value. * Error code. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorCode */ @@ -55,6 +56,7 @@ public String getErrorCode() { * This is the setter method to the attribute. * Error code. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorCode set the errorCode. */ @@ -67,6 +69,7 @@ public void setErrorCode(String errorCode) { * This is the getter method this will return the attribute value. * Error description. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorDescription */ @@ -79,6 +82,7 @@ public String getErrorDescription() { * This is the setter method to the attribute. * Error description. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorDescription set the errorDescription. */ @@ -91,6 +95,7 @@ public void setErrorDescription(String errorDescription) { * This is the getter method this will return the attribute value. * Subrequest info related to the oauth flow. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subRequestLog */ @@ -103,6 +108,7 @@ public SubRequestLog getSubRequestLog() { * This is the setter method to the attribute. * Subrequest info related to the oauth flow. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subRequestLog set the subRequestLog. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ObjSyncConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ObjSyncConfig.java index ba97e4a9..eb1a0381 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ObjSyncConfig.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ObjSyncConfig.java @@ -44,6 +44,7 @@ public class ObjSyncConfig extends AviRestResource { * Allowed values are 15-80. * Field introduced in 20.1.3. * Unit is percent. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @return objsyncCpuLimit */ @@ -58,6 +59,7 @@ public Integer getObjsyncCpuLimit() { * Allowed values are 15-80. * Field introduced in 20.1.3. * Unit is percent. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @param objsyncCpuLimit set the objsyncCpuLimit. */ @@ -72,6 +74,7 @@ public void setObjsyncCpuLimit(Integer objsyncCpuLimit) { * Allowed values are 30-300. * Field introduced in 20.1.3. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return objsyncHubElectInterval */ @@ -86,6 +89,7 @@ public Integer getObjsyncHubElectInterval() { * Allowed values are 30-300. * Field introduced in 20.1.3. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param objsyncHubElectInterval set the objsyncHubElectInterval. */ @@ -100,6 +104,7 @@ public void setObjsyncHubElectInterval(Integer objsyncHubElectInterval) { * Allowed values are 1-120. * Field introduced in 20.1.3. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return objsyncReconcileInterval */ @@ -114,6 +119,7 @@ public Integer getObjsyncReconcileInterval() { * Allowed values are 1-120. * Field introduced in 20.1.3. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param objsyncReconcileInterval set the objsyncReconcileInterval. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpaqueTokenValidationParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpaqueTokenValidationParams.java index a7ae18ab..ec49a170 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpaqueTokenValidationParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpaqueTokenValidationParams.java @@ -38,6 +38,7 @@ public class OpaqueTokenValidationParams extends AviRestResource { * This is the getter method this will return the attribute value. * Resource server specific identifier used to validate against introspection endpoint when access token is opaque. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverId */ @@ -50,6 +51,7 @@ public String getServerId() { * This is the setter method to the attribute. * Resource server specific identifier used to validate against introspection endpoint when access token is opaque. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverId set the serverId. */ @@ -62,6 +64,7 @@ public void setServerId(String serverId) { * This is the getter method this will return the attribute value. * Resource server specific password/secret. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverSecret */ @@ -74,6 +77,7 @@ public String getServerSecret() { * This is the setter method to the attribute. * Resource server specific password/secret. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverSecret set the serverSecret. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackApiVersionCheckFailure.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackApiVersionCheckFailure.java index 4304b56f..e2b88369 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackApiVersionCheckFailure.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackApiVersionCheckFailure.java @@ -42,6 +42,7 @@ public class OpenStackApiVersionCheckFailure 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 */ @@ -54,6 +55,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. */ @@ -66,6 +68,7 @@ public void setCcId(String ccId) { * This is the getter method this will return the attribute value. * Cloud name. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccName */ @@ -78,6 +81,7 @@ public String getCcName() { * This is the setter method to the attribute. * Cloud name. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccName set the ccName. */ @@ -90,6 +94,7 @@ public void setCcName(String ccName) { * This is the getter method this will return the attribute value. * Failure reason containing expected api version and actual version. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -102,6 +107,7 @@ public String getErrorString() { * This is the setter method to the attribute. * Failure reason containing expected api version and actual version. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/OpenStackClusterSetup.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackClusterSetup.java index 69a9ffe5..ebf4a8e5 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackClusterSetup.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackClusterSetup.java @@ -52,7 +52,7 @@ public class OpenStackClusterSetup extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property admin_tenant of obj type openstackclustersetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return adminTenant */ @@ -63,7 +63,7 @@ public String getAdminTenant() { /** * This is the setter method to the attribute. - * Placeholder for description of property admin_tenant of obj type openstackclustersetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param adminTenant set the adminTenant. */ @@ -74,7 +74,7 @@ public void setAdminTenant(String adminTenant) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property auth_url of obj type openstackclustersetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authUrl */ @@ -85,7 +85,7 @@ public String getAuthUrl() { /** * This is the setter method to the attribute. - * Placeholder for description of property auth_url of obj type openstackclustersetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authUrl set the authUrl. */ @@ -96,7 +96,7 @@ public void setAuthUrl(String authUrl) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cc_id of obj type openstackclustersetup field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -107,7 +107,7 @@ public String getCcId() { /** * This is the setter method to the attribute. - * Placeholder for description of property cc_id of obj type openstackclustersetup field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -118,7 +118,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 openstackclustersetup field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -129,7 +129,7 @@ public String getErrorString() { /** * This is the setter method to the attribute. - * Placeholder for description of property error_string of obj type openstackclustersetup field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -140,7 +140,7 @@ public void setErrorString(String errorString) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property keystone_host of obj type openstackclustersetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return keystoneHost */ @@ -151,7 +151,7 @@ public String getKeystoneHost() { /** * This is the setter method to the attribute. - * Placeholder for description of property keystone_host of obj type openstackclustersetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param keystoneHost set the keystoneHost. */ @@ -163,6 +163,7 @@ public void setKeystoneHost(String keystoneHost) { /** * This is the getter method this will return the attribute value. * Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return privilege */ @@ -174,6 +175,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/OpenStackConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackConfiguration.java index ca883ceb..b9fc5b06 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackConfiguration.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackConfiguration.java @@ -64,6 +64,14 @@ public class OpenStackConfiguration extends AviRestResource { @JsonInclude(Include.NON_NULL) private List customSeImageProperties = null; + @JsonProperty("enable_os_object_caching") + @JsonInclude(Include.NON_NULL) + private Boolean enableOsObjectCaching = false; + + @JsonProperty("enable_tagging") + @JsonInclude(Include.NON_NULL) + private Boolean enableTagging = false; + @JsonProperty("external_networks") @JsonInclude(Include.NON_NULL) private Boolean externalNetworks = false; @@ -208,6 +216,10 @@ public class OpenStackConfiguration extends AviRestResource { @JsonInclude(Include.NON_NULL) private String username = null; + @JsonProperty("vip_port_in_admin_tenant") + @JsonInclude(Include.NON_NULL) + private Boolean vipPortInAdminTenant = false; + @JsonProperty("wildcard_access") @JsonInclude(Include.NON_NULL) private Boolean wildcardAccess; @@ -219,6 +231,7 @@ public class OpenStackConfiguration extends AviRestResource { * Openstack admin tenant (or project) information. * For keystone v3, provide the project information in project@domain format. * Domain need not be specified if the project belongs to the 'default' domain. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return adminTenant */ @@ -232,6 +245,7 @@ public String getAdminTenant() { * Openstack admin tenant (or project) information. * For keystone v3, provide the project information in project@domain format. * Domain need not be specified if the project belongs to the 'default' domain. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param adminTenant set the adminTenant. */ @@ -243,6 +257,7 @@ public void setAdminTenant(String adminTenant) { /** * This is the getter method this will return the attribute value. * Admin-tenant's uuid in openstack. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return adminTenantUuid */ @@ -254,6 +269,7 @@ public String getAdminTenantUuid() { /** * This is the setter method to the attribute. * Admin-tenant's uuid in openstack. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param adminTenantUuid set the adminTenantUuid. */ @@ -265,6 +281,7 @@ public void setAdminTenantUuid(String adminTenantUuid) { /** * This is the getter method this will return the attribute value. * If false, allowed-address-pairs extension will not be used. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return allowedAddressPairs */ @@ -276,6 +293,7 @@ public Boolean getAllowedAddressPairs() { /** * This is the setter method to the attribute. * If false, allowed-address-pairs extension will not be used. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param allowedAddressPairs set the allowedAddressPairs. */ @@ -287,6 +305,7 @@ public void setAllowedAddressPairs(Boolean allowedAddressPairs) { /** * This is the getter method this will return the attribute value. * If true, an anti-affinity policy will be applied to all ses of a se-group, else no such policy will be applied. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return antiAffinity */ @@ -298,6 +317,7 @@ public Boolean getAntiAffinity() { /** * This is the setter method to the attribute. * If true, an anti-affinity policy will be applied to all ses of a se-group, else no such policy will be applied. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param antiAffinity set the antiAffinity. */ @@ -310,6 +330,7 @@ public void setAntiAffinity(Boolean antiAffinity) { * This is the getter method this will return the attribute value. * Auth url for connecting to keystone. * If this is specified, any value provided for keystone_host is ignored. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authUrl */ @@ -322,6 +343,7 @@ public String getAuthUrl() { * This is the setter method to the attribute. * Auth url for connecting to keystone. * If this is specified, any value provided for keystone_host is ignored. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authUrl set the authUrl. */ @@ -333,6 +355,7 @@ public void setAuthUrl(String authUrl) { /** * This is the getter method this will return the attribute value. * If false, metadata service will be used instead of config-drive functionality to retrieve se vm metadata. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return configDrive */ @@ -344,6 +367,7 @@ public Boolean getConfigDrive() { /** * This is the setter method to the attribute. * If false, metadata service will be used instead of config-drive functionality to retrieve se vm metadata. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param configDrive set the configDrive. */ @@ -357,6 +381,7 @@ public void setConfigDrive(Boolean configDrive) { * When set to true, the vip and data ports will be programmed to set virtual machine interface disable-policy. * Please refer contrail documentation for more on disable-policy. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return contrailDisablePolicy */ @@ -370,6 +395,7 @@ public Boolean getContrailDisablePolicy() { * When set to true, the vip and data ports will be programmed to set virtual machine interface disable-policy. * Please refer contrail documentation for more on disable-policy. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param contrailDisablePolicy set the contrailDisablePolicy. */ @@ -382,6 +408,7 @@ public void setContrailDisablePolicy(Boolean contrailDisablePolicy) { * This is the getter method this will return the attribute value. * Contrail vnc endpoint url (example http //10.10.10.100 8082). * By default, 'http //' scheme and 8082 port will be used if not provided in the url. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return contrailEndpoint */ @@ -394,6 +421,7 @@ public String getContrailEndpoint() { * This is the setter method to the attribute. * Contrail vnc endpoint url (example http //10.10.10.100 8082). * By default, 'http //' scheme and 8082 port will be used if not provided in the url. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param contrailEndpoint set the contrailEndpoint. */ @@ -406,6 +434,7 @@ public void setContrailEndpoint(String contrailEndpoint) { * This is the getter method this will return the attribute value. * Enable contrail plugin mode. * (deprecated). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return contrailPlugin */ @@ -418,6 +447,7 @@ public Boolean getContrailPlugin() { * This is the setter method to the attribute. * Enable contrail plugin mode. * (deprecated). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param contrailPlugin set the contrailPlugin. */ @@ -432,6 +462,7 @@ public void setContrailPlugin(Boolean contrailPlugin) { * Only hw_vif_multiqueue_enabled property is supported. * Other properties will be ignored. * Field introduced in 18.2.7, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customSeImageProperties */ @@ -446,6 +477,7 @@ public List getCustomSeImageProperties() { * Only hw_vif_multiqueue_enabled property is supported. * Other properties will be ignored. * Field introduced in 18.2.7, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customSeImageProperties */ @@ -460,6 +492,7 @@ public void setCustomSeImageProperties(List customSeImageProperties) * Only hw_vif_multiqueue_enabled property is supported. * Other properties will be ignored. * Field introduced in 18.2.7, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customSeImageProperties */ @@ -473,9 +506,68 @@ public OpenStackConfiguration addCustomSeImagePropertiesItem(Property customSeIm } + /** + * This is the getter method this will return the attribute value. + * When enabled, frequently used objects like networks, subnets, routers etc. + * Are cached to improve performance and reduce load on openstack controllers. + * Suitable for openstack environments where neutron resources are not frequently created, updated, or deleted.the cache is refreshed when cloud gc + * api is issued. + * Field introduced in 21.1.5. + * Allowed in enterprise 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 enableOsObjectCaching + */ + @VsoMethod + public Boolean getEnableOsObjectCaching() { + return enableOsObjectCaching; + } + + /** + * This is the setter method to the attribute. + * When enabled, frequently used objects like networks, subnets, routers etc. + * Are cached to improve performance and reduce load on openstack controllers. + * Suitable for openstack environments where neutron resources are not frequently created, updated, or deleted.the cache is refreshed when cloud gc + * api is issued. + * Field introduced in 21.1.5. + * Allowed in enterprise 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 enableOsObjectCaching set the enableOsObjectCaching. + */ + @VsoMethod + public void setEnableOsObjectCaching(Boolean enableOsObjectCaching) { + this.enableOsObjectCaching = enableOsObjectCaching; + } + + /** + * This is the getter method this will return the attribute value. + * When set to true, openstack resources created by avi are tagged with avi cloud uuid. + * Field introduced in 21.1.5. + * Allowed in enterprise 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 enableTagging + */ + @VsoMethod + public Boolean getEnableTagging() { + return enableTagging; + } + + /** + * This is the setter method to the attribute. + * When set to true, openstack resources created by avi are tagged with avi cloud uuid. + * Field introduced in 21.1.5. + * Allowed in enterprise 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 enableTagging set the enableTagging. + */ + @VsoMethod + public void setEnableTagging(Boolean enableTagging) { + this.enableTagging = enableTagging; + } + /** * This is the getter method this will return the attribute value. * If true, allow selection of networks marked as 'external' for management, vip or data networks. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return externalNetworks */ @@ -487,6 +579,7 @@ public Boolean getExternalNetworks() { /** * This is the setter method to the attribute. * If true, allow selection of networks marked as 'external' for management, vip or data networks. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param externalNetworks set the externalNetworks. */ @@ -498,6 +591,7 @@ public void setExternalNetworks(Boolean externalNetworks) { /** * This is the getter method this will return the attribute value. * Free unused floating ips. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return freeFloatingips */ @@ -509,6 +603,7 @@ public Boolean getFreeFloatingips() { /** * This is the setter method to the attribute. * Free unused floating ips. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param freeFloatingips set the freeFloatingips. */ @@ -521,6 +616,7 @@ public void setFreeFloatingips(Boolean freeFloatingips) { * This is the getter method this will return the attribute value. * Default hypervisor type, only kvm is supported. * Enum options - DEFAULT, VMWARE_ESX, KVM, VMWARE_VSAN, XEN. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "KVM". * @return hypervisor */ @@ -533,6 +629,7 @@ public String getHypervisor() { * This is the setter method to the attribute. * Default hypervisor type, only kvm is supported. * Enum options - DEFAULT, VMWARE_ESX, KVM, VMWARE_VSAN, XEN. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "KVM". * @param hypervisor set the hypervisor. */ @@ -545,6 +642,7 @@ public void setHypervisor(String hypervisor) { * This is the getter method this will return the attribute value. * Custom properties per hypervisor type. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hypervisorProperties */ @@ -557,6 +655,7 @@ public List getHypervisorProperties() { * This is the setter method. this will set the hypervisorProperties * Custom properties per hypervisor type. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hypervisorProperties */ @@ -569,6 +668,7 @@ public void setHypervisorProperties(List hypervi * This is the setter method this will set the hypervisorProperties * Custom properties per hypervisor type. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hypervisorProperties */ @@ -586,6 +686,7 @@ public OpenStackConfiguration addHypervisorPropertiesItem(OpenStackHypervisorPro * This is the getter method this will return the attribute value. * If os_img_fmt_raw, use raw images else use qcow2 for kvm. * Enum options - OS_IMG_FMT_AUTO, OS_IMG_FMT_QCOW2, OS_IMG_FMT_VMDK, OS_IMG_FMT_RAW, OS_IMG_FMT_FLAT. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "OS_IMG_FMT_AUTO". * @return imgFormat */ @@ -598,6 +699,7 @@ public String getImgFormat() { * This is the setter method to the attribute. * If os_img_fmt_raw, use raw images else use qcow2 for kvm. * Enum options - OS_IMG_FMT_AUTO, OS_IMG_FMT_QCOW2, OS_IMG_FMT_VMDK, OS_IMG_FMT_RAW, OS_IMG_FMT_FLAT. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "OS_IMG_FMT_AUTO". * @param imgFormat set the imgFormat. */ @@ -609,6 +711,7 @@ public void setImgFormat(String imgFormat) { /** * This is the getter method this will return the attribute value. * Import keystone tenants list into avi. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return importKeystoneTenants */ @@ -620,6 +723,7 @@ public Boolean getImportKeystoneTenants() { /** * This is the setter method to the attribute. * Import keystone tenants list into avi. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param importKeystoneTenants set the importKeystoneTenants. */ @@ -631,6 +735,7 @@ public void setImportKeystoneTenants(Boolean importKeystoneTenants) { /** * This is the getter method this will return the attribute value. * Allow self-signed certificates when communicating with https service endpoints. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return insecure */ @@ -642,6 +747,7 @@ public Boolean getInsecure() { /** * This is the setter method to the attribute. * Allow self-signed certificates when communicating with https service endpoints. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param insecure set the insecure. */ @@ -654,6 +760,7 @@ public void setInsecure(Boolean insecure) { * This is the getter method this will return the attribute value. * If true, interface-secondary-ips method will be used for vip association. * Field deprecated in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return intfSecIps */ @VsoMethod @@ -665,6 +772,7 @@ public Boolean getIntfSecIps() { * This is the setter method to the attribute. * If true, interface-secondary-ips method will be used for vip association. * Field deprecated in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param intfSecIps set the intfSecIps. */ @VsoMethod @@ -676,6 +784,7 @@ public void setIntfSecIps(Boolean intfSecIps) { * This is the getter method this will return the attribute value. * Keystone's hostname or ip address. * (deprecated) use auth_url instead. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return keystoneHost */ @@ -688,6 +797,7 @@ public String getKeystoneHost() { * This is the setter method to the attribute. * Keystone's hostname or ip address. * (deprecated) use auth_url instead. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param keystoneHost set the keystoneHost. */ @@ -700,6 +810,7 @@ public void setKeystoneHost(String keystoneHost) { * This is the getter method this will return the attribute value. * If true, map avi 'admin' tenant to the admin_tenant of the cloud. * Else map avi 'admin' to openstack 'admin' tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return mapAdminToCloudadmin */ @@ -712,6 +823,7 @@ public Boolean getMapAdminToCloudadmin() { * This is the setter method to the attribute. * If true, map avi 'admin' tenant to the admin_tenant of the cloud. * Else map avi 'admin' to openstack 'admin' tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param mapAdminToCloudadmin set the mapAdminToCloudadmin. */ @@ -723,6 +835,7 @@ public void setMapAdminToCloudadmin(Boolean mapAdminToCloudadmin) { /** * This is the getter method this will return the attribute value. * Avi management network name or cidr. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mgmtNetworkName */ @@ -734,6 +847,7 @@ public String getMgmtNetworkName() { /** * This is the setter method to the attribute. * Avi management network name or cidr. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mgmtNetworkName set the mgmtNetworkName. */ @@ -745,6 +859,7 @@ public void setMgmtNetworkName(String mgmtNetworkName) { /** * This is the getter method this will return the attribute value. * Management network uuid. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mgmtNetworkUuid */ @@ -756,6 +871,7 @@ public String getMgmtNetworkUuid() { /** * This is the setter method to the attribute. * Management network uuid. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mgmtNetworkUuid set the mgmtNetworkUuid. */ @@ -767,6 +883,7 @@ public void setMgmtNetworkUuid(String mgmtNetworkUuid) { /** * This is the getter method this will return the attribute value. * If true, embed owner info in vip port 'name', else embed owner info in 'device_id' field. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return nameOwner */ @@ -778,6 +895,7 @@ public Boolean getNameOwner() { /** * This is the setter method to the attribute. * If true, embed owner info in vip port 'name', else embed owner info in 'device_id' field. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param nameOwner set the nameOwner. */ @@ -789,6 +907,7 @@ public void setNameOwner(Boolean nameOwner) { /** * This is the getter method this will return the attribute value. * If true, enable neutron rbac discovery of networks shared across tenants/projects. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return neutronRbac */ @@ -800,6 +919,7 @@ public Boolean getNeutronRbac() { /** * This is the setter method to the attribute. * If true, enable neutron rbac discovery of networks shared across tenants/projects. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param neutronRbac set the neutronRbac. */ @@ -811,6 +931,7 @@ public void setNeutronRbac(Boolean neutronRbac) { /** * 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 nuageOrganization */ @VsoMethod @@ -821,6 +942,7 @@ public String getNuageOrganization() { /** * 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 nuageOrganization set the nuageOrganization. */ @VsoMethod @@ -831,6 +953,7 @@ public void setNuageOrganization(String nuageOrganization) { /** * 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 nuagePassword */ @VsoMethod @@ -841,6 +964,7 @@ public String getNuagePassword() { /** * 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 nuagePassword set the nuagePassword. */ @VsoMethod @@ -851,6 +975,7 @@ public void setNuagePassword(String nuagePassword) { /** * 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 nuagePort */ @VsoMethod @@ -861,6 +986,7 @@ public Integer getNuagePort() { /** * 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 nuagePort set the nuagePort. */ @VsoMethod @@ -871,6 +997,7 @@ public void setNuagePort(Integer nuagePort) { /** * 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 nuageUsername */ @VsoMethod @@ -881,6 +1008,7 @@ public String getNuageUsername() { /** * 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 nuageUsername set the nuageUsername. */ @VsoMethod @@ -894,6 +1022,7 @@ public void setNuageUsername(String nuageUsername) { * Vip placement uses nuage virtualip if true, else redirectiontarget. * Field deprecated in 20.1.1. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return nuageVirtualip */ @VsoMethod @@ -907,6 +1036,7 @@ public Boolean getNuageVirtualip() { * Vip placement uses nuage virtualip if true, else redirectiontarget. * Field deprecated in 20.1.1. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param nuageVirtualip set the nuageVirtualip. */ @VsoMethod @@ -918,6 +1048,7 @@ public void setNuageVirtualip(Boolean nuageVirtualip) { * This is the getter method this will return the attribute value. * Nuage vsd host name or ip address. * Field deprecated in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return nuageVsdHost */ @VsoMethod @@ -929,6 +1060,7 @@ public String getNuageVsdHost() { * This is the setter method to the attribute. * Nuage vsd host name or ip address. * Field deprecated in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param nuageVsdHost set the nuageVsdHost. */ @VsoMethod @@ -939,6 +1071,7 @@ public void setNuageVsdHost(String nuageVsdHost) { /** * This is the getter method this will return the attribute value. * The password avi vantage will use when authenticating to keystone. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return password */ @@ -950,6 +1083,7 @@ public String getPassword() { /** * This is the setter method to the attribute. * The password avi vantage will use when authenticating to keystone. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param password set the password. */ @@ -963,6 +1097,7 @@ public void setPassword(String password) { * If true, port-security extension (if detected) will be used instead of security-groups, allowed-address-pairs or interface-secondary-ips. * If false, port-security extension is skipped. * Field deprecated in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return portSecurity */ @VsoMethod @@ -975,6 +1110,7 @@ public Boolean getPortSecurity() { * If true, port-security extension (if detected) will be used instead of security-groups, allowed-address-pairs or interface-secondary-ips. * If false, port-security extension is skipped. * Field deprecated in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param portSecurity set the portSecurity. */ @VsoMethod @@ -986,6 +1122,7 @@ public void setPortSecurity(Boolean portSecurity) { * This is the getter method this will return the attribute value. * Access privilege. * Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return privilege */ @@ -998,6 +1135,7 @@ public String getPrivilege() { * This is the setter method to the attribute. * Access privilege. * Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param privilege set the privilege. */ @@ -1009,6 +1147,7 @@ public void setPrivilege(String privilege) { /** * This is the getter method this will return the attribute value. * Lbaas provider name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return provName */ @@ -1020,6 +1159,7 @@ public List getProvName() { /** * This is the setter method. this will set the provName * Lbaas provider name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return provName */ @@ -1031,6 +1171,7 @@ public void setProvName(List provName) { /** * This is the setter method this will set the provName * Lbaas provider name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return provName */ @@ -1049,6 +1190,7 @@ public OpenStackConfiguration addProvNameItem(String provNameItem) { * A tenant can normally use its own networks and any networks shared with it. * In addition, this setting provides extra networks that are usable by tenants. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return providerVipNetworks */ @@ -1062,6 +1204,7 @@ public List getProviderVipNetworks() { * A tenant can normally use its own networks and any networks shared with it. * In addition, this setting provides extra networks that are usable by tenants. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return providerVipNetworks */ @@ -1075,6 +1218,7 @@ public void setProviderVipNetworks(List providerVipNetwork * A tenant can normally use its own networks and any networks shared with it. * In addition, this setting provides extra networks that are usable by tenants. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return providerVipNetworks */ @@ -1091,6 +1235,7 @@ public OpenStackConfiguration addProviderVipNetworksItem(OpenStackVipNetwork pro /** * This is the getter method this will return the attribute value. * Region name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return region */ @@ -1102,6 +1247,7 @@ public String getRegion() { /** * This is the setter method to the attribute. * Region name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param region set the region. */ @@ -1116,6 +1262,7 @@ public void setRegion(String region) { * For an openstack role, this mapping is consulted only if there is no local avi role with the same name as the openstack role. * This is an ordered list and only the first matching entry is used. * You can use '*' to match all openstack role names. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return roleMapping */ @@ -1130,6 +1277,7 @@ public List getRoleMapping() { * For an openstack role, this mapping is consulted only if there is no local avi role with the same name as the openstack role. * This is an ordered list and only the first matching entry is used. * You can use '*' to match all openstack role names. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return roleMapping */ @@ -1144,6 +1292,7 @@ public void setRoleMapping(List roleMapping) { * For an openstack role, this mapping is consulted only if there is no local avi role with the same name as the openstack role. * This is an ordered list and only the first matching entry is used. * You can use '*' to match all openstack role names. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return roleMapping */ @@ -1162,6 +1311,7 @@ public OpenStackConfiguration addRoleMappingItem(OpenStackRoleMapping roleMappin * This field has been generalized for all clouds and has been renamed to se_group_template_uuid. * It is a reference to an object of type serviceenginegroup. * Field deprecated in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seGroupRef */ @VsoMethod @@ -1174,6 +1324,7 @@ public String getSeGroupRef() { * This field has been generalized for all clouds and has been renamed to se_group_template_uuid. * It is a reference to an object of type serviceenginegroup. * Field deprecated in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param seGroupRef set the seGroupRef. */ @VsoMethod @@ -1184,6 +1335,7 @@ public void setSeGroupRef(String seGroupRef) { /** * This is the getter method this will return the attribute value. * If false, security-groups extension will not be used. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return securityGroups */ @@ -1195,6 +1347,7 @@ public Boolean getSecurityGroups() { /** * This is the setter method to the attribute. * If false, security-groups extension will not be used. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param securityGroups set the securityGroups. */ @@ -1206,6 +1359,7 @@ public void setSecurityGroups(Boolean securityGroups) { /** * This is the getter method this will return the attribute value. * If true, then ses will be created in the appropriate tenants, else ses will be created in the admin_tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return tenantSe */ @@ -1217,6 +1371,7 @@ public Boolean getTenantSe() { /** * This is the setter method to the attribute. * If true, then ses will be created in the appropriate tenants, else ses will be created in the admin_tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param tenantSe set the tenantSe. */ @@ -1230,6 +1385,7 @@ public void setTenantSe(Boolean tenantSe) { * Deprecated, please use provider_vip_networks. * Field deprecated in 18.2.2. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return usableNetworkUuids */ @VsoMethod @@ -1242,6 +1398,7 @@ public List getUsableNetworkUuids() { * Deprecated, please use provider_vip_networks. * Field deprecated in 18.2.2. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return usableNetworkUuids */ @VsoMethod @@ -1254,6 +1411,7 @@ public void setUsableNetworkUuids(List usableNetworkUuids) { * Deprecated, please use provider_vip_networks. * Field deprecated in 18.2.2. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return usableNetworkUuids */ @VsoMethod @@ -1269,6 +1427,7 @@ public OpenStackConfiguration addUsableNetworkUuidsItem(String usableNetworkUuid /** * This is the getter method this will return the attribute value. * If admin urls are either inaccessible or not to be accessed from avi controller, then set this to false. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return useAdminUrl */ @@ -1280,6 +1439,7 @@ public Boolean getUseAdminUrl() { /** * This is the setter method to the attribute. * If admin urls are either inaccessible or not to be accessed from avi controller, then set this to false. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param useAdminUrl set the useAdminUrl. */ @@ -1291,6 +1451,7 @@ public void setUseAdminUrl(Boolean useAdminUrl) { /** * This is the getter method this will return the attribute value. * Use internalurl for openstack endpoints instead of the default publicurl endpoints. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useInternalEndpoints */ @@ -1302,6 +1463,7 @@ public Boolean getUseInternalEndpoints() { /** * This is the setter method to the attribute. * Use internalurl for openstack endpoints instead of the default publicurl endpoints. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useInternalEndpoints set the useInternalEndpoints. */ @@ -1313,6 +1475,7 @@ public void setUseInternalEndpoints(Boolean useInternalEndpoints) { /** * This is the getter method this will return the attribute value. * Use keystone for user authentication. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return useKeystoneAuth */ @@ -1324,6 +1487,7 @@ public Boolean getUseKeystoneAuth() { /** * This is the setter method to the attribute. * Use keystone for user authentication. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param useKeystoneAuth set the useKeystoneAuth. */ @@ -1337,6 +1501,7 @@ public void setUseKeystoneAuth(Boolean useKeystoneAuth) { * If true, use nuage vip as device_owner of vip ports, else use neutron loadbalancer. * Field deprecated in 20.1.1. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return useNuagevip */ @VsoMethod @@ -1349,6 +1514,7 @@ public Boolean getUseNuagevip() { * If true, use nuage vip as device_owner of vip ports, else use neutron loadbalancer. * Field deprecated in 20.1.1. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param useNuagevip set the useNuagevip. */ @VsoMethod @@ -1360,6 +1526,7 @@ public void setUseNuagevip(Boolean useNuagevip) { * This is the getter method this will return the attribute value. * The username avi vantage will use when authenticating to keystone. * For keystone v3, provide the user information in user@domain format, unless that user belongs to the default domain. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return username */ @@ -1372,6 +1539,7 @@ public String getUsername() { * This is the setter method to the attribute. * The username avi vantage will use when authenticating to keystone. * For keystone v3, provide the user information in user@domain format, unless that user belongs to the default domain. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param username set the username. */ @@ -1380,11 +1548,40 @@ public void setUsername(String username) { this.username = username; } + /** + * This is the getter method this will return the attribute value. + * When set to true, vip ports are created in openstack tenant configured as admin_tenant in cloud. + * Otherwise, default behavior is to create vip ports in user tenant. + * Field introduced in 21.1.5. + * Allowed in enterprise 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 vipPortInAdminTenant + */ + @VsoMethod + public Boolean getVipPortInAdminTenant() { + return vipPortInAdminTenant; + } + + /** + * This is the setter method to the attribute. + * When set to true, vip ports are created in openstack tenant configured as admin_tenant in cloud. + * Otherwise, default behavior is to create vip ports in user tenant. + * Field introduced in 21.1.5. + * Allowed in enterprise 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 vipPortInAdminTenant set the vipPortInAdminTenant. + */ + @VsoMethod + public void setVipPortInAdminTenant(Boolean vipPortInAdminTenant) { + this.vipPortInAdminTenant = vipPortInAdminTenant; + } + /** * This is the getter method this will return the attribute value. * 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 @@ -1397,6 +1594,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 @@ -1461,7 +1659,10 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.nameOwner, objOpenStackConfiguration.nameOwner)&& Objects.equals(this.providerVipNetworks, objOpenStackConfiguration.providerVipNetworks)&& Objects.equals(this.contrailDisablePolicy, objOpenStackConfiguration.contrailDisablePolicy)&& - Objects.equals(this.customSeImageProperties, objOpenStackConfiguration.customSeImageProperties); + Objects.equals(this.customSeImageProperties, objOpenStackConfiguration.customSeImageProperties)&& + Objects.equals(this.enableOsObjectCaching, objOpenStackConfiguration.enableOsObjectCaching)&& + Objects.equals(this.enableTagging, objOpenStackConfiguration.enableTagging)&& + Objects.equals(this.vipPortInAdminTenant, objOpenStackConfiguration.vipPortInAdminTenant); } @Override @@ -1478,6 +1679,8 @@ public String toString() { sb.append(" contrailEndpoint: ").append(toIndentedString(contrailEndpoint)).append("\n"); sb.append(" contrailPlugin: ").append(toIndentedString(contrailPlugin)).append("\n"); sb.append(" customSeImageProperties: ").append(toIndentedString(customSeImageProperties)).append("\n"); + sb.append(" enableOsObjectCaching: ").append(toIndentedString(enableOsObjectCaching)).append("\n"); + sb.append(" enableTagging: ").append(toIndentedString(enableTagging)).append("\n"); sb.append(" externalNetworks: ").append(toIndentedString(externalNetworks)).append("\n"); sb.append(" freeFloatingips: ").append(toIndentedString(freeFloatingips)).append("\n"); sb.append(" hypervisor: ").append(toIndentedString(hypervisor)).append("\n"); @@ -1514,6 +1717,7 @@ public String toString() { sb.append(" useKeystoneAuth: ").append(toIndentedString(useKeystoneAuth)).append("\n"); sb.append(" useNuagevip: ").append(toIndentedString(useNuagevip)).append("\n"); sb.append(" username: ").append(toIndentedString(username)).append("\n"); + sb.append(" vipPortInAdminTenant: ").append(toIndentedString(vipPortInAdminTenant)).append("\n"); sb.append(" wildcardAccess: ").append(toIndentedString(wildcardAccess)).append("\n"); sb.append("}"); return sb.toString(); diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackHypervisorProperties.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackHypervisorProperties.java index 612686c2..82c2505d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackHypervisorProperties.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackHypervisorProperties.java @@ -39,6 +39,7 @@ public class OpenStackHypervisorProperties extends AviRestResource { * Hypervisor type. * Enum options - DEFAULT, VMWARE_ESX, KVM, VMWARE_VSAN, XEN. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hypervisor */ @@ -52,6 +53,7 @@ public String getHypervisor() { * Hypervisor type. * Enum options - DEFAULT, VMWARE_ESX, KVM, VMWARE_VSAN, XEN. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hypervisor set the hypervisor. */ @@ -64,6 +66,7 @@ public void setHypervisor(String hypervisor) { * This is the getter method this will return the attribute value. * Custom properties to be associated with the se image in glance for this hypervisor type. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imageProperties */ @@ -76,6 +79,7 @@ public List getImageProperties() { * This is the setter method. this will set the imageProperties * Custom properties to be associated with the se image in glance for this hypervisor type. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imageProperties */ @@ -88,6 +92,7 @@ public void setImageProperties(List imageProperties) { * This is the setter method this will set the imageProperties * Custom properties to be associated with the se image in glance for this hypervisor type. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imageProperties */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackIpChange.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackIpChange.java index a7d84cb0..055e3bf6 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackIpChange.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackIpChange.java @@ -49,7 +49,7 @@ public class OpenStackIpChange extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property error_string of obj type openstackipchange field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -60,7 +60,7 @@ public String getErrorString() { /** * This is the setter method to the attribute. - * Placeholder for description of property error_string of obj type openstackipchange field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -71,7 +71,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 openstackipchange 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 */ @@ -82,7 +82,7 @@ public IpAddr getIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property ip of obj type openstackipchange 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. */ @@ -93,7 +93,7 @@ public void setIp(IpAddr ip) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property mac_addr of obj type openstackipchange field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -104,7 +104,7 @@ public String getMacAddr() { /** * This is the setter method to the attribute. - * Placeholder for description of property mac_addr of obj type openstackipchange field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -115,7 +115,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 */ @@ -126,7 +126,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. */ @@ -137,7 +137,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 */ @@ -148,7 +148,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackLbPluginOp.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackLbPluginOp.java index 7e45dfc3..d6680f59 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackLbPluginOp.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackLbPluginOp.java @@ -56,7 +56,7 @@ public class OpenStackLbPluginOp extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cc_id of obj type openstacklbpluginop field type str type string. + * Allowed in enterprise edition with any value, 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 openstacklbpluginop field type str type string. + * Allowed in enterprise edition with any value, 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 command of obj type openstacklbpluginop field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return command */ @@ -89,7 +89,7 @@ public String getCommand() { /** * This is the setter method to the attribute. - * Placeholder for description of property command of obj type openstacklbpluginop field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param command set the command. */ @@ -100,7 +100,7 @@ public void setCommand(String command) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property detail of obj type openstacklbpluginop field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return detail */ @@ -111,7 +111,7 @@ public String getDetail() { /** * This is the setter method to the attribute. - * Placeholder for description of property detail of obj type openstacklbpluginop field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param detail set the detail. */ @@ -122,7 +122,7 @@ public void setDetail(String detail) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property elapsed of obj type openstacklbpluginop 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 elapsed */ @@ -133,7 +133,7 @@ public Integer getElapsed() { /** * This is the setter method to the attribute. - * Placeholder for description of property elapsed of obj type openstacklbpluginop 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 elapsed set the elapsed. */ @@ -144,7 +144,7 @@ public void setElapsed(Integer elapsed) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property id of obj type openstacklbpluginop field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -155,7 +155,7 @@ public String getId() { /** * This is the setter method to the attribute. - * Placeholder for description of property id of obj type openstacklbpluginop field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -166,7 +166,7 @@ public void setId(String id) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property prov of obj type openstacklbpluginop field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prov */ @@ -177,7 +177,7 @@ public String getProv() { /** * This is the setter method to the attribute. - * Placeholder for description of property prov of obj type openstacklbpluginop field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prov set the prov. */ @@ -188,7 +188,7 @@ public void setProv(String prov) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property result of obj type openstacklbpluginop field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return result */ @@ -199,7 +199,7 @@ public String getResult() { /** * This is the setter method to the attribute. - * Placeholder for description of property result of obj type openstacklbpluginop field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param result set the result. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackLbProvAuditCheck.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackLbProvAuditCheck.java index 98b8b4e1..817e1587 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackLbProvAuditCheck.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackLbProvAuditCheck.java @@ -56,7 +56,7 @@ public class OpenStackLbProvAuditCheck extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cc_id of obj type openstacklbprovauditcheck field type str type string. + * Allowed in enterprise edition with any value, 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 openstacklbprovauditcheck field type str type string. + * Allowed in enterprise edition with any value, 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 detail of obj type openstacklbprovauditcheck field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return detail */ @@ -89,7 +89,7 @@ public String getDetail() { /** * This is the setter method to the attribute. - * Placeholder for description of property detail of obj type openstacklbprovauditcheck field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param detail set the detail. */ @@ -100,7 +100,7 @@ public void setDetail(String detail) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property elapsed of obj type openstacklbprovauditcheck 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 elapsed */ @@ -111,7 +111,7 @@ public Integer getElapsed() { /** * This is the setter method to the attribute. - * Placeholder for description of property elapsed of obj type openstacklbprovauditcheck 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 elapsed set the elapsed. */ @@ -122,7 +122,7 @@ public void setElapsed(Integer elapsed) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property id of obj type openstacklbprovauditcheck field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -133,7 +133,7 @@ public String getId() { /** * This is the setter method to the attribute. - * Placeholder for description of property id of obj type openstacklbprovauditcheck field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -144,7 +144,7 @@ public void setId(String id) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property result of obj type openstacklbprovauditcheck field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return result */ @@ -155,7 +155,7 @@ public String getResult() { /** * This is the setter method to the attribute. - * Placeholder for description of property result of obj type openstacklbprovauditcheck field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param result set the result. */ @@ -166,7 +166,7 @@ public void setResult(String result) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property tenant of obj type openstacklbprovauditcheck field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenant */ @@ -177,7 +177,7 @@ public String getTenant() { /** * This is the setter method to the attribute. - * Placeholder for description of property tenant of obj type openstacklbprovauditcheck field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenant set the tenant. */ @@ -188,7 +188,7 @@ public void setTenant(String tenant) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property user of obj type openstacklbprovauditcheck field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -199,7 +199,7 @@ public String getUser() { /** * This is the setter method to the attribute. - * Placeholder for description of property user of obj type openstacklbprovauditcheck field type str type string. + * Allowed in enterprise edition with any value, 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/OpenStackRoleMapping.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackRoleMapping.java index a3be8bf5..eed8cdec 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackRoleMapping.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackRoleMapping.java @@ -37,6 +37,7 @@ public class OpenStackRoleMapping extends AviRestResource { /** * This is the getter method this will return the attribute value. * Role name in avi. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return aviRole */ @@ -48,6 +49,7 @@ public String getAviRole() { /** * This is the setter method to the attribute. * Role name in avi. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param aviRole set the aviRole. */ @@ -59,6 +61,7 @@ public void setAviRole(String aviRole) { /** * This is the getter method this will return the attribute value. * Role name in openstack. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return osRole */ @@ -70,6 +73,7 @@ public String getOsRole() { /** * This is the setter method to the attribute. * Role name in openstack. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param osRole set the osRole. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackSeVmChange.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackSeVmChange.java index c50b2f8c..6e00f45a 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackSeVmChange.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackSeVmChange.java @@ -36,7 +36,7 @@ public class OpenStackSeVmChange extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property error_string of obj type openstacksevmchange field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -47,7 +47,7 @@ public String getErrorString() { /** * This is the setter method to the attribute. - * Placeholder for description of property error_string of obj type openstacksevmchange field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -58,7 +58,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 */ @@ -69,7 +69,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackSyncServices.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackSyncServices.java index 28fab01d..a0ef61e0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackSyncServices.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackSyncServices.java @@ -36,7 +36,7 @@ public class OpenStackSyncServices extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property error_string of obj type openstacksyncservices field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -47,7 +47,7 @@ public String getErrorString() { /** * This is the setter method to the attribute. - * Placeholder for description of property error_string of obj type openstacksyncservices field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -58,7 +58,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 */ @@ -69,7 +69,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackVipNetwork.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackVipNetwork.java index 43196ac9..37247aa2 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackVipNetwork.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackVipNetwork.java @@ -38,6 +38,7 @@ public class OpenStackVipNetwork extends AviRestResource { * This is the getter method this will return the attribute value. * Neutron network uuid. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return osNetworkUuid */ @@ -50,6 +51,7 @@ public String getOsNetworkUuid() { * This is the setter method to the attribute. * Neutron network uuid. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param osNetworkUuid set the osNetworkUuid. */ @@ -63,6 +65,7 @@ public void setOsNetworkUuid(String osNetworkUuid) { * Uuids of openstack tenants that should be allowed to use the specified neutron network for vips. * Use '*' to make this network available to all tenants. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return osTenantUuids */ @@ -76,6 +79,7 @@ public List getOsTenantUuids() { * Uuids of openstack tenants that should be allowed to use the specified neutron network for vips. * Use '*' to make this network available to all tenants. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return osTenantUuids */ @@ -89,6 +93,7 @@ public void setOsTenantUuids(List osTenantUuids) { * Uuids of openstack tenants that should be allowed to use the specified neutron network for vips. * Use '*' to make this network available to all tenants. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return osTenantUuids */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackVnicChange.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackVnicChange.java index 31eb6d0d..f8156add 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackVnicChange.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenStackVnicChange.java @@ -44,7 +44,7 @@ public class OpenStackVnicChange extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property error_string of obj type openstackvnicchange field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -55,7 +55,7 @@ public String getErrorString() { /** * This is the setter method to the attribute. - * Placeholder for description of property error_string of obj type openstackvnicchange field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -66,7 +66,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 openstackvnicchange 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 */ @@ -77,7 +77,7 @@ public List getMacAddrs() { /** * This is the setter method. this will set the macAddrs - * Placeholder for description of property mac_addrs of obj type openstackvnicchange 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 */ @@ -88,7 +88,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 openstackvnicchange 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 */ @@ -104,7 +104,7 @@ public OpenStackVnicChange addMacAddrsItem(String macAddrsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property networks of obj type openstackvnicchange 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 networks */ @@ -115,7 +115,7 @@ public List getNetworks() { /** * This is the setter method. this will set the networks - * Placeholder for description of property networks of obj type openstackvnicchange 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 networks */ @@ -126,7 +126,7 @@ public void setNetworks(List networks) { /** * This is the setter method this will set the networks - * Placeholder for description of property networks of obj type openstackvnicchange 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 networks */ @@ -142,7 +142,7 @@ public OpenStackVnicChange addNetworksItem(String networksItem) { /** * 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 */ @@ -153,7 +153,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenstackLogin.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenstackLogin.java deleted file mode 100644 index 30b53ee7..00000000 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpenstackLogin.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 OpenstackLogin is a POJO class extends AviRestResource that used for creating - * OpenstackLogin. - * - * @version 1.0 - * @since - * - */ -@VsoObject(create = false, name = "OpenstackLogin") -@VsoFinder(name = Constants.FINDER_VRO_OPENSTACKLOGIN) -@JsonIgnoreProperties(ignoreUnknown = true) -@Service -public class OpenstackLogin extends AviRestResource { - @JsonProperty("admin_tenant") - @JsonInclude(Include.NON_NULL) - private String adminTenant = "admin"; - - @JsonProperty("auth_url") - @JsonInclude(Include.NON_NULL) - private String authUrl = null; - - @JsonProperty("keystone_host") - @JsonInclude(Include.NON_NULL) - private String keystoneHost = null; - - @JsonProperty("password") - @JsonInclude(Include.NON_NULL) - private String password = null; - - @JsonProperty("region") - @JsonInclude(Include.NON_NULL) - private String region = null; - - @JsonProperty("username") - @JsonInclude(Include.NON_NULL) - private String username = null; - - - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property admin_tenant of obj type openstacklogin field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as "admin". - * @return adminTenant - */ - @VsoMethod - public String getAdminTenant() { - return adminTenant; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property admin_tenant of obj type openstacklogin field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as "admin". - * @param adminTenant set the adminTenant. - */ - @VsoMethod - public void setAdminTenant(String adminTenant) { - this.adminTenant = adminTenant; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property auth_url of obj type openstacklogin field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return authUrl - */ - @VsoMethod - public String getAuthUrl() { - return authUrl; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property auth_url of obj type openstacklogin field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param authUrl set the authUrl. - */ - @VsoMethod - public void setAuthUrl(String authUrl) { - this.authUrl = authUrl; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property keystone_host of obj type openstacklogin field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return keystoneHost - */ - @VsoMethod - public String getKeystoneHost() { - return keystoneHost; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property keystone_host of obj type openstacklogin field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param keystoneHost set the keystoneHost. - */ - @VsoMethod - public void setKeystoneHost(String keystoneHost) { - this.keystoneHost = keystoneHost; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property password of obj type openstacklogin field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return password - */ - @VsoMethod - public String getPassword() { - return password; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property password of obj type openstacklogin field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param password set the password. - */ - @VsoMethod - public void setPassword(String password) { - this.password = password; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property region of obj type openstacklogin field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return region - */ - @VsoMethod - public String getRegion() { - return region; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property region of obj type openstacklogin field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @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 username of obj type openstacklogin field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return username - */ - @VsoMethod - public String getUsername() { - return username; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property username of obj type openstacklogin field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param username set the username. - */ - @VsoMethod - public void setUsername(String username) { - this.username = username; - } - - - -@Override -public boolean equals(java.lang.Object o) { - if (this == o) { - return true; - } - if (o == null || getClass() != o.getClass()) { - return false; - } - OpenstackLogin objOpenstackLogin = (OpenstackLogin) o; - return Objects.equals(this.username, objOpenstackLogin.username)&& - Objects.equals(this.password, objOpenstackLogin.password)&& - Objects.equals(this.adminTenant, objOpenstackLogin.adminTenant)&& - Objects.equals(this.keystoneHost, objOpenstackLogin.keystoneHost)&& - Objects.equals(this.region, objOpenstackLogin.region)&& - Objects.equals(this.authUrl, objOpenstackLogin.authUrl); -} - -@Override -public String toString() { - StringBuilder sb = new StringBuilder(); - sb.append("class OpenstackLogin {\n"); - sb.append(" adminTenant: ").append(toIndentedString(adminTenant)).append("\n"); - sb.append(" authUrl: ").append(toIndentedString(authUrl)).append("\n"); - sb.append(" keystoneHost: ").append(toIndentedString(keystoneHost)).append("\n"); - sb.append(" password: ").append(toIndentedString(password)).append("\n"); - sb.append(" region: ").append(toIndentedString(region)).append("\n"); - sb.append(" username: ").append(toIndentedString(username)).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/OperationalStatus.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OperationalStatus.java index cc7c5af6..3bc96509 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OperationalStatus.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OperationalStatus.java @@ -49,7 +49,7 @@ public class OperationalStatus extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property last_changed_time of obj type operationalstatus 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 */ @@ -60,7 +60,7 @@ public TimeStamp getLastChangedTime() { /** * This is the setter method to the attribute. - * Placeholder for description of property last_changed_time of obj type operationalstatus 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. */ @@ -71,7 +71,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 operationalstatus 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 reason */ @@ -82,7 +82,7 @@ public List getReason() { /** * This is the setter method. this will set the reason - * Placeholder for description of property reason of obj type operationalstatus 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 reason */ @@ -93,7 +93,7 @@ public void setReason(List reason) { /** * This is the setter method this will set the reason - * Placeholder for description of property reason of obj type operationalstatus 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 reason */ @@ -109,7 +109,7 @@ public OperationalStatus addReasonItem(String reasonItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason_code of obj type operationalstatus 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 reasonCode */ @@ -120,7 +120,7 @@ public Integer getReasonCode() { /** * This is the setter method to the attribute. - * Placeholder for description of property reason_code of obj type operationalstatus 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 reasonCode set the reasonCode. */ @@ -131,7 +131,7 @@ public void setReasonCode(Integer reasonCode) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason_code_string of obj type operationalstatus field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reasonCodeString */ @@ -142,7 +142,7 @@ public String getReasonCodeString() { /** * This is the setter method to the attribute. - * Placeholder for description of property reason_code_string of obj type operationalstatus field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reasonCodeString set the reasonCodeString. */ @@ -156,6 +156,7 @@ public void setReasonCodeString(String reasonCodeString) { * Enum options - OPER_UP, OPER_DOWN, OPER_CREATING, OPER_RESOURCES, OPER_INACTIVE, OPER_DISABLED, OPER_UNUSED, OPER_UNKNOWN, OPER_PROCESSING, * OPER_INITIALIZING, OPER_ERROR_DISABLED, OPER_AWAIT_MANUAL_PLACEMENT, OPER_UPGRADING, OPER_SE_PROCESSING, OPER_PARTITIONED, OPER_DISABLING, * OPER_FAILED, OPER_UNAVAIL. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "OPER_UNAVAIL". * @return state */ @@ -169,6 +170,7 @@ public String getState() { * Enum options - OPER_UP, OPER_DOWN, OPER_CREATING, OPER_RESOURCES, OPER_INACTIVE, OPER_DISABLED, OPER_UNUSED, OPER_UNKNOWN, OPER_PROCESSING, * OPER_INITIALIZING, OPER_ERROR_DISABLED, OPER_AWAIT_MANUAL_PLACEMENT, OPER_UPGRADING, OPER_SE_PROCESSING, OPER_PARTITIONED, OPER_DISABLING, * OPER_FAILED, OPER_UNAVAIL. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "OPER_UNAVAIL". * @param state set the state. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpsHistory.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpsHistory.java index 7524c85f..bd5e2bf1 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpsHistory.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OpsHistory.java @@ -77,6 +77,7 @@ public class OpsHistory extends AviRestResource { * Duration of upgrade operation in seconds. * Field introduced in 20.1.4. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return duration */ @@ -90,6 +91,7 @@ public Integer getDuration() { * Duration of upgrade operation in seconds. * Field introduced in 20.1.4. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param duration set the duration. */ @@ -102,6 +104,7 @@ public void setDuration(Integer duration) { * This is the getter method this will return the attribute value. * End time of upgrade operation. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endTime */ @@ -114,6 +117,7 @@ public String getEndTime() { * This is the setter method to the attribute. * End time of upgrade operation. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endTime set the endTime. */ @@ -127,6 +131,7 @@ public void setEndTime(String endTime) { * Upgrade operation performed. * Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME. * 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 ops */ @@ -140,6 +145,7 @@ public String getOps() { * Upgrade operation performed. * Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME. * 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 ops set the ops. */ @@ -152,6 +158,7 @@ public void setOps(String ops) { * This is the getter method this will return the attribute value. * Patch after the upgrade operation. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchVersion */ @@ -164,6 +171,7 @@ public String getPatchVersion() { * This is the setter method to the attribute. * Patch after the upgrade operation. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patchVersion set the patchVersion. */ @@ -176,6 +184,7 @@ public void setPatchVersion(String patchVersion) { * This is the getter method this will return the attribute value. * Serviceenginegroup/se events for upgrade operation. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeEvents */ @@ -188,6 +197,7 @@ public List getSeUpgradeEvents() { * This is the setter method. this will set the seUpgradeEvents * Serviceenginegroup/se events for upgrade operation. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeEvents */ @@ -200,6 +210,7 @@ public void setSeUpgradeEvents(List seUpgradeEvents) { * This is the setter method this will set the seUpgradeEvents * Serviceenginegroup/se events for upgrade operation. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeEvents */ @@ -217,6 +228,7 @@ public OpsHistory addSeUpgradeEventsItem(SeUpgradeEvents seUpgradeEventsItem) { * This is the getter method this will return the attribute value. * Segroup status for the upgrade operation. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return segStatus */ @@ -229,6 +241,7 @@ public SeGroupStatus getSegStatus() { * This is the setter method to the attribute. * Segroup status for the upgrade operation. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param segStatus set the segStatus. */ @@ -241,6 +254,7 @@ public void setSegStatus(SeGroupStatus segStatus) { * This is the getter method this will return the attribute value. * Start time of upgrade operation. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startTime */ @@ -253,6 +267,7 @@ public String getStartTime() { * This is the setter method to the attribute. * Start time of upgrade operation. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startTime set the startTime. */ @@ -265,6 +280,7 @@ public void setStartTime(String startTime) { * This is the getter method this will return the attribute value. * Upgrade operation status. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return state */ @@ -277,6 +293,7 @@ public UpgradeOpsState getState() { * This is the setter method to the attribute. * Upgrade operation status. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param state set the state. */ @@ -290,6 +307,7 @@ public void setState(UpgradeOpsState state) { * Record of pre/post snapshot captured for current upgrade operation. * It is a reference to an object of type statediffoperation. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return statediffRef */ @@ -303,6 +321,7 @@ public String getStatediffRef() { * Record of pre/post snapshot captured for current upgrade operation. * It is a reference to an object of type statediffoperation. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param statediffRef set the statediffRef. */ @@ -315,6 +334,7 @@ public void setStatediffRef(String statediffRef) { * This is the getter method this will return the attribute value. * Controller events for upgrade operation. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return upgradeEvents */ @@ -327,6 +347,7 @@ public List getUpgradeEvents() { * This is the setter method. this will set the upgradeEvents * Controller events for upgrade operation. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return upgradeEvents */ @@ -339,6 +360,7 @@ public void setUpgradeEvents(List upgradeEvents) { * This is the setter method this will set the upgradeEvents * Controller events for upgrade operation. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return upgradeEvents */ @@ -356,6 +378,7 @@ public OpsHistory addUpgradeEventsItem(EventMap upgradeEventsItem) { * This is the getter method this will return the attribute value. * Image after the upgrade operation. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -368,6 +391,7 @@ public String getVersion() { * This is the setter method to the attribute. * Image after the upgrade operation. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * 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/OrgServiceUnits.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OrgServiceUnits.java new file mode 100644 index 00000000..07fd2413 --- /dev/null +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OrgServiceUnits.java @@ -0,0 +1,157 @@ +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 OrgServiceUnits is a POJO class extends AviRestResource that used for creating + * OrgServiceUnits. + * + * @version 1.0 + * @since + * + */ +@VsoObject(create = false, name = "OrgServiceUnits") +@VsoFinder(name = Constants.FINDER_VRO_ORGSERVICEUNITS) +@JsonIgnoreProperties(ignoreUnknown = true) +@Service +public class OrgServiceUnits extends AviRestResource { + @JsonProperty("available_service_units") + @JsonInclude(Include.NON_NULL) + private Float availableServiceUnits = null; + + @JsonProperty("org_id") + @JsonInclude(Include.NON_NULL) + private String orgId = null; + + @JsonProperty("used_service_units") + @JsonInclude(Include.NON_NULL) + private Float usedServiceUnits = null; + + + + /** + * This is the getter method this will return the attribute value. + * Available service units on pulse portal. + * Field introduced in 21.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return availableServiceUnits + */ + @VsoMethod + public Float getAvailableServiceUnits() { + return availableServiceUnits; + } + + /** + * This is the setter method to the attribute. + * Available service units on pulse portal. + * Field introduced in 21.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param availableServiceUnits set the availableServiceUnits. + */ + @VsoMethod + public void setAvailableServiceUnits(Float availableServiceUnits) { + this.availableServiceUnits = availableServiceUnits; + } + + /** + * This is the getter method this will return the attribute value. + * Organization id. + * Field introduced in 21.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return orgId + */ + @VsoMethod + public String getOrgId() { + return orgId; + } + + /** + * This is the setter method to the attribute. + * Organization id. + * Field introduced in 21.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param orgId set the orgId. + */ + @VsoMethod + public void setOrgId(String orgId) { + this.orgId = orgId; + } + + /** + * This is the getter method this will return the attribute value. + * Used service units on pulse portal. + * Field introduced in 21.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return usedServiceUnits + */ + @VsoMethod + public Float getUsedServiceUnits() { + return usedServiceUnits; + } + + /** + * This is the setter method to the attribute. + * Used service units on pulse portal. + * Field introduced in 21.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @param usedServiceUnits set the usedServiceUnits. + */ + @VsoMethod + public void setUsedServiceUnits(Float usedServiceUnits) { + this.usedServiceUnits = usedServiceUnits; + } + + + +@Override +public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + OrgServiceUnits objOrgServiceUnits = (OrgServiceUnits) o; + return Objects.equals(this.orgId, objOrgServiceUnits.orgId)&& + Objects.equals(this.availableServiceUnits, objOrgServiceUnits.availableServiceUnits)&& + Objects.equals(this.usedServiceUnits, objOrgServiceUnits.usedServiceUnits); +} + +@Override +public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class OrgServiceUnits {\n"); + sb.append(" availableServiceUnits: ").append(toIndentedString(availableServiceUnits)).append("\n"); + sb.append(" orgId: ").append(toIndentedString(orgId)).append("\n"); + sb.append(" usedServiceUnits: ").append(toIndentedString(usedServiceUnits)).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/OshiftDockerRegistryMetaData.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OshiftDockerRegistryMetaData.java index d2acb359..238ca7d7 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OshiftDockerRegistryMetaData.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OshiftDockerRegistryMetaData.java @@ -42,6 +42,7 @@ public class OshiftDockerRegistryMetaData extends AviRestResource { /** * This is the getter method this will return the attribute value. * Namespace for the serviceengine image to be hosted in openshift integrated registry. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default". * @return registryNamespace */ @@ -53,6 +54,7 @@ public String getRegistryNamespace() { /** * This is the setter method to the attribute. * Namespace for the serviceengine image to be hosted in openshift integrated registry. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "default". * @param registryNamespace set the registryNamespace. */ @@ -64,6 +66,7 @@ public void setRegistryNamespace(String registryNamespace) { /** * This is the getter method this will return the attribute value. * Name of the integrated registry service in openshift. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "docker-registry". * @return registryService */ @@ -75,6 +78,7 @@ public String getRegistryService() { /** * This is the setter method to the attribute. * Name of the integrated registry service in openshift. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "docker-registry". * @param registryService set the registryService. */ @@ -91,6 +95,7 @@ public void setRegistryService(String registryService) { * can be used for this vip and ip pool can start from 172.50.0.3 onwards. * Use this static vip in '--insecure-registry 5000' docker config if using an insecure registry or add this to the list of ips/hostnames * when generating certificates if using a secure tls registry. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return registryVip */ @@ -107,6 +112,7 @@ public IpAddr getRegistryVip() { * can be used for this vip and ip pool can start from 172.50.0.3 onwards. * Use this static vip in '--insecure-registry 5000' docker config if using an insecure registry or add this to the list of ips/hostnames * when generating certificates if using a secure tls registry. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param registryVip set the registryVip. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OshiftSharedVirtualService.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OshiftSharedVirtualService.java index d264724d..a7258a7c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OshiftSharedVirtualService.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OshiftSharedVirtualService.java @@ -35,6 +35,7 @@ public class OshiftSharedVirtualService extends AviRestResource { * Name of shared virtualservice. * Virtualservice will be created automatically by cloud connector. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return virtualserviceName */ @@ -48,6 +49,7 @@ public String getVirtualserviceName() { * Name of shared virtualservice. * Virtualservice will be created automatically by cloud connector. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param virtualserviceName set the virtualserviceName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OutOfBandRequestLog.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OutOfBandRequestLog.java index 4ab76cba..0a2b72a0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OutOfBandRequestLog.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OutOfBandRequestLog.java @@ -34,6 +34,7 @@ public class OutOfBandRequestLog extends AviRestResource { * This is the getter method this will return the attribute value. * Logs for out-of-band requests sent from the datascript. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dsReqLogs */ @@ -46,6 +47,7 @@ public List getDsReqLogs() { * This is the setter method. this will set the dsReqLogs * Logs for out-of-band requests sent from the datascript. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dsReqLogs */ @@ -58,6 +60,7 @@ public void setDsReqLogs(List dsReqLogs) { * This is the setter method this will set the dsReqLogs * Logs for out-of-band requests sent from the datascript. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dsReqLogs */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OverallInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OverallInfo.java index 27a3777f..451e9e4f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OverallInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/OverallInfo.java @@ -48,7 +48,7 @@ public class OverallInfo extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property available of obj type overallinfo 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 available */ @@ -59,7 +59,7 @@ public Integer getAvailable() { /** * This is the setter method to the attribute. - * Placeholder for description of property available of obj type overallinfo 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 available set the available. */ @@ -70,7 +70,7 @@ public void setAvailable(Integer available) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property free_percent of obj type overallinfo field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return freePercent */ @@ -81,7 +81,7 @@ public String getFreePercent() { /** * This is the setter method to the attribute. - * Placeholder for description of property free_percent of obj type overallinfo field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param freePercent set the freePercent. */ @@ -92,7 +92,7 @@ public void setFreePercent(String freePercent) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property path of obj type overallinfo field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -103,7 +103,7 @@ public String getPath() { /** * This is the setter method to the attribute. - * Placeholder for description of property path of obj type overallinfo field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -114,7 +114,7 @@ public void setPath(String path) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property size of obj type overallinfo 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 size */ @@ -125,7 +125,7 @@ public Integer getSize() { /** * This is the setter method to the attribute. - * Placeholder for description of property size of obj type overallinfo 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 size set the size. */ @@ -136,7 +136,7 @@ public void setSize(Integer size) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property used of obj type overallinfo 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 used */ @@ -147,7 +147,7 @@ public Integer getUsed() { /** * This is the setter method to the attribute. - * Placeholder for description of property used of obj type overallinfo 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 used set the used. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PGDeploymentRule.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PGDeploymentRule.java index 82386ceb..48b3a265 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PGDeploymentRule.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PGDeploymentRule.java @@ -40,7 +40,7 @@ public class PGDeploymentRule extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property metric_id of obj type pgdeploymentrule field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "health.health_score_value". * @return metricId */ @@ -51,7 +51,7 @@ public String getMetricId() { /** * This is the setter method to the attribute. - * Placeholder for description of property metric_id of obj type pgdeploymentrule field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "health.health_score_value". * @param metricId set the metricId. */ @@ -63,6 +63,7 @@ public void setMetricId(String metricId) { /** * This is the getter method this will return the attribute value. * Enum options - CO_EQ, CO_GT, CO_GE, CO_LT, CO_LE, CO_NE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "CO_GE". * @return operator */ @@ -74,6 +75,7 @@ public String getOperator() { /** * This is the setter method to the attribute. * Enum options - CO_EQ, CO_GT, CO_GE, CO_LT, CO_LE, CO_NE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "CO_GE". * @param operator set the operator. */ @@ -86,6 +88,7 @@ public void setOperator(String operator) { * This is the getter method this will return the attribute value. * Metric threshold that is used as the pass fail. * If it is not provided then it will simply compare it with current pool vs new pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return threshold */ @@ -98,6 +101,7 @@ public Float getThreshold() { * This is the setter method to the attribute. * Metric threshold that is used as the pass fail. * If it is not provided then it will simply compare it with current pool vs new pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/PGDeploymentRuleResult.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PGDeploymentRuleResult.java index ee34af9d..d56e21ba 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PGDeploymentRuleResult.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PGDeploymentRuleResult.java @@ -43,6 +43,7 @@ public class PGDeploymentRuleResult extends AviRestResource { * This is the getter method this will return the attribute value. * Metric value that is used as the pass fail. * If it is not provided then it will simply compare it with current pool vs new pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricValue */ @@ -55,6 +56,7 @@ public Float getMetricValue() { * This is the setter method to the attribute. * Metric value that is used as the pass fail. * If it is not provided then it will simply compare it with current pool vs new pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricValue set the metricValue. */ @@ -66,6 +68,7 @@ public void setMetricValue(Float metricValue) { /** * This is the getter method this will return the attribute value. * Whether rule passed or failed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return result */ @@ -77,6 +80,7 @@ public Boolean getResult() { /** * This is the setter method to the attribute. * Whether rule passed or failed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param result set the result. */ @@ -88,6 +92,7 @@ public void setResult(Boolean result) { /** * This is the getter method this will return the attribute value. * Rule used for evaluation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rule */ @@ -99,6 +104,7 @@ public PGDeploymentRule getRule() { /** * This is the setter method to the attribute. * Rule used for evaluation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rule set the rule. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PKIProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PKIProfile.java index dc82b4b7..12fa5762 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PKIProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PKIProfile.java @@ -81,6 +81,7 @@ public class PKIProfile extends AviRestResource { /** * This is the getter method this will return the attribute value. * List of certificate authorities (root and intermediate) trusted that is used for certificate validation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return caCerts */ @@ -92,6 +93,7 @@ public List getCaCerts() { /** * This is the setter method. this will set the caCerts * List of certificate authorities (root and intermediate) trusted that is used for certificate validation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return caCerts */ @@ -103,6 +105,7 @@ public void setCaCerts(List caCerts) { /** * This is the setter method this will set the caCerts * List of certificate authorities (root and intermediate) trusted that is used for certificate validation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return caCerts */ @@ -119,6 +122,7 @@ public PKIProfile addCaCertsItem(SSLCertificate caCertsItem) { /** * This is the getter method this will return the attribute value. * Creator name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -130,6 +134,7 @@ public String getCreatedBy() { /** * This is the setter method to the attribute. * Creator name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -141,6 +146,7 @@ public void setCreatedBy(String createdBy) { /** * This is the getter method this will return the attribute value. * When enabled, avi will verify via crl checks that certificates in the trust chain have not been revoked. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return crlCheck */ @@ -152,6 +158,7 @@ public Boolean getCrlCheck() { /** * This is the setter method to the attribute. * When enabled, avi will verify via crl checks that certificates in the trust chain have not been revoked. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param crlCheck set the crlCheck. */ @@ -163,6 +170,7 @@ public void setCrlCheck(Boolean crlCheck) { /** * This is the getter method this will return the attribute value. * Certificate revocation lists. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return crls */ @@ -174,6 +182,7 @@ public List getCrls() { /** * This is the setter method. this will set the crls * Certificate revocation lists. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return crls */ @@ -185,6 +194,7 @@ public void setCrls(List crls) { /** * This is the setter method this will set the crls * Certificate revocation lists. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return crls */ @@ -202,8 +212,9 @@ public PKIProfile addCrlsItem(CRL crlsItem) { * This is the getter method this will return the attribute value. * When enabled, avi will not trust intermediate and root certs presented by a client. * Instead, only the chain certs configured in the certificate authority section will be used to verify trust of the client's cert. - * Allowed in basic(allowed values- true) edition, essentials(allowed values- true) edition, enterprise edition. - * Special default for basic edition is true, essentials edition is true, enterprise is false. + * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with + * cloud services edition. + * Special default for essentials edition is true, basic edition is true, enterprise is false. * @return ignorePeerChain */ @VsoMethod @@ -215,8 +226,9 @@ public Boolean getIgnorePeerChain() { * This is the setter method to the attribute. * When enabled, avi will not trust intermediate and root certs presented by a client. * Instead, only the chain certs configured in the certificate authority section will be used to verify trust of the client's cert. - * Allowed in basic(allowed values- true) edition, essentials(allowed values- true) edition, enterprise edition. - * Special default for basic edition is true, essentials edition is true, enterprise is false. + * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with + * cloud services edition. + * Special default for essentials edition is true, basic edition is true, enterprise is false. * @param ignorePeerChain set the ignorePeerChain. */ @VsoMethod @@ -230,6 +242,7 @@ public void setIgnorePeerChain(Boolean ignorePeerChain) { * If the field is set to false, then the object is visible within the controller-cluster and its associated service-engines. * If the field is set to true, then the object is replicated across the federation. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isFederated */ @@ -244,6 +257,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. */ @@ -259,6 +273,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 @@ -273,6 +288,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 @@ -287,6 +303,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 @@ -303,7 +320,8 @@ public PKIProfile 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 */ @@ -316,7 +334,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 */ @@ -329,7 +348,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 */ @@ -346,6 +366,7 @@ public PKIProfile addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. * Name of the pki profile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -357,6 +378,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. */ @@ -368,6 +390,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 */ @@ -379,6 +402,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. */ @@ -408,7 +432,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 */ @@ -419,7 +443,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. */ @@ -432,7 +456,8 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * When enabled, avi will only validate the revocation status of the leaf certificate using crl. * To enable validation for the entire chain, disable this option and provide all the relevant crls. - * Allowed in 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 validateOnlyLeafCrl */ @@ -445,7 +470,8 @@ public Boolean getValidateOnlyLeafCrl() { * This is the setter method to the attribute. * When enabled, avi will only validate the revocation status of the leaf certificate using crl. * To enable validation for the entire chain, disable this option and provide all the relevant crls. - * Allowed in 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 validateOnlyLeafCrl set the validateOnlyLeafCrl. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PaaLog.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PaaLog.java index 4f0790aa..cc61d6c9 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PaaLog.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PaaLog.java @@ -42,6 +42,7 @@ public class PaaLog extends AviRestResource { * This is the getter method this will return the attribute value. * Pingaccess agent cache was used for authentication. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cacheHit */ @@ -54,6 +55,7 @@ public Boolean getCacheHit() { * This is the setter method to the attribute. * Pingaccess agent cache was used for authentication. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cacheHit set the cacheHit. */ @@ -66,6 +68,7 @@ public void setCacheHit(Boolean cacheHit) { * This is the getter method this will return the attribute value. * The pingaccess server required the client request body for authentication. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientRequestBodySent */ @@ -78,6 +81,7 @@ public Boolean getClientRequestBodySent() { * This is the setter method to the attribute. * The pingaccess server required the client request body for authentication. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientRequestBodySent set the clientRequestBodySent. */ @@ -90,6 +94,7 @@ public void setClientRequestBodySent(Boolean clientRequestBodySent) { * This is the getter method this will return the attribute value. * Logs for each request sent to pa server to completeauthentication for the initial request. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestLogs */ @@ -102,6 +107,7 @@ public List getRequestLogs() { * This is the setter method. this will set the requestLogs * Logs for each request sent to pa server to completeauthentication for the initial request. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestLogs */ @@ -114,6 +120,7 @@ public void setRequestLogs(List requestLogs) { * This is the setter method this will set the requestLogs * Logs for each request sent to pa server to completeauthentication for the initial request. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestLogs */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PaaRequestLog.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PaaRequestLog.java index a204d2ad..7c54e851 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PaaRequestLog.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PaaRequestLog.java @@ -66,6 +66,7 @@ public class PaaRequestLog extends AviRestResource { * This is the getter method this will return the attribute value. * Response headers received from pingaccess server. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headersReceivedFromServer */ @@ -78,6 +79,7 @@ public String getHeadersReceivedFromServer() { * This is the setter method to the attribute. * Response headers received from pingaccess server. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param headersReceivedFromServer set the headersReceivedFromServer. */ @@ -90,6 +92,7 @@ public void setHeadersReceivedFromServer(String headersReceivedFromServer) { * This is the getter method this will return the attribute value. * Request headers sent to pingaccess server. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headersSentToServer */ @@ -102,6 +105,7 @@ public String getHeadersSentToServer() { * This is the setter method to the attribute. * Request headers sent to pingaccess server. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param headersSentToServer set the headersSentToServer. */ @@ -114,6 +118,7 @@ public void setHeadersSentToServer(String headersSentToServer) { * This is the getter method this will return the attribute value. * The http version of the request. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpVersion */ @@ -126,6 +131,7 @@ public String getHttpVersion() { * This is the setter method to the attribute. * The http version of the request. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpVersion set the httpVersion. */ @@ -138,6 +144,7 @@ public void setHttpVersion(String httpVersion) { * This is the getter method this will return the attribute value. * The http method of the request. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return method */ @@ -150,6 +157,7 @@ public String getMethod() { * This is the setter method to the attribute. * The http method of the request. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param method set the method. */ @@ -162,6 +170,7 @@ public void setMethod(String method) { * This is the getter method this will return the attribute value. * The name of the pool that was used for the request. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolName */ @@ -174,6 +183,7 @@ public String getPoolName() { * This is the setter method to the attribute. * The name of the pool that was used for the request. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolName set the poolName. */ @@ -186,6 +196,7 @@ public void setPoolName(String poolName) { * This is the getter method this will return the attribute value. * The response code received from the pingaccess server. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return responseCode */ @@ -198,6 +209,7 @@ public Integer getResponseCode() { * This is the setter method to the attribute. * The response code received from the pingaccess server. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param responseCode set the responseCode. */ @@ -210,6 +222,7 @@ public void setResponseCode(Integer responseCode) { * This is the getter method this will return the attribute value. * The ip of the server that was sent the request. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverIp */ @@ -222,6 +235,7 @@ public Integer getServerIp() { * This is the setter method to the attribute. * The ip of the server that was sent the request. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverIp set the serverIp. */ @@ -234,6 +248,7 @@ public void setServerIp(Integer serverIp) { * This is the getter method this will return the attribute value. * Number of servers tried during server reselect before the response is sent back. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return serversTried */ @@ -246,6 +261,7 @@ public Integer getServersTried() { * This is the setter method to the attribute. * Number of servers tried during server reselect before the response is sent back. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param serversTried set the serversTried. */ @@ -258,6 +274,7 @@ public void setServersTried(Integer serversTried) { * This is the getter method this will return the attribute value. * The uri of the request. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriPath */ @@ -270,6 +287,7 @@ public String getUriPath() { * This is the setter method to the attribute. * The uri of the request. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uriPath set the uriPath. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PackageDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PackageDetails.java index 86e38912..1b15445b 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PackageDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PackageDetails.java @@ -48,6 +48,7 @@ public class PackageDetails extends AviRestResource { * This is the getter method this will return the attribute value. * This contains build related information. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return build */ @@ -60,6 +61,7 @@ public BuildInfo getBuild() { * This is the setter method to the attribute. * This contains build related information. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param build set the build. */ @@ -72,6 +74,7 @@ public void setBuild(BuildInfo build) { * This is the getter method this will return the attribute value. * Md5 checksum over the entire package. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hash */ @@ -84,6 +87,7 @@ public String getHash() { * This is the setter method to the attribute. * Md5 checksum over the entire package. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hash set the hash. */ @@ -96,6 +100,7 @@ public void setHash(String hash) { * This is the getter method this will return the attribute value. * Patch related necessary information. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patch */ @@ -108,6 +113,7 @@ public PatchInfo getPatch() { * This is the setter method to the attribute. * Patch related necessary information. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patch set the patch. */ @@ -120,6 +126,7 @@ public void setPatch(PatchInfo patch) { * This is the getter method this will return the attribute value. * Path of the package in the repository. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return path */ @@ -132,6 +139,7 @@ public String getPath() { * This is the setter method to the attribute. * Path of the package in the repository. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/ParamInURI.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ParamInURI.java index c278cc1a..bb5e7ff9 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ParamInURI.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ParamInURI.java @@ -38,6 +38,7 @@ public class ParamInURI extends AviRestResource { * This is the getter method this will return the attribute value. * Param name in hitted signature rule match_element. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramName */ @@ -50,6 +51,7 @@ public String getParamName() { * This is the setter method to the attribute. * Param name in hitted signature rule match_element. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param paramName set the paramName. */ @@ -62,6 +64,7 @@ public void setParamName(String paramName) { * This is the getter method this will return the attribute value. * Param value in hitted signature rule match_element. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -74,6 +77,7 @@ public String getValue() { * This is the setter method to the attribute. * Param value in hitted signature rule match_element. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * 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/ParamInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ParamInfo.java index 96475d41..f15dfbe0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ParamInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ParamInfo.java @@ -46,6 +46,7 @@ public class ParamInfo extends AviRestResource { * This is the getter method this will return the attribute value. * Number of hits for a param. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramHits */ @@ -58,6 +59,7 @@ public Integer getParamHits() { * This is the setter method to the attribute. * Number of hits for a param. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param paramHits set the paramHits. */ @@ -70,6 +72,7 @@ public void setParamHits(Integer paramHits) { * This is the getter method this will return the attribute value. * Param name. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramKey */ @@ -82,6 +85,7 @@ public String getParamKey() { * This is the setter method to the attribute. * Param name. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param paramKey set the paramKey. */ @@ -94,6 +98,7 @@ public void setParamKey(String paramKey) { * This is the getter method this will return the attribute value. * Various param size and its respective hit count. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramSizeClasses */ @@ -106,6 +111,7 @@ public List getParamSizeClasses() { * This is the setter method. this will set the paramSizeClasses * Various param size and its respective hit count. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramSizeClasses */ @@ -118,6 +124,7 @@ public void setParamSizeClasses(List paramSizeClasses) { * This is the setter method this will set the paramSizeClasses * Various param size and its respective hit count. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramSizeClasses */ @@ -135,6 +142,7 @@ public ParamInfo addParamSizeClassesItem(ParamSizeClass paramSizeClassesItem) { * This is the getter method this will return the attribute value. * Various param type and its respective hit count. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramTypeClasses */ @@ -147,6 +155,7 @@ public List getParamTypeClasses() { * This is the setter method. this will set the paramTypeClasses * Various param type and its respective hit count. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramTypeClasses */ @@ -159,6 +168,7 @@ public void setParamTypeClasses(List paramTypeClasses) { * This is the setter method this will set the paramTypeClasses * Various param type and its respective hit count. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramTypeClasses */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ParamSizeClass.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ParamSizeClass.java index 0d918a76..771e7b5c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ParamSizeClass.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ParamSizeClass.java @@ -37,6 +37,7 @@ public class ParamSizeClass 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 hits */ @@ -48,6 +49,7 @@ public Integer getHits() { /** * 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 hits set the hits. */ @@ -60,6 +62,7 @@ public void setHits(Integer hits) { * This is the getter method this will return the attribute value. * Enum options - EMPTY, SMALL, MEDIUM, LARGE, UNLIMITED. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return len */ @@ -72,6 +75,7 @@ public String getLen() { * This is the setter method to the attribute. * Enum options - EMPTY, SMALL, MEDIUM, LARGE, UNLIMITED. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param len set the len. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ParamTypeClass.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ParamTypeClass.java index 2670bd21..9430326d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ParamTypeClass.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ParamTypeClass.java @@ -37,6 +37,7 @@ public class ParamTypeClass 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 hits */ @@ -48,6 +49,7 @@ public Integer getHits() { /** * 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 hits set the hits. */ @@ -61,6 +63,7 @@ public void setHits(Integer hits) { * Enum options - PARAM_FLAG, PARAM_DIGITS, PARAM_HEXDIGITS, PARAM_WORD, PARAM_SAFE_TEXT, PARAM_SAFE_TEXT_MULTILINE, PARAM_TEXT, * PARAM_TEXT_MULTILINE, PARAM_ALL. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -74,6 +77,7 @@ public String getType() { * Enum options - PARAM_FLAG, PARAM_DIGITS, PARAM_HEXDIGITS, PARAM_WORD, PARAM_SAFE_TEXT, PARAM_SAFE_TEXT_MULTILINE, PARAM_TEXT, * PARAM_TEXT_MULTILINE, PARAM_ALL. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/ParamsInURI.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ParamsInURI.java index c2addd34..09bbe2e2 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ParamsInURI.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ParamsInURI.java @@ -34,6 +34,7 @@ public class ParamsInURI extends AviRestResource { * This is the getter method this will return the attribute value. * Params info in hitted signature rule which has args match element. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramInfo */ @@ -46,6 +47,7 @@ public List getParamInfo() { * This is the setter method. this will set the paramInfo * Params info in hitted signature rule which has args match element. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramInfo */ @@ -58,6 +60,7 @@ public void setParamInfo(List paramInfo) { * This is the setter method this will set the paramInfo * Params info in hitted signature rule which has args match element. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramInfo */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PartitionInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PartitionInfo.java index 7e44c229..740b7a2f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PartitionInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PartitionInfo.java @@ -40,7 +40,7 @@ public class PartitionInfo extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property path of obj type partitioninfo field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -51,7 +51,7 @@ public String getPath() { /** * This is the setter method to the attribute. - * Placeholder for description of property path of obj type partitioninfo field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -62,7 +62,7 @@ public void setPath(String path) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property quota of obj type partitioninfo 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 quota */ @@ -73,7 +73,7 @@ public Integer getQuota() { /** * This is the setter method to the attribute. - * Placeholder for description of property quota of obj type partitioninfo 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 quota set the quota. */ @@ -84,7 +84,7 @@ public void setQuota(Integer quota) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property size of obj type partitioninfo 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 size */ @@ -95,7 +95,7 @@ public Integer getSize() { /** * This is the setter method to the attribute. - * Placeholder for description of property size of obj type partitioninfo 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 size set the size. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PatchControllerParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PatchControllerParams.java index 79df51ae..9f0106e0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PatchControllerParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PatchControllerParams.java @@ -39,6 +39,7 @@ public class PatchControllerParams extends AviRestResource { * Image uuid for identifying controller patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerPatchRef */ @@ -52,6 +53,7 @@ public String getControllerPatchRef() { * Image uuid for identifying controller patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerPatchRef set the controllerPatchRef. */ @@ -64,6 +66,7 @@ public void setControllerPatchRef(String controllerPatchRef) { * This is the getter method this will return the attribute value. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipWarnings */ @@ -76,6 +79,7 @@ public Boolean getSkipWarnings() { * This is the setter method to the attribute. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipWarnings set the skipWarnings. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PatchData.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PatchData.java index b73d0c3b..c8b4bcff 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PatchData.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PatchData.java @@ -42,6 +42,7 @@ public class PatchData extends AviRestResource { * This is the getter method this will return the attribute value. * Image path of current patch image. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchImagePath */ @@ -54,6 +55,7 @@ public String getPatchImagePath() { * This is the setter method to the attribute. * Image path of current patch image. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patchImagePath set the patchImagePath. */ @@ -67,6 +69,7 @@ public void setPatchImagePath(String patchImagePath) { * Image uuid for identifying the patch. * It is a reference to an object of type image. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchImageRef */ @@ -80,6 +83,7 @@ public String getPatchImageRef() { * Image uuid for identifying the patch. * It is a reference to an object of type image. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patchImageRef set the patchImageRef. */ @@ -92,6 +96,7 @@ public void setPatchImageRef(String patchImageRef) { * This is the getter method this will return the attribute value. * Patch version. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchVersion */ @@ -104,6 +109,7 @@ public String getPatchVersion() { * This is the setter method to the attribute. * Patch version. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patchVersion set the patchVersion. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PatchInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PatchInfo.java index 1fd17d16..87051b53 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PatchInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PatchInfo.java @@ -42,6 +42,7 @@ public class PatchInfo extends AviRestResource { * This is the getter method this will return the attribute value. * Patch type describes the controller or se patch type. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchType */ @@ -54,6 +55,7 @@ public String getPatchType() { * This is the setter method to the attribute. * Patch type describes the controller or se patch type. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patchType set the patchType. */ @@ -66,6 +68,7 @@ public void setPatchType(String patchType) { * This is the getter method this will return the attribute value. * This variable tells whether reboot has to be performed. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reboot */ @@ -78,6 +81,7 @@ public Boolean getReboot() { * This is the setter method to the attribute. * This variable tells whether reboot has to be performed. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reboot set the reboot. */ @@ -90,6 +94,7 @@ public void setReboot(Boolean reboot) { * This is the getter method this will return the attribute value. * This variable is for full list of patch reboot details. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rebootList */ @@ -102,6 +107,7 @@ public List getRebootList() { * This is the setter method. this will set the rebootList * This variable is for full list of patch reboot details. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rebootList */ @@ -114,6 +120,7 @@ public void setRebootList(List rebootList) { * This is the setter method this will set the rebootList * This variable is for full list of patch reboot details. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rebootList */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PatchSeGroupParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PatchSeGroupParams.java index 5997f158..170b20e6 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PatchSeGroupParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PatchSeGroupParams.java @@ -47,6 +47,7 @@ public class PatchSeGroupParams extends AviRestResource { * This is the getter method this will return the attribute value. * Se group options for the patch operations. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupOptions */ @@ -59,6 +60,7 @@ public SeGroupOptions getSeGroupOptions() { * This is the setter method to the attribute. * Se group options for the patch operations. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupOptions set the seGroupOptions. */ @@ -73,6 +75,7 @@ public void setSeGroupOptions(SeGroupOptions seGroupOptions) { * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -87,6 +90,7 @@ public List getSeGroupRefs() { * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -101,6 +105,7 @@ public void setSeGroupRefs(List seGroupRefs) { * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -119,6 +124,7 @@ public PatchSeGroupParams addSeGroupRefsItem(String seGroupRefsItem) { * Image uuid for identifying se patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePatchRef */ @@ -132,6 +138,7 @@ public String getSePatchRef() { * Image uuid for identifying se patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sePatchRef set the sePatchRef. */ @@ -144,6 +151,7 @@ public void setSePatchRef(String sePatchRef) { * This is the getter method this will return the attribute value. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipWarnings */ @@ -156,6 +164,7 @@ public Boolean getSkipWarnings() { * This is the setter method to the attribute. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipWarnings set the skipWarnings. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PatchSystemParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PatchSystemParams.java index d71097df..f8171fa3 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PatchSystemParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PatchSystemParams.java @@ -48,6 +48,7 @@ public class PatchSystemParams extends AviRestResource { * Image uuid for identifying controller patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerPatchRef */ @@ -61,6 +62,7 @@ public String getControllerPatchRef() { * Image uuid for identifying controller patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerPatchRef set the controllerPatchRef. */ @@ -73,6 +75,7 @@ public void setControllerPatchRef(String controllerPatchRef) { * This is the getter method this will return the attribute value. * Se group options for the patch operations. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupOptions */ @@ -85,6 +88,7 @@ public SeGroupOptions getSeGroupOptions() { * This is the setter method to the attribute. * Se group options for the patch operations. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupOptions set the seGroupOptions. */ @@ -98,6 +102,7 @@ public void setSeGroupOptions(SeGroupOptions seGroupOptions) { * Image uuid for identifying se patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePatchRef */ @@ -111,6 +116,7 @@ public String getSePatchRef() { * Image uuid for identifying se patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sePatchRef set the sePatchRef. */ @@ -123,6 +129,7 @@ public void setSePatchRef(String sePatchRef) { * This is the getter method this will return the attribute value. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipWarnings */ @@ -135,6 +142,7 @@ public Boolean getSkipWarnings() { * This is the setter method to the attribute. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipWarnings set the skipWarnings. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PathMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PathMatch.java index e783a397..1bc4c4fb 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PathMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PathMatch.java @@ -46,6 +46,7 @@ public class PathMatch extends AviRestResource { * This is the getter method this will return the attribute value. * Case sensitivity to use for the matching. * Enum options - SENSITIVE, INSENSITIVE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @return matchCase */ @@ -58,6 +59,7 @@ public String getMatchCase() { * This is the setter method to the attribute. * Case sensitivity to use for the matching. * Enum options - SENSITIVE, INSENSITIVE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @param matchCase set the matchCase. */ @@ -71,9 +73,10 @@ public void setMatchCase(String matchCase) { * Criterion to use for matching the path in the http request uri. * Enum options - BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS, DOES_NOT_EQUAL, REGEX_MATCH, * REGEX_DOES_NOT_MATCH. - * Allowed in 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 "CONTAINS". * @return matchCriteria */ @@ -87,9 +90,10 @@ public String getMatchCriteria() { * Criterion to use for matching the path in the http request uri. * Enum options - BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS, DOES_NOT_EQUAL, REGEX_MATCH, * REGEX_DOES_NOT_MATCH. - * Allowed in 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 "CONTAINS". * @param matchCriteria set the matchCriteria. */ @@ -101,6 +105,7 @@ public void setMatchCriteria(String matchCriteria) { /** * This is the getter method this will return the attribute value. * String values. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchStr */ @@ -112,6 +117,7 @@ public List getMatchStr() { /** * This is the setter method. this will set the matchStr * String values. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchStr */ @@ -123,6 +129,7 @@ public void setMatchStr(List matchStr) { /** * This is the setter method this will set the matchStr * String values. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchStr */ @@ -140,6 +147,7 @@ public PathMatch addMatchStrItem(String matchStrItem) { * This is the getter method this will return the attribute value. * Uuid of the string group(s). * It is a reference to an object of type stringgroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ @@ -152,6 +160,7 @@ public List getStringGroupRefs() { * This is the setter method. this will set the stringGroupRefs * Uuid of the string group(s). * It is a reference to an object of type stringgroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ @@ -164,6 +173,7 @@ public void setStringGroupRefs(List stringGroupRefs) { * This is the setter method this will set the stringGroupRefs * Uuid of the string group(s). * It is a reference to an object of type stringgroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PerformanceLimits.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PerformanceLimits.java index 200eb4fe..f0c3d663 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PerformanceLimits.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PerformanceLimits.java @@ -37,6 +37,7 @@ public class PerformanceLimits extends AviRestResource { /** * This is the getter method this will return the attribute value. * The maximum number of concurrent client conections allowed to the virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxConcurrentConnections */ @@ -48,6 +49,7 @@ public Integer getMaxConcurrentConnections() { /** * This is the setter method to the attribute. * The maximum number of concurrent client conections allowed to the virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxConcurrentConnections set the maxConcurrentConnections. */ @@ -59,6 +61,7 @@ public void setMaxConcurrentConnections(Integer maxConcurrentConnections) { /** * This is the getter method this will return the attribute value. * The maximum throughput per second for all clients allowed through the client side of the virtual service per se. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxThroughput */ @@ -70,6 +73,7 @@ public Integer getMaxThroughput() { /** * This is the setter method to the attribute. * The maximum throughput per second for all clients allowed through the client side of the virtual service per se. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxThroughput set the maxThroughput. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Permission.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Permission.java index 77caad6b..0d7b082e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Permission.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Permission.java @@ -45,6 +45,7 @@ public class Permission extends AviRestResource { * PERMISSION_NETWORKPROFILE, PERMISSION_APPLICATIONPROFILE, PERMISSION_HTTPPOLICYSET, PERMISSION_IPADDRGROUP, PERMISSION_STRINGGROUP, * PERMISSION_SSLPROFILE, PERMISSION_SSLKEYANDCERTIFICATE, PERMISSION_NETWORKSECURITYPOLICY, PERMISSION_APPLICATIONPERSISTENCEPROFILE, * PERMISSION_ANALYTICSPROFILE, PERMISSION_VSDATASCRIPTSET, PERMISSION_TENANT, PERMISSION_PKIPROFILE, PERMISSION_AUTHPROFILE, PERMISSION_CLOUD... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return resource */ @@ -59,6 +60,7 @@ public String getResource() { * PERMISSION_NETWORKPROFILE, PERMISSION_APPLICATIONPROFILE, PERMISSION_HTTPPOLICYSET, PERMISSION_IPADDRGROUP, PERMISSION_STRINGGROUP, * PERMISSION_SSLPROFILE, PERMISSION_SSLKEYANDCERTIFICATE, PERMISSION_NETWORKSECURITYPOLICY, PERMISSION_APPLICATIONPERSISTENCEPROFILE, * PERMISSION_ANALYTICSPROFILE, PERMISSION_VSDATASCRIPTSET, PERMISSION_TENANT, PERMISSION_PKIPROFILE, PERMISSION_AUTHPROFILE, PERMISSION_CLOUD... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param resource set the resource. */ @@ -71,6 +73,7 @@ public void setResource(String resource) { * This is the getter method this will return the attribute value. * Limits the scope of write access on the parent resource to modification of only the specified subresources. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subresource */ @@ -83,6 +86,7 @@ public SubResource getSubresource() { * This is the setter method to the attribute. * Limits the scope of write access on the parent resource to modification of only the specified subresources. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subresource set the subresource. */ @@ -94,6 +98,7 @@ public void setSubresource(SubResource subresource) { /** * This is the getter method this will return the attribute value. * Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -105,6 +110,7 @@ public String getType() { /** * This is the setter method to the attribute. * Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/PersistenceFilter.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PersistenceFilter.java index d5a0750f..9d9fff63 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PersistenceFilter.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PersistenceFilter.java @@ -65,6 +65,7 @@ public class PersistenceFilter extends AviRestResource { /** * This is the getter method this will return the attribute value. * Persistence cookie. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return persistenceCookie */ @@ -76,6 +77,7 @@ public String getPersistenceCookie() { /** * This is the setter method to the attribute. * Persistence cookie. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param persistenceCookie set the persistenceCookie. */ @@ -86,7 +88,7 @@ public void setPersistenceCookie(String persistenceCookie) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property persistence_end_ip of obj type persistencefilter 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 persistenceEndIp */ @@ -97,7 +99,7 @@ public IpAddr getPersistenceEndIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property persistence_end_ip of obj type persistencefilter 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 persistenceEndIp set the persistenceEndIp. */ @@ -108,7 +110,7 @@ public void setPersistenceEndIp(IpAddr persistenceEndIp) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property persistence_ip of obj type persistencefilter 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 persistenceIp */ @@ -119,7 +121,7 @@ public IpAddr getPersistenceIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property persistence_ip of obj type persistencefilter 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 persistenceIp set the persistenceIp. */ @@ -130,7 +132,7 @@ public void setPersistenceIp(IpAddr persistenceIp) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property persistence_mask of obj type persistencefilter 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 persistenceMask */ @@ -141,7 +143,7 @@ public Integer getPersistenceMask() { /** * This is the setter method to the attribute. - * Placeholder for description of property persistence_mask of obj type persistencefilter 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 persistenceMask set the persistenceMask. */ @@ -152,7 +154,7 @@ public void setPersistenceMask(Integer persistenceMask) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server_end_ip of obj type persistencefilter 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 serverEndIp */ @@ -163,7 +165,7 @@ public IpAddr getServerEndIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_end_ip of obj type persistencefilter 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 serverEndIp set the serverEndIp. */ @@ -174,7 +176,7 @@ public void setServerEndIp(IpAddr serverEndIp) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server_ip of obj type persistencefilter 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 serverIp */ @@ -185,7 +187,7 @@ public IpAddr getServerIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_ip of obj type persistencefilter 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 serverIp set the serverIp. */ @@ -196,7 +198,7 @@ public void setServerIp(IpAddr serverIp) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server_mask of obj type persistencefilter 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 serverMask */ @@ -207,7 +209,7 @@ public Integer getServerMask() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_mask of obj type persistencefilter 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 serverMask set the serverMask. */ @@ -218,7 +220,7 @@ public void setServerMask(Integer serverMask) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server_port of obj type persistencefilter 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 serverPort */ @@ -229,7 +231,7 @@ public Integer getServerPort() { /** * This is the setter method to the attribute. - * Placeholder for description of property server_port of obj type persistencefilter 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 serverPort set the serverPort. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PingAccessAgent.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PingAccessAgent.java index 8d42e996..d39fe406 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PingAccessAgent.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PingAccessAgent.java @@ -70,6 +70,7 @@ public class PingAccessAgent extends AviRestResource { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -81,6 +82,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -96,6 +98,7 @@ public void setDescription(String description) { * 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 @@ -110,6 +113,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 @@ -124,6 +128,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 @@ -140,7 +145,8 @@ public PingAccessAgent 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 */ @@ -153,7 +159,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 */ @@ -166,7 +173,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 */ @@ -184,6 +192,7 @@ public PingAccessAgent addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * Name of the pingaccess agent. * 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 name */ @@ -196,6 +205,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the pingaccess agent. * 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 name set the name. */ @@ -209,6 +219,7 @@ public void setName(String name) { * Pool containing a primary pingaccess server, as well as any failover servers included in the agent.properties file. * It is a reference to an object of type pool. * 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 pingaccessPoolRef */ @@ -222,6 +233,7 @@ public String getPingaccessPoolRef() { * Pool containing a primary pingaccess server, as well as any failover servers included in the agent.properties file. * It is a reference to an object of type pool. * 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 pingaccessPoolRef set the pingaccessPoolRef. */ @@ -234,6 +246,7 @@ public void setPingaccessPoolRef(String pingaccessPoolRef) { * This is the getter method this will return the attribute value. * The ip and port of the primary pingaccess server. * 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 primaryServer */ @@ -246,6 +259,7 @@ public PoolServer getPrimaryServer() { * This is the setter method to the attribute. * The ip and port of the primary pingaccess server. * 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 primaryServer set the primaryServer. */ @@ -258,6 +272,7 @@ public void setPrimaryServer(PoolServer primaryServer) { * This is the getter method this will return the attribute value. * Pingaccessagent's agent.properties file generated by pingaccess server. * 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 propertiesFileData */ @@ -270,6 +285,7 @@ public String getPropertiesFileData() { * This is the setter method to the attribute. * Pingaccessagent's agent.properties file generated by pingaccess server. * 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 propertiesFileData set the propertiesFileData. */ @@ -282,6 +298,7 @@ public void setPropertiesFileData(String propertiesFileData) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -294,6 +311,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -325,6 +343,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the pingaccess agent. * 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 uuid */ @@ -337,6 +356,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the pingaccess agent. * 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 uuid set the uuid. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PlacementNetwork.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PlacementNetwork.java index ab6fdb97..6597e21a 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PlacementNetwork.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PlacementNetwork.java @@ -38,6 +38,7 @@ public class PlacementNetwork extends AviRestResource { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type network. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkRef */ @@ -49,6 +50,7 @@ public String getNetworkRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type network. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkRef set the networkRef. */ @@ -59,7 +61,7 @@ public void setNetworkRef(String networkRef) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property subnet of obj type placementnetwork 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 subnet */ @@ -70,7 +72,7 @@ public IpAddrPrefix getSubnet() { /** * This is the setter method to the attribute. - * Placeholder for description of property subnet of obj type placementnetwork 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 subnet set the subnet. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PlacementScopeConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PlacementScopeConfig.java index da144fcd..935f7799 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PlacementScopeConfig.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PlacementScopeConfig.java @@ -57,7 +57,7 @@ public class PlacementScopeConfig extends AviRestResource { * This is the getter method this will return the attribute value. * Cluster vsphere ha configuration. * Field introduced in 20.1.7, 21.1.3. - * Allowed in 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 clusters */ @@ -70,7 +70,7 @@ public List getClusters() { * This is the setter method. this will set the clusters * Cluster vsphere ha configuration. * Field introduced in 20.1.7, 21.1.3. - * Allowed in 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 clusters */ @@ -83,7 +83,7 @@ public void setClusters(List clusters) { * This is the setter method this will set the clusters * Cluster vsphere ha configuration. * Field introduced in 20.1.7, 21.1.3. - * Allowed in 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 clusters */ @@ -101,7 +101,7 @@ public PlacementScopeConfig addClustersItem(ClusterHAConfig clustersItem) { * This is the getter method this will return the attribute value. * List of transport node clusters include or exclude. * Field introduced in 20.1.6. - * Allowed in 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 nsxtClusters */ @@ -114,7 +114,7 @@ public NsxtClusters getNsxtClusters() { * This is the setter method to the attribute. * List of transport node clusters include or exclude. * Field introduced in 20.1.6. - * Allowed in 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 nsxtClusters set the nsxtClusters. */ @@ -127,7 +127,7 @@ public void setNsxtClusters(NsxtClusters nsxtClusters) { * This is the getter method this will return the attribute value. * List of shared datastores to include or exclude. * Field introduced in 20.1.2. - * Allowed in 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 nsxtDatastores */ @@ -140,7 +140,7 @@ public NsxtDatastores getNsxtDatastores() { * This is the setter method to the attribute. * List of shared datastores to include or exclude. * Field introduced in 20.1.2. - * Allowed in 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 nsxtDatastores set the nsxtDatastores. */ @@ -153,6 +153,7 @@ public void setNsxtDatastores(NsxtDatastores nsxtDatastores) { * This is the getter method this will return the attribute value. * List of transport nodes include or exclude. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxtHosts */ @@ -165,6 +166,7 @@ public NsxtHosts getNsxtHosts() { * This is the setter method to the attribute. * List of transport nodes include or exclude. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nsxtHosts set the nsxtHosts. */ @@ -177,6 +179,7 @@ public void setNsxtHosts(NsxtHosts nsxtHosts) { * This is the getter method this will return the attribute value. * Folder to place all the service engine virtual machines in vcenter. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterFolder */ @@ -189,6 +192,7 @@ public String getVcenterFolder() { * This is the setter method to the attribute. * Folder to place all the service engine virtual machines in vcenter. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterFolder set the vcenterFolder. */ @@ -202,6 +206,7 @@ public void setVcenterFolder(String vcenterFolder) { * Vcenter server configuration. * It is a reference to an object of type vcenterserver. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterRef */ @@ -215,6 +220,7 @@ public String getVcenterRef() { * Vcenter server configuration. * It is a reference to an object of type vcenterserver. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterRef set the vcenterRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PodToleration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PodToleration.java index 38ad6f62..e99768ca 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PodToleration.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PodToleration.java @@ -51,6 +51,7 @@ public class PodToleration extends AviRestResource { * Effect to match. * Enum options - NO_SCHEDULE, PREFER_NO_SCHEDULE, NO_EXECUTE. * Field introduced in 17.2.14, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return effect */ @@ -64,6 +65,7 @@ public String getEffect() { * Effect to match. * Enum options - NO_SCHEDULE, PREFER_NO_SCHEDULE, NO_EXECUTE. * Field introduced in 17.2.14, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param effect set the effect. */ @@ -76,6 +78,7 @@ public void setEffect(String effect) { * This is the getter method this will return the attribute value. * Key to match. * Field introduced in 17.2.14, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -88,6 +91,7 @@ public String getKey() { * This is the setter method to the attribute. * Key to match. * Field introduced in 17.2.14, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param key set the key. */ @@ -101,6 +105,7 @@ public void setKey(String key) { * Operator to match. * Enum options - EQUAL, EXISTS. * Field introduced in 17.2.14, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "EQUAL". * @return operator */ @@ -114,6 +119,7 @@ public String getOperator() { * Operator to match. * Enum options - EQUAL, EXISTS. * Field introduced in 17.2.14, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "EQUAL". * @param operator set the operator. */ @@ -127,6 +133,7 @@ public void setOperator(String operator) { * Pods that tolerate the taint with a specified toleration_seconds remain bound for the specified amount of time. * Field introduced in 17.2.14, 18.1.5, 18.2.1. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tolerationSeconds */ @@ -140,6 +147,7 @@ public Integer getTolerationSeconds() { * Pods that tolerate the taint with a specified toleration_seconds remain bound for the specified amount of time. * Field introduced in 17.2.14, 18.1.5, 18.2.1. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tolerationSeconds set the tolerationSeconds. */ @@ -152,6 +160,7 @@ public void setTolerationSeconds(Integer tolerationSeconds) { * This is the getter method this will return the attribute value. * Value to match. * Field introduced in 17.2.14, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -164,6 +173,7 @@ public String getValue() { * This is the setter method to the attribute. * Value to match. * Field introduced in 17.2.14, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/Pool.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Pool.java index 8ef8e2c1..0ccfd672 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Pool.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Pool.java @@ -184,6 +184,10 @@ public class Pool extends AviRestResource { @JsonInclude(Include.NON_NULL) private List labels; + @JsonProperty("lb_algo_rr_per_se") + @JsonInclude(Include.NON_NULL) + private Boolean lbAlgoRrPerSe = false; + @JsonProperty("lb_algorithm") @JsonInclude(Include.NON_NULL) private String lbAlgorithm = "LB_ALGORITHM_LEAST_CONNECTIONS"; @@ -346,6 +350,7 @@ public class Pool extends AviRestResource { * This is the getter method this will return the attribute value. * Name of container cloud application that constitutes a pool in a a-b pool configuration, if different from vs app. * Field deprecated in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return aPool */ @VsoMethod @@ -357,6 +362,7 @@ public String getAPool() { * This is the setter method to the attribute. * Name of container cloud application that constitutes a pool in a a-b pool configuration, if different from vs app. * Field deprecated in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param aPool set the aPool. */ @VsoMethod @@ -368,6 +374,7 @@ public void setAPool(String aPool) { * This is the getter method this will return the attribute value. * A/b pool configuration. * Field deprecated in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return abPool */ @VsoMethod @@ -379,6 +386,7 @@ public AbPool getAbPool() { * This is the setter method to the attribute. * A/b pool configuration. * Field deprecated in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param abPool set the abPool. */ @VsoMethod @@ -391,6 +399,7 @@ public void setAbPool(AbPool abPool) { * Priority of this pool in a a-b pool pair. * Internally used. * Field deprecated in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return abPriority */ @VsoMethod @@ -403,6 +412,7 @@ public Integer getAbPriority() { * Priority of this pool in a a-b pool pair. * Internally used. * Field deprecated in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param abPriority set the abPriority. */ @VsoMethod @@ -414,6 +424,7 @@ public void setAbPriority(Integer abPriority) { * This is the getter method this will return the attribute value. * Determines analytics settings for the pool. * Field introduced in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return analyticsPolicy */ @@ -426,6 +437,7 @@ public PoolAnalyticsPolicy getAnalyticsPolicy() { * This is the setter method to the attribute. * Determines analytics settings for the pool. * Field introduced in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param analyticsPolicy set the analyticsPolicy. */ @@ -439,6 +451,7 @@ public void setAnalyticsPolicy(PoolAnalyticsPolicy analyticsPolicy) { * Specifies settings related to analytics. * It is a reference to an object of type analyticsprofile. * Field introduced in 18.1.4,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return analyticsProfileRef */ @@ -452,6 +465,7 @@ public String getAnalyticsProfileRef() { * Specifies settings related to analytics. * It is a reference to an object of type analyticsprofile. * Field introduced in 18.1.4,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param analyticsProfileRef set the analyticsProfileRef. */ @@ -464,6 +478,7 @@ public void setAnalyticsProfileRef(String analyticsProfileRef) { * This is the getter method this will return the attribute value. * Synchronize cisco apic epg members with pool servers. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @return apicEpgName */ @VsoMethod @@ -475,6 +490,7 @@ public String getApicEpgName() { * This is the setter method to the attribute. * Synchronize cisco apic epg members with pool servers. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @param apicEpgName set the apicEpgName. */ @VsoMethod @@ -490,8 +506,9 @@ public void setApicEpgName(String apicEpgName) { * settings as well as http healthmonitors attached to pools. * Enum options - NON_DEFAULT_80_443, NEVER, ALWAYS. * Field introduced in 21.1.1. - * Allowed in basic(allowed values- never) edition, essentials(allowed values- never) edition, enterprise edition. - * Special default for basic edition is never, essentials edition is never, enterprise is non_default_80_443. + * Allowed in enterprise edition with any value, essentials edition(allowed values- never), basic edition(allowed values- never), enterprise with + * cloud services edition. + * Special default for essentials edition is never, basic edition is never, enterprise is non_default_80_443. * @return appendPort */ @VsoMethod @@ -507,8 +524,9 @@ public String getAppendPort() { * settings as well as http healthmonitors attached to pools. * Enum options - NON_DEFAULT_80_443, NEVER, ALWAYS. * Field introduced in 21.1.1. - * Allowed in basic(allowed values- never) edition, essentials(allowed values- never) edition, enterprise edition. - * Special default for basic edition is never, essentials edition is never, enterprise is non_default_80_443. + * Allowed in enterprise edition with any value, essentials edition(allowed values- never), basic edition(allowed values- never), enterprise with + * cloud services edition. + * Special default for essentials edition is never, basic edition is never, enterprise is non_default_80_443. * @param appendPort set the appendPort. */ @VsoMethod @@ -520,6 +538,7 @@ public void setAppendPort(String appendPort) { * This is the getter method this will return the attribute value. * Persistence will ensure the same user sticks to the same server for a desired duration of time. * It is a reference to an object of type applicationpersistenceprofile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return applicationPersistenceProfileRef */ @@ -532,6 +551,7 @@ public String getApplicationPersistenceProfileRef() { * This is the setter method to the attribute. * Persistence will ensure the same user sticks to the same server for a desired duration of time. * It is a reference to an object of type applicationpersistenceprofile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param applicationPersistenceProfileRef set the applicationPersistenceProfileRef. */ @@ -544,6 +564,7 @@ public void setApplicationPersistenceProfileRef(String applicationPersistencePr * This is the getter method this will return the attribute value. * If configured then avi will trigger orchestration of pool server creation and deletion. * It is a reference to an object of type autoscalelaunchconfig. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return autoscaleLaunchConfigRef */ @@ -556,6 +577,7 @@ public String getAutoscaleLaunchConfigRef() { * This is the setter method to the attribute. * If configured then avi will trigger orchestration of pool server creation and deletion. * It is a reference to an object of type autoscalelaunchconfig. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param autoscaleLaunchConfigRef set the autoscaleLaunchConfigRef. */ @@ -567,6 +589,7 @@ public void setAutoscaleLaunchConfigRef(String autoscaleLaunchConfigRef) { /** * This is the getter method this will return the attribute value. * Network ids for the launch configuration. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return autoscaleNetworks */ @@ -578,6 +601,7 @@ public List getAutoscaleNetworks() { /** * This is the setter method. this will set the autoscaleNetworks * Network ids for the launch configuration. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return autoscaleNetworks */ @@ -589,6 +613,7 @@ public void setAutoscaleNetworks(List autoscaleNetworks) { /** * This is the setter method this will set the autoscaleNetworks * Network ids for the launch configuration. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return autoscaleNetworks */ @@ -606,6 +631,7 @@ public Pool addAutoscaleNetworksItem(String autoscaleNetworksItem) { * This is the getter method this will return the attribute value. * Reference to server autoscale policy. * It is a reference to an object of type serverautoscalepolicy. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return autoscalePolicyRef */ @@ -618,6 +644,7 @@ public String getAutoscalePolicyRef() { * This is the setter method to the attribute. * Reference to server autoscale policy. * It is a reference to an object of type serverautoscalepolicy. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param autoscalePolicyRef set the autoscalePolicyRef. */ @@ -629,7 +656,8 @@ public void setAutoscalePolicyRef(String autoscalePolicyRef) { /** * This is the getter method this will return the attribute value. * Inline estimation of capacity of servers. - * Allowed in 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 capacityEstimation */ @@ -641,7 +669,8 @@ public Boolean getCapacityEstimation() { /** * This is the setter method to the attribute. * Inline estimation of capacity of servers. - * 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 capacityEstimation set the capacityEstimation. */ @@ -654,9 +683,10 @@ public void setCapacityEstimation(Boolean capacityEstimation) { * This is the getter method this will return the attribute value. * The maximum time-to-first-byte of a server. * Allowed values are 1-5000. - * Special values are 0 - 'automatic'. + * Special values are 0 - automatic. * Unit is milliseconds. - * 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 capacityEstimationTtfbThresh */ @@ -669,9 +699,10 @@ public Integer getCapacityEstimationTtfbThresh() { * This is the setter method to the attribute. * The maximum time-to-first-byte of a server. * Allowed values are 1-5000. - * Special values are 0 - 'automatic'. + * Special values are 0 - automatic. * Unit is milliseconds. - * 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 capacityEstimationTtfbThresh set the capacityEstimationTtfbThresh. */ @@ -684,6 +715,7 @@ public void setCapacityEstimationTtfbThresh(Integer capacityEstimationTtfbThres * This is the getter method this will return the attribute value. * Checksum of cloud configuration for pool. * Internally set by cloud connector. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudConfigCksum */ @@ -696,6 +728,7 @@ public String getCloudConfigCksum() { * This is the setter method to the attribute. * Checksum of cloud configuration for pool. * Internally set by cloud connector. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudConfigCksum set the cloudConfigCksum. */ @@ -707,6 +740,7 @@ public void setCloudConfigCksum(String cloudConfigCksum) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -718,6 +752,7 @@ public String getCloudRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -730,6 +765,7 @@ public void setCloudRef(String cloudRef) { * This is the getter method this will return the attribute value. * Connnection pool properties. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return connPoolProperties */ @@ -742,6 +778,7 @@ public ConnPoolProperties getConnPoolProperties() { * This is the setter method to the attribute. * Connnection pool properties. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param connPoolProperties set the connPoolProperties. */ @@ -755,10 +792,11 @@ public void setConnPoolProperties(ConnPoolProperties connPoolProperties) { * Duration for which new connections will be gradually ramped up to a server recently brought online. * Useful for lb algorithms that are least connection based. * Allowed values are 1-300. - * Special values are 0 - 'immediate'. + * Special values are 0 - immediate. * Unit is min. - * 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 10. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud + * services edition. + * Special default for essentials edition is 0, basic edition is 0, enterprise is 10. * @return connectionRampDuration */ @VsoMethod @@ -771,10 +809,11 @@ public Integer getConnectionRampDuration() { * Duration for which new connections will be gradually ramped up to a server recently brought online. * Useful for lb algorithms that are least connection based. * Allowed values are 1-300. - * Special values are 0 - 'immediate'. + * Special values are 0 - immediate. * Unit is min. - * 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 10. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud + * services edition. + * Special default for essentials edition is 0, basic edition is 0, enterprise is 10. * @param connectionRampDuration set the connectionRampDuration. */ @VsoMethod @@ -785,6 +824,7 @@ public void setConnectionRampDuration(Integer connectionRampDuration) { /** * This is the getter method this will return the attribute value. * Creator name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -796,6 +836,7 @@ public String getCreatedBy() { /** * This is the setter method to the attribute. * Creator name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -809,6 +850,7 @@ public void setCreatedBy(String createdBy) { * Traffic sent to servers will use this destination server port unless overridden by the server's specific port attribute. * The ssl checkbox enables avi to server encryption. * Allowed values are 1-65535. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 80. * @return defaultServerPort */ @@ -822,6 +864,7 @@ public Integer getDefaultServerPort() { * Traffic sent to servers will use this destination server port unless overridden by the server's specific port attribute. * The ssl checkbox enables avi to server encryption. * Allowed values are 1-65535. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 80. * @param defaultServerPort set the defaultServerPort. */ @@ -837,7 +880,8 @@ public void setDefaultServerPort(Integer defaultServerPort) { * These ips are deleted from the pool when this knob is set to true. * They are disabled, if the knob is set to false. * Field introduced in 18.2.3. - * Allowed in 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 deleteServerOnDnsRefresh */ @@ -853,7 +897,8 @@ public Boolean getDeleteServerOnDnsRefresh() { * These ips are deleted from the pool when this knob is set to true. * They are disabled, if the knob is set to false. * Field introduced in 18.2.3. - * Allowed in 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 deleteServerOnDnsRefresh set the deleteServerOnDnsRefresh. */ @@ -865,6 +910,7 @@ public void setDeleteServerOnDnsRefresh(Boolean deleteServerOnDnsRefresh) { /** * This is the getter method this will return the attribute value. * A description of the pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -876,6 +922,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * A description of the pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -888,6 +935,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Comma separated list of domain names which will be used to verify the common names or subject alternative names presented by server certificates. * It is performed only when common name check host_check_enabled is enabled. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainName */ @@ -900,6 +948,7 @@ public List getDomainName() { * This is the setter method. this will set the domainName * Comma separated list of domain names which will be used to verify the common names or subject alternative names presented by server certificates. * It is performed only when common name check host_check_enabled is enabled. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainName */ @@ -912,6 +961,7 @@ public void setDomainName(List domainName) { * This is the setter method this will set the domainName * Comma separated list of domain names which will be used to verify the common names or subject alternative names presented by server certificates. * It is performed only when common name check host_check_enabled is enabled. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domainName */ @@ -928,6 +978,7 @@ public Pool addDomainNameItem(String domainNameItem) { /** * This is the getter method this will return the attribute value. * Inherited config from virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eastWest */ @@ -939,6 +990,7 @@ public Boolean getEastWest() { /** * This is the setter method to the attribute. * Inherited config from virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eastWest set the eastWest. */ @@ -951,7 +1003,8 @@ public void setEastWest(Boolean eastWest) { * This is the getter method this will return the attribute value. * Enable http/2 for traffic from virtualservice to all backend servers in this pool. * Field introduced in 20.1.1. - * Allowed in 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 enableHttp2 */ @@ -964,7 +1017,8 @@ public Boolean getEnableHttp2() { * This is the setter method to the attribute. * Enable http/2 for traffic from virtualservice to all backend servers in this pool. * Field introduced in 20.1.1. - * Allowed in 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 enableHttp2 set the enableHttp2. */ @@ -977,6 +1031,7 @@ public void setEnableHttp2(Boolean enableHttp2) { * This is the getter method this will return the attribute value. * Enable or disable the pool. * Disabling will terminate all open connections and pause health monitors. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -989,6 +1044,7 @@ public Boolean getEnabled() { * This is the setter method to the attribute. * Enable or disable the pool. * Disabling will terminate all open connections and pause health monitors. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -1002,6 +1058,7 @@ public void setEnabled(Boolean enabled) { * Names of external auto-scale groups for pool servers. * Currently available only for aws and azure. * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return externalAutoscaleGroups */ @@ -1015,6 +1072,7 @@ public List getExternalAutoscaleGroups() { * Names of external auto-scale groups for pool servers. * Currently available only for aws and azure. * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return externalAutoscaleGroups */ @@ -1028,6 +1086,7 @@ public void setExternalAutoscaleGroups(List externalAutoscaleGroups) { * Names of external auto-scale groups for pool servers. * Currently available only for aws and azure. * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return externalAutoscaleGroups */ @@ -1045,6 +1104,7 @@ public Pool addExternalAutoscaleGroupsItem(String externalAutoscaleGroupsItem) { * This is the getter method this will return the attribute value. * Enable an action - close connection, http redirect or local http response - when a pool failure happens. * By default, a connection will be closed, in case the pool experiences a failure. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return failAction */ @@ -1057,6 +1117,7 @@ public FailAction getFailAction() { * This is the setter method to the attribute. * Enable an action - close connection, http redirect or local http response - when a pool failure happens. * By default, a connection will be closed, in case the pool experiences a failure. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param failAction set the failAction. */ @@ -1070,6 +1131,7 @@ public void setFailAction(FailAction failAction) { * Periodicity of feedback for fewest tasks server selection algorithm. * Allowed values are 1-300. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return fewestTasksFeedbackDelay */ @@ -1083,6 +1145,7 @@ public Integer getFewestTasksFeedbackDelay() { * Periodicity of feedback for fewest tasks server selection algorithm. * Allowed values are 1-300. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param fewestTasksFeedbackDelay set the fewestTasksFeedbackDelay. */ @@ -1096,8 +1159,9 @@ public void setFewestTasksFeedbackDelay(Integer fewestTasksFeedbackDelay) { * Used to gracefully disable a server. * Virtual service waits for the specified time before terminating the existing connections to the servers that are disabled. * Allowed values are 1-7200. - * Special values are 0 - 'immediate', -1 - 'infinite'. + * Special values are 0 - immediate, -1 - 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 1. * @return gracefulDisableTimeout */ @@ -1111,8 +1175,9 @@ public Integer getGracefulDisableTimeout() { * Used to gracefully disable a server. * Virtual service waits for the specified time before terminating the existing connections to the servers that are disabled. * Allowed values are 1-7200. - * Special values are 0 - 'immediate', -1 - 'infinite'. + * Special values are 0 - immediate, -1 - 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 1. * @param gracefulDisableTimeout set the gracefulDisableTimeout. */ @@ -1125,7 +1190,7 @@ public void setGracefulDisableTimeout(Integer gracefulDisableTimeout) { * This is the getter method this will return the attribute value. * Indicates if the pool is a site-persistence pool. * Field introduced in 17.2.1. - * Allowed in basic edition, essentials edition, enterprise edition. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @return gslbSpEnabled */ @VsoMethod @@ -1137,7 +1202,7 @@ public Boolean getGslbSpEnabled() { * This is the setter method to the attribute. * Indicates if the pool is a site-persistence pool. * Field introduced in 17.2.1. - * Allowed in basic edition, essentials edition, enterprise edition. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @param gslbSpEnabled set the gslbSpEnabled. */ @VsoMethod @@ -1153,6 +1218,7 @@ public void setGslbSpEnabled(Boolean gslbSpEnabled) { * It raises or lowers the ratio of traffic destined to a server based on successful responses. * It is a reference to an object of type healthmonitor. * Maximum of 50 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return healthMonitorRefs */ @@ -1169,6 +1235,7 @@ public List getHealthMonitorRefs() { * It raises or lowers the ratio of traffic destined to a server based on successful responses. * It is a reference to an object of type healthmonitor. * Maximum of 50 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return healthMonitorRefs */ @@ -1185,6 +1252,7 @@ public void setHealthMonitorRefs(List healthMonitorRefs) { * It raises or lowers the ratio of traffic destined to a server based on successful responses. * It is a reference to an object of type healthmonitor. * Maximum of 50 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return healthMonitorRefs */ @@ -1202,6 +1270,7 @@ public Pool addHealthMonitorRefsItem(String healthMonitorRefsItem) { * This is the getter method this will return the attribute value. * Horizon uag configuration. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return horizonProfile */ @@ -1214,6 +1283,7 @@ public HorizonProfile getHorizonProfile() { * This is the setter method to the attribute. * Horizon uag configuration. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param horizonProfile set the horizonProfile. */ @@ -1226,6 +1296,7 @@ public void setHorizonProfile(HorizonProfile horizonProfile) { * This is the getter method this will return the attribute value. * Enable common name check for server certificate. * If enabled and no explicit domain name is specified, avi will use the incoming host header to do the match. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return hostCheckEnabled */ @@ -1238,6 +1309,7 @@ public Boolean getHostCheckEnabled() { * This is the setter method to the attribute. * Enable common name check for server certificate. * If enabled and no explicit domain name is specified, avi will use the incoming host header to do the match. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param hostCheckEnabled set the hostCheckEnabled. */ @@ -1250,7 +1322,8 @@ public void setHostCheckEnabled(Boolean hostCheckEnabled) { * This is the getter method this will return the attribute value. * Http2 pool properties. * Field introduced in 21.1.1. - * Allowed in 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 http2Properties */ @@ -1263,7 +1336,8 @@ public HTTP2PoolProperties getHttp2Properties() { * This is the setter method to the attribute. * Http2 pool properties. * 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 http2Properties set the http2Properties. */ @@ -1277,6 +1351,7 @@ public void setHttp2Properties(HTTP2PoolProperties http2Properties) { * Ignore the server port in building the load balancing state.applicable only for consistent hash load balancing algorithm or disable port * translation (use_service_port) use cases. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return ignoreServerPort */ @@ -1290,6 +1365,7 @@ public Boolean getIgnoreServerPort() { * Ignore the server port in building the load balancing state.applicable only for consistent hash load balancing algorithm or disable port * translation (use_service_port) use cases. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param ignoreServerPort set the ignoreServerPort. */ @@ -1302,6 +1378,7 @@ public void setIgnoreServerPort(Boolean ignoreServerPort) { * This is the getter method this will return the attribute value. * The passive monitor will monitor client to server connections and requests and adjust traffic load to servers based on successful responses. * This may alter the expected behavior of the lb method, such as round robin. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return inlineHealthMonitor */ @@ -1314,6 +1391,7 @@ public Boolean getInlineHealthMonitor() { * This is the setter method to the attribute. * The passive monitor will monitor client to server connections and requests and adjust traffic load to servers based on successful responses. * This may alter the expected behavior of the lb method, such as round robin. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param inlineHealthMonitor set the inlineHealthMonitor. */ @@ -1326,6 +1404,7 @@ public void setInlineHealthMonitor(Boolean inlineHealthMonitor) { * This is the getter method this will return the attribute value. * Use list of servers from ip address group. * It is a reference to an object of type ipaddrgroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipaddrgroupRef */ @@ -1338,6 +1417,7 @@ public String getIpaddrgroupRef() { * This is the setter method to the attribute. * Use list of servers from ip address group. * It is a reference to an object of type ipaddrgroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipaddrgroupRef set the ipaddrgroupRef. */ @@ -1353,6 +1433,7 @@ public void setIpaddrgroupRef(String ipaddrgroupRef) { * 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 @@ -1367,6 +1448,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 @@ -1381,6 +1463,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 @@ -1393,6 +1476,32 @@ public Pool addLabelsItem(KeyValue labelsItem) { } + /** + * This is the getter method this will return the attribute value. + * Do round robin load load balancing at se level instead of the default per core load balancing. + * 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 false. + * @return lbAlgoRrPerSe + */ + @VsoMethod + public Boolean getLbAlgoRrPerSe() { + return lbAlgoRrPerSe; + } + + /** + * This is the setter method to the attribute. + * Do round robin load load balancing at se level instead of the default per core load balancing. + * 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 false. + * @param lbAlgoRrPerSe set the lbAlgoRrPerSe. + */ + @VsoMethod + public void setLbAlgoRrPerSe(Boolean lbAlgoRrPerSe) { + this.lbAlgoRrPerSe = lbAlgoRrPerSe; + } + /** * This is the getter method this will return the attribute value. * The load balancing algorithm will pick a server within the pool's list of available servers. @@ -1400,8 +1509,9 @@ public Pool addLabelsItem(KeyValue labelsItem) { * Enum options - LB_ALGORITHM_LEAST_CONNECTIONS, LB_ALGORITHM_ROUND_ROBIN, LB_ALGORITHM_FASTEST_RESPONSE, LB_ALGORITHM_CONSISTENT_HASH, * LB_ALGORITHM_LEAST_LOAD, LB_ALGORITHM_FEWEST_SERVERS, LB_ALGORITHM_RANDOM, LB_ALGORITHM_FEWEST_TASKS, LB_ALGORITHM_NEAREST_SERVER, * LB_ALGORITHM_CORE_AFFINITY, LB_ALGORITHM_TOPOLOGY. - * Allowed in basic(allowed values- lb_algorithm_least_connections,lb_algorithm_round_robin,lb_algorithm_consistent_hash) edition, - * essentials(allowed values- lb_algorithm_least_connections,lb_algorithm_round_robin,lb_algorithm_consistent_hash) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- + * lb_algorithm_least_connections,lb_algorithm_round_robin,lb_algorithm_consistent_hash), basic edition(allowed values- + * lb_algorithm_least_connections,lb_algorithm_round_robin,lb_algorithm_consistent_hash), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LB_ALGORITHM_LEAST_CONNECTIONS". * @return lbAlgorithm */ @@ -1417,8 +1527,9 @@ public String getLbAlgorithm() { * Enum options - LB_ALGORITHM_LEAST_CONNECTIONS, LB_ALGORITHM_ROUND_ROBIN, LB_ALGORITHM_FASTEST_RESPONSE, LB_ALGORITHM_CONSISTENT_HASH, * LB_ALGORITHM_LEAST_LOAD, LB_ALGORITHM_FEWEST_SERVERS, LB_ALGORITHM_RANDOM, LB_ALGORITHM_FEWEST_TASKS, LB_ALGORITHM_NEAREST_SERVER, * LB_ALGORITHM_CORE_AFFINITY, LB_ALGORITHM_TOPOLOGY. - * Allowed in basic(allowed values- lb_algorithm_least_connections,lb_algorithm_round_robin,lb_algorithm_consistent_hash) edition, - * essentials(allowed values- lb_algorithm_least_connections,lb_algorithm_round_robin,lb_algorithm_consistent_hash) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- + * lb_algorithm_least_connections,lb_algorithm_round_robin,lb_algorithm_consistent_hash), basic edition(allowed values- + * lb_algorithm_least_connections,lb_algorithm_round_robin,lb_algorithm_consistent_hash), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LB_ALGORITHM_LEAST_CONNECTIONS". * @param lbAlgorithm set the lbAlgorithm. */ @@ -1430,6 +1541,7 @@ public void setLbAlgorithm(String lbAlgorithm) { /** * This is the getter method this will return the attribute value. * Http header name to be used for the hash key. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lbAlgorithmConsistentHashHdr */ @@ -1441,6 +1553,7 @@ public String getLbAlgorithmConsistentHashHdr() { /** * This is the setter method to the attribute. * Http header name to be used for the hash key. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lbAlgorithmConsistentHashHdr set the lbAlgorithmConsistentHashHdr. */ @@ -1454,7 +1567,8 @@ public void setLbAlgorithmConsistentHashHdr(String lbAlgorithmConsistentHashHdr * Degree of non-affinity for core affinity based server selection. * Allowed values are 1-65535. * Field introduced in 17.1.3. - * Allowed in 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 lbAlgorithmCoreNonaffinity */ @@ -1468,7 +1582,8 @@ public Integer getLbAlgorithmCoreNonaffinity() { * Degree of non-affinity for core affinity based server selection. * Allowed values are 1-65535. * Field introduced in 17.1.3. - * Allowed in 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 lbAlgorithmCoreNonaffinity set the lbAlgorithmCoreNonaffinity. */ @@ -1483,8 +1598,8 @@ public void setLbAlgorithmCoreNonaffinity(Integer lbAlgorithmCoreNonaffinity) { * Enum options - LB_ALGORITHM_CONSISTENT_HASH_SOURCE_IP_ADDRESS, LB_ALGORITHM_CONSISTENT_HASH_SOURCE_IP_ADDRESS_AND_PORT, * LB_ALGORITHM_CONSISTENT_HASH_URI, LB_ALGORITHM_CONSISTENT_HASH_CUSTOM_HEADER, LB_ALGORITHM_CONSISTENT_HASH_CUSTOM_STRING, * LB_ALGORITHM_CONSISTENT_HASH_CALLID. - * Allowed in basic(allowed values- lb_algorithm_consistent_hash_source_ip_address) edition, essentials(allowed values- - * lb_algorithm_consistent_hash_source_ip_address) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- lb_algorithm_consistent_hash_source_ip_address), basic + * edition(allowed values- lb_algorithm_consistent_hash_source_ip_address), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LB_ALGORITHM_CONSISTENT_HASH_SOURCE_IP_ADDRESS". * @return lbAlgorithmHash */ @@ -1499,8 +1614,8 @@ public String getLbAlgorithmHash() { * Enum options - LB_ALGORITHM_CONSISTENT_HASH_SOURCE_IP_ADDRESS, LB_ALGORITHM_CONSISTENT_HASH_SOURCE_IP_ADDRESS_AND_PORT, * LB_ALGORITHM_CONSISTENT_HASH_URI, LB_ALGORITHM_CONSISTENT_HASH_CUSTOM_HEADER, LB_ALGORITHM_CONSISTENT_HASH_CUSTOM_STRING, * LB_ALGORITHM_CONSISTENT_HASH_CALLID. - * Allowed in basic(allowed values- lb_algorithm_consistent_hash_source_ip_address) edition, essentials(allowed values- - * lb_algorithm_consistent_hash_source_ip_address) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- lb_algorithm_consistent_hash_source_ip_address), basic + * edition(allowed values- lb_algorithm_consistent_hash_source_ip_address), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LB_ALGORITHM_CONSISTENT_HASH_SOURCE_IP_ADDRESS". * @param lbAlgorithmHash set the lbAlgorithmHash. */ @@ -1513,7 +1628,8 @@ public void setLbAlgorithmHash(String lbAlgorithmHash) { * This is the getter method this will return the attribute value. * Allow server lookup by name. * Field introduced in 17.1.11,17.2.4. - * Allowed in 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 lookupServerByName */ @@ -1526,7 +1642,8 @@ public Boolean getLookupServerByName() { * This is the setter method to the attribute. * Allow server lookup by name. * Field introduced in 17.1.11,17.2.4. - * Allowed in 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 lookupServerByName set the lookupServerByName. */ @@ -1539,7 +1656,8 @@ public void setLookupServerByName(Boolean lookupServerByName) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in 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 */ @@ -1552,7 +1670,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 */ @@ -1565,7 +1684,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 */ @@ -1584,6 +1704,7 @@ public Pool addMarkersItem(RoleFilterMatchLabel markersItem) { * The maximum number of concurrent connections allowed to each server within the pool. * Note applied value will be no less than the number of service engines that the pool is placed on. * If set to 0, no limit is applied. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return maxConcurrentConnectionsPerServer */ @@ -1597,6 +1718,7 @@ public Integer getMaxConcurrentConnectionsPerServer() { * The maximum number of concurrent connections allowed to each server within the pool. * Note applied value will be no less than the number of service engines that the pool is placed on. * If set to 0, no limit is applied. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param maxConcurrentConnectionsPerServer set the maxConcurrentConnectionsPerServer. */ @@ -1608,6 +1730,7 @@ public void setMaxConcurrentConnectionsPerServer(Integer maxConcurrentConnectio /** * This is the getter method this will return the attribute value. * Rate limit connections to each server. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxConnRatePerServer */ @@ -1619,6 +1742,7 @@ public RateProfile getMaxConnRatePerServer() { /** * This is the setter method to the attribute. * Rate limit connections to each server. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxConnRatePerServer set the maxConnRatePerServer. */ @@ -1631,7 +1755,7 @@ public void setMaxConnRatePerServer(RateProfile maxConnRatePerServer) { * This is the getter method this will return the attribute value. * Minimum number of health monitors in up state to mark server up. * Field introduced in 18.2.1, 17.2.12. - * Allowed in 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 minHealthMonitorsUp */ @@ -1644,7 +1768,7 @@ public Integer getMinHealthMonitorsUp() { * This is the setter method to the attribute. * Minimum number of health monitors in up state to mark server up. * Field introduced in 18.2.1, 17.2.12. - * Allowed in 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 minHealthMonitorsUp set the minHealthMonitorsUp. */ @@ -1657,6 +1781,7 @@ public void setMinHealthMonitorsUp(Integer minHealthMonitorsUp) { * This is the getter method this will return the attribute value. * Minimum number of servers in up state for marking the pool up. * Field introduced in 18.2.1, 17.2.12. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return minServersUp */ @@ -1669,6 +1794,7 @@ public Integer getMinServersUp() { * This is the setter method to the attribute. * Minimum number of servers in up state for marking the pool up. * Field introduced in 18.2.1, 17.2.12. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param minServersUp set the minServersUp. */ @@ -1680,6 +1806,7 @@ public void setMinServersUp(Integer minServersUp) { /** * This is the getter method this will return the attribute value. * The name of the pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -1691,6 +1818,7 @@ public String getName() { /** * This is the setter method to the attribute. * The name of the pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -1704,6 +1832,7 @@ public void setName(String name) { * (internal-use) networks designated as containing servers for this pool. * The servers may be further narrowed down by a filter. * This field is used internally by avi, not editable by the user. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -1717,6 +1846,7 @@ public List getNetworks() { * (internal-use) networks designated as containing servers for this pool. * The servers may be further narrowed down by a filter. * This field is used internally by avi, not editable by the user. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -1730,6 +1860,7 @@ public void setNetworks(List networks) { * (internal-use) networks designated as containing servers for this pool. * The servers may be further narrowed down by a filter. * This field is used internally by avi, not editable by the user. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -1747,6 +1878,7 @@ public Pool addNetworksItem(NetworkFilter networksItem) { * This is the getter method this will return the attribute value. * A list of nsx groups where the servers for the pool are created. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxSecuritygroup */ @@ -1759,6 +1891,7 @@ public List getNsxSecuritygroup() { * This is the setter method. this will set the nsxSecuritygroup * A list of nsx groups where the servers for the pool are created. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxSecuritygroup */ @@ -1771,6 +1904,7 @@ public void setNsxSecuritygroup(List nsxSecuritygroup) { * This is the setter method this will set the nsxSecuritygroup * A list of nsx groups where the servers for the pool are created. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxSecuritygroup */ @@ -1788,6 +1922,7 @@ public Pool addNsxSecuritygroupItem(String nsxSecuritygroupItem) { * This is the getter method this will return the attribute value. * Avi will validate the ssl certificate present by a server against the selected pki profile. * It is a reference to an object of type pkiprofile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pkiProfileRef */ @@ -1800,6 +1935,7 @@ public String getPkiProfileRef() { * This is the setter method to the attribute. * Avi will validate the ssl certificate present by a server against the selected pki profile. * It is a reference to an object of type pkiprofile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pkiProfileRef set the pkiProfileRef. */ @@ -1813,6 +1949,7 @@ public void setPkiProfileRef(String pkiProfileRef) { * Manually select the networks and subnets used to provide reachability to the pool's servers. * Specify the subnet using the following syntax 10-1-1-0/24. * Use static routes in vrf configuration when pool servers are not directly connected but routable from the service engine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return placementNetworks */ @@ -1826,6 +1963,7 @@ public List getPlacementNetworks() { * Manually select the networks and subnets used to provide reachability to the pool's servers. * Specify the subnet using the following syntax 10-1-1-0/24. * Use static routes in vrf configuration when pool servers are not directly connected but routable from the service engine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return placementNetworks */ @@ -1839,6 +1977,7 @@ public void setPlacementNetworks(List placementNetworks) { * Manually select the networks and subnets used to provide reachability to the pool's servers. * Specify the subnet using the following syntax 10-1-1-0/24. * Use static routes in vrf configuration when pool servers are not directly connected but routable from the service engine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return placementNetworks */ @@ -1856,6 +1995,7 @@ public Pool addPlacementNetworksItem(PlacementNetwork placementNetworksItem) { * This is the getter method this will return the attribute value. * Header name for custom header persistence. * Field deprecated in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return prstHdrName */ @VsoMethod @@ -1867,6 +2007,7 @@ public String getPrstHdrName() { * This is the setter method to the attribute. * Header name for custom header persistence. * Field deprecated in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param prstHdrName set the prstHdrName. */ @VsoMethod @@ -1877,7 +2018,8 @@ public void setPrstHdrName(String prstHdrName) { /** * This is the getter method this will return the attribute value. * Minimum number of requests to be queued when pool is full. - * Allowed in basic(allowed values- 128) edition, essentials(allowed values- 128) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 128), basic edition(allowed values- 128), enterprise with cloud + * services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @return requestQueueDepth */ @@ -1889,7 +2031,8 @@ public Integer getRequestQueueDepth() { /** * This is the setter method to the attribute. * Minimum number of requests to be queued when pool is full. - * Allowed in basic(allowed values- 128) edition, essentials(allowed values- 128) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 128), basic edition(allowed values- 128), enterprise with cloud + * services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @param requestQueueDepth set the requestQueueDepth. */ @@ -1901,7 +2044,8 @@ public void setRequestQueueDepth(Integer requestQueueDepth) { /** * This is the getter method this will return the attribute value. * Enable request queue when pool is full. - * Allowed in 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 requestQueueEnabled */ @@ -1913,7 +2057,8 @@ public Boolean getRequestQueueEnabled() { /** * This is the setter method to the attribute. * Enable request queue when pool is full. - * 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 requestQueueEnabled set the requestQueueEnabled. */ @@ -1926,6 +2071,7 @@ public void setRequestQueueEnabled(Boolean requestQueueEnabled) { * This is the getter method this will return the attribute value. * Rewrite incoming host header to server name of the server to which the request is proxied. * Enabling this feature rewrites host header for requests to all servers in the pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return rewriteHostHeaderToServerName */ @@ -1938,6 +2084,7 @@ public Boolean getRewriteHostHeaderToServerName() { * This is the setter method to the attribute. * Rewrite incoming host header to server name of the server to which the request is proxied. * Enabling this feature rewrites host header for requests to all servers in the pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param rewriteHostHeaderToServerName set the rewriteHostHeaderToServerName. */ @@ -1949,6 +2096,7 @@ public void setRewriteHostHeaderToServerName(Boolean rewriteHostHeaderToServerN /** * This is the getter method this will return the attribute value. * If sni server name is specified, rewrite incoming host header to the sni server name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return rewriteHostHeaderToSni */ @@ -1960,6 +2108,7 @@ public Boolean getRewriteHostHeaderToSni() { /** * This is the setter method to the attribute. * If sni server name is specified, rewrite incoming host header to the sni server name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param rewriteHostHeaderToSni set the rewriteHostHeaderToSni. */ @@ -1973,6 +2122,7 @@ public void setRewriteHostHeaderToSni(Boolean rewriteHostHeaderToSni) { * Enable to do routing when this pool is selected to send traffic. * No servers present in routing pool. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return routingPool */ @@ -1986,6 +2136,7 @@ public Boolean getRoutingPool() { * Enable to do routing when this pool is selected to send traffic. * No servers present in routing pool. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param routingPool set the routingPool. */ @@ -1999,6 +2150,7 @@ public void setRoutingPool(Boolean routingPool) { * Server autoscale. * Not used anymore. * Field deprecated in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return serverAutoScale */ @VsoMethod @@ -2011,6 +2163,7 @@ public Boolean getServerAutoScale() { * Server autoscale. * Not used anymore. * Field deprecated in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param serverAutoScale set the serverAutoScale. */ @VsoMethod @@ -2021,6 +2174,7 @@ public void setServerAutoScale(Boolean serverAutoScale) { /** * This is the getter method this will return the attribute value. * Field deprecated in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return serverCount */ @VsoMethod @@ -2031,6 +2185,7 @@ public Integer getServerCount() { /** * This is the setter method to the attribute. * Field deprecated in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param serverCount set the serverCount. */ @VsoMethod @@ -2043,6 +2198,7 @@ public void setServerCount(Integer serverCount) { * Server graceful disable timeout behaviour. * Enum options - DISALLOW_NEW_CONNECTION, ALLOW_NEW_CONNECTION_IF_PERSISTENCE_PRESENT. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DISALLOW_NEW_CONNECTION". * @return serverDisableType */ @@ -2056,6 +2212,7 @@ public String getServerDisableType() { * Server graceful disable timeout behaviour. * Enum options - DISALLOW_NEW_CONNECTION, ALLOW_NEW_CONNECTION_IF_PERSISTENCE_PRESENT. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DISALLOW_NEW_CONNECTION". * @param serverDisableType set the serverDisableType. */ @@ -2068,6 +2225,7 @@ public void setServerDisableType(String serverDisableType) { * This is the getter method this will return the attribute value. * Fully qualified dns hostname which will be used in the tls sni extension in server connections if sni is enabled. * If no value is specified, avi will use the incoming host header instead. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverName */ @@ -2080,6 +2238,7 @@ public String getServerName() { * This is the setter method to the attribute. * Fully qualified dns hostname which will be used in the tls sni extension in server connections if sni is enabled. * If no value is specified, avi will use the incoming host header instead. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverName set the serverName. */ @@ -2091,6 +2250,7 @@ public void setServerName(String serverName) { /** * This is the getter method this will return the attribute value. * Server reselect configuration for http requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverReselect */ @@ -2102,6 +2262,7 @@ public HTTPServerReselect getServerReselect() { /** * This is the setter method to the attribute. * Server reselect configuration for http requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverReselect set the serverReselect. */ @@ -2118,6 +2279,7 @@ public void setServerReselect(HTTPServerReselect serverReselect) { * Allowed values are 0-21600000. * Field introduced in 18.1.5,18.2.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return serverTimeout */ @@ -2134,6 +2296,7 @@ public Integer getServerTimeout() { * Allowed values are 0-21600000. * Field introduced in 18.1.5,18.2.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param serverTimeout set the serverTimeout. */ @@ -2147,6 +2310,7 @@ public void setServerTimeout(Integer serverTimeout) { * The pool directs load balanced traffic to this list of destination servers. * The servers can be configured by ip address, name, network or via ip address group. * Maximum of 5000 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servers */ @@ -2160,6 +2324,7 @@ public List getServers() { * The pool directs load balanced traffic to this list of destination servers. * The servers can be configured by ip address, name, network or via ip address group. * Maximum of 5000 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servers */ @@ -2173,6 +2338,7 @@ public void setServers(List servers) { * The pool directs load balanced traffic to this list of destination servers. * The servers can be configured by ip address, name, network or via ip address group. * Maximum of 5000 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servers */ @@ -2192,6 +2358,7 @@ public Pool addServersItem(Server serversItem) { * In openshift/kubernetes environments, app metadata info is stored. * Any user input to this field will be overwritten by avi vantage. * Field introduced in 17.2.14,18.1.5,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceMetadata */ @@ -2206,6 +2373,7 @@ public String getServiceMetadata() { * In openshift/kubernetes environments, app metadata info is stored. * Any user input to this field will be overwritten by avi vantage. * Field introduced in 17.2.14,18.1.5,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceMetadata set the serviceMetadata. */ @@ -2218,6 +2386,7 @@ public void setServiceMetadata(String serviceMetadata) { * This is the getter method this will return the attribute value. * Enable tls sni for server connections. * If disabled, avi will not send the sni extension as part of the handshake. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return sniEnabled */ @@ -2230,6 +2399,7 @@ public Boolean getSniEnabled() { * This is the setter method to the attribute. * Enable tls sni for server connections. * If disabled, avi will not send the sni extension as part of the handshake. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param sniEnabled set the sniEnabled. */ @@ -2242,6 +2412,7 @@ public void setSniEnabled(Boolean sniEnabled) { * This is the getter method this will return the attribute value. * Service engines will present a client ssl certificate to the server. * It is a reference to an object of type sslkeyandcertificate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslKeyAndCertificateRef */ @@ -2254,6 +2425,7 @@ public String getSslKeyAndCertificateRef() { * This is the setter method to the attribute. * Service engines will present a client ssl certificate to the server. * It is a reference to an object of type sslkeyandcertificate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslKeyAndCertificateRef set the sslKeyAndCertificateRef. */ @@ -2267,6 +2439,7 @@ public void setSslKeyAndCertificateRef(String sslKeyAndCertificateRef) { * When enabled, avi re-encrypts traffic to the backend servers. * The specific ssl profile defines which ciphers and ssl versions will be supported. * It is a reference to an object of type sslprofile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslProfileRef */ @@ -2280,6 +2453,7 @@ public String getSslProfileRef() { * When enabled, avi re-encrypts traffic to the backend servers. * The specific ssl profile defines which ciphers and ssl versions will be supported. * It is a reference to an object of type sslprofile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslProfileRef set the sslProfileRef. */ @@ -2291,6 +2465,7 @@ public void setSslProfileRef(String sslProfileRef) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -2302,6 +2477,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. */ @@ -2314,6 +2490,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * This tier1_lr field should be set same as virtualservice associated for nsx-t. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier1Lr */ @@ -2326,6 +2503,7 @@ public String getTier1Lr() { * This is the setter method to the attribute. * This tier1_lr field should be set same as virtualservice associated for nsx-t. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tier1Lr set the tier1Lr. */ @@ -2357,7 +2535,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Do not translate the client's destination port when sending the connection to the server. * The pool or servers specified service port will still be used for health monitoring. - * Allowed in essentials(allowed values- false) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useServicePort */ @@ -2370,7 +2548,7 @@ public Boolean getUseServicePort() { * This is the setter method to the attribute. * Do not translate the client's destination port when sending the connection to the server. * The pool or servers specified service port will still be used for health monitoring. - * Allowed in essentials(allowed values- false) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useServicePort set the useServicePort. */ @@ -2385,6 +2563,7 @@ public void setUseServicePort(Boolean useServicePort) { * If enabled, ssl mode of the connection to the server is decided by the ssl mode on the virtualservice service port, on which the request was * received. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useServiceSslMode */ @@ -2399,6 +2578,7 @@ public Boolean getUseServiceSslMode() { * If enabled, ssl mode of the connection to the server is decided by the ssl mode on the virtualservice service port, on which the request was * received. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useServiceSslMode set the useServiceSslMode. */ @@ -2410,6 +2590,7 @@ public void setUseServiceSslMode(Boolean useServiceSslMode) { /** * This is the getter method this will return the attribute value. * Uuid of the pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -2421,6 +2602,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -2435,6 +2617,7 @@ public void setUuid(String uuid) { * This is used to provide the isolation of the set of networks the pool is attached to. * The pool inherits the virtual routing conext of the virtual service, and this field is used only internally, and is set by pb-transform. * It is a reference to an object of type vrfcontext. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfRef */ @@ -2449,6 +2632,7 @@ public String getVrfRef() { * This is used to provide the isolation of the set of networks the pool is attached to. * The pool inherits the virtual routing conext of the virtual service, and this field is used only internally, and is set by pb-transform. * It is a reference to an object of type vrfcontext. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfRef set the vrfRef. */ @@ -2546,7 +2730,8 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.http2Properties, objPool.http2Properties)&& Objects.equals(this.serverDisableType, objPool.serverDisableType)&& Objects.equals(this.useServiceSslMode, objPool.useServiceSslMode)&& - Objects.equals(this.horizonProfile, objPool.horizonProfile); + Objects.equals(this.horizonProfile, objPool.horizonProfile)&& + Objects.equals(this.lbAlgoRrPerSe, objPool.lbAlgoRrPerSe); } @Override @@ -2591,6 +2776,7 @@ public String toString() { sb.append(" inlineHealthMonitor: ").append(toIndentedString(inlineHealthMonitor)).append("\n"); sb.append(" ipaddrgroupRef: ").append(toIndentedString(ipaddrgroupRef)).append("\n"); sb.append(" labels: ").append(toIndentedString(labels)).append("\n"); + sb.append(" lbAlgoRrPerSe: ").append(toIndentedString(lbAlgoRrPerSe)).append("\n"); sb.append(" lbAlgorithm: ").append(toIndentedString(lbAlgorithm)).append("\n"); sb.append(" lbAlgorithmConsistentHashHdr: ").append(toIndentedString(lbAlgorithmConsistentHashHdr)).append("\n"); sb.append(" lbAlgorithmCoreNonaffinity: ").append(toIndentedString(lbAlgorithmCoreNonaffinity)).append("\n"); diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolAnalyticsPolicy.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolAnalyticsPolicy.java index b922e44f..fe9f8675 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolAnalyticsPolicy.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolAnalyticsPolicy.java @@ -35,6 +35,7 @@ public class PoolAnalyticsPolicy extends AviRestResource { * Enable real time metrics for server and pool metrics eg. * L4_server.xxx, l7_server.xxx. * Field introduced in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableRealtimeMetrics */ @@ -48,6 +49,7 @@ public Boolean getEnableRealtimeMetrics() { * Enable real time metrics for server and pool metrics eg. * L4_server.xxx, l7_server.xxx. * Field introduced in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableRealtimeMetrics set the enableRealtimeMetrics. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolDeploymentFailureInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolDeploymentFailureInfo.java index e4e361bd..99c50ada 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolDeploymentFailureInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolDeploymentFailureInfo.java @@ -58,6 +58,7 @@ public class PoolDeploymentFailureInfo extends AviRestResource { * This is the getter method this will return the attribute value. * Curent in-service pool. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return currInServicePoolName */ @@ -70,6 +71,7 @@ public String getCurrInServicePoolName() { * This is the setter method to the attribute. * Curent in-service pool. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param currInServicePoolName set the currInServicePoolName. */ @@ -82,6 +84,7 @@ public void setCurrInServicePoolName(String currInServicePoolName) { * This is the getter method this will return the attribute value. * Curent in service pool. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return currInServicePoolRef */ @@ -94,6 +97,7 @@ public String getCurrInServicePoolRef() { * This is the setter method to the attribute. * Curent in service pool. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param currInServicePoolRef set the currInServicePoolRef. */ @@ -105,6 +109,7 @@ public void setCurrInServicePoolRef(String currInServicePoolRef) { /** * This is the getter method this will return the attribute value. * Operational traffic ratio for the pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ratio */ @@ -116,6 +121,7 @@ public Integer getRatio() { /** * This is the setter method to the attribute. * Operational traffic ratio for the pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ratio set the ratio. */ @@ -126,7 +132,7 @@ public void setRatio(Integer ratio) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property results of obj type pooldeploymentfailureinfo 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 results */ @@ -137,7 +143,7 @@ public List getResults() { /** * This is the setter method. this will set the results - * Placeholder for description of property results of obj type pooldeploymentfailureinfo 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 results */ @@ -148,7 +154,7 @@ public void setResults(List results) { /** * This is the setter method this will set the results - * Placeholder for description of property results of obj type pooldeploymentfailureinfo 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 results */ @@ -165,6 +171,7 @@ public PoolDeploymentFailureInfo addResultsItem(PGDeploymentRuleResult resultsIt /** * This is the getter method this will return the attribute value. * Pool's id. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -176,6 +183,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Pool's id. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -187,6 +195,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. * Reason returned in webhook callback when configured. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return webhookReason */ @@ -198,6 +207,7 @@ public String getWebhookReason() { /** * This is the setter method to the attribute. * Reason returned in webhook callback when configured. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param webhookReason set the webhookReason. */ @@ -209,6 +219,7 @@ public void setWebhookReason(String webhookReason) { /** * This is the getter method this will return the attribute value. * Result of webhook callback when configured. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return webhookResult */ @@ -220,6 +231,7 @@ public Boolean getWebhookResult() { /** * This is the setter method to the attribute. * Result of webhook callback when configured. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param webhookResult set the webhookResult. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolDeploymentSuccessInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolDeploymentSuccessInfo.java index f4c29555..e270e1a0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolDeploymentSuccessInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolDeploymentSuccessInfo.java @@ -58,6 +58,7 @@ public class PoolDeploymentSuccessInfo extends AviRestResource { * This is the getter method this will return the attribute value. * Previous pool in service. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prevInServicePoolName */ @@ -70,6 +71,7 @@ public String getPrevInServicePoolName() { * This is the setter method to the attribute. * Previous pool in service. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prevInServicePoolName set the prevInServicePoolName. */ @@ -82,6 +84,7 @@ public void setPrevInServicePoolName(String prevInServicePoolName) { * This is the getter method this will return the attribute value. * Previous pool in service. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prevInServicePoolRef */ @@ -94,6 +97,7 @@ public String getPrevInServicePoolRef() { * This is the setter method to the attribute. * Previous pool in service. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prevInServicePoolRef set the prevInServicePoolRef. */ @@ -105,6 +109,7 @@ public void setPrevInServicePoolRef(String prevInServicePoolRef) { /** * This is the getter method this will return the attribute value. * Operational traffic ratio for the pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ratio */ @@ -116,6 +121,7 @@ public Integer getRatio() { /** * This is the setter method to the attribute. * Operational traffic ratio for the pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ratio set the ratio. */ @@ -127,6 +133,7 @@ public void setRatio(Integer ratio) { /** * This is the getter method this will return the attribute value. * List of results for each deployment rule. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return results */ @@ -138,6 +145,7 @@ public List getResults() { /** * This is the setter method. this will set the results * List of results for each deployment rule. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return results */ @@ -149,6 +157,7 @@ public void setResults(List results) { /** * This is the setter method this will set the results * List of results for each deployment rule. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return results */ @@ -165,6 +174,7 @@ public PoolDeploymentSuccessInfo addResultsItem(PGDeploymentRuleResult resultsIt /** * This is the getter method this will return the attribute value. * Pool's id. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -176,6 +186,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Pool's id. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -187,6 +198,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. * Reason returned in webhook callback when configured. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return webhookReason */ @@ -198,6 +210,7 @@ public String getWebhookReason() { /** * This is the setter method to the attribute. * Reason returned in webhook callback when configured. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param webhookReason set the webhookReason. */ @@ -209,6 +222,7 @@ public void setWebhookReason(String webhookReason) { /** * This is the getter method this will return the attribute value. * Result of webhook callback when configured. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return webhookResult */ @@ -220,6 +234,7 @@ public Boolean getWebhookResult() { /** * This is the setter method to the attribute. * Result of webhook callback when configured. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param webhookResult set the webhookResult. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolDeploymentUpdateInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolDeploymentUpdateInfo.java index abc3ef9a..8b4fe617 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolDeploymentUpdateInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolDeploymentUpdateInfo.java @@ -58,6 +58,7 @@ public class PoolDeploymentUpdateInfo extends AviRestResource { * This is the getter method this will return the attribute value. * Pool deployment state used with the pg deployment policy. * Enum options - EVALUATION_IN_PROGRESS, IN_SERVICE, OUT_OF_SERVICE, EVALUATION_FAILED. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return deploymentState */ @@ -70,6 +71,7 @@ public String getDeploymentState() { * This is the setter method to the attribute. * Pool deployment state used with the pg deployment policy. * Enum options - EVALUATION_IN_PROGRESS, IN_SERVICE, OUT_OF_SERVICE, EVALUATION_FAILED. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param deploymentState set the deploymentState. */ @@ -82,6 +84,7 @@ public void setDeploymentState(String deploymentState) { * This is the getter method this will return the attribute value. * Evaluation period for deployment update. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return evaluationDuration */ @@ -94,6 +97,7 @@ public Integer getEvaluationDuration() { * This is the setter method to the attribute. * Evaluation period for deployment update. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param evaluationDuration set the evaluationDuration. */ @@ -105,6 +109,7 @@ public void setEvaluationDuration(Integer evaluationDuration) { /** * This is the getter method this will return the attribute value. * Operational traffic ratio for the pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ratio */ @@ -116,6 +121,7 @@ public Integer getRatio() { /** * This is the setter method to the attribute. * Operational traffic ratio for the pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ratio set the ratio. */ @@ -127,6 +133,7 @@ public void setRatio(Integer ratio) { /** * This is the getter method this will return the attribute value. * List of results for each deployment rule. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return results */ @@ -138,6 +145,7 @@ public List getResults() { /** * This is the setter method. this will set the results * List of results for each deployment rule. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return results */ @@ -149,6 +157,7 @@ public void setResults(List results) { /** * This is the setter method this will set the results * List of results for each deployment rule. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return results */ @@ -165,6 +174,7 @@ public PoolDeploymentUpdateInfo addResultsItem(PGDeploymentRuleResult resultsIte /** * This is the getter method this will return the attribute value. * Member pool's id. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -176,6 +186,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Member pool's id. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -187,6 +198,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. * Reason returned in webhook callback when configured. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return webhookReason */ @@ -198,6 +210,7 @@ public String getWebhookReason() { /** * This is the setter method to the attribute. * Reason returned in webhook callback when configured. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param webhookReason set the webhookReason. */ @@ -209,6 +222,7 @@ public void setWebhookReason(String webhookReason) { /** * This is the getter method this will return the attribute value. * Result of webhook callback when configured. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return webhookResult */ @@ -220,6 +234,7 @@ public Boolean getWebhookResult() { /** * This is the setter method to the attribute. * Result of webhook callback when configured. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param webhookResult set the webhookResult. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolGroup.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolGroup.java index cc21a4f5..b6f2dc66 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolGroup.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolGroup.java @@ -107,6 +107,7 @@ public class PoolGroup extends AviRestResource { * This is the getter method this will return the attribute value. * Checksum of cloud configuration for poolgroup. * Internally set by cloud connector. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudConfigCksum */ @@ -119,6 +120,7 @@ public String getCloudConfigCksum() { * This is the setter method to the attribute. * Checksum of cloud configuration for poolgroup. * Internally set by cloud connector. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudConfigCksum set the cloudConfigCksum. */ @@ -130,6 +132,7 @@ public void setCloudConfigCksum(String cloudConfigCksum) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -141,6 +144,7 @@ public String getCloudRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -152,6 +156,7 @@ public void setCloudRef(String cloudRef) { /** * This is the getter method this will return the attribute value. * Name of the user who created the object. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -163,6 +168,7 @@ public String getCreatedBy() { /** * This is the setter method to the attribute. * Name of the user who created the object. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -175,6 +181,7 @@ public void setCreatedBy(String createdBy) { * This is the getter method this will return the attribute value. * Deactivate primary pool for selection when down until it is activated by user via clear poolgroup command. * Field introduced in 20.1.7, 21.1.2, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return deactivatePrimaryPoolOnDown */ @@ -187,6 +194,7 @@ public Boolean getDeactivatePrimaryPoolOnDown() { * This is the setter method to the attribute. * Deactivate primary pool for selection when down until it is activated by user via clear poolgroup command. * Field introduced in 20.1.7, 21.1.2, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param deactivatePrimaryPoolOnDown set the deactivatePrimaryPoolOnDown. */ @@ -199,6 +207,7 @@ public void setDeactivatePrimaryPoolOnDown(Boolean deactivatePrimaryPoolOnDown) * This is the getter method this will return the attribute value. * When setup autoscale manager will automatically promote new pools into production when deployment goals are met. * It is a reference to an object of type poolgroupdeploymentpolicy. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return deploymentPolicyRef */ @@ -211,6 +220,7 @@ public String getDeploymentPolicyRef() { * This is the setter method to the attribute. * When setup autoscale manager will automatically promote new pools into production when deployment goals are met. * It is a reference to an object of type poolgroupdeploymentpolicy. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param deploymentPolicyRef set the deploymentPolicyRef. */ @@ -222,6 +232,7 @@ public void setDeploymentPolicyRef(String deploymentPolicyRef) { /** * This is the getter method this will return the attribute value. * Description of pool group. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -233,6 +244,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * Description of pool group. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -245,7 +257,8 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Enable http/2 for traffic from virtualservice to all the backend servers in all the pools configured under this poolgroup. * 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 enableHttp2 */ @@ -258,7 +271,8 @@ public Boolean getEnableHttp2() { * This is the setter method to the attribute. * Enable http/2 for traffic from virtualservice to all the backend servers in all the pools configured under this poolgroup. * 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 enableHttp2 set the enableHttp2. */ @@ -271,6 +285,7 @@ public void setEnableHttp2(Boolean enableHttp2) { * This is the getter method this will return the attribute value. * Enable an action - close connection, http redirect, or local http response - when a pool group failure happens. * By default, a connection will be closed, in case the pool group experiences a failure. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return failAction */ @@ -283,6 +298,7 @@ public FailAction getFailAction() { * This is the setter method to the attribute. * Enable an action - close connection, http redirect, or local http response - when a pool group failure happens. * By default, a connection will be closed, in case the pool group experiences a failure. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param failAction set the failAction. */ @@ -295,6 +311,7 @@ public void setFailAction(FailAction failAction) { * This is the getter method this will return the attribute value. * Whether an implicit set of priority labels is generated. * Field introduced in 17.1.9,17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return implicitPriorityLabels */ @@ -307,6 +324,7 @@ public Boolean getImplicitPriorityLabels() { * This is the setter method to the attribute. * Whether an implicit set of priority labels is generated. * Field introduced in 17.1.9,17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param implicitPriorityLabels set the implicitPriorityLabels. */ @@ -322,6 +340,7 @@ public void setImplicitPriorityLabels(Boolean implicitPriorityLabels) { * 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 @@ -336,6 +355,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 @@ -350,6 +370,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 @@ -366,7 +387,8 @@ public PoolGroup 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 */ @@ -379,7 +401,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 */ @@ -392,7 +415,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 */ @@ -409,6 +433,7 @@ public PoolGroup addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. * List of pool group members object of type poolgroupmember. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return members */ @@ -420,6 +445,7 @@ public List getMembers() { /** * This is the setter method. this will set the members * List of pool group members object of type poolgroupmember. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return members */ @@ -431,6 +457,7 @@ public void setMembers(List members) { /** * This is the setter method this will set the members * List of pool group members object of type poolgroupmember. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return members */ @@ -448,8 +475,9 @@ public PoolGroup addMembersItem(PoolGroupMember membersItem) { * This is the getter method this will return the attribute value. * The minimum number of servers to distribute traffic to. * Allowed values are 1-65535. - * Special values are 0 - 'disable'. - * Allowed in basic(allowed values- 0) edition, essentials(allowed values- 0) edition, enterprise edition. + * Special values are 0 - disable. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud + * services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return minServers */ @@ -462,8 +490,9 @@ public Integer getMinServers() { * This is the setter method to the attribute. * The minimum number of servers to distribute traffic to. * Allowed values are 1-65535. - * Special values are 0 - 'disable'. - * Allowed in basic(allowed values- 0) edition, essentials(allowed values- 0) edition, enterprise edition. + * Special values are 0 - disable. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud + * services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param minServers set the minServers. */ @@ -475,6 +504,7 @@ public void setMinServers(Integer minServers) { /** * This is the getter method this will return the attribute value. * The name of the pool group. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -486,6 +516,7 @@ public String getName() { /** * This is the setter method to the attribute. * The name of the pool group. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -499,6 +530,7 @@ public void setName(String name) { * Uuid of the priority labels. * If not provided, pool group member priority label will be interpreted as a number with a larger number considered higher priority. * It is a reference to an object of type prioritylabels. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return priorityLabelsRef */ @@ -512,6 +544,7 @@ public String getPriorityLabelsRef() { * Uuid of the priority labels. * If not provided, pool group member priority label will be interpreted as a number with a larger number considered higher priority. * It is a reference to an object of type prioritylabels. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param priorityLabelsRef set the priorityLabelsRef. */ @@ -526,6 +559,7 @@ public void setPriorityLabelsRef(String priorityLabelsRef) { * In openshift/kubernetes environments, app metadata info is stored. * Any user input to this field will be overwritten by avi vantage. * Field introduced in 17.2.14,18.1.5,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceMetadata */ @@ -540,6 +574,7 @@ public String getServiceMetadata() { * In openshift/kubernetes environments, app metadata info is stored. * Any user input to this field will be overwritten by avi vantage. * Field introduced in 17.2.14,18.1.5,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceMetadata set the serviceMetadata. */ @@ -551,6 +586,7 @@ public void setServiceMetadata(String serviceMetadata) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -562,6 +598,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. */ @@ -592,6 +629,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the pool group. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -603,6 +641,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the pool group. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/PoolGroupDeploymentPolicy.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolGroupDeploymentPolicy.java index e1ec2413..d6ce06ba 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolGroupDeploymentPolicy.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolGroupDeploymentPolicy.java @@ -85,6 +85,7 @@ public class PoolGroupDeploymentPolicy extends AviRestResource { /** * This is the getter method this will return the attribute value. * It will automatically disable old production pools once there is a new production candidate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return autoDisableOldProdPools */ @@ -96,6 +97,7 @@ public Boolean getAutoDisableOldProdPools() { /** * This is the setter method to the attribute. * It will automatically disable old production pools once there is a new production candidate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param autoDisableOldProdPools set the autoDisableOldProdPools. */ @@ -106,7 +108,7 @@ public void setAutoDisableOldProdPools(Boolean autoDisableOldProdPools) { /** * 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 */ @@ -117,7 +119,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. */ @@ -131,6 +133,7 @@ public void setDescription(String description) { * Duration of evaluation period for automatic deployment. * Allowed values are 60-86400. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return evaluationDuration */ @@ -144,6 +147,7 @@ public Integer getEvaluationDuration() { * Duration of evaluation period for automatic deployment. * Allowed values are 60-86400. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param evaluationDuration set the evaluationDuration. */ @@ -159,6 +163,7 @@ public void setEvaluationDuration(Integer evaluationDuration) { * 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 @@ -173,6 +178,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 @@ -187,6 +193,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 @@ -203,7 +210,8 @@ public PoolGroupDeploymentPolicy 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 */ @@ -216,7 +224,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 */ @@ -229,7 +238,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 */ @@ -246,6 +256,7 @@ public PoolGroupDeploymentPolicy addMarkersItem(RoleFilterMatchLabel markersItem /** * This is the getter method this will return the attribute value. * The name of the pool group deployment policy. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -257,6 +268,7 @@ public String getName() { /** * This is the setter method to the attribute. * The name of the pool group deployment policy. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -267,7 +279,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property rules of obj type poolgroupdeploymentpolicy 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 rules */ @@ -278,7 +290,7 @@ public List getRules() { /** * This is the setter method. this will set the rules - * Placeholder for description of property rules of obj type poolgroupdeploymentpolicy 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 rules */ @@ -289,7 +301,7 @@ public void setRules(List rules) { /** * This is the setter method this will set the rules - * Placeholder for description of property rules of obj type poolgroupdeploymentpolicy 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 rules */ @@ -307,6 +319,7 @@ public PoolGroupDeploymentPolicy addRulesItem(PGDeploymentRule rulesItem) { * This is the getter method this will return the attribute value. * Deployment scheme. * Enum options - BLUE_GREEN, CANARY. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "BLUE_GREEN". * @return scheme */ @@ -319,6 +332,7 @@ public String getScheme() { * This is the setter method to the attribute. * Deployment scheme. * Enum options - BLUE_GREEN, CANARY. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "BLUE_GREEN". * @param scheme set the scheme. */ @@ -332,6 +346,7 @@ public void setScheme(String scheme) { * Target traffic ratio before pool is made production. * Allowed values are 1-100. * Unit is ratio. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return targetTestTrafficRatio */ @@ -345,6 +360,7 @@ public Integer getTargetTestTrafficRatio() { * Target traffic ratio before pool is made production. * Allowed values are 1-100. * Unit is ratio. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param targetTestTrafficRatio set the targetTestTrafficRatio. */ @@ -356,6 +372,7 @@ public void setTargetTestTrafficRatio(Integer targetTestTrafficRatio) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -367,6 +384,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. */ @@ -380,6 +398,7 @@ public void setTenantRef(String tenantRef) { * Ratio of the traffic that is sent to the pool under test. * Test ratio of 100 means blue green. * Allowed values are 1-100. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return testTrafficRatioRampup */ @@ -393,6 +412,7 @@ public Integer getTestTrafficRatioRampup() { * Ratio of the traffic that is sent to the pool under test. * Test ratio of 100 means blue green. * Allowed values are 1-100. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param testTrafficRatioRampup set the testTrafficRatioRampup. */ @@ -423,6 +443,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the pool group deployment policy. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -434,6 +455,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the pool group deployment policy. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -448,6 +470,7 @@ public void setUuid(String uuid) { * rule results. * It is a reference to an object of type webhook. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return webhookRef */ @@ -462,6 +485,7 @@ public String getWebhookRef() { * rule results. * It is a reference to an object of type webhook. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param webhookRef set the webhookRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolGroupMember.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolGroupMember.java index ab15de29..513c1ab6 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolGroupMember.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolGroupMember.java @@ -46,6 +46,7 @@ public class PoolGroupMember extends AviRestResource { * This is the getter method this will return the attribute value. * Pool deployment state used with the pg deployment policy. * Enum options - EVALUATION_IN_PROGRESS, IN_SERVICE, OUT_OF_SERVICE, EVALUATION_FAILED. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return deploymentState */ @@ -58,6 +59,7 @@ public String getDeploymentState() { * This is the setter method to the attribute. * Pool deployment state used with the pg deployment policy. * Enum options - EVALUATION_IN_PROGRESS, IN_SERVICE, OUT_OF_SERVICE, EVALUATION_FAILED. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param deploymentState set the deploymentState. */ @@ -70,6 +72,7 @@ public void setDeploymentState(String deploymentState) { * This is the getter method this will return the attribute value. * Uuid of the pool. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRef */ @@ -82,6 +85,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. */ @@ -94,6 +98,7 @@ public void setPoolRef(String poolRef) { * This is the getter method this will return the attribute value. * All pools with same label are treated similarly in a pool group. * A pool with a higher priority is selected, as long as the pool is eligible or an explicit policy chooses a different pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return priorityLabel */ @@ -106,6 +111,7 @@ public String getPriorityLabel() { * This is the setter method to the attribute. * All pools with same label are treated similarly in a pool group. * A pool with a higher priority is selected, as long as the pool is eligible or an explicit policy chooses a different pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param priorityLabel set the priorityLabel. */ @@ -118,8 +124,9 @@ public void setPriorityLabel(String priorityLabel) { * This is the getter method this will return the attribute value. * Ratio of selecting eligible pools in the pool group. * Allowed values are 1-1000. - * Special values are 0 - 'do not select this pool for new connections'. - * Allowed in basic(allowed values- 1) edition, essentials(allowed values- 1) edition, enterprise edition. + * Special values are 0 - do not select this pool for new connections. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 1), basic edition(allowed values- 1), enterprise with cloud + * services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return ratio */ @@ -132,8 +139,9 @@ public Integer getRatio() { * This is the setter method to the attribute. * Ratio of selecting eligible pools in the pool group. * Allowed values are 1-1000. - * Special values are 0 - 'do not select this pool for new connections'. - * Allowed in basic(allowed values- 1) edition, essentials(allowed values- 1) edition, enterprise edition. + * Special values are 0 - do not select this pool for new connections. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 1), basic edition(allowed values- 1), enterprise with cloud + * services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param ratio set the ratio. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolServer.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolServer.java index ba11c504..61d537f2 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolServer.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PoolServer.java @@ -43,6 +43,7 @@ public class PoolServer extends AviRestResource { * This is the getter method this will return the attribute value. * Dns resolvable name of the server. * May be used in place of the ip address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostname */ @@ -55,6 +56,7 @@ public String getHostname() { * This is the setter method to the attribute. * Dns resolvable name of the server. * May be used in place of the ip address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostname set the hostname. */ @@ -66,6 +68,7 @@ public void setHostname(String hostname) { /** * This is the getter method this will return the attribute value. * Ip address of the server in the poool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -77,6 +80,7 @@ public IpAddr getIp() { /** * This is the setter method to the attribute. * Ip address of the server in the poool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -90,6 +94,7 @@ public void setIp(IpAddr ip) { * Port of the pool server listening for http/https. * Default value is the default port in the pool. * Allowed values are 1-65535. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -103,6 +108,7 @@ public Integer getPort() { * Port of the pool server listening for http/https. * Default value is the default port in the pool. * Allowed values are 1-65535. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PortMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PortMatch.java index 2c2438f8..a6ae4738 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PortMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PortMatch.java @@ -38,6 +38,7 @@ public class PortMatch extends AviRestResource { * This is the getter method this will return the attribute value. * Criterion to use for port matching the http request. * Enum options - IS_IN, IS_NOT_IN. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -50,6 +51,7 @@ public String getMatchCriteria() { * This is the setter method to the attribute. * Criterion to use for port matching the http request. * Enum options - IS_IN, IS_NOT_IN. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -63,6 +65,7 @@ public void setMatchCriteria(String matchCriteria) { * Listening tcp port(s). * Allowed values are 1-65535. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ports */ @@ -76,6 +79,7 @@ public List getPorts() { * Listening tcp port(s). * Allowed values are 1-65535. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ports */ @@ -89,6 +93,7 @@ public void setPorts(List ports) { * Listening tcp port(s). * Allowed values are 1-65535. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ports */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PortMatchGeneric.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PortMatchGeneric.java index 1365a7a0..59f4ea2d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PortMatchGeneric.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PortMatchGeneric.java @@ -43,6 +43,7 @@ public class PortMatchGeneric extends AviRestResource { * Criterion to use for src/dest port in a tcp/udp packet. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -56,6 +57,7 @@ public String getMatchCriteria() { * Criterion to use for src/dest port in a tcp/udp packet. * Enum options - IS_IN, IS_NOT_IN. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -69,6 +71,7 @@ public void setMatchCriteria(String matchCriteria) { * Listening tcp port(s). * Allowed values are 1-65535. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ports */ @@ -82,6 +85,7 @@ public List getPorts() { * Listening tcp port(s). * Allowed values are 1-65535. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ports */ @@ -95,6 +99,7 @@ public void setPorts(List ports) { * Listening tcp port(s). * Allowed values are 1-65535. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ports */ @@ -112,6 +117,7 @@ public PortMatchGeneric addPortsItem(Integer portsItem) { * This is the getter method this will return the attribute value. * A port range defined by a start and end, including both. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -124,6 +130,7 @@ public List getRanges() { * This is the setter method. this will set the ranges * A port range defined by a start and end, including both. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ @@ -136,6 +143,7 @@ public void setRanges(List ranges) { * This is the setter method this will set the ranges * A port range defined by a start and end, including both. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ranges */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PortRange.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PortRange.java index 1e23e3a6..a57e1bc9 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PortRange.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PortRange.java @@ -38,6 +38,7 @@ public class PortRange extends AviRestResource { * This is the getter method this will return the attribute value. * Tcp/udp port range end (inclusive). * Allowed values are 1-65535. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return end */ @@ -50,6 +51,7 @@ public Integer getEnd() { * This is the setter method to the attribute. * Tcp/udp port range end (inclusive). * Allowed values are 1-65535. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param end set the end. */ @@ -62,6 +64,7 @@ public void setEnd(Integer end) { * This is the getter method this will return the attribute value. * Tcp/udp port range start (inclusive). * Allowed values are 1-65535. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return start */ @@ -74,6 +77,7 @@ public Integer getStart() { * This is the setter method to the attribute. * Tcp/udp port range start (inclusive). * Allowed values are 1-65535. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param start set the start. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PortalConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PortalConfiguration.java index a258470e..bd4ed08a 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PortalConfiguration.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PortalConfiguration.java @@ -89,6 +89,7 @@ public class PortalConfiguration extends AviRestResource { /** * This is the getter method this will return the attribute value. * Enable/disable http basic authentication. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return allowBasicAuthentication */ @@ -100,6 +101,7 @@ public Boolean getAllowBasicAuthentication() { /** * This is the setter method to the attribute. * Enable/disable http basic authentication. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param allowBasicAuthentication set the allowBasicAuthentication. */ @@ -114,6 +116,7 @@ public void setAllowBasicAuthentication(Boolean allowBasicAuthentication) { * Allowed values are 1-24. * Field introduced in 18.2.3. * Unit is hours. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 24. * @return apiForceTimeout */ @@ -128,6 +131,7 @@ public Integer getApiForceTimeout() { * Allowed values are 1-24. * Field introduced in 18.2.3. * Unit is hours. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 24. * @param apiForceTimeout set the apiForceTimeout. */ @@ -139,6 +143,7 @@ public void setApiForceTimeout(Integer apiForceTimeout) { /** * This is the getter method this will return the attribute value. * Disable remote cli shell client access. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableRemoteCliShell */ @@ -150,6 +155,7 @@ public Boolean getDisableRemoteCliShell() { /** * This is the setter method to the attribute. * Disable remote cli shell client access. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableRemoteCliShell set the disableRemoteCliShell. */ @@ -162,6 +168,7 @@ public void setDisableRemoteCliShell(Boolean disableRemoteCliShell) { * This is the getter method this will return the attribute value. * Disable swagger access. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableSwagger */ @@ -174,6 +181,7 @@ public Boolean getDisableSwagger() { * This is the setter method to the attribute. * Disable swagger access. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableSwagger set the disableSwagger. */ @@ -185,6 +193,7 @@ public void setDisableSwagger(Boolean disableSwagger) { /** * This is the getter method this will return the attribute value. * Enable/disable clickjacking protection. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableClickjackingProtection */ @@ -196,6 +205,7 @@ public Boolean getEnableClickjackingProtection() { /** * This is the setter method to the attribute. * Enable/disable clickjacking protection. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableClickjackingProtection set the enableClickjackingProtection. */ @@ -206,7 +216,7 @@ public void setEnableClickjackingProtection(Boolean enableClickjackingProtectio /** * This is the getter method this will return the attribute value. - * Placeholder for description of property enable_http of obj type portalconfiguration 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 enableHttp */ @@ -217,7 +227,7 @@ public Boolean getEnableHttp() { /** * This is the setter method to the attribute. - * Placeholder for description of property enable_http of obj type portalconfiguration 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 enableHttp set the enableHttp. */ @@ -228,7 +238,7 @@ public void setEnableHttp(Boolean enableHttp) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property enable_https of obj type portalconfiguration 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 enableHttps */ @@ -239,7 +249,7 @@ public Boolean getEnableHttps() { /** * This is the setter method to the attribute. - * Placeholder for description of property enable_https of obj type portalconfiguration 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 enableHttps set the enableHttps. */ @@ -251,6 +261,7 @@ public void setEnableHttps(Boolean enableHttps) { /** * This is the getter method this will return the attribute value. * Http port. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpPort */ @@ -262,6 +273,7 @@ public Integer getHttpPort() { /** * This is the setter method to the attribute. * Http port. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpPort set the httpPort. */ @@ -273,6 +285,7 @@ public void setHttpPort(Integer httpPort) { /** * This is the getter method this will return the attribute value. * Https port. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpsPort */ @@ -284,6 +297,7 @@ public Integer getHttpsPort() { /** * This is the setter method to the attribute. * Https port. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpsPort set the httpsPort. */ @@ -297,6 +311,7 @@ public void setHttpsPort(Integer httpsPort) { * Minimum password length for user accounts. * Allowed values are 6-32. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @return minimumPasswordLength */ @@ -310,6 +325,7 @@ public Integer getMinimumPasswordLength() { * Minimum password length for user accounts. * Allowed values are 6-32. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @param minimumPasswordLength set the minimumPasswordLength. */ @@ -321,6 +337,7 @@ public void setMinimumPasswordLength(Integer minimumPasswordLength) { /** * This is the getter method this will return the attribute value. * Strict checking of password strength for user accounts. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return passwordStrengthCheck */ @@ -332,6 +349,7 @@ public Boolean getPasswordStrengthCheck() { /** * This is the setter method to the attribute. * Strict checking of password strength for user accounts. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param passwordStrengthCheck set the passwordStrengthCheck. */ @@ -342,7 +360,7 @@ public void setPasswordStrengthCheck(Boolean passwordStrengthCheck) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property redirect_to_https of obj type portalconfiguration 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 redirectToHttps */ @@ -353,7 +371,7 @@ public Boolean getRedirectToHttps() { /** * This is the setter method to the attribute. - * Placeholder for description of property redirect_to_https of obj type portalconfiguration 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 redirectToHttps set the redirectToHttps. */ @@ -369,6 +387,7 @@ public void setRedirectToHttps(Boolean redirectToHttps) { * Leave list empty to use system default certs. * It is a reference to an object of type sslkeyandcertificate. * Maximum of 2 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslkeyandcertificateRefs */ @@ -384,6 +403,7 @@ public List getSslkeyandcertificateRefs() { * Leave list empty to use system default certs. * It is a reference to an object of type sslkeyandcertificate. * Maximum of 2 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslkeyandcertificateRefs */ @@ -399,6 +419,7 @@ public void setSslkeyandcertificateRefs(List sslkeyandcertificateRefs) * Leave list empty to use system default certs. * It is a reference to an object of type sslkeyandcertificate. * Maximum of 2 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslkeyandcertificateRefs */ @@ -415,6 +436,7 @@ public PortalConfiguration addSslkeyandcertificateRefsItem(String sslkeyandcerti /** * This is the getter method this will return the attribute value. * It is a reference to an object of type sslprofile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslprofileRef */ @@ -426,6 +448,7 @@ public String getSslprofileRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type sslprofile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslprofileRef set the sslprofileRef. */ @@ -437,6 +460,7 @@ public void setSslprofileRef(String sslprofileRef) { /** * This is the getter method this will return the attribute value. * Use uuid in post object data as uuid of the new object, instead of a generated uuid. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useUuidFromInput */ @@ -448,6 +472,7 @@ public Boolean getUseUuidFromInput() { /** * This is the setter method to the attribute. * Use uuid in post object data as uuid of the new object, instead of a generated uuid. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useUuidFromInput set the useUuidFromInput. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PortalFeatureOptIn.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PortalFeatureOptIn.java index 1aa0ef9a..1e16fb9e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PortalFeatureOptIn.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PortalFeatureOptIn.java @@ -66,8 +66,8 @@ public class PortalFeatureOptIn extends AviRestResource { * This is the getter method this will return the attribute value. * Enable to receive application specific signature updates. * Field introduced in 20.1.4. - * Allowed in basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise(allowed values- false) edition, enterprise - * edition. + * Allowed in enterprise edition only with addon license, 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 enableAppsignatureSync */ @@ -80,8 +80,8 @@ public Boolean getEnableAppsignatureSync() { * This is the setter method to the attribute. * Enable to receive application specific signature updates. * Field introduced in 20.1.4. - * Allowed in basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise(allowed values- false) edition, enterprise - * edition. + * Allowed in enterprise edition only with addon license, 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 enableAppsignatureSync set the enableAppsignatureSync. */ @@ -95,7 +95,8 @@ public void setEnableAppsignatureSync(Boolean enableAppsignatureSync) { * This field is deprecated. * Field deprecated in 21.1.1. * 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. * @return enableAutoCaseCreationOnSeFailure */ @VsoMethod @@ -108,7 +109,8 @@ public Boolean getEnableAutoCaseCreationOnSeFailure() { * This field is deprecated. * Field deprecated in 21.1.1. * 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. * @param enableAutoCaseCreationOnSeFailure set the enableAutoCaseCreationOnSeFailure. */ @VsoMethod @@ -121,7 +123,8 @@ public void setEnableAutoCaseCreationOnSeFailure(Boolean enableAutoCaseCreation * This field is deprecated. * Field deprecated in 21.1.1. * 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. * @return enableAutoCaseCreationOnSystemFailure */ @VsoMethod @@ -134,7 +137,8 @@ public Boolean getEnableAutoCaseCreationOnSystemFailure() { * This field is deprecated. * Field deprecated in 21.1.1. * 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. * @param enableAutoCaseCreationOnSystemFailure set the enableAutoCaseCreationOnSystemFailure. */ @VsoMethod @@ -147,7 +151,8 @@ public void setEnableAutoCaseCreationOnSystemFailure(Boolean enableAutoCaseCrea * This field is deprecated. * Field deprecated in 21.1.1. * 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. * @return enableAutoDownloadWafSignatures */ @VsoMethod @@ -160,7 +165,8 @@ public Boolean getEnableAutoDownloadWafSignatures() { * This field is deprecated. * Field deprecated in 21.1.1. * 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. * @param enableAutoDownloadWafSignatures set the enableAutoDownloadWafSignatures. */ @VsoMethod @@ -172,8 +178,8 @@ public void setEnableAutoDownloadWafSignatures(Boolean enableAutoDownloadWafSig * This is the getter method this will return the attribute value. * Enable to receive ip reputation updates. * Field introduced in 20.1.1. - * Allowed in basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise(allowed values- false) edition, enterprise - * edition. + * Allowed in enterprise edition only with addon license, 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 enableIpReputation */ @@ -186,8 +192,8 @@ public Boolean getEnableIpReputation() { * This is the setter method to the attribute. * Enable to receive ip reputation updates. * Field introduced in 20.1.1. - * Allowed in basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise(allowed values- false) edition, enterprise - * edition. + * Allowed in enterprise edition only with addon license, 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 enableIpReputation set the enableIpReputation. */ @@ -200,9 +206,9 @@ public void setEnableIpReputation(Boolean enableIpReputation) { * This is the getter method this will return the attribute value. * Enable pulse case management. * Field introduced in 21.1.1. - * Allowed in basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise(allowed values- false) edition, enterprise - * edition. - * Special default for basic edition is false, essentials edition is false, enterprise edition is false, enterprise is true. + * Allowed in enterprise edition only with addon license, essentials edition(allowed values- false), basic edition(allowed values- false), + * enterprise with cloud services edition. + * Special default for enterprise edition is false, essentials edition is false, basic edition is false, enterprise is true. * @return enablePulseCaseManagement */ @VsoMethod @@ -214,9 +220,9 @@ public Boolean getEnablePulseCaseManagement() { * This is the setter method to the attribute. * Enable pulse case management. * Field introduced in 21.1.1. - * Allowed in basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise(allowed values- false) edition, enterprise - * edition. - * Special default for basic edition is false, essentials edition is false, enterprise edition is false, enterprise is true. + * Allowed in enterprise edition only with addon license, essentials edition(allowed values- false), basic edition(allowed values- false), + * enterprise with cloud services edition. + * Special default for enterprise edition is false, essentials edition is false, basic edition is false, enterprise is true. * @param enablePulseCaseManagement set the enablePulseCaseManagement. */ @VsoMethod @@ -228,9 +234,9 @@ public void setEnablePulseCaseManagement(Boolean enablePulseCaseManagement) { * This is the getter method this will return the attribute value. * Enable to receive waf crs updates. * Field introduced in 21.1.1. - * Allowed in basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise(allowed values- false) edition, enterprise - * edition. - * Special default for basic edition is false, essentials edition is false, enterprise edition is false, enterprise is true. + * Allowed in enterprise edition only with addon license, essentials edition(allowed values- false), basic edition(allowed values- false), + * enterprise with cloud services edition. + * Special default for enterprise edition is false, essentials edition is false, basic edition is false, enterprise is true. * @return enablePulseWafManagement */ @VsoMethod @@ -242,9 +248,9 @@ public Boolean getEnablePulseWafManagement() { * This is the setter method to the attribute. * Enable to receive waf crs updates. * Field introduced in 21.1.1. - * Allowed in basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise(allowed values- false) edition, enterprise - * edition. - * Special default for basic edition is false, essentials edition is false, enterprise edition is false, enterprise is true. + * Allowed in enterprise edition only with addon license, essentials edition(allowed values- false), basic edition(allowed values- false), + * enterprise with cloud services edition. + * Special default for enterprise edition is false, essentials edition is false, basic edition is false, enterprise is true. * @param enablePulseWafManagement set the enablePulseWafManagement. */ @VsoMethod @@ -256,7 +262,8 @@ public void setEnablePulseWafManagement(Boolean enablePulseWafManagement) { * This is the getter method this will return the attribute value. * Enable to receive bot management updates. * Field introduced in 21.1.1. - * Allowed in 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 enableUserAgentDbSync */ @@ -269,7 +276,8 @@ public Boolean getEnableUserAgentDbSync() { * This is the setter method to the attribute. * Enable to receive bot management updates. * Field introduced in 21.1.1. - * Allowed in 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 enableUserAgentDbSync set the enableUserAgentDbSync. */ @@ -283,9 +291,9 @@ public void setEnableUserAgentDbSync(Boolean enableUserAgentDbSync) { * This field is deprecated. * Field deprecated in 21.1.1. * Field introduced in 20.1.1. - * Allowed in basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise(allowed values- false) edition, enterprise - * edition. - * Special default for basic edition is false, essentials edition is false, enterprise edition is false. + * Allowed in enterprise edition only with addon license, essentials edition(allowed values- false), basic edition(allowed values- false), + * enterprise with cloud services edition. + * Special default for enterprise edition is false, essentials edition is false, basic edition is false. * @return enableWafSignaturesNotifications */ @VsoMethod @@ -298,9 +306,9 @@ public Boolean getEnableWafSignaturesNotifications() { * This field is deprecated. * Field deprecated in 21.1.1. * Field introduced in 20.1.1. - * Allowed in basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise(allowed values- false) edition, enterprise - * edition. - * Special default for basic edition is false, essentials edition is false, enterprise edition is false. + * Allowed in enterprise edition only with addon license, essentials edition(allowed values- false), basic edition(allowed values- false), + * enterprise with cloud services edition. + * Special default for enterprise edition is false, essentials edition is false, basic edition is false. * @param enableWafSignaturesNotifications set the enableWafSignaturesNotifications. */ @VsoMethod diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PrimaryPool.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PrimaryPool.java index d18979dc..0be95b78 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PrimaryPool.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PrimaryPool.java @@ -34,6 +34,7 @@ public class PrimaryPool extends AviRestResource { * This is the getter method this will return the attribute value. * Pool's id. * Field introduced in 20.1.7, 21.1.2, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolUuid */ @@ -46,6 +47,7 @@ public String getPoolUuid() { * This is the setter method to the attribute. * Pool's id. * Field introduced in 20.1.7, 21.1.2, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * 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/PriorityLabels.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PriorityLabels.java index 1fb23f14..a4b87a28 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PriorityLabels.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PriorityLabels.java @@ -65,6 +65,7 @@ public class PriorityLabels extends AviRestResource { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -76,6 +77,7 @@ public String getCloudRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -87,6 +89,7 @@ public void setCloudRef(String cloudRef) { /** * This is the getter method this will return the attribute value. * A description of the priority labels. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -98,6 +101,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * A description of the priority labels. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -109,6 +113,7 @@ public void setDescription(String description) { /** * This is the getter method this will return the attribute value. * Equivalent priority labels in descending order. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return equivalentLabels */ @@ -120,6 +125,7 @@ public List getEquivalentLabels() { /** * This is the setter method. this will set the equivalentLabels * Equivalent priority labels in descending order. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return equivalentLabels */ @@ -131,6 +137,7 @@ public void setEquivalentLabels(List equivalentLabels) { /** * This is the setter method this will set the equivalentLabels * Equivalent priority labels in descending order. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return equivalentLabels */ @@ -151,6 +158,7 @@ public PriorityLabels addEquivalentLabelsItem(EquivalentLabels equivalentLabelsI * 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 @@ -165,6 +173,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 @@ -179,6 +188,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 @@ -195,7 +205,8 @@ public PriorityLabels 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 */ @@ -208,7 +219,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 */ @@ -221,7 +233,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 */ @@ -238,6 +251,7 @@ public PriorityLabels addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. * The name of the priority labels. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -249,6 +263,7 @@ public String getName() { /** * This is the setter method to the attribute. * The name of the priority labels. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -260,6 +275,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 */ @@ -271,6 +287,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. */ @@ -301,6 +318,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the priority labels. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -312,6 +330,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the priority labels. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/ProactiveSupportDefaults.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ProactiveSupportDefaults.java index 0ac68a90..ac3d82ad 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ProactiveSupportDefaults.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ProactiveSupportDefaults.java @@ -42,7 +42,8 @@ public class ProactiveSupportDefaults extends AviRestResource { * This is the getter method this will return the attribute value. * Opt-in to attach core dump with support case. * Field introduced in 20.1.1. - * Allowed in 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 attachCoreDump */ @@ -55,7 +56,8 @@ public Boolean getAttachCoreDump() { * This is the setter method to the attribute. * Opt-in to attach core dump with support case. * Field introduced in 20.1.1. - * Allowed in 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 attachCoreDump set the attachCoreDump. */ @@ -68,8 +70,9 @@ public void setAttachCoreDump(Boolean attachCoreDump) { * This is the getter method this will return the attribute value. * Opt-in to attach tech support with support case. * Field introduced in 20.1.1. - * Allowed in 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 attachTechSupport */ @VsoMethod @@ -81,8 +84,9 @@ public Boolean getAttachTechSupport() { * This is the setter method to the attribute. * Opt-in to attach tech support with support case. * Field introduced in 20.1.1. - * Allowed in 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 attachTechSupport set the attachTechSupport. */ @VsoMethod @@ -94,6 +98,7 @@ public void setAttachTechSupport(Boolean attachTechSupport) { * This is the getter method this will return the attribute value. * Case severity to be used for proactive support case creation. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "Severity 5". * @return caseSeverity */ @@ -106,6 +111,7 @@ public String getCaseSeverity() { * This is the setter method to the attribute. * Case severity to be used for proactive support case creation. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "Severity 5". * @param caseSeverity set the caseSeverity. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ProcessInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ProcessInfo.java index bb91b13f..f7838c0d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ProcessInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ProcessInfo.java @@ -58,6 +58,7 @@ public class ProcessInfo extends AviRestResource { * This is the getter method this will return the attribute value. * Current process id. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return currentProcessId */ @@ -70,6 +71,7 @@ public Float getCurrentProcessId() { * This is the setter method to the attribute. * Current process id. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param currentProcessId set the currentProcessId. */ @@ -82,6 +84,7 @@ public void setCurrentProcessId(Float currentProcessId) { * This is the getter method this will return the attribute value. * Total memory usage of process in kbs. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return currentProcessMemUsage */ @@ -94,6 +97,7 @@ public Float getCurrentProcessMemUsage() { * This is the setter method to the attribute. * Total memory usage of process in kbs. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param currentProcessMemUsage set the currentProcessMemUsage. */ @@ -106,6 +110,7 @@ public void setCurrentProcessMemUsage(Float currentProcessMemUsage) { * This is the getter method this will return the attribute value. * Number of times the process has been in current processmode. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return intimationCount */ @@ -118,6 +123,7 @@ public Float getIntimationCount() { * This is the setter method to the attribute. * Number of times the process has been in current processmode. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param intimationCount set the intimationCount. */ @@ -130,6 +136,7 @@ public void setIntimationCount(Float intimationCount) { * This is the getter method this will return the attribute value. * Memory limit for process in kbs. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return memoryLimit */ @@ -142,6 +149,7 @@ public Float getMemoryLimit() { * This is the setter method to the attribute. * Memory limit for process in kbs. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param memoryLimit set the memoryLimit. */ @@ -155,6 +163,7 @@ public void setMemoryLimit(Float memoryLimit) { * Current usage trend of process memory. * Enum options - UPWARD, DOWNWARD, NEUTRAL. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return memoryTrendUsage */ @@ -168,6 +177,7 @@ public String getMemoryTrendUsage() { * Current usage trend of process memory. * Enum options - UPWARD, DOWNWARD, NEUTRAL. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param memoryTrendUsage set the memoryTrendUsage. */ @@ -181,6 +191,7 @@ public void setMemoryTrendUsage(String memoryTrendUsage) { * Current mode of process. * Enum options - REGULAR, DEBUG, DEGRADED, STOP. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return processMode */ @@ -194,6 +205,7 @@ public String getProcessMode() { * Current mode of process. * Enum options - REGULAR, DEBUG, DEGRADED, STOP. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param processMode set the processMode. */ @@ -206,6 +218,7 @@ public void setProcessMode(String processMode) { * This is the getter method this will return the attribute value. * Percentage of memory used out of given limits. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return thresholdPercent */ @@ -218,6 +231,7 @@ public Float getThresholdPercent() { * This is the setter method to the attribute. * Percentage of memory used out of given limits. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param thresholdPercent set the thresholdPercent. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Property.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Property.java index 816269bf..d861a0fa 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Property.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Property.java @@ -38,6 +38,7 @@ public class Property extends AviRestResource { * This is the getter method this will return the attribute value. * Property name. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -50,6 +51,7 @@ public String getName() { * This is the setter method to the attribute. * Property name. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -62,6 +64,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Property value. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -74,6 +77,7 @@ public String getValue() { * This is the setter method to the attribute. * Property value. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/ProtocolMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ProtocolMatch.java index 89a42072..66a6d005 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ProtocolMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ProtocolMatch.java @@ -38,6 +38,7 @@ public class ProtocolMatch extends AviRestResource { * This is the getter method this will return the attribute value. * Criterion to use for protocol matching the http request. * Enum options - IS_IN, IS_NOT_IN. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -50,6 +51,7 @@ public String getMatchCriteria() { * This is the setter method to the attribute. * Criterion to use for protocol matching the http request. * Enum options - IS_IN, IS_NOT_IN. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -62,6 +64,7 @@ public void setMatchCriteria(String matchCriteria) { * This is the getter method this will return the attribute value. * Http or https protocol. * Enum options - HTTP, HTTPS. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return protocols */ @@ -74,6 +77,7 @@ public String getProtocols() { * This is the setter method to the attribute. * Http or https protocol. * Enum options - HTTP, HTTPS. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param protocols set the protocols. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ProtocolParser.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ProtocolParser.java index b438af48..0cec29c1 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ProtocolParser.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ProtocolParser.java @@ -62,6 +62,7 @@ public class ProtocolParser extends AviRestResource { * This is the getter method this will return the attribute value. * Description of the protocol parser. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -74,6 +75,7 @@ public String getDescription() { * This is the setter method to the attribute. * Description of the protocol parser. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -89,6 +91,7 @@ public void setDescription(String description) { * 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 @@ -103,6 +106,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 @@ -117,6 +121,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 @@ -133,7 +138,8 @@ public ProtocolParser 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 */ @@ -146,7 +152,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 */ @@ -159,7 +166,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 */ @@ -177,6 +185,7 @@ public ProtocolParser addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * Name of the protocol parser. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -189,6 +198,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the protocol parser. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -201,6 +211,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Command script provided inline. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return parserCode */ @@ -213,6 +224,7 @@ public String getParserCode() { * This is the setter method to the attribute. * Command script provided inline. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param parserCode set the parserCode. */ @@ -226,6 +238,7 @@ public void setParserCode(String parserCode) { * Tenant uuid of the protocol parser. * It is a reference to an object of type tenant. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -239,6 +252,7 @@ public String getTenantRef() { * Tenant uuid of the protocol parser. * It is a reference to an object of type tenant. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -270,6 +284,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the protocol parser. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -282,6 +297,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the protocol parser. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/ProxyConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ProxyConfiguration.java index 40b19bcf..ccbd3ce0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ProxyConfiguration.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ProxyConfiguration.java @@ -45,6 +45,7 @@ public class ProxyConfiguration extends AviRestResource { /** * This is the getter method this will return the attribute value. * Proxy hostname or ip address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return host */ @@ -56,6 +57,7 @@ public String getHost() { /** * This is the setter method to the attribute. * Proxy hostname or ip address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param host set the host. */ @@ -67,6 +69,7 @@ public void setHost(String host) { /** * This is the getter method this will return the attribute value. * Password for proxy. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return password */ @@ -78,6 +81,7 @@ public String getPassword() { /** * This is the setter method to the attribute. * Password for proxy. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param password set the password. */ @@ -89,6 +93,7 @@ public void setPassword(String password) { /** * This is the getter method this will return the attribute value. * Proxy port. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -100,6 +105,7 @@ public Integer getPort() { /** * This is the setter method to the attribute. * Proxy port. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ @@ -111,6 +117,7 @@ public void setPort(Integer port) { /** * This is the getter method this will return the attribute value. * Username for proxy. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return username */ @@ -122,6 +129,7 @@ public String getUsername() { /** * This is the setter method to the attribute. * Username for proxy. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/PsmProgramDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PsmProgramDetails.java index d43dd961..232907cd 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PsmProgramDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/PsmProgramDetails.java @@ -36,7 +36,7 @@ public class PsmProgramDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property error of obj type psmprogramdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return error */ @@ -47,7 +47,7 @@ public String getError() { /** * This is the setter method to the attribute. - * Placeholder for description of property error of obj type psmprogramdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param error set the error. */ @@ -58,7 +58,7 @@ public void setError(String error) { /** * 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 +69,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/QueryMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/QueryMatch.java index 9daabc47..813a1774 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/QueryMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/QueryMatch.java @@ -46,6 +46,7 @@ public class QueryMatch extends AviRestResource { * This is the getter method this will return the attribute value. * Case sensitivity to use for the match. * Enum options - SENSITIVE, INSENSITIVE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @return matchCase */ @@ -58,6 +59,7 @@ public String getMatchCase() { * This is the setter method to the attribute. * Case sensitivity to use for the match. * Enum options - SENSITIVE, INSENSITIVE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @param matchCase set the matchCase. */ @@ -70,6 +72,7 @@ public void setMatchCase(String matchCase) { * This is the getter method this will return the attribute value. * Criterion to use for matching the query in http request uri. * Enum options - QUERY_MATCH_CONTAINS. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchCriteria */ @@ -82,6 +85,7 @@ public String getMatchCriteria() { * This is the setter method to the attribute. * Criterion to use for matching the query in http request uri. * Enum options - QUERY_MATCH_CONTAINS. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchCriteria set the matchCriteria. */ @@ -93,6 +97,7 @@ public void setMatchCriteria(String matchCriteria) { /** * This is the getter method this will return the attribute value. * String value(s). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchStr */ @@ -104,6 +109,7 @@ public List getMatchStr() { /** * This is the setter method. this will set the matchStr * String value(s). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchStr */ @@ -115,6 +121,7 @@ public void setMatchStr(List matchStr) { /** * This is the setter method this will set the matchStr * String value(s). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchStr */ @@ -132,6 +139,7 @@ public QueryMatch addMatchStrItem(String matchStrItem) { * This is the getter method this will return the attribute value. * Uuid of the string group(s). * It is a reference to an object of type stringgroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ @@ -144,6 +152,7 @@ public List getStringGroupRefs() { * This is the setter method. this will set the stringGroupRefs * Uuid of the string group(s). * It is a reference to an object of type stringgroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ @@ -156,6 +165,7 @@ public void setStringGroupRefs(List stringGroupRefs) { * This is the setter method this will set the stringGroupRefs * Uuid of the string group(s). * It is a reference to an object of type stringgroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RancherConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RancherConfiguration.java index 7f696593..55d89778 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RancherConfiguration.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RancherConfiguration.java @@ -141,6 +141,7 @@ public class RancherConfiguration extends AviRestResource { /** * This is the getter method this will return the attribute value. * Access key. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return accessKey */ @@ -152,6 +153,7 @@ public String getAccessKey() { /** * This is the setter method to the attribute. * Access key. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param accessKey set the accessKey. */ @@ -163,6 +165,7 @@ public void setAccessKey(String accessKey) { /** * This is the getter method this will return the attribute value. * Sync frequency in seconds with frameworks. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return appSyncFrequency */ @@ -174,6 +177,7 @@ public Integer getAppSyncFrequency() { /** * This is the setter method to the attribute. * Sync frequency in seconds with frameworks. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param appSyncFrequency set the appSyncFrequency. */ @@ -185,6 +189,7 @@ public void setAppSyncFrequency(Integer appSyncFrequency) { /** * This is the getter method this will return the attribute value. * Perform container port matching to create a http virtualservice instead of a tcp/udp virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return containerPortMatchHttpService */ @@ -196,6 +201,7 @@ public Boolean getContainerPortMatchHttpService() { /** * This is the setter method to the attribute. * Perform container port matching to create a http virtualservice instead of a tcp/udp virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param containerPortMatchHttpService set the containerPortMatchHttpService. */ @@ -209,6 +215,7 @@ public void setContainerPortMatchHttpService(Boolean containerPortMatchHttpServ * Directory to mount to check for core dumps on service engines. * This will be mapped read only to /var/crash on any new service engines. * This is a disruptive change. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/var/lib/systemd/coredump". * @return coredumpDirectory */ @@ -222,6 +229,7 @@ public String getCoredumpDirectory() { * Directory to mount to check for core dumps on service engines. * This will be mapped read only to /var/crash on any new service engines. * This is a disruptive change. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/var/lib/systemd/coredump". * @param coredumpDirectory set the coredumpDirectory. */ @@ -233,6 +241,7 @@ public void setCoredumpDirectory(String coredumpDirectory) { /** * This is the getter method this will return the attribute value. * Disable auto service sync for back end services. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableAutoBackendServiceSync */ @@ -244,6 +253,7 @@ public Boolean getDisableAutoBackendServiceSync() { /** * This is the setter method to the attribute. * Disable auto service sync for back end services. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableAutoBackendServiceSync set the disableAutoBackendServiceSync. */ @@ -255,6 +265,7 @@ public void setDisableAutoBackendServiceSync(Boolean disableAutoBackendServiceS /** * This is the getter method this will return the attribute value. * Disable auto service sync for front end services. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableAutoFrontendServiceSync */ @@ -266,6 +277,7 @@ public Boolean getDisableAutoFrontendServiceSync() { /** * This is the setter method to the attribute. * Disable auto service sync for front end services. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableAutoFrontendServiceSync set the disableAutoFrontendServiceSync. */ @@ -277,6 +289,7 @@ public void setDisableAutoFrontendServiceSync(Boolean disableAutoFrontendServic /** * This is the getter method this will return the attribute value. * Disable se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableAutoSeCreation */ @@ -288,6 +301,7 @@ public Boolean getDisableAutoSeCreation() { /** * This is the setter method to the attribute. * Disable se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableAutoSeCreation set the disableAutoSeCreation. */ @@ -299,6 +313,7 @@ public void setDisableAutoSeCreation(Boolean disableAutoSeCreation) { /** * This is the getter method this will return the attribute value. * Docker registry for serviceengine image. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dockerRegistrySe */ @@ -310,6 +325,7 @@ public DockerRegistry getDockerRegistrySe() { /** * This is the setter method to the attribute. * Docker registry for serviceengine image. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dockerRegistrySe set the dockerRegistrySe. */ @@ -320,7 +336,8 @@ public void setDockerRegistrySe(DockerRegistry dockerRegistrySe) { /** * This is the getter method this will return the attribute value. - * Match against this prefix when placing east-west vss on ses . + * Match against this prefix when placing east-west vss on ses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eastWestPlacementSubnet */ @@ -331,7 +348,8 @@ public IpAddrPrefix getEastWestPlacementSubnet() { /** * This is the setter method to the attribute. - * Match against this prefix when placing east-west vss on ses . + * Match against this prefix when placing east-west vss on ses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eastWestPlacementSubnet set the eastWestPlacementSubnet. */ @@ -343,6 +361,7 @@ public void setEastWestPlacementSubnet(IpAddrPrefix eastWestPlacementSubnet) { /** * This is the getter method this will return the attribute value. * Enable docker event subscription. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableEventSubscription */ @@ -354,6 +373,7 @@ public Boolean getEnableEventSubscription() { /** * This is the setter method to the attribute. * Enable docker event subscription. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableEventSubscription set the enableEventSubscription. */ @@ -365,6 +385,7 @@ public void setEnableEventSubscription(Boolean enableEventSubscription) { /** * This is the getter method this will return the attribute value. * For front end proxies, use container port as service port. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return feproxyContainerPortAsService */ @@ -376,6 +397,7 @@ public Boolean getFeproxyContainerPortAsService() { /** * This is the setter method to the attribute. * For front end proxies, use container port as service port. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param feproxyContainerPortAsService set the feproxyContainerPortAsService. */ @@ -387,6 +409,7 @@ public void setFeproxyContainerPortAsService(Boolean feproxyContainerPortAsServ /** * This is the getter method this will return the attribute value. * Enable proxy arp from host interface for front end proxies. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return feproxyVipsEnableProxyArp */ @@ -398,6 +421,7 @@ public Boolean getFeproxyVipsEnableProxyArp() { /** * This is the setter method to the attribute. * Enable proxy arp from host interface for front end proxies. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param feproxyVipsEnableProxyArp set the feproxyVipsEnableProxyArp. */ @@ -409,6 +433,7 @@ public void setFeproxyVipsEnableProxyArp(Boolean feproxyVipsEnableProxyArp) { /** * This is the getter method this will return the attribute value. * Optional fleet remote endpoint if fleet is used for se deployment. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fleetEndpoint */ @@ -420,6 +445,7 @@ public String getFleetEndpoint() { /** * This is the setter method to the attribute. * Optional fleet remote endpoint if fleet is used for se deployment. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fleetEndpoint set the fleetEndpoint. */ @@ -432,6 +458,7 @@ public void setFleetEndpoint(String fleetEndpoint) { * This is the getter method this will return the attribute value. * List of container ports that create a http virtualservice instead of a tcp/udp virtualservice. * Defaults to 80. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpContainerPorts */ @@ -444,6 +471,7 @@ public List getHttpContainerPorts() { * This is the setter method. this will set the httpContainerPorts * List of container ports that create a http virtualservice instead of a tcp/udp virtualservice. * Defaults to 80. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpContainerPorts */ @@ -456,6 +484,7 @@ public void setHttpContainerPorts(List httpContainerPorts) { * This is the setter method this will set the httpContainerPorts * List of container ports that create a http virtualservice instead of a tcp/udp virtualservice. * Defaults to 80. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpContainerPorts */ @@ -472,6 +501,7 @@ public RancherConfiguration addHttpContainerPortsItem(Integer httpContainerPorts /** * This is the getter method this will return the attribute value. * Nuage overlay sdn controller information. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nuageController */ @@ -483,6 +513,7 @@ public NuageSDNController getNuageController() { /** * This is the setter method to the attribute. * Nuage overlay sdn controller information. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nuageController set the nuageController. */ @@ -494,6 +525,7 @@ public void setNuageController(NuageSDNController nuageController) { /** * This is the getter method this will return the attribute value. * List of rancher servers; in case of a load balanced rancher multi cluster, use virtual ip of the cluster. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rancherServers */ @@ -505,6 +537,7 @@ public List getRancherServers() { /** * This is the setter method. this will set the rancherServers * List of rancher servers; in case of a load balanced rancher multi cluster, use virtual ip of the cluster. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rancherServers */ @@ -516,6 +549,7 @@ public void setRancherServers(List rancherServers) { /** * This is the setter method this will set the rancherServers * List of rancher servers; in case of a load balanced rancher multi cluster, use virtual ip of the cluster. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rancherServers */ @@ -533,6 +567,7 @@ public RancherConfiguration addRancherServersItem(String rancherServersItem) { * This is the getter method this will return the attribute value. * Use fleet/ssh for se deployment. * Enum options - SE_CREATE_FLEET, SE_CREATE_SSH, SE_CREATE_POD. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_CREATE_SSH". * @return seDeploymentMethod */ @@ -545,6 +580,7 @@ public String getSeDeploymentMethod() { * This is the setter method to the attribute. * Use fleet/ssh for se deployment. * Enum options - SE_CREATE_FLEET, SE_CREATE_SSH, SE_CREATE_POD. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_CREATE_SSH". * @param seDeploymentMethod set the seDeploymentMethod. */ @@ -556,6 +592,7 @@ public void setSeDeploymentMethod(String seDeploymentMethod) { /** * This is the getter method this will return the attribute value. * Exclude hosts with attributes for se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seExcludeAttributes */ @@ -567,6 +604,7 @@ public List getSeExcludeAttributes() { /** * This is the setter method. this will set the seExcludeAttributes * Exclude hosts with attributes for se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seExcludeAttributes */ @@ -578,6 +616,7 @@ public void setSeExcludeAttributes(List seExcludeAttributes) { /** * This is the setter method this will set the seExcludeAttributes * Exclude hosts with attributes for se creation. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seExcludeAttributes */ @@ -594,6 +633,7 @@ public RancherConfiguration addSeExcludeAttributesItem(MesosAttribute seExcludeA /** * This is the getter method this will return the attribute value. * Create ses just on hosts with include attributes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIncludeAttributes */ @@ -605,6 +645,7 @@ public List getSeIncludeAttributes() { /** * This is the setter method. this will set the seIncludeAttributes * Create ses just on hosts with include attributes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIncludeAttributes */ @@ -616,6 +657,7 @@ public void setSeIncludeAttributes(List seIncludeAttributes) { /** * This is the setter method this will set the seIncludeAttributes * Create ses just on hosts with include attributes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIncludeAttributes */ @@ -632,6 +674,7 @@ public RancherConfiguration addSeIncludeAttributesItem(MesosAttribute seIncludeA /** * This is the getter method this will return the attribute value. * New se spawn rate per minute. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 25. * @return seSpawnRate */ @@ -643,6 +686,7 @@ public Integer getSeSpawnRate() { /** * This is the setter method to the attribute. * New se spawn rate per minute. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 25. * @param seSpawnRate set the seSpawnRate. */ @@ -654,6 +698,7 @@ public void setSeSpawnRate(Integer seSpawnRate) { /** * This is the getter method this will return the attribute value. * Host volume to be used as a disk for avi se, this is a disruptive change. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/opt/avi". * @return seVolume */ @@ -665,6 +710,7 @@ public String getSeVolume() { /** * This is the setter method to the attribute. * Host volume to be used as a disk for avi se, this is a disruptive change. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "/opt/avi". * @param seVolume set the seVolume. */ @@ -676,6 +722,7 @@ public void setSeVolume(String seVolume) { /** * This is the getter method this will return the attribute value. * Secret key. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return secretKey */ @@ -687,6 +734,7 @@ public String getSecretKey() { /** * This is the setter method to the attribute. * Secret key. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param secretKey set the secretKey. */ @@ -699,6 +747,7 @@ public void setSecretKey(String secretKey) { * This is the getter method this will return the attribute value. * Make service ports accessible on all host interfaces in addition to east-west vip and/or bridge ip. * Usually enabled aws clusters to export east-west services on host interface. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return servicesAccessibleAllInterfaces */ @@ -711,6 +760,7 @@ public Boolean getServicesAccessibleAllInterfaces() { * This is the setter method to the attribute. * Make service ports accessible on all host interfaces in addition to east-west vip and/or bridge ip. * Usually enabled aws clusters to export east-west services on host interface. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param servicesAccessibleAllInterfaces set the servicesAccessibleAllInterfaces. */ @@ -723,6 +773,7 @@ public void setServicesAccessibleAllInterfaces(Boolean servicesAccessibleAllInt * This is the getter method this will return the attribute value. * Parameters for ssh se deployment. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return sshSeDeployment */ @VsoMethod @@ -734,6 +785,7 @@ public SSHSeDeployment getSshSeDeployment() { * This is the setter method to the attribute. * Parameters for ssh se deployment. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param sshSeDeployment set the sshSeDeployment. */ @VsoMethod @@ -746,6 +798,7 @@ public void setSshSeDeployment(SSHSeDeployment sshSeDeployment) { * Cloud connector user uuid for ssh to hosts. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sshUserRef */ @@ -759,6 +812,7 @@ public String getSshUserRef() { * Cloud connector user uuid for ssh to hosts. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sshUserRef set the sshUserRef. */ @@ -771,6 +825,7 @@ public void setSshUserRef(String sshUserRef) { * This is the getter method this will return the attribute value. * Use container ip address port for pool instead of host ip address hostport. * This mode is applicable if the container ip is reachable (not a private nated ip) from other hosts in a routed environment for containers. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useContainerIpPort */ @@ -783,6 +838,7 @@ public Boolean getUseContainerIpPort() { * This is the setter method to the attribute. * Use container ip address port for pool instead of host ip address hostport. * This mode is applicable if the container ip is reachable (not a private nated ip) from other hosts in a routed environment for containers. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useContainerIpPort set the useContainerIpPort. */ @@ -794,6 +850,7 @@ public void setUseContainerIpPort(Boolean useContainerIpPort) { /** * This is the getter method this will return the attribute value. * If true, use controller generated se docker image via fileservice, else use docker repository image as defined by docker_registry_se. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useControllerImage */ @@ -805,6 +862,7 @@ public Boolean getUseControllerImage() { /** * This is the setter method to the attribute. * If true, use controller generated se docker image via fileservice, else use docker repository image as defined by docker_registry_se. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useControllerImage set the useControllerImage. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RateLimiter.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RateLimiter.java index 7649cb0e..ecd4c5e6 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RateLimiter.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RateLimiter.java @@ -48,6 +48,7 @@ public class RateLimiter extends AviRestResource { * If this is less than count, it will have no effect. * Allowed values are 0-1000000000. * Field introduced in 18.2.9. + * Allowed in enterprise edition with any value, basic edition(allowed values- 0), essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return burstSz */ @@ -62,6 +63,7 @@ public Integer getBurstSz() { * If this is less than count, it will have no effect. * Allowed values are 0-1000000000. * Field introduced in 18.2.9. + * Allowed in enterprise edition with any value, basic edition(allowed values- 0), essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param burstSz set the burstSz. */ @@ -75,6 +77,7 @@ public void setBurstSz(Integer burstSz) { * Maximum number of connections, requests or packets permitted each period. * Allowed values are 1-1000000000. * Field introduced in 18.2.9. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000000000. * @return count */ @@ -88,6 +91,7 @@ public Integer getCount() { * Maximum number of connections, requests or packets permitted each period. * Allowed values are 1-1000000000. * Field introduced in 18.2.9. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000000000. * @param count set the count. */ @@ -101,6 +105,7 @@ public void setCount(Integer count) { * Identifier for rate limit. * Constructed according to context. * Field introduced in 18.2.9. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -114,6 +119,7 @@ public String getName() { * Identifier for rate limit. * Constructed according to context. * Field introduced in 18.2.9. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -128,6 +134,7 @@ public void setName(String name) { * Allowed values are 1-1000000000. * Field introduced in 18.2.9. * Unit is sec. + * Allowed in enterprise edition with any value, basic edition(allowed values- 1), essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return period */ @@ -142,6 +149,7 @@ public Integer getPeriod() { * Allowed values are 1-1000000000. * Field introduced in 18.2.9. * Unit is sec. + * Allowed in enterprise edition with any value, basic edition(allowed values- 1), essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param period set the period. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RateLimiterAction.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RateLimiterAction.java index c1e11b7b..f15c0cd7 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RateLimiterAction.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RateLimiterAction.java @@ -47,6 +47,7 @@ public class RateLimiterAction extends AviRestResource { /** * This is the getter method this will return the attribute value. * File to be used for http local response rate limit action. + * Allowed in enterprise edition with any value, essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return file */ @@ -58,6 +59,7 @@ public HTTPLocalFile getFile() { /** * This is the setter method to the attribute. * File to be used for http local response rate limit action. + * Allowed in enterprise edition with any value, essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param file set the file. */ @@ -69,6 +71,7 @@ public void setFile(HTTPLocalFile file) { /** * This is the getter method this will return the attribute value. * Parameters for http redirect rate limit action. + * Allowed in enterprise edition with any value, essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return redirect */ @@ -80,6 +83,7 @@ public HTTPRedirectAction getRedirect() { /** * This is the setter method to the attribute. * Parameters for http redirect rate limit action. + * Allowed in enterprise edition with any value, essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param redirect set the redirect. */ @@ -93,6 +97,8 @@ public void setRedirect(HTTPRedirectAction redirect) { * Http status code for local response rate limit action. * Enum options - HTTP_LOCAL_RESPONSE_STATUS_CODE_200, HTTP_LOCAL_RESPONSE_STATUS_CODE_204, HTTP_LOCAL_RESPONSE_STATUS_CODE_403, * HTTP_LOCAL_RESPONSE_STATUS_CODE_404, HTTP_LOCAL_RESPONSE_STATUS_CODE_429, HTTP_LOCAL_RESPONSE_STATUS_CODE_501. + * Allowed in enterprise edition with any value, basic edition(allowed values- http_local_response_status_code_429), essentials, enterprise with + * cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "HTTP_LOCAL_RESPONSE_STATUS_CODE_429". * @return statusCode */ @@ -106,6 +112,8 @@ public String getStatusCode() { * Http status code for local response rate limit action. * Enum options - HTTP_LOCAL_RESPONSE_STATUS_CODE_200, HTTP_LOCAL_RESPONSE_STATUS_CODE_204, HTTP_LOCAL_RESPONSE_STATUS_CODE_403, * HTTP_LOCAL_RESPONSE_STATUS_CODE_404, HTTP_LOCAL_RESPONSE_STATUS_CODE_429, HTTP_LOCAL_RESPONSE_STATUS_CODE_501. + * Allowed in enterprise edition with any value, basic edition(allowed values- http_local_response_status_code_429), essentials, enterprise with + * cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "HTTP_LOCAL_RESPONSE_STATUS_CODE_429". * @param statusCode set the statusCode. */ @@ -118,6 +126,8 @@ public void setStatusCode(String statusCode) { * This is the getter method this will return the attribute value. * Type of action to be enforced upon hitting the rate limit. * Enum options - RL_ACTION_NONE, RL_ACTION_DROP_CONN, RL_ACTION_RESET_CONN, RL_ACTION_CLOSE_CONN, RL_ACTION_LOCAL_RSP, RL_ACTION_REDIRECT. + * Allowed in enterprise edition with any value, basic edition(allowed values- rl_action_none,rl_action_drop_conn), essentials, enterprise with + * cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "RL_ACTION_NONE". * @return type */ @@ -130,6 +140,8 @@ public String getType() { * This is the setter method to the attribute. * Type of action to be enforced upon hitting the rate limit. * Enum options - RL_ACTION_NONE, RL_ACTION_DROP_CONN, RL_ACTION_RESET_CONN, RL_ACTION_CLOSE_CONN, RL_ACTION_LOCAL_RSP, RL_ACTION_REDIRECT. + * Allowed in enterprise edition with any value, basic edition(allowed values- rl_action_none,rl_action_drop_conn), essentials, enterprise with + * cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "RL_ACTION_NONE". * @param type set the type. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RateLimiterEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RateLimiterEventDetails.java index 6183c3f4..a312b632 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RateLimiterEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RateLimiterEventDetails.java @@ -46,6 +46,7 @@ public class RateLimiterEventDetails extends AviRestResource { * This is the getter method this will return the attribute value. * Rate limiter error message. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorMessage */ @@ -58,6 +59,7 @@ public String getErrorMessage() { * This is the setter method to the attribute. * Rate limiter error message. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorMessage set the errorMessage. */ @@ -70,6 +72,7 @@ public void setErrorMessage(String errorMessage) { * This is the getter method this will return the attribute value. * Name of the rate limiter. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rlResourceName */ @@ -82,6 +85,7 @@ public String getRlResourceName() { * This is the setter method to the attribute. * Name of the rate limiter. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rlResourceName set the rlResourceName. */ @@ -94,6 +98,7 @@ public void setRlResourceName(String rlResourceName) { * This is the getter method this will return the attribute value. * Rate limiter type. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rlResourceType */ @@ -106,6 +111,7 @@ public String getRlResourceType() { * This is the setter method to the attribute. * Rate limiter type. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rlResourceType set the rlResourceType. */ @@ -118,6 +124,7 @@ public void setRlResourceType(String rlResourceType) { * This is the getter method this will return the attribute value. * Status. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -130,6 +137,7 @@ public String getStatus() { * This is the setter method to the attribute. * Status. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/RateLimiterProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RateLimiterProfile.java index a476763c..85e915fd 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RateLimiterProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RateLimiterProfile.java @@ -83,6 +83,7 @@ public class RateLimiterProfile extends AviRestResource { /** * This is the getter method this will return the attribute value. * Rate limit all connections made from any single client ip address to the virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIpConnectionsRateLimit */ @@ -94,6 +95,7 @@ public RateProfile getClientIpConnectionsRateLimit() { /** * This is the setter method to the attribute. * Rate limit all connections made from any single client ip address to the virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIpConnectionsRateLimit set the clientIpConnectionsRateLimit. */ @@ -110,6 +112,7 @@ public void setClientIpConnectionsRateLimit(RateProfile clientIpConnectionsRateL * Count and time period are specified through the rateprofile. * Requests are deemed failed based on client or server side error status codes, consistent with how avi logs and metrics subsystems mark failed * requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIpFailedRequestsRateLimit */ @@ -126,6 +129,7 @@ public RateProfile getClientIpFailedRequestsRateLimit() { * Count and time period are specified through the rateprofile. * Requests are deemed failed based on client or server side error status codes, consistent with how avi logs and metrics subsystems mark failed * requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIpFailedRequestsRateLimit set the clientIpFailedRequestsRateLimit. */ @@ -137,6 +141,7 @@ public void setClientIpFailedRequestsRateLimit(RateProfile clientIpFailedRequest /** * This is the getter method this will return the attribute value. * Rate limit all http requests from any single client ip address to all urls of the virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIpRequestsRateLimit */ @@ -148,6 +153,7 @@ public RateProfile getClientIpRequestsRateLimit() { /** * This is the setter method to the attribute. * Rate limit all http requests from any single client ip address to all urls of the virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIpRequestsRateLimit set the clientIpRequestsRateLimit. */ @@ -167,6 +173,7 @@ public void setClientIpRequestsRateLimit(RateProfile clientIpRequestsRateLimit) * unknown clients group. * The avi scan detection system automatically tunes itself so that the good, bad, and unknown client ips group membership changes dynamically with * the changes in traffic patterns through the adc. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIpScannersRequestsRateLimit */ @@ -186,6 +193,7 @@ public RateProfile getClientIpScannersRequestsRateLimit() { * unknown clients group. * The avi scan detection system automatically tunes itself so that the good, bad, and unknown client ips group membership changes dynamically with * the changes in traffic patterns through the adc. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIpScannersRequestsRateLimit set the clientIpScannersRequestsRateLimit. */ @@ -202,6 +210,7 @@ public void setClientIpScannersRequestsRateLimit(RateProfile clientIpScannersReq * Count and time period are specified through the rateprofile. * Requests are deemed failed based on client or server side error status codes, consistent with how avi logs and metrics subsystems mark failed * requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIpToUriFailedRequestsRateLimit */ @@ -218,6 +227,7 @@ public RateProfile getClientIpToUriFailedRequestsRateLimit() { * Count and time period are specified through the rateprofile. * Requests are deemed failed based on client or server side error status codes, consistent with how avi logs and metrics subsystems mark failed * requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIpToUriFailedRequestsRateLimit set the clientIpToUriFailedRequestsRateLimit. */ @@ -229,6 +239,7 @@ public void setClientIpToUriFailedRequestsRateLimit(RateProfile clientIpToUriFai /** * This is the getter method this will return the attribute value. * Rate limit all http requests from any single client ip address to any single url. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIpToUriRequestsRateLimit */ @@ -240,6 +251,7 @@ public RateProfile getClientIpToUriRequestsRateLimit() { /** * This is the setter method to the attribute. * Rate limit all http requests from any single client ip address to any single url. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIpToUriRequestsRateLimit set the clientIpToUriRequestsRateLimit. */ @@ -252,6 +264,7 @@ public void setClientIpToUriRequestsRateLimit(RateProfile clientIpToUriRequestsR * This is the getter method this will return the attribute value. * Rate limit all http requests that map to any custom string. * Field introduced in 17.2.13,18.1.3,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customRequestsRateLimit */ @@ -264,6 +277,7 @@ public RateProfile getCustomRequestsRateLimit() { * This is the setter method to the attribute. * Rate limit all http requests that map to any custom string. * Field introduced in 17.2.13,18.1.3,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param customRequestsRateLimit set the customRequestsRateLimit. */ @@ -276,6 +290,7 @@ public void setCustomRequestsRateLimit(RateProfile customRequestsRateLimit) { * This is the getter method this will return the attribute value. * Rate limit all http requests from all client ip addresses that contain any single http header value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpHeaderRateLimits */ @@ -288,6 +303,7 @@ public List getHttpHeaderRateLimits() { * This is the setter method. this will set the httpHeaderRateLimits * Rate limit all http requests from all client ip addresses that contain any single http header value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpHeaderRateLimits */ @@ -300,6 +316,7 @@ public void setHttpHeaderRateLimits(List httpHeaderRateLimits) { * This is the setter method this will set the httpHeaderRateLimits * Rate limit all http requests from all client ip addresses that contain any single http header value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpHeaderRateLimits */ @@ -320,6 +337,7 @@ public RateLimiterProfile addHttpHeaderRateLimitsItem(RateProfile httpHeaderRate * Count and time period are specified through the rateprofile. * Requests are deemed failed based on client or server side error status codes, consistent with how avi logs and metrics subsystems mark failed * requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriFailedRequestsRateLimit */ @@ -335,6 +353,7 @@ public RateProfile getUriFailedRequestsRateLimit() { * Count and time period are specified through the rateprofile. * Requests are deemed failed based on client or server side error status codes, consistent with how avi logs and metrics subsystems mark failed * requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uriFailedRequestsRateLimit set the uriFailedRequestsRateLimit. */ @@ -346,6 +365,7 @@ public void setUriFailedRequestsRateLimit(RateProfile uriFailedRequestsRateLimit /** * This is the getter method this will return the attribute value. * Rate limit all http requests from all client ip addresses to any single url. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriRequestsRateLimit */ @@ -357,6 +377,7 @@ public RateProfile getUriRequestsRateLimit() { /** * This is the setter method to the attribute. * Rate limit all http requests from all client ip addresses to any single url. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uriRequestsRateLimit set the uriRequestsRateLimit. */ @@ -375,6 +396,7 @@ public void setUriRequestsRateLimit(RateProfile uriRequestsRateLimit) { * unknown uris group. * The avi scan detection system automatically tunes itself so that the good, bad, and unknown uris group membership changes dynamically with the * changes in traffic patterns through the adc. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriScannersRequestsRateLimit */ @@ -393,6 +415,7 @@ public RateProfile getUriScannersRequestsRateLimit() { * unknown uris group. * The avi scan detection system automatically tunes itself so that the good, bad, and unknown uris group membership changes dynamically with the * changes in traffic patterns through the adc. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uriScannersRequestsRateLimit set the uriScannersRequestsRateLimit. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RateLimiterProperties.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RateLimiterProperties.java index 6748138b..0c51f83e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RateLimiterProperties.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RateLimiterProperties.java @@ -39,6 +39,7 @@ public class RateLimiterProperties extends AviRestResource { * Number of stages in msf rate limiter. * Allowed values are 1-2. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return msfNumStages */ @@ -52,6 +53,7 @@ public Integer getMsfNumStages() { * Number of stages in msf rate limiter. * Allowed values are 1-2. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param msfNumStages set the msfNumStages. */ @@ -64,6 +66,7 @@ public void setMsfNumStages(Integer msfNumStages) { * This is the getter method this will return the attribute value. * Each stage size in msf rate limiter. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 16384. * @return msfStageSize */ @@ -76,6 +79,7 @@ public Integer getMsfStageSize() { * This is the setter method to the attribute. * Each stage size in msf rate limiter. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 16384. * @param msfStageSize set the msfStageSize. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RateProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RateProfile.java index 1d90fdf0..9f7b4a19 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RateProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RateProfile.java @@ -67,6 +67,7 @@ public class RateProfile extends AviRestResource { /** * This is the getter method this will return the attribute value. * Action to perform upon rate limiting. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -78,6 +79,7 @@ public RateLimiterAction getAction() { /** * This is the setter method to the attribute. * Action to perform upon rate limiting. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -90,8 +92,9 @@ public void setAction(RateLimiterAction action) { * This is the getter method this will return the attribute value. * Maximum number of connections or requests or packets to be let through instantaneously. * Allowed values are 10-2500. - * Special values are 0- 'automatic'. + * Special values are 0- automatic. * Field deprecated in 18.2.9. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return burstSz */ @VsoMethod @@ -103,8 +106,9 @@ public Integer getBurstSz() { * This is the setter method to the attribute. * Maximum number of connections or requests or packets to be let through instantaneously. * Allowed values are 10-2500. - * Special values are 0- 'automatic'. + * Special values are 0- automatic. * Field deprecated in 18.2.9. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param burstSz set the burstSz. */ @VsoMethod @@ -116,8 +120,9 @@ public void setBurstSz(Integer burstSz) { * This is the getter method this will return the attribute value. * Maximum number of connections or requests or packets. * Allowed values are 1-1000000000. - * Special values are 0- 'unlimited'. + * Special values are 0- unlimited. * Field deprecated in 18.2.9. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return count */ @VsoMethod @@ -129,8 +134,9 @@ public Integer getCount() { * This is the setter method to the attribute. * Maximum number of connections or requests or packets. * Allowed values are 1-1000000000. - * Special values are 0- 'unlimited'. + * Special values are 0- unlimited. * Field deprecated in 18.2.9. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param count set the count. */ @VsoMethod @@ -141,6 +147,7 @@ public void setCount(Integer count) { /** * This is the getter method this will return the attribute value. * Explicitly tracks an attacker across rate periods. + * Allowed in enterprise edition with any value, basic edition(allowed values- false), essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return explicitTracking */ @@ -152,6 +159,7 @@ public Boolean getExplicitTracking() { /** * This is the setter method to the attribute. * Explicitly tracks an attacker across rate periods. + * Allowed in enterprise edition with any value, basic edition(allowed values- false), essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param explicitTracking set the explicitTracking. */ @@ -163,6 +171,7 @@ public void setExplicitTracking(Boolean explicitTracking) { /** * This is the getter method this will return the attribute value. * Enable fine granularity. + * Allowed in enterprise edition with any value, basic edition(allowed values- false), essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return fineGrain */ @@ -174,6 +183,7 @@ public Boolean getFineGrain() { /** * This is the setter method to the attribute. * Enable fine granularity. + * Allowed in enterprise edition with any value, basic edition(allowed values- false), essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param fineGrain set the fineGrain. */ @@ -186,6 +196,7 @@ public void setFineGrain(Boolean fineGrain) { * This is the getter method this will return the attribute value. * Http cookie name. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpCookie */ @@ -198,6 +209,7 @@ public String getHttpCookie() { * This is the setter method to the attribute. * Http cookie name. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpCookie set the httpCookie. */ @@ -210,6 +222,7 @@ public void setHttpCookie(String httpCookie) { * This is the getter method this will return the attribute value. * Http header name. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpHeader */ @@ -222,6 +235,7 @@ public String getHttpHeader() { * This is the setter method to the attribute. * Http header name. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpHeader set the httpHeader. */ @@ -236,6 +250,7 @@ public void setHttpHeader(String httpHeader) { * Allowed values are 1-300. * Field deprecated in 18.2.9. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return period */ @VsoMethod @@ -249,6 +264,7 @@ public Integer getPeriod() { * Allowed values are 1-300. * Field deprecated in 18.2.9. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param period set the period. */ @VsoMethod @@ -260,6 +276,7 @@ public void setPeriod(Integer period) { * This is the getter method this will return the attribute value. * The rate limiter configuration for this rate profile. * Field introduced in 18.2.9. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rateLimiter */ @@ -272,6 +289,7 @@ public RateLimiter getRateLimiter() { * This is the setter method to the attribute. * The rate limiter configuration for this rate profile. * Field introduced in 18.2.9. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rateLimiter set the rateLimiter. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RebalanceMigrateEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RebalanceMigrateEventDetails.java index 02480e46..37154f3d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RebalanceMigrateEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RebalanceMigrateEventDetails.java @@ -37,7 +37,7 @@ public class RebalanceMigrateEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property migrate_params of obj type rebalancemigrateeventdetails 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 migrateParams */ @@ -48,7 +48,7 @@ public VsMigrateParams getMigrateParams() { /** * This is the setter method to the attribute. - * Placeholder for description of property migrate_params of obj type rebalancemigrateeventdetails 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 migrateParams set the migrateParams. */ @@ -59,7 +59,7 @@ public void setMigrateParams(VsMigrateParams migrateParams) { /** * 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 */ @@ -70,7 +70,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RebalanceScaleinEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RebalanceScaleinEventDetails.java index 03b339a5..76f42f06 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RebalanceScaleinEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RebalanceScaleinEventDetails.java @@ -37,7 +37,7 @@ public class RebalanceScaleinEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property scalein_params of obj type rebalancescaleineventdetails 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 scaleinParams */ @@ -48,7 +48,7 @@ public VsScaleinParams getScaleinParams() { /** * This is the setter method to the attribute. - * Placeholder for description of property scalein_params of obj type rebalancescaleineventdetails 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 scaleinParams set the scaleinParams. */ @@ -59,7 +59,7 @@ public void setScaleinParams(VsScaleinParams scaleinParams) { /** * 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 */ @@ -70,7 +70,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RebalanceScaleoutEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RebalanceScaleoutEventDetails.java index 37dd6d20..eac287d8 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RebalanceScaleoutEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RebalanceScaleoutEventDetails.java @@ -37,7 +37,7 @@ public class RebalanceScaleoutEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property scaleout_params of obj type rebalancescaleouteventdetails 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 scaleoutParams */ @@ -48,7 +48,7 @@ public VsScaleoutParams getScaleoutParams() { /** * This is the setter method to the attribute. - * Placeholder for description of property scaleout_params of obj type rebalancescaleouteventdetails 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 scaleoutParams set the scaleoutParams. */ @@ -59,7 +59,7 @@ public void setScaleoutParams(VsScaleoutParams scaleoutParams) { /** * 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 */ @@ -70,7 +70,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RebootData.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RebootData.java index d7a1699d..b62dcd70 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RebootData.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RebootData.java @@ -38,6 +38,7 @@ public class RebootData extends AviRestResource { * This is the getter method this will return the attribute value. * Patch version for which reboot flag need to be computed. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchVersion */ @@ -50,6 +51,7 @@ public String getPatchVersion() { * This is the setter method to the attribute. * Patch version for which reboot flag need to be computed. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patchVersion set the patchVersion. */ @@ -62,6 +64,7 @@ public void setPatchVersion(String patchVersion) { * This is the getter method this will return the attribute value. * This variable tells whether reboot has to be performed. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reboot */ @@ -74,6 +77,7 @@ public Boolean getReboot() { * This is the setter method to the attribute. * This variable tells whether reboot has to be performed. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reboot set the reboot. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ReplaceStringVar.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ReplaceStringVar.java index 588dfe71..6f880a50 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ReplaceStringVar.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ReplaceStringVar.java @@ -39,6 +39,7 @@ public class ReplaceStringVar extends AviRestResource { * Type of replacement string - can be a variable exposed from datascript, value of an http variable, a custom user-input literal string, or a * string with all three combined. * Enum options - DATASCRIPT_VAR, AVI_VAR, LITERAL_STRING, COMBINATION_STRING. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LITERAL_STRING". * @return type */ @@ -52,6 +53,7 @@ public String getType() { * Type of replacement string - can be a variable exposed from datascript, value of an http variable, a custom user-input literal string, or a * string with all three combined. * Enum options - DATASCRIPT_VAR, AVI_VAR, LITERAL_STRING, COMBINATION_STRING. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LITERAL_STRING". * @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. * Value of the replacement string - name of variable exposed from datascript, name of the http header, a custom user-input literal string, or a * string with all three combined. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return val */ @@ -76,6 +79,7 @@ public String getVal() { * This is the setter method to the attribute. * Value of the replacement string - name of variable exposed from datascript, name of the http header, a custom user-input literal string, or a * string with all three combined. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param val set the val. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ReplicationPolicy.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ReplicationPolicy.java index e032140d..0a3e0f18 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ReplicationPolicy.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ReplicationPolicy.java @@ -40,6 +40,7 @@ public class ReplicationPolicy extends AviRestResource { * Follower attempt to replicate configuration till this checkpoint. * It is a reference to an object of type federationcheckpoint. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return checkpointRef */ @@ -54,6 +55,7 @@ public String getCheckpointRef() { * Follower attempt to replicate configuration till this checkpoint. * It is a reference to an object of type federationcheckpoint. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param checkpointRef set the checkpointRef. */ @@ -67,6 +69,7 @@ public void setCheckpointRef(String checkpointRef) { * Replication mode. * Enum options - REPLICATION_MODE_CONTINUOUS, REPLICATION_MODE_MANUAL, REPLICATION_MODE_ADAPTIVE. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "REPLICATION_MODE_CONTINUOUS". * @return replicationMode */ @@ -80,6 +83,7 @@ public String getReplicationMode() { * Replication mode. * Enum options - REPLICATION_MODE_CONTINUOUS, REPLICATION_MODE_MANUAL, REPLICATION_MODE_ADAPTIVE. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "REPLICATION_MODE_CONTINUOUS". * @param replicationMode set the replicationMode. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ResponseMatchTarget.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ResponseMatchTarget.java index d83cdcaf..75f3f197 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ResponseMatchTarget.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ResponseMatchTarget.java @@ -97,6 +97,7 @@ public class ResponseMatchTarget extends AviRestResource { /** * This is the getter method this will return the attribute value. * Configure client ip addresses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIp */ @@ -108,6 +109,7 @@ public IpAddrMatch getClientIp() { /** * This is the setter method to the attribute. * Configure client ip addresses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIp set the clientIp. */ @@ -119,6 +121,7 @@ public void setClientIp(IpAddrMatch clientIp) { /** * This is the getter method this will return the attribute value. * Configure http cookie(s). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cookie */ @@ -130,6 +133,7 @@ public CookieMatch getCookie() { /** * This is the setter method to the attribute. * Configure http cookie(s). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cookie set the cookie. */ @@ -141,6 +145,7 @@ public void setCookie(CookieMatch cookie) { /** * This is the getter method this will return the attribute value. * Configure http headers. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrs */ @@ -152,6 +157,7 @@ public List getHdrs() { /** * This is the setter method. this will set the hdrs * Configure http headers. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrs */ @@ -163,6 +169,7 @@ public void setHdrs(List hdrs) { /** * This is the setter method this will set the hdrs * Configure http headers. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hdrs */ @@ -179,6 +186,7 @@ public ResponseMatchTarget addHdrsItem(HdrMatch hdrsItem) { /** * This is the getter method this will return the attribute value. * Configure the host header. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostHdr */ @@ -190,6 +198,7 @@ public HostHdrMatch getHostHdr() { /** * This is the setter method to the attribute. * Configure the host header. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostHdr set the hostHdr. */ @@ -201,6 +210,7 @@ public void setHostHdr(HostHdrMatch hostHdr) { /** * This is the getter method this will return the attribute value. * Configure the location header. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return locHdr */ @@ -212,6 +222,7 @@ public LocationHdrMatch getLocHdr() { /** * This is the setter method to the attribute. * Configure the location header. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param locHdr set the locHdr. */ @@ -223,6 +234,7 @@ public void setLocHdr(LocationHdrMatch locHdr) { /** * This is the getter method this will return the attribute value. * Configure http methods. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return method */ @@ -234,6 +246,7 @@ public MethodMatch getMethod() { /** * This is the setter method to the attribute. * Configure http methods. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param method set the method. */ @@ -245,6 +258,7 @@ public void setMethod(MethodMatch method) { /** * This is the getter method this will return the attribute value. * Configure request paths. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return path */ @@ -256,6 +270,7 @@ public PathMatch getPath() { /** * This is the setter method to the attribute. * Configure request paths. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param path set the path. */ @@ -267,6 +282,7 @@ public void setPath(PathMatch path) { /** * This is the getter method this will return the attribute value. * Configure the type of http protocol. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return protocol */ @@ -278,6 +294,7 @@ public ProtocolMatch getProtocol() { /** * This is the setter method to the attribute. * Configure the type of http protocol. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param protocol set the protocol. */ @@ -289,6 +306,7 @@ public void setProtocol(ProtocolMatch protocol) { /** * This is the getter method this will return the attribute value. * Configure request query. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return query */ @@ -300,6 +318,7 @@ public QueryMatch getQuery() { /** * This is the setter method to the attribute. * Configure request query. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param query set the query. */ @@ -311,6 +330,7 @@ public void setQuery(QueryMatch query) { /** * This is the getter method this will return the attribute value. * Configure the http headers in response. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rspHdrs */ @@ -322,6 +342,7 @@ public List getRspHdrs() { /** * This is the setter method. this will set the rspHdrs * Configure the http headers in response. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rspHdrs */ @@ -333,6 +354,7 @@ public void setRspHdrs(List rspHdrs) { /** * This is the setter method this will set the rspHdrs * Configure the http headers in response. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rspHdrs */ @@ -350,6 +372,7 @@ public ResponseMatchTarget addRspHdrsItem(HdrMatch rspHdrsItem) { * This is the getter method this will return the attribute value. * Configure source ip addresses. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sourceIp */ @@ -362,6 +385,7 @@ public IpAddrMatch getSourceIp() { * This is the setter method to the attribute. * Configure source ip addresses. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sourceIp set the sourceIp. */ @@ -373,6 +397,7 @@ public void setSourceIp(IpAddrMatch sourceIp) { /** * This is the getter method this will return the attribute value. * Configure the http status code(s). + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -384,6 +409,7 @@ public HTTPStatusMatch getStatus() { /** * This is the setter method to the attribute. * Configure the http status code(s). + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ @@ -395,6 +421,7 @@ public void setStatus(HTTPStatusMatch status) { /** * This is the getter method this will return the attribute value. * Configure versions of the http protocol. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -406,6 +433,7 @@ public HTTPVersionMatch getVersion() { /** * This is the setter method to the attribute. * Configure versions of the http protocol. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param version set the version. */ @@ -417,6 +445,7 @@ public void setVersion(HTTPVersionMatch version) { /** * This is the getter method this will return the attribute value. * Configure virtual service ports. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsPort */ @@ -428,6 +457,7 @@ public PortMatch getVsPort() { /** * This is the setter method to the attribute. * Configure virtual service ports. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsPort set the vsPort. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ResumeSeGroupParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ResumeSeGroupParams.java index cc96d411..65117ac0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ResumeSeGroupParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ResumeSeGroupParams.java @@ -43,6 +43,7 @@ public class ResumeSeGroupParams extends AviRestResource { * This is the getter method this will return the attribute value. * Se group options for resume operations. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupOptions */ @@ -55,6 +56,7 @@ public SeGroupResumeOptions getSeGroupOptions() { * This is the setter method to the attribute. * Se group options for resume operations. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupOptions set the seGroupOptions. */ @@ -69,6 +71,7 @@ public void setSeGroupOptions(SeGroupResumeOptions seGroupOptions) { * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -83,6 +86,7 @@ public List getSeGroupRefs() { * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -97,6 +101,7 @@ public void setSeGroupRefs(List seGroupRefs) { * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -114,6 +119,7 @@ public ResumeSeGroupParams addSeGroupRefsItem(String seGroupRefsItem) { * This is the getter method this will return the attribute value. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipWarnings */ @@ -126,6 +132,7 @@ public Boolean getSkipWarnings() { * This is the setter method to the attribute. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipWarnings set the skipWarnings. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RetryPlacementParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RetryPlacementParams.java index c2ad0002..c7844c86 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RetryPlacementParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RetryPlacementParams.java @@ -42,6 +42,7 @@ public class RetryPlacementParams extends AviRestResource { * This is the getter method this will return the attribute value. * Retry placement operations for all east-west services. * Field introduced in 17.1.6,17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return allEastWest */ @@ -54,6 +55,7 @@ public Boolean getAllEastWest() { * This is the setter method to the attribute. * Retry placement operations for all east-west services. * Field introduced in 17.1.6,17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param allEastWest set the allEastWest. */ @@ -64,7 +66,7 @@ public void setAllEastWest(Boolean allEastWest) { /** * 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 */ @@ -75,7 +77,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. */ @@ -88,6 +90,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * Indicates the vip_id that needs placement retrial. * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -100,6 +103,7 @@ public String getVipId() { * This is the setter method to the attribute. * Indicates the vip_id that needs placement retrial. * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmAddNetworksEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmAddNetworksEventDetails.java index dfadb130..88e5f57a 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmAddNetworksEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmAddNetworksEventDetails.java @@ -52,7 +52,7 @@ public class RmAddNetworksEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property networks of obj type rmaddnetworkseventdetails 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 networks */ @@ -63,7 +63,7 @@ public List getNetworks() { /** * This is the setter method. this will set the networks - * Placeholder for description of property networks of obj type rmaddnetworkseventdetails 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 networks */ @@ -74,7 +74,7 @@ public void setNetworks(List networks) { /** * This is the setter method this will set the networks - * Placeholder for description of property networks of obj type rmaddnetworkseventdetails 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 networks */ @@ -90,7 +90,7 @@ public RmAddNetworksEventDetails addNetworksItem(RmAddVnic networksItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason of obj type rmaddnetworkseventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -101,7 +101,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Placeholder for description of property reason of obj type rmaddnetworkseventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -112,7 +112,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_name of obj type rmaddnetworkseventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -123,7 +123,7 @@ public String getSeName() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_name of obj type rmaddnetworkseventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -134,7 +134,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 */ @@ -145,7 +145,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. */ @@ -156,7 +156,7 @@ public void setSeUuid(String seUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vs_name of obj type rmaddnetworkseventdetails 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 vsName */ @@ -167,7 +167,7 @@ public List getVsName() { /** * This is the setter method. this will set the vsName - * Placeholder for description of property vs_name of obj type rmaddnetworkseventdetails 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 vsName */ @@ -178,7 +178,7 @@ public void setVsName(List vsName) { /** * This is the setter method this will set the vsName - * Placeholder for description of property vs_name of obj type rmaddnetworkseventdetails 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 vsName */ @@ -194,7 +194,7 @@ public RmAddNetworksEventDetails addVsNameItem(String vsNameItem) { /** * 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 */ @@ -205,7 +205,7 @@ public List getVsUuid() { /** * This is the setter method. this will set the vsUuid - * 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 */ @@ -216,7 +216,7 @@ public void setVsUuid(List vsUuid) { /** * This is the setter method this will set the vsUuid - * 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 */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmAddVnic.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmAddVnic.java index 2b74c702..f07c0477 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmAddVnic.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmAddVnic.java @@ -46,6 +46,7 @@ public class RmAddVnic extends AviRestResource { * This is the getter method this will return the attribute value. * Mac_addr associated with the network. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return macAddr */ @@ -58,6 +59,7 @@ public String getMacAddr() { * This is the setter method to the attribute. * Mac_addr associated with the network. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param macAddr set the macAddr. */ @@ -68,7 +70,7 @@ public void setMacAddr(String macAddr) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property network_name of obj type rmaddvnic field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkName */ @@ -79,7 +81,7 @@ public String getNetworkName() { /** * This is the setter method to the attribute. - * Placeholder for description of property network_name of obj type rmaddvnic field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkName set the networkName. */ @@ -90,7 +92,7 @@ public void setNetworkName(String networkName) { /** * 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 */ @@ -101,7 +103,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. */ @@ -112,7 +114,7 @@ public void setNetworkUuid(String networkUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property subnet of obj type rmaddvnic field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -123,7 +125,7 @@ public String getSubnet() { /** * This is the setter method to the attribute. - * Placeholder for description of property subnet of obj type rmaddvnic field type str type string. + * Allowed in enterprise edition with any value, 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/RmBindVsSeEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmBindVsSeEventDetails.java index 93b1d583..a40627ff 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmBindVsSeEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmBindVsSeEventDetails.java @@ -68,7 +68,7 @@ public class RmBindVsSeEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip of obj type rmbindvsseeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -79,7 +79,7 @@ public String getIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property ip of obj type rmbindvsseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -90,7 +90,7 @@ public void setIp(String ip) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip6 of obj type rmbindvsseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -101,7 +101,7 @@ public String getIp6() { /** * This is the setter method to the attribute. - * Placeholder for description of property ip6 of obj type rmbindvsseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -114,6 +114,7 @@ public void setIp6(String ip6) { * This is the getter method this will return the attribute value. * List of placement_networks configured on this interface. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -126,6 +127,7 @@ public List getNetworks() { * This is the setter method. this will set the networks * List of placement_networks configured on this interface. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -138,6 +140,7 @@ public void setNetworks(List networks) { * This is the setter method this will set the networks * List of placement_networks configured on this interface. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -153,7 +156,7 @@ public RmBindVsSeEventDetails addNetworksItem(String networksItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property primary of obj type rmbindvsseeventdetails 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 primary */ @@ -164,7 +167,7 @@ public Boolean getPrimary() { /** * This is the setter method to the attribute. - * Placeholder for description of property primary of obj type rmbindvsseeventdetails 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 primary set the primary. */ @@ -175,7 +178,7 @@ public void setPrimary(Boolean primary) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_name of obj type rmbindvsseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -186,7 +189,7 @@ public String getSeName() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_name of obj type rmbindvsseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -197,7 +200,7 @@ public void setSeName(String seName) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property standby of obj type rmbindvsseeventdetails 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 standby */ @@ -208,7 +211,7 @@ public Boolean getStandby() { /** * This is the setter method to the attribute. - * Placeholder for description of property standby of obj type rmbindvsseeventdetails 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 standby set the standby. */ @@ -219,7 +222,7 @@ public void setStandby(Boolean standby) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property type of obj type rmbindvsseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -230,7 +233,7 @@ public String getType() { /** * This is the setter method to the attribute. - * Placeholder for description of property type of obj type rmbindvsseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -241,7 +244,7 @@ public void setType(String type) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vip_vnics of obj type rmbindvsseeventdetails 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 vipVnics */ @@ -252,7 +255,7 @@ public List getVipVnics() { /** * This is the setter method. this will set the vipVnics - * Placeholder for description of property vip_vnics of obj type rmbindvsseeventdetails 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 vipVnics */ @@ -263,7 +266,7 @@ public void setVipVnics(List vipVnics) { /** * This is the setter method this will set the vipVnics - * Placeholder for description of property vip_vnics of obj type rmbindvsseeventdetails 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 vipVnics */ @@ -279,7 +282,7 @@ public RmBindVsSeEventDetails addVipVnicsItem(String vipVnicsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vs_name of obj type rmbindvsseeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -290,7 +293,7 @@ public String getVsName() { /** * This is the setter method to the attribute. - * Placeholder for description of property vs_name of obj type rmbindvsseeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsName set the vsName. */ @@ -301,7 +304,7 @@ public void setVsName(String vsName) { /** * 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 */ @@ -312,7 +315,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmDeleteSeEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmDeleteSeEventDetails.java index 56d9b702..dd29a052 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmDeleteSeEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmDeleteSeEventDetails.java @@ -72,7 +72,7 @@ public class RmDeleteSeEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cloud_name of obj type rmdeleteseeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudName */ @@ -83,7 +83,7 @@ public String getCloudName() { /** * This is the setter method to the attribute. - * Placeholder for description of property cloud_name of obj type rmdeleteseeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudName set the cloudName. */ @@ -94,7 +94,7 @@ public void setCloudName(String cloudName) { /** * This is the getter method this will return the attribute value. - * Unique object identifier of 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 cloudUuid */ @@ -105,7 +105,7 @@ public String getCloudUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of 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 cloudUuid set the cloudUuid. */ @@ -116,7 +116,7 @@ public void setCloudUuid(String cloudUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property host_name of obj type rmdeleteseeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostName */ @@ -127,7 +127,7 @@ public String getHostName() { /** * This is the setter method to the attribute. - * Placeholder for description of property host_name of obj type rmdeleteseeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostName set the hostName. */ @@ -138,7 +138,7 @@ public void setHostName(String hostName) { /** * This is the getter method this will return the attribute value. - * Unique object identifier of host. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostUuid */ @@ -149,7 +149,7 @@ public String getHostUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of host. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostUuid set the hostUuid. */ @@ -160,7 +160,7 @@ public void setHostUuid(String hostUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason of obj type rmdeleteseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -171,7 +171,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Placeholder for description of property reason of obj type rmdeleteseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -182,7 +182,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_cookie of obj type rmdeleteseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -193,7 +193,7 @@ public String getSeCookie() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_cookie of obj type rmdeleteseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -204,7 +204,7 @@ public void setSeCookie(String seCookie) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_grp_name of obj type rmdeleteseeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGrpName */ @@ -215,7 +215,7 @@ public String getSeGrpName() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_grp_name of obj type rmdeleteseeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGrpName set the seGrpName. */ @@ -226,7 +226,7 @@ public void setSeGrpName(String seGrpName) { /** * This is the getter method this will return the attribute value. - * Unique object identifier of se_grp. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGrpUuid */ @@ -237,7 +237,7 @@ public String getSeGrpUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of se_grp. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGrpUuid set the seGrpUuid. */ @@ -248,7 +248,7 @@ public void setSeGrpUuid(String seGrpUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_name of obj type rmdeleteseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -259,7 +259,7 @@ public String getSeName() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_name of obj type rmdeleteseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -270,7 +270,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 */ @@ -281,7 +281,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. */ @@ -292,7 +292,7 @@ public void setSeUuid(String seUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property status_code of obj type rmdeleteseeventdetails 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 statusCode */ @@ -303,7 +303,7 @@ public Integer getStatusCode() { /** * This is the setter method to the attribute. - * Placeholder for description of property status_code of obj type rmdeleteseeventdetails 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 statusCode set the statusCode. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmModifyNetworksEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmModifyNetworksEventDetails.java index 3f63a0b8..891c4fc0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmModifyNetworksEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmModifyNetworksEventDetails.java @@ -52,7 +52,7 @@ public class RmModifyNetworksEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property networks of obj type rmmodifynetworkseventdetails 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 networks */ @@ -63,7 +63,7 @@ public List getNetworks() { /** * This is the setter method. this will set the networks - * Placeholder for description of property networks of obj type rmmodifynetworkseventdetails 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 networks */ @@ -74,7 +74,7 @@ public void setNetworks(List networks) { /** * This is the setter method this will set the networks - * Placeholder for description of property networks of obj type rmmodifynetworkseventdetails 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 networks */ @@ -90,7 +90,7 @@ public RmModifyNetworksEventDetails addNetworksItem(RmModifyVnic networksItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason of obj type rmmodifynetworkseventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -101,7 +101,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Placeholder for description of property reason of obj type rmmodifynetworkseventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -112,7 +112,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_name of obj type rmmodifynetworkseventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -123,7 +123,7 @@ public String getSeName() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_name of obj type rmmodifynetworkseventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -134,7 +134,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 */ @@ -145,7 +145,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. */ @@ -156,7 +156,7 @@ public void setSeUuid(String seUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vs_name of obj type rmmodifynetworkseventdetails 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 vsName */ @@ -167,7 +167,7 @@ public List getVsName() { /** * This is the setter method. this will set the vsName - * Placeholder for description of property vs_name of obj type rmmodifynetworkseventdetails 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 vsName */ @@ -178,7 +178,7 @@ public void setVsName(List vsName) { /** * This is the setter method this will set the vsName - * Placeholder for description of property vs_name of obj type rmmodifynetworkseventdetails 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 vsName */ @@ -194,7 +194,7 @@ public RmModifyNetworksEventDetails addVsNameItem(String vsNameItem) { /** * 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 */ @@ -205,7 +205,7 @@ public List getVsUuid() { /** * This is the setter method. this will set the vsUuid - * 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 */ @@ -216,7 +216,7 @@ public void setVsUuid(List vsUuid) { /** * This is the setter method this will set the vsUuid - * 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 */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmModifyVnic.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmModifyVnic.java index 5aa4de74..04445ce3 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmModifyVnic.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmModifyVnic.java @@ -40,7 +40,7 @@ public class RmModifyVnic extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property mac_addr of obj type rmmodifyvnic field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -51,7 +51,7 @@ public String getMacAddr() { /** * This is the setter method to the attribute. - * Placeholder for description of property mac_addr of obj type rmmodifyvnic field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -62,7 +62,7 @@ public void setMacAddr(String macAddr) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property network_name of obj type rmmodifyvnic field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkName */ @@ -73,7 +73,7 @@ public String getNetworkName() { /** * This is the setter method to the attribute. - * Placeholder for description of property network_name of obj type rmmodifyvnic field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkName set the networkName. */ @@ -84,7 +84,7 @@ public void setNetworkName(String networkName) { /** * 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 */ @@ -95,7 +95,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmRebootSeEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmRebootSeEventDetails.java index b81459ec..d53008d4 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmRebootSeEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmRebootSeEventDetails.java @@ -36,7 +36,7 @@ public class RmRebootSeEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason of obj type rmrebootseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -47,7 +47,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Placeholder for description of property reason of obj type rmrebootseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -58,7 +58,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_name of obj type rmrebootseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -69,7 +69,7 @@ public String getSeName() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_name of obj type rmrebootseeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmSeBootupFailEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmSeBootupFailEventDetails.java index ae6d137b..c6047a9b 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmSeBootupFailEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmSeBootupFailEventDetails.java @@ -40,7 +40,7 @@ public class RmSeBootupFailEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property host_name of obj type rmsebootupfaileventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostName */ @@ -51,7 +51,7 @@ public String getHostName() { /** * This is the setter method to the attribute. - * Placeholder for description of property host_name of obj type rmsebootupfaileventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostName set the hostName. */ @@ -62,7 +62,7 @@ public void setHostName(String hostName) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason of obj type rmsebootupfaileventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -73,7 +73,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Placeholder for description of property reason of obj type rmsebootupfaileventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -84,7 +84,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_name of obj type rmsebootupfaileventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -95,7 +95,7 @@ public String getSeName() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_name of obj type rmsebootupfaileventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmSeIpFailEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmSeIpFailEventDetails.java index ed8acd5f..1df5f3fa 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmSeIpFailEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmSeIpFailEventDetails.java @@ -44,7 +44,7 @@ public class RmSeIpFailEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property host_name of obj type rmseipfaileventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostName */ @@ -55,7 +55,7 @@ public String getHostName() { /** * This is the setter method to the attribute. - * Placeholder for description of property host_name of obj type rmseipfaileventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostName set the hostName. */ @@ -66,7 +66,7 @@ public void setHostName(String hostName) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property networks of obj type rmseipfaileventdetails 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 networks */ @@ -77,7 +77,7 @@ public List getNetworks() { /** * This is the setter method. this will set the networks - * Placeholder for description of property networks of obj type rmseipfaileventdetails 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 networks */ @@ -88,7 +88,7 @@ public void setNetworks(List networks) { /** * This is the setter method this will set the networks - * Placeholder for description of property networks of obj type rmseipfaileventdetails 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 networks */ @@ -104,7 +104,7 @@ public RmSeIpFailEventDetails addNetworksItem(RmAddVnic networksItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason of obj type rmseipfaileventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -115,7 +115,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Placeholder for description of property reason of obj type rmseipfaileventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -126,7 +126,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_name of obj type rmseipfaileventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -137,7 +137,7 @@ public String getSeName() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_name of obj type rmseipfaileventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmSpawnSeEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmSpawnSeEventDetails.java index 4d9a26bb..6ce611ee 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmSpawnSeEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmSpawnSeEventDetails.java @@ -104,7 +104,7 @@ public class RmSpawnSeEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property availability_zone of obj type rmspawnseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -115,7 +115,7 @@ public String getAvailabilityZone() { /** * This is the setter method to the attribute. - * Placeholder for description of property availability_zone of obj type rmspawnseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -126,7 +126,7 @@ public void setAvailabilityZone(String availabilityZone) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cloud_name of obj type rmspawnseeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudName */ @@ -137,7 +137,7 @@ public String getCloudName() { /** * This is the setter method to the attribute. - * Placeholder for description of property cloud_name of obj type rmspawnseeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudName set the cloudName. */ @@ -148,7 +148,7 @@ public void setCloudName(String cloudName) { /** * This is the getter method this will return the attribute value. - * Unique object identifier of 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 cloudUuid */ @@ -159,7 +159,7 @@ public String getCloudUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of 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 cloudUuid set the cloudUuid. */ @@ -171,6 +171,7 @@ public void setCloudUuid(String cloudUuid) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.2. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flavorName */ @@ -182,6 +183,7 @@ public String getFlavorName() { /** * This is the setter method to the attribute. * Field introduced in 20.1.2. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param flavorName set the flavorName. */ @@ -192,7 +194,7 @@ public void setFlavorName(String flavorName) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property host_name of obj type rmspawnseeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostName */ @@ -203,7 +205,7 @@ public String getHostName() { /** * This is the setter method to the attribute. - * Placeholder for description of property host_name of obj type rmspawnseeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostName set the hostName. */ @@ -214,7 +216,7 @@ public void setHostName(String hostName) { /** * This is the getter method this will return the attribute value. - * Unique object identifier of host. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostUuid */ @@ -225,7 +227,7 @@ public String getHostUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of host. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostUuid set the hostUuid. */ @@ -236,7 +238,7 @@ public void setHostUuid(String hostUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property memory of obj type rmspawnseeventdetails 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 memory */ @@ -247,7 +249,7 @@ public Integer getMemory() { /** * This is the setter method to the attribute. - * Placeholder for description of property memory of obj type rmspawnseeventdetails 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 memory set the memory. */ @@ -258,7 +260,7 @@ public void setMemory(Integer memory) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property network_names of obj type rmspawnseeventdetails 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 networkNames */ @@ -269,7 +271,7 @@ public List getNetworkNames() { /** * This is the setter method. this will set the networkNames - * Placeholder for description of property network_names of obj type rmspawnseeventdetails 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 networkNames */ @@ -280,7 +282,7 @@ public void setNetworkNames(List networkNames) { /** * This is the setter method this will set the networkNames - * Placeholder for description of property network_names of obj type rmspawnseeventdetails 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 networkNames */ @@ -296,7 +298,7 @@ public RmSpawnSeEventDetails addNetworkNamesItem(String networkNamesItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property networks of obj type rmspawnseeventdetails 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 networks */ @@ -307,7 +309,7 @@ public List getNetworks() { /** * This is the setter method. this will set the networks - * Placeholder for description of property networks of obj type rmspawnseeventdetails 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 networks */ @@ -318,7 +320,7 @@ public void setNetworks(List networks) { /** * This is the setter method this will set the networks - * Placeholder for description of property networks of obj type rmspawnseeventdetails 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 networks */ @@ -334,7 +336,7 @@ public RmSpawnSeEventDetails addNetworksItem(String networksItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason of obj type rmspawnseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -345,7 +347,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Placeholder for description of property reason of obj type rmspawnseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -356,7 +358,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_cookie of obj type rmspawnseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -367,7 +369,7 @@ public String getSeCookie() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_cookie of obj type rmspawnseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -378,7 +380,7 @@ public void setSeCookie(String seCookie) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_grp_name of obj type rmspawnseeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGrpName */ @@ -389,7 +391,7 @@ public String getSeGrpName() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_grp_name of obj type rmspawnseeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGrpName set the seGrpName. */ @@ -400,7 +402,7 @@ public void setSeGrpName(String seGrpName) { /** * This is the getter method this will return the attribute value. - * Unique object identifier of se_grp. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGrpUuid */ @@ -411,7 +413,7 @@ public String getSeGrpUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of se_grp. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGrpUuid set the seGrpUuid. */ @@ -422,7 +424,7 @@ public void setSeGrpUuid(String seGrpUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_name of obj type rmspawnseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -433,7 +435,7 @@ public String getSeName() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_name of obj type rmspawnseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -444,7 +446,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 */ @@ -455,7 +457,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. */ @@ -466,7 +468,7 @@ public void setSeUuid(String seUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property status_code of obj type rmspawnseeventdetails 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 statusCode */ @@ -477,7 +479,7 @@ public Integer getStatusCode() { /** * This is the setter method to the attribute. - * Placeholder for description of property status_code of obj type rmspawnseeventdetails 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 statusCode set the statusCode. */ @@ -488,7 +490,7 @@ public void setStatusCode(Integer statusCode) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcpus of obj type rmspawnseeventdetails 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 */ @@ -499,7 +501,7 @@ public Integer getVcpus() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcpus of obj type rmspawnseeventdetails 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. */ @@ -510,7 +512,7 @@ public void setVcpus(Integer vcpus) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vs_name of obj type rmspawnseeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -521,7 +523,7 @@ public String getVsName() { /** * This is the setter method to the attribute. - * Placeholder for description of property vs_name of obj type rmspawnseeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsName set the vsName. */ @@ -532,7 +534,7 @@ public void setVsName(String vsName) { /** * 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 */ @@ -543,7 +545,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmUnbindVsSeEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmUnbindVsSeEventDetails.java index ae9b497f..cc02fb2b 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmUnbindVsSeEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RmUnbindVsSeEventDetails.java @@ -52,7 +52,7 @@ public class RmUnbindVsSeEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip of obj type rmunbindvsseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -63,7 +63,7 @@ public String getIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property ip of obj type rmunbindvsseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -74,7 +74,7 @@ public void setIp(String ip) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip6 of obj type rmunbindvsseeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6 */ @@ -85,7 +85,7 @@ public String getIp6() { /** * This is the setter method to the attribute. - * Placeholder for description of property ip6 of obj type rmunbindvsseeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip6 set the ip6. */ @@ -96,7 +96,7 @@ public void setIp6(String ip6) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason of obj type rmunbindvsseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -107,7 +107,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Placeholder for description of property reason of obj type rmunbindvsseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -118,7 +118,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_name of obj type rmunbindvsseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -129,7 +129,7 @@ public String getSeName() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_name of obj type rmunbindvsseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -140,7 +140,7 @@ public void setSeName(String seName) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vs_name of obj type rmunbindvsseeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -151,7 +151,7 @@ public String getVsName() { /** * This is the setter method to the attribute. - * Placeholder for description of property vs_name of obj type rmunbindvsseeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsName set the vsName. */ @@ -162,7 +162,7 @@ public void setVsName(String vsName) { /** * 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 */ @@ -173,7 +173,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Role.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Role.java index a9ba6fc7..d605d8fe 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Role.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Role.java @@ -58,6 +58,7 @@ public class Role extends AviRestResource { * This is the getter method this will return the attribute value. * Allow access to unlabelled objects. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return allowUnlabelledAccess */ @@ -70,6 +71,7 @@ public Boolean getAllowUnlabelledAccess() { * This is the setter method to the attribute. * Allow access to unlabelled objects. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param allowUnlabelledAccess set the allowUnlabelledAccess. */ @@ -85,6 +87,7 @@ public void setAllowUnlabelledAccess(Boolean allowUnlabelledAccess) { * If empty, all objects according to the privileges will be accessible to the user. * Field introduced in 20.1.3. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return filters */ @@ -100,6 +103,7 @@ public List getFilters() { * If empty, all objects according to the privileges will be accessible to the user. * Field introduced in 20.1.3. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return filters */ @@ -115,6 +119,7 @@ public void setFilters(List filters) { * If empty, all objects according to the privileges will be accessible to the user. * Field introduced in 20.1.3. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return filters */ @@ -130,7 +135,7 @@ public Role addFiltersItem(RoleFilter filtersItem) { /** * 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 */ @@ -141,7 +146,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. */ @@ -152,7 +157,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property privileges of obj type role 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 privileges */ @@ -163,7 +168,7 @@ public List getPrivileges() { /** * This is the setter method. this will set the privileges - * Placeholder for description of property privileges of obj type role 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 privileges */ @@ -174,7 +179,7 @@ public void setPrivileges(List privileges) { /** * This is the setter method this will set the privileges - * Placeholder for description of property privileges of obj type role 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 privileges */ @@ -191,6 +196,7 @@ public Role addPrivilegesItem(Permission privilegesItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -202,6 +208,7 @@ public String getTenantRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -231,7 +238,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 */ @@ -242,7 +249,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/RoleFilter.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RoleFilter.java index c3bc02f3..dbad3eb7 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RoleFilter.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RoleFilter.java @@ -47,6 +47,7 @@ public class RoleFilter extends AviRestResource { * This is the getter method this will return the attribute value. * Enable this filter. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -59,6 +60,7 @@ public Boolean getEnabled() { * This is the setter method to the attribute. * Enable this filter. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * 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) { * This is the getter method this will return the attribute value. * Label key to match against objects for values. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchLabel */ @@ -83,6 +86,7 @@ public RoleFilterMatchLabel getMatchLabel() { * This is the setter method to the attribute. * Label key to match against objects for values. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchLabel set the matchLabel. */ @@ -96,6 +100,7 @@ public void setMatchLabel(RoleFilterMatchLabel matchLabel) { * Label match operation criteria. * Enum options - ROLE_FILTER_EQUALS, ROLE_FILTER_DOES_NOT_EQUAL, ROLE_FILTER_GLOB_MATCH, ROLE_FILTER_GLOB_DOES_NOT_MATCH. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ROLE_FILTER_EQUALS". * @return matchOperation */ @@ -109,6 +114,7 @@ public String getMatchOperation() { * Label match operation criteria. * Enum options - ROLE_FILTER_EQUALS, ROLE_FILTER_DOES_NOT_EQUAL, ROLE_FILTER_GLOB_MATCH, ROLE_FILTER_GLOB_DOES_NOT_MATCH. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ROLE_FILTER_EQUALS". * @param matchOperation set the matchOperation. */ @@ -121,6 +127,7 @@ public void setMatchOperation(String matchOperation) { * This is the getter method this will return the attribute value. * Name for the filter. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * 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. * Name for the filter. * 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 name set the name. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RoleFilterMatchLabel.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RoleFilterMatchLabel.java index 28cda9e4..050c8fa9 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RoleFilterMatchLabel.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RoleFilterMatchLabel.java @@ -38,6 +38,7 @@ public class RoleFilterMatchLabel extends AviRestResource { * This is the getter method this will return the attribute value. * Key for filter match. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -50,6 +51,7 @@ public String getKey() { * This is the setter method to the attribute. * Key for filter match. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param key set the key. */ @@ -65,6 +67,7 @@ public void setKey(String key) { * Example key = value1 or key = value2. * Behavior for match is key = * if this field is empty. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return values */ @@ -80,6 +83,7 @@ public List getValues() { * Example key = value1 or key = value2. * Behavior for match is key = * if this field is empty. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return values */ @@ -95,6 +99,7 @@ public void setValues(List values) { * Example key = value1 or key = value2. * Behavior for match is key = * if this field is empty. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * 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/RoleMatchOperationMatchLabel.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RoleMatchOperationMatchLabel.java index e4a10cc5..6a90a156 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RoleMatchOperationMatchLabel.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RoleMatchOperationMatchLabel.java @@ -39,6 +39,7 @@ public class RoleMatchOperationMatchLabel extends AviRestResource { * This is the getter method this will return the attribute value. * List of labels allowed for the tenant. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchLabel */ @@ -51,6 +52,7 @@ public RoleFilterMatchLabel getMatchLabel() { * This is the setter method to the attribute. * List of labels allowed for the tenant. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchLabel set the matchLabel. */ @@ -64,6 +66,7 @@ public void setMatchLabel(RoleFilterMatchLabel matchLabel) { * Label match operation criteria. * Enum options - ROLE_FILTER_EQUALS, ROLE_FILTER_DOES_NOT_EQUAL, ROLE_FILTER_GLOB_MATCH, ROLE_FILTER_GLOB_DOES_NOT_MATCH. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ROLE_FILTER_EQUALS". * @return matchOperation */ @@ -77,6 +80,7 @@ public String getMatchOperation() { * Label match operation criteria. * Enum options - ROLE_FILTER_EQUALS, ROLE_FILTER_DOES_NOT_EQUAL, ROLE_FILTER_GLOB_MATCH, ROLE_FILTER_GLOB_DOES_NOT_MATCH. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ROLE_FILTER_EQUALS". * @param matchOperation set the matchOperation. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RollbackControllerParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RollbackControllerParams.java index 3229e07a..f51b2b35 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RollbackControllerParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RollbackControllerParams.java @@ -34,6 +34,7 @@ public class RollbackControllerParams extends AviRestResource { * This is the getter method this will return the attribute value. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipWarnings */ @@ -46,6 +47,7 @@ public Boolean getSkipWarnings() { * This is the setter method to the attribute. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipWarnings set the skipWarnings. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RollbackPatchControllerParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RollbackPatchControllerParams.java index 9b79aa21..9faa1bc6 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RollbackPatchControllerParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RollbackPatchControllerParams.java @@ -34,6 +34,7 @@ public class RollbackPatchControllerParams extends AviRestResource { * This is the getter method this will return the attribute value. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipWarnings */ @@ -46,6 +47,7 @@ public Boolean getSkipWarnings() { * This is the setter method to the attribute. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipWarnings set the skipWarnings. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RollbackPatchSeGroupParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RollbackPatchSeGroupParams.java index a709a465..2a343ae7 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RollbackPatchSeGroupParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RollbackPatchSeGroupParams.java @@ -43,6 +43,7 @@ public class RollbackPatchSeGroupParams extends AviRestResource { * This is the getter method this will return the attribute value. * This field identifies se group options that need to be applied during the rollback operations. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupOptions */ @@ -55,6 +56,7 @@ public SeGroupOptions getSeGroupOptions() { * This is the setter method to the attribute. * This field identifies se group options that need to be applied during the rollback operations. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupOptions set the seGroupOptions. */ @@ -69,6 +71,7 @@ public void setSeGroupOptions(SeGroupOptions seGroupOptions) { * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -83,6 +86,7 @@ public List getSeGroupRefs() { * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -97,6 +101,7 @@ public void setSeGroupRefs(List seGroupRefs) { * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -114,6 +119,7 @@ public RollbackPatchSeGroupParams addSeGroupRefsItem(String seGroupRefsItem) { * This is the getter method this will return the attribute value. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipWarnings */ @@ -126,6 +132,7 @@ public Boolean getSkipWarnings() { * This is the setter method to the attribute. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipWarnings set the skipWarnings. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RollbackPatchSystemParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RollbackPatchSystemParams.java index 936ee06a..fb368fed 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RollbackPatchSystemParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RollbackPatchSystemParams.java @@ -39,6 +39,7 @@ public class RollbackPatchSystemParams extends AviRestResource { * This is the getter method this will return the attribute value. * This field identifies se group options that need to be applied during the rollback operations. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupOptions */ @@ -51,6 +52,7 @@ public SeGroupOptions getSeGroupOptions() { * This is the setter method to the attribute. * This field identifies se group options that need to be applied during the rollback operations. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupOptions set the seGroupOptions. */ @@ -63,6 +65,7 @@ public void setSeGroupOptions(SeGroupOptions seGroupOptions) { * This is the getter method this will return the attribute value. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipWarnings */ @@ -75,6 +78,7 @@ public Boolean getSkipWarnings() { * This is the setter method to the attribute. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipWarnings set the skipWarnings. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RollbackSeGroupParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RollbackSeGroupParams.java index 5bb3f3d5..ceda7e1e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RollbackSeGroupParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RollbackSeGroupParams.java @@ -43,6 +43,7 @@ public class RollbackSeGroupParams extends AviRestResource { * This is the getter method this will return the attribute value. * This field identifies se group options that need to be applied during the rollback operations. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupOptions */ @@ -55,6 +56,7 @@ public SeGroupOptions getSeGroupOptions() { * This is the setter method to the attribute. * This field identifies se group options that need to be applied during the rollback operations. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupOptions set the seGroupOptions. */ @@ -69,6 +71,7 @@ public void setSeGroupOptions(SeGroupOptions seGroupOptions) { * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -83,6 +86,7 @@ public List getSeGroupRefs() { * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -97,6 +101,7 @@ public void setSeGroupRefs(List seGroupRefs) { * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -114,6 +119,7 @@ public RollbackSeGroupParams addSeGroupRefsItem(String seGroupRefsItem) { * This is the getter method this will return the attribute value. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipWarnings */ @@ -126,6 +132,7 @@ public Boolean getSkipWarnings() { * This is the setter method to the attribute. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipWarnings set the skipWarnings. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RollbackSystemParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RollbackSystemParams.java index be694f77..5164f71f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RollbackSystemParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RollbackSystemParams.java @@ -39,6 +39,7 @@ public class RollbackSystemParams extends AviRestResource { * This is the getter method this will return the attribute value. * This field identifies se group options that need to be applied during the rollback operations. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupOptions */ @@ -51,6 +52,7 @@ public SeGroupOptions getSeGroupOptions() { * This is the setter method to the attribute. * This field identifies se group options that need to be applied during the rollback operations. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupOptions set the seGroupOptions. */ @@ -63,6 +65,7 @@ public void setSeGroupOptions(SeGroupOptions seGroupOptions) { * This is the getter method this will return the attribute value. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipWarnings */ @@ -75,6 +78,7 @@ public Boolean getSkipWarnings() { * This is the setter method to the attribute. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipWarnings set the skipWarnings. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RouteInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RouteInfo.java index 12ee620c..f42f7bbd 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RouteInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RouteInfo.java @@ -48,6 +48,7 @@ public class RouteInfo extends AviRestResource { * This is the getter method this will return the attribute value. * Host interface name. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ifName */ @@ -60,6 +61,7 @@ public String getIfName() { * This is the setter method to the attribute. * Host interface name. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ifName set the ifName. */ @@ -73,6 +75,7 @@ public void setIfName(String ifName) { * Network namespace type used to add an route entry in a specific namespace. * Enum options - LOCAL_NAMESPACE, HOST_NAMESPACE, OTHER_NAMESPACE. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "HOST_NAMESPACE". * @return networkNamespace */ @@ -86,6 +89,7 @@ public String getNetworkNamespace() { * Network namespace type used to add an route entry in a specific namespace. * Enum options - LOCAL_NAMESPACE, HOST_NAMESPACE, OTHER_NAMESPACE. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "HOST_NAMESPACE". * @param networkNamespace set the networkNamespace. */ @@ -98,6 +102,7 @@ public void setNetworkNamespace(String networkNamespace) { * This is the getter method this will return the attribute value. * Host nexthop ip address. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nexthop */ @@ -110,6 +115,7 @@ public IpAddr getNexthop() { * This is the setter method to the attribute. * Host nexthop ip address. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nexthop set the nexthop. */ @@ -122,6 +128,7 @@ public void setNexthop(IpAddr nexthop) { * This is the getter method this will return the attribute value. * Host subnet address. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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. * Host subnet address. * 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 subnet set the subnet. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RoutingService.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RoutingService.java index c37c9fae..8a97565e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RoutingService.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RoutingService.java @@ -75,6 +75,7 @@ public class RoutingService extends AviRestResource { * This is the getter method this will return the attribute value. * Advertise reachability of backend server networks via adc through bgp for default gateway feature. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return advertiseBackendNetworks */ @@ -87,6 +88,7 @@ public Boolean getAdvertiseBackendNetworks() { * This is the setter method to the attribute. * Advertise reachability of backend server networks via adc through bgp for default gateway feature. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param advertiseBackendNetworks set the advertiseBackendNetworks. */ @@ -99,6 +101,7 @@ public void setAdvertiseBackendNetworks(Boolean advertiseBackendNetworks) { * This is the getter method this will return the attribute value. * Enable auto gateway to save and use the same l2 path to send the return traffic. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableAutoGateway */ @@ -111,6 +114,7 @@ public Boolean getEnableAutoGateway() { * This is the setter method to the attribute. * Enable auto gateway to save and use the same l2 path to send the return traffic. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableAutoGateway set the enableAutoGateway. */ @@ -123,6 +127,7 @@ public void setEnableAutoGateway(Boolean enableAutoGateway) { * This is the getter method this will return the attribute value. * Service engine acts as default gateway for this service. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableRouting */ @@ -135,6 +140,7 @@ public Boolean getEnableRouting() { * This is the setter method to the attribute. * Service engine acts as default gateway for this service. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableRouting set the enableRouting. */ @@ -147,6 +153,7 @@ public void setEnableRouting(Boolean enableRouting) { * This is the getter method this will return the attribute value. * Enable vip on all interfaces of this service. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableVipOnAllInterfaces */ @@ -159,6 +166,7 @@ public Boolean getEnableVipOnAllInterfaces() { * This is the setter method to the attribute. * Enable vip on all interfaces of this service. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableVipOnAllInterfaces set the enableVipOnAllInterfaces. */ @@ -171,6 +179,7 @@ public void setEnableVipOnAllInterfaces(Boolean enableVipOnAllInterfaces) { * This is the getter method this will return the attribute value. * Use virtual mac address for interfaces on which floating interface ips are placed. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableVmac */ @@ -183,6 +192,7 @@ public Boolean getEnableVmac() { * This is the setter method to the attribute. * Use virtual mac address for interfaces on which floating interface ips are placed. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableVmac set the enableVmac. */ @@ -196,6 +206,7 @@ public void setEnableVmac(Boolean enableVmac) { * Floating interface ips for the routingservice. * Field introduced in 18.2.5. * Maximum of 32 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingIntfIp */ @@ -209,6 +220,7 @@ public List getFloatingIntfIp() { * Floating interface ips for the routingservice. * Field introduced in 18.2.5. * Maximum of 32 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingIntfIp */ @@ -222,6 +234,7 @@ public void setFloatingIntfIp(List floatingIntfIp) { * Floating interface ips for the routingservice. * Field introduced in 18.2.5. * Maximum of 32 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingIntfIp */ @@ -242,6 +255,7 @@ public RoutingService addFloatingIntfIpItem(IpAddr floatingIntfIpItem) { * Only active se hosting vs tagged with active standby se 2 tag will advertise this floating ip when manual load distribution is enabled. * Field introduced in 18.2.5. * Maximum of 32 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingIntfIpSe2 */ @@ -257,6 +271,7 @@ public List getFloatingIntfIpSe2() { * Only active se hosting vs tagged with active standby se 2 tag will advertise this floating ip when manual load distribution is enabled. * Field introduced in 18.2.5. * Maximum of 32 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingIntfIpSe2 */ @@ -272,6 +287,7 @@ public void setFloatingIntfIpSe2(List floatingIntfIpSe2) { * Only active se hosting vs tagged with active standby se 2 tag will advertise this floating ip when manual load distribution is enabled. * Field introduced in 18.2.5. * Maximum of 32 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingIntfIpSe2 */ @@ -289,6 +305,7 @@ public RoutingService addFloatingIntfIpSe2Item(IpAddr floatingIntfIpSe2Item) { * This is the getter method this will return the attribute value. * Routing service related flow profile information. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flowtableProfile */ @@ -301,6 +318,7 @@ public FlowtableProfile getFlowtableProfile() { * This is the setter method to the attribute. * Routing service related flow profile information. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param flowtableProfile set the flowtableProfile. */ @@ -314,6 +332,7 @@ public void setFlowtableProfile(FlowtableProfile flowtableProfile) { * Enable graceful restart feature in routing service. * For example, bgp. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return gracefulRestart */ @@ -327,6 +346,7 @@ public Boolean getGracefulRestart() { * Enable graceful restart feature in routing service. * For example, bgp. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param gracefulRestart set the gracefulRestart. */ @@ -341,6 +361,7 @@ public void setGracefulRestart(Boolean gracefulRestart) { * This is done in post-routing. * It is a reference to an object of type natpolicy. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return natPolicyRef */ @@ -355,6 +376,7 @@ public String getNatPolicyRef() { * This is done in post-routing. * It is a reference to an object of type natpolicy. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param natPolicyRef set the natPolicyRef. */ @@ -367,6 +389,7 @@ public void setNatPolicyRef(String natPolicyRef) { * This is the getter method this will return the attribute value. * For ip routing feature, enabling this knob will fallback to routing through linux, by default routing is done via service engine data-path. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return routingByLinuxIpstack */ @@ -379,6 +402,7 @@ public Boolean getRoutingByLinuxIpstack() { * This is the setter method to the attribute. * For ip routing feature, enabling this knob will fallback to routing through linux, by default routing is done via service engine data-path. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param routingByLinuxIpstack set the routingByLinuxIpstack. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RspContentRewriteRule.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RspContentRewriteRule.java index 4332d031..07737c84 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RspContentRewriteRule.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RspContentRewriteRule.java @@ -46,6 +46,7 @@ public class RspContentRewriteRule extends AviRestResource { * This is the getter method this will return the attribute value. * Enable rewrite rule on response body. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enable */ @@ -58,6 +59,7 @@ public Boolean getEnable() { * This is the setter method to the attribute. * Enable rewrite rule on response body. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enable set the enable. */ @@ -70,6 +72,7 @@ public void setEnable(Boolean enable) { * This is the getter method this will return the attribute value. * Index of the response rewrite rule. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -82,6 +85,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Index of the response rewrite rule. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -94,6 +98,7 @@ public void setIndex(Integer index) { * This is the getter method this will return the attribute value. * Name of the response rewrite rule. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -106,6 +111,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the response rewrite rule. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -120,6 +126,7 @@ public void setName(String name) { * For eg. * Strings 'foo' and 'bar', where all searches of 'foo' in the response body will be replaced with 'bar'. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pairs */ @@ -134,6 +141,7 @@ public List getPairs() { * For eg. * Strings 'foo' and 'bar', where all searches of 'foo' in the response body will be replaced with 'bar'. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pairs */ @@ -148,6 +156,7 @@ public void setPairs(List pairs) { * For eg. * Strings 'foo' and 'bar', where all searches of 'foo' in the response body will be replaced with 'bar'. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pairs */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RuleInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RuleInfo.java index c77d82a2..6d384a13 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RuleInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RuleInfo.java @@ -42,6 +42,7 @@ public class RuleInfo extends AviRestResource { * This is the getter method this will return the attribute value. * Uri hitted signature rule matches. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matches */ @@ -54,6 +55,7 @@ public List getMatches() { * This is the setter method. this will set the matches * Uri hitted signature rule matches. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matches */ @@ -66,6 +68,7 @@ public void setMatches(List matches) { * This is the setter method this will set the matches * Uri hitted signature rule matches. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matches */ @@ -83,6 +86,7 @@ public RuleInfo addMatchesItem(Matches matchesItem) { * This is the getter method this will return the attribute value. * Uri hitted signature rule group id. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleGroupId */ @@ -95,6 +99,7 @@ public String getRuleGroupId() { * This is the setter method to the attribute. * Uri hitted signature rule group id. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ruleGroupId set the ruleGroupId. */ @@ -107,6 +112,7 @@ public void setRuleGroupId(String ruleGroupId) { * This is the getter method this will return the attribute value. * Uri hitted signature rule id. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleId */ @@ -119,6 +125,7 @@ public String getRuleId() { * This is the setter method to the attribute. * Uri hitted signature rule id. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ruleId set the ruleId. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SAMLSPConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SAMLSPConfig.java index a8103d29..3c0eed24 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SAMLSPConfig.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SAMLSPConfig.java @@ -24,6 +24,14 @@ @JsonIgnoreProperties(ignoreUnknown = true) @Service public class SAMLSPConfig extends AviRestResource { + @JsonProperty("acs_index") + @JsonInclude(Include.NON_NULL) + private Integer acsIndex = 0; + + @JsonProperty("authn_req_acs_type") + @JsonInclude(Include.NON_NULL) + private String authnReqAcsType = "SAML_AUTHN_REQ_ACS_TYPE_NONE"; + @JsonProperty("cookie_name") @JsonInclude(Include.NON_NULL) private String cookieName = null; @@ -58,10 +66,69 @@ public class SAMLSPConfig extends AviRestResource { + /** + * This is the getter method this will return the attribute value. + * Index to be used in the assertionconsumerserviceindex attribute of the authentication request, if the authn_req_acs_type is set to use + * assertionconsumerserviceindex. + * Allowed values are 0-64. + * 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 0. + * @return acsIndex + */ + @VsoMethod + public Integer getAcsIndex() { + return acsIndex; + } + + /** + * This is the setter method to the attribute. + * Index to be used in the assertionconsumerserviceindex attribute of the authentication request, if the authn_req_acs_type is set to use + * assertionconsumerserviceindex. + * Allowed values are 0-64. + * 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 0. + * @param acsIndex set the acsIndex. + */ + @VsoMethod + public void setAcsIndex(Integer acsIndex) { + this.acsIndex = acsIndex; + } + + /** + * This is the getter method this will return the attribute value. + * Option to set the acs attributes in the authnrequest. + * Enum options - SAML_AUTHN_REQ_ACS_TYPE_URL, SAML_AUTHN_REQ_ACS_TYPE_INDEX, SAML_AUTHN_REQ_ACS_TYPE_NONE. + * Field introduced in 21.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as "SAML_AUTHN_REQ_ACS_TYPE_NONE". + * @return authnReqAcsType + */ + @VsoMethod + public String getAuthnReqAcsType() { + return authnReqAcsType; + } + + /** + * This is the setter method to the attribute. + * Option to set the acs attributes in the authnrequest. + * Enum options - SAML_AUTHN_REQ_ACS_TYPE_URL, SAML_AUTHN_REQ_ACS_TYPE_INDEX, SAML_AUTHN_REQ_ACS_TYPE_NONE. + * Field introduced in 21.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as "SAML_AUTHN_REQ_ACS_TYPE_NONE". + * @param authnReqAcsType set the authnReqAcsType. + */ + @VsoMethod + public void setAuthnReqAcsType(String authnReqAcsType) { + this.authnReqAcsType = authnReqAcsType; + } + /** * This is the getter method this will return the attribute value. * Http cookie name for authenticated session. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cookieName */ @@ -74,6 +141,7 @@ public String getCookieName() { * This is the setter method to the attribute. * Http cookie name for authenticated session. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cookieName set the cookieName. */ @@ -88,6 +156,7 @@ public void setCookieName(String cookieName) { * Allowed values are 1-1440. * Field introduced in 18.2.3. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return cookieTimeout */ @@ -102,6 +171,7 @@ public Integer getCookieTimeout() { * Allowed values are 1-1440. * Field introduced in 18.2.3. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param cookieTimeout set the cookieTimeout. */ @@ -115,6 +185,7 @@ public void setCookieTimeout(Integer cookieTimeout) { * Globally unique saml entityid for this node. * The saml application entity id on the idp should match this. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return entityId */ @@ -128,6 +199,7 @@ public String getEntityId() { * Globally unique saml entityid for this node. * The saml application entity id on the idp should match this. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param entityId set the entityId. */ @@ -140,6 +212,7 @@ public void setEntityId(String entityId) { * This is the getter method this will return the attribute value. * Key to generate the cookie. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -152,6 +225,7 @@ public List getKey() { * This is the setter method. this will set the key * Key to generate the cookie. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -164,6 +238,7 @@ public void setKey(List key) { * This is the setter method this will set the key * Key to generate the cookie. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -182,6 +257,7 @@ public SAMLSPConfig addKeyItem(HttpCookiePersistenceKey keyItem) { * Sp will use this ssl certificate to sign requests going to the idp and decrypt the assertions coming from idp. * It is a reference to an object of type sslkeyandcertificate. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return signingSslKeyAndCertificateRef */ @@ -195,6 +271,7 @@ public String getSigningSslKeyAndCertificateRef() { * Sp will use this ssl certificate to sign requests going to the idp and decrypt the assertions coming from idp. * It is a reference to an object of type sslkeyandcertificate. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param signingSslKeyAndCertificateRef set the signingSslKeyAndCertificateRef. */ @@ -205,8 +282,12 @@ public void setSigningSslKeyAndCertificateRef(String signingSslKeyAndCertificat /** * This is the getter method this will return the attribute value. - * Saml single signon url to be programmed on the idp. + * Saml single signon endpoint to receive the authentication response. + * This also specifies the destination endpoint to be configured for this application on the idp. + * If the authn_req_acs_type is set to 'use assertionconsumerserviceurl', this endpoint will be sent in the assertionconsumerserviceurl attribute of + * the authentication request. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return singleSignonUrl */ @@ -217,8 +298,12 @@ public String getSingleSignonUrl() { /** * This is the setter method to the attribute. - * Saml single signon url to be programmed on the idp. + * Saml single signon endpoint to receive the authentication response. + * This also specifies the destination endpoint to be configured for this application on the idp. + * If the authn_req_acs_type is set to 'use assertionconsumerserviceurl', this endpoint will be sent in the assertionconsumerserviceurl attribute of + * the authentication request. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param singleSignonUrl set the singleSignonUrl. */ @@ -231,6 +316,8 @@ public void setSingleSignonUrl(String singleSignonUrl) { * This is the getter method this will return the attribute value. * Saml sp metadata for this application. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return spMetadata */ @VsoMethod @@ -242,6 +329,8 @@ public String getSpMetadata() { * This is the setter method to the attribute. * Saml sp metadata for this application. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @param spMetadata set the spMetadata. */ @VsoMethod @@ -254,6 +343,7 @@ public void setSpMetadata(String spMetadata) { * By enabling this field idp can control how long the sp session can exist through the sessionnotonorafter field in the authnstatement of saml * response. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return useIdpSessionTimeout */ @@ -267,6 +357,7 @@ public Boolean getUseIdpSessionTimeout() { * By enabling this field idp can control how long the sp session can exist through the sessionnotonorafter field in the authnstatement of saml * response. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param useIdpSessionTimeout set the useIdpSessionTimeout. */ @@ -293,14 +384,18 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.cookieTimeout, objSAMLSPConfig.cookieTimeout)&& Objects.equals(this.cookieName, objSAMLSPConfig.cookieName)&& Objects.equals(this.signingSslKeyAndCertificateRef, objSAMLSPConfig.signingSslKeyAndCertificateRef)&& - Objects.equals(this.useIdpSessionTimeout, objSAMLSPConfig.useIdpSessionTimeout); + Objects.equals(this.useIdpSessionTimeout, objSAMLSPConfig.useIdpSessionTimeout)&& + Objects.equals(this.authnReqAcsType, objSAMLSPConfig.authnReqAcsType)&& + Objects.equals(this.acsIndex, objSAMLSPConfig.acsIndex); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class SAMLSPConfig {\n"); - sb.append(" cookieName: ").append(toIndentedString(cookieName)).append("\n"); + sb.append(" acsIndex: ").append(toIndentedString(acsIndex)).append("\n"); + sb.append(" authnReqAcsType: ").append(toIndentedString(authnReqAcsType)).append("\n"); + sb.append(" cookieName: ").append(toIndentedString(cookieName)).append("\n"); sb.append(" cookieTimeout: ").append(toIndentedString(cookieTimeout)).append("\n"); sb.append(" entityId: ").append(toIndentedString(entityId)).append("\n"); sb.append(" key: ").append(toIndentedString(key)).append("\n"); diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SCPoolServerStateInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SCPoolServerStateInfo.java index e74b0d2b..f4c8d5b9 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SCPoolServerStateInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SCPoolServerStateInfo.java @@ -58,6 +58,7 @@ public class SCPoolServerStateInfo extends AviRestResource { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isServer */ @@ -69,6 +70,7 @@ public Boolean getIsServer() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isServer set the isServer. */ @@ -80,6 +82,7 @@ public void setIsServer(Boolean isServer) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operStatus */ @@ -91,6 +94,7 @@ public OperationalStatus getOperStatus() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param operStatus set the operStatus. */ @@ -102,6 +106,7 @@ public void setOperStatus(OperationalStatus operStatus) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolId */ @@ -113,6 +118,7 @@ public String getPoolId() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolId set the poolId. */ @@ -124,6 +130,7 @@ public void setPoolId(String poolId) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverStates */ @@ -135,6 +142,7 @@ public List getServerStates() { /** * This is the setter method. this will set the serverStates * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverStates */ @@ -146,6 +154,7 @@ public void setServerStates(List serverStates) { /** * This is the setter method this will set the serverStates * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverStates */ @@ -163,6 +172,7 @@ public SCPoolServerStateInfo addServerStatesItem(SCServerStateInfo serverStatesI * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -175,6 +185,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -205,6 +216,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -216,6 +228,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/SCServerStateInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SCServerStateInfo.java index 33beb8b7..0f4975cd 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SCServerStateInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SCServerStateInfo.java @@ -43,6 +43,7 @@ public class SCServerStateInfo extends AviRestResource { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operStatus */ @@ -54,6 +55,7 @@ public OperationalStatus getOperStatus() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param operStatus set the operStatus. */ @@ -65,6 +67,7 @@ public void setOperStatus(OperationalStatus operStatus) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverIp */ @@ -76,6 +79,7 @@ public IpAddr getServerIp() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverIp set the serverIp. */ @@ -88,6 +92,7 @@ public void setServerIp(IpAddr serverIp) { * This is the getter method this will return the attribute value. * Allowed values are 1-65535. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverPort */ @@ -100,6 +105,7 @@ public Integer getServerPort() { * This is the setter method to the attribute. * Allowed values are 1-65535. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverPort set the serverPort. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SCVsStateInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SCVsStateInfo.java index 81498144..2eeea66d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SCVsStateInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SCVsStateInfo.java @@ -54,6 +54,7 @@ public class SCVsStateInfo extends AviRestResource { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operStatus */ @@ -65,6 +66,7 @@ public OperationalStatus getOperStatus() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param operStatus set the operStatus. */ @@ -77,6 +79,7 @@ public void setOperStatus(OperationalStatus operStatus) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -89,6 +92,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -119,6 +123,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -130,6 +135,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -141,6 +147,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -152,6 +159,7 @@ public String getVipId() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ @@ -163,6 +171,7 @@ public void setVipId(String vipId) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsId */ @@ -174,6 +183,7 @@ public String getVsId() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsId set the vsId. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SEBandwidthLimit.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SEBandwidthLimit.java index 53d7c24b..e2abcc82 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SEBandwidthLimit.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SEBandwidthLimit.java @@ -38,6 +38,7 @@ public class SEBandwidthLimit extends AviRestResource { * This is the getter method this will return the attribute value. * Total number of service engines for bandwidth based licenses. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return count */ @@ -50,6 +51,7 @@ public Integer getCount() { * This is the setter method to the attribute. * Total number of service engines for bandwidth based licenses. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param count set the count. */ @@ -63,6 +65,7 @@ public void setCount(Integer count) { * Maximum bandwidth allowed by each service engine. * Enum options - SE_BANDWIDTH_UNLIMITED, SE_BANDWIDTH_25M, SE_BANDWIDTH_200M, SE_BANDWIDTH_1000M, SE_BANDWIDTH_10000M. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -76,6 +79,7 @@ public String getType() { * Maximum bandwidth allowed by each service engine. * Enum options - SE_BANDWIDTH_UNLIMITED, SE_BANDWIDTH_25M, SE_BANDWIDTH_200M, SE_BANDWIDTH_1000M, SE_BANDWIDTH_10000M. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/SEFaultInjectExhaustParam.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SEFaultInjectExhaustParam.java index d6de1b46..e20f1be9 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SEFaultInjectExhaustParam.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SEFaultInjectExhaustParam.java @@ -36,7 +36,7 @@ public class SEFaultInjectExhaustParam extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property leak of obj type sefaultinjectexhaustparam 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 leak */ @@ -47,7 +47,7 @@ public Boolean getLeak() { /** * This is the setter method to the attribute. - * Placeholder for description of property leak of obj type sefaultinjectexhaustparam 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 leak set the leak. */ @@ -58,7 +58,7 @@ public void setLeak(Boolean leak) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num of obj type sefaultinjectexhaustparam 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 num */ @@ -69,7 +69,7 @@ public Integer getNum() { /** * This is the setter method to the attribute. - * Placeholder for description of property num of obj type sefaultinjectexhaustparam 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 num set the num. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SEFaultInjectSeParam.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SEFaultInjectSeParam.java index 0435d6e8..9764650d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SEFaultInjectSeParam.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SEFaultInjectSeParam.java @@ -50,6 +50,7 @@ public class SEFaultInjectSeParam extends AviRestResource { * This is the getter method this will return the attribute value. * Inject fault in specific core. * Field introduced in 18.1.5,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @return core */ @@ -62,6 +63,7 @@ public Integer getCore() { * This is the setter method to the attribute. * Inject fault in specific core. * Field introduced in 18.1.5,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @param core set the core. */ @@ -74,6 +76,7 @@ public void setCore(Integer core) { * This is the getter method this will return the attribute value. * Inject fault on objects. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objNames */ @@ -86,6 +89,7 @@ public List getObjNames() { * This is the setter method. this will set the objNames * Inject fault on objects. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objNames */ @@ -98,6 +102,7 @@ public void setObjNames(List objNames) { * This is the setter method this will set the objNames * Inject fault on objects. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objNames */ @@ -115,6 +120,7 @@ public SEFaultInjectSeParam addObjNamesItem(String objNamesItem) { * This is the getter method this will return the attribute value. * Inject fault in random no of cores. * Field introduced in 18.1.5,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return randomCore */ @@ -127,6 +133,7 @@ public Boolean getRandomCore() { * This is the setter method to the attribute. * Inject fault in random no of cores. * Field introduced in 18.1.5,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param randomCore set the randomCore. */ @@ -141,6 +148,7 @@ public void setRandomCore(Boolean randomCore) { * Enum options - SE_AGENT_FAULT_DISABLED, SE_AGENT_PRE_PROCESS_FAULT, SE_AGENT_POST_PROCESS_FAULT, SE_AGENT_DP_RESPONSE_FAULT, * SE_AGENT_RANDOM_PROCESS_FAULT. * Field introduced in 18.1.5,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_AGENT_FAULT_DISABLED". * @return seAgentFault */ @@ -155,6 +163,7 @@ public String getSeAgentFault() { * Enum options - SE_AGENT_FAULT_DISABLED, SE_AGENT_PRE_PROCESS_FAULT, SE_AGENT_POST_PROCESS_FAULT, SE_AGENT_DP_RESPONSE_FAULT, * SE_AGENT_RANDOM_PROCESS_FAULT. * Field introduced in 18.1.5,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_AGENT_FAULT_DISABLED". * @param seAgentFault set the seAgentFault. */ @@ -168,6 +177,7 @@ public void setSeAgentFault(String seAgentFault) { * Set se-dp fault type. * Enum options - SE_DP_FAULT_DISABLED. * Field introduced in 18.1.5,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_DP_FAULT_DISABLED". * @return seDpFault */ @@ -181,6 +191,7 @@ public String getSeDpFault() { * Set se-dp fault type. * Enum options - SE_DP_FAULT_DISABLED. * Field introduced in 18.1.5,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_DP_FAULT_DISABLED". * @param seDpFault set the seDpFault. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSHSeDeployment.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSHSeDeployment.java index 53970abd..4bdd9fc4 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSHSeDeployment.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSHSeDeployment.java @@ -47,6 +47,7 @@ public class SSHSeDeployment extends AviRestResource { * Host os distribution e.g. * Coreos, ubuntu, redhat. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return hostOs */ @VsoMethod @@ -59,6 +60,7 @@ public String getHostOs() { * Host os distribution e.g. * Coreos, ubuntu, redhat. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param hostOs set the hostOs. */ @VsoMethod @@ -70,6 +72,7 @@ public void setHostOs(String hostOs) { * This is the getter method this will return the attribute value. * Password for ssh and/or sudo. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return password */ @VsoMethod @@ -81,6 +84,7 @@ public String getPassword() { * This is the setter method to the attribute. * Password for ssh and/or sudo. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param password set the password. */ @VsoMethod @@ -92,6 +96,7 @@ public void setPassword(String password) { * This is the getter method this will return the attribute value. * Username for ssh access to hosts. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return sshUser */ @VsoMethod @@ -103,6 +108,7 @@ public String getSshUser() { * This is the setter method to the attribute. * Username for ssh access to hosts. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param sshUser set the sshUser. */ @VsoMethod @@ -114,6 +120,7 @@ public void setSshUser(String sshUser) { * This is the getter method this will return the attribute value. * Username for sudo. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return sudoUser */ @VsoMethod @@ -125,6 +132,7 @@ public String getSudoUser() { * This is the setter method to the attribute. * Username for sudo. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param sudoUser set the sudoUser. */ @VsoMethod diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLCacheFilter.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLCacheFilter.java index 5109d305..92003c1d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLCacheFilter.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLCacheFilter.java @@ -34,6 +34,7 @@ public class SSLCacheFilter extends AviRestResource { * This is the getter method this will return the attribute value. * Hexadecimal representation of the ssl session id. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslSessionId */ @@ -46,6 +47,7 @@ public String getSslSessionId() { * This is the setter method to the attribute. * Hexadecimal representation of the ssl session id. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslSessionId set the sslSessionId. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLCertificate.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLCertificate.java index c57193b9..c284fe40 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLCertificate.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLCertificate.java @@ -107,7 +107,7 @@ public class SSLCertificate extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property certificate of obj type sslcertificate field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return certificate */ @@ -118,7 +118,7 @@ public String getCertificate() { /** * This is the setter method to the attribute. - * Placeholder for description of property certificate of obj type sslcertificate field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param certificate set the certificate. */ @@ -129,7 +129,7 @@ public void setCertificate(String certificate) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property certificate_signing_request of obj type sslcertificate field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return certificateSigningRequest */ @@ -140,7 +140,7 @@ public String getCertificateSigningRequest() { /** * This is the setter method to the attribute. - * Placeholder for description of property certificate_signing_request of obj type sslcertificate field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param certificateSigningRequest set the certificateSigningRequest. */ @@ -151,7 +151,7 @@ public void setCertificateSigningRequest(String certificateSigningRequest) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property chain_verified of obj type sslcertificate 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 chainVerified */ @@ -162,7 +162,7 @@ public Boolean getChainVerified() { /** * This is the setter method to the attribute. - * Placeholder for description of property chain_verified of obj type sslcertificate 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 chainVerified set the chainVerified. */ @@ -173,7 +173,7 @@ public void setChainVerified(Boolean chainVerified) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property days_until_expire of obj type sslcertificate 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 365. * @return daysUntilExpire */ @@ -184,7 +184,7 @@ public Integer getDaysUntilExpire() { /** * This is the setter method to the attribute. - * Placeholder for description of property days_until_expire of obj type sslcertificate 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 365. * @param daysUntilExpire set the daysUntilExpire. */ @@ -196,6 +196,7 @@ public void setDaysUntilExpire(Integer daysUntilExpire) { /** * This is the getter method this will return the attribute value. * Enum options - SSL_CERTIFICATE_GOOD, SSL_CERTIFICATE_EXPIRY_WARNING, SSL_CERTIFICATE_EXPIRED. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_CERTIFICATE_GOOD". * @return expiryStatus */ @@ -207,6 +208,7 @@ public String getExpiryStatus() { /** * This is the setter method to the attribute. * Enum options - SSL_CERTIFICATE_GOOD, SSL_CERTIFICATE_EXPIRY_WARNING, SSL_CERTIFICATE_EXPIRED. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_CERTIFICATE_GOOD". * @param expiryStatus set the expiryStatus. */ @@ -217,7 +219,7 @@ public void setExpiryStatus(String expiryStatus) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property fingerprint of obj type sslcertificate field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -228,7 +230,7 @@ public String getFingerprint() { /** * This is the setter method to the attribute. - * Placeholder for description of property fingerprint of obj type sslcertificate field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -239,7 +241,7 @@ public void setFingerprint(String fingerprint) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property issuer of obj type sslcertificate 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 issuer */ @@ -250,7 +252,7 @@ public SSLCertificateDescription getIssuer() { /** * This is the setter method to the attribute. - * Placeholder for description of property issuer of obj type sslcertificate 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 issuer set the issuer. */ @@ -261,7 +263,7 @@ public void setIssuer(SSLCertificateDescription issuer) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property key_params of obj type sslcertificate 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 keyParams */ @@ -272,7 +274,7 @@ public SSLKeyParams getKeyParams() { /** * This is the setter method to the attribute. - * Placeholder for description of property key_params of obj type sslcertificate 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 keyParams set the keyParams. */ @@ -283,7 +285,7 @@ public void setKeyParams(SSLKeyParams keyParams) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property not_after of obj type sslcertificate field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return notAfter */ @@ -294,7 +296,7 @@ public String getNotAfter() { /** * This is the setter method to the attribute. - * Placeholder for description of property not_after of obj type sslcertificate field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param notAfter set the notAfter. */ @@ -305,7 +307,7 @@ public void setNotAfter(String notAfter) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property not_before of obj type sslcertificate field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return notBefore */ @@ -316,7 +318,7 @@ public String getNotBefore() { /** * This is the setter method to the attribute. - * Placeholder for description of property not_before of obj type sslcertificate field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param notBefore set the notBefore. */ @@ -327,7 +329,7 @@ public void setNotBefore(String notBefore) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property public_key of obj type sslcertificate field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -338,7 +340,7 @@ public String getPublicKey() { /** * This is the setter method to the attribute. - * Placeholder for description of property public_key of obj type sslcertificate field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -349,7 +351,7 @@ public void setPublicKey(String publicKey) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property self_signed of obj type sslcertificate 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 selfSigned */ @@ -360,7 +362,7 @@ public Boolean getSelfSigned() { /** * This is the setter method to the attribute. - * Placeholder for description of property self_signed of obj type sslcertificate 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 selfSigned set the selfSigned. */ @@ -371,7 +373,7 @@ public void setSelfSigned(Boolean selfSigned) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property serial_number of obj type sslcertificate field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serialNumber */ @@ -382,7 +384,7 @@ public String getSerialNumber() { /** * This is the setter method to the attribute. - * Placeholder for description of property serial_number of obj type sslcertificate field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serialNumber set the serialNumber. */ @@ -393,7 +395,7 @@ public void setSerialNumber(String serialNumber) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property signature of obj type sslcertificate field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return signature */ @@ -404,7 +406,7 @@ public String getSignature() { /** * This is the setter method to the attribute. - * Placeholder for description of property signature of obj type sslcertificate field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param signature set the signature. */ @@ -415,7 +417,7 @@ public void setSignature(String signature) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property signature_algorithm of obj type sslcertificate field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return signatureAlgorithm */ @@ -426,7 +428,7 @@ public String getSignatureAlgorithm() { /** * This is the setter method to the attribute. - * Placeholder for description of property signature_algorithm of obj type sslcertificate field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param signatureAlgorithm set the signatureAlgorithm. */ @@ -437,7 +439,7 @@ public void setSignatureAlgorithm(String signatureAlgorithm) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property subject of obj type sslcertificate 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 subject */ @@ -448,7 +450,7 @@ public SSLCertificateDescription getSubject() { /** * This is the setter method to the attribute. - * Placeholder for description of property subject of obj type sslcertificate 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 subject set the subject. */ @@ -460,6 +462,7 @@ public void setSubject(SSLCertificateDescription subject) { /** * This is the getter method this will return the attribute value. * Subjectaltname that provides additional subject identities. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subjectAltNames */ @@ -471,6 +474,7 @@ public List getSubjectAltNames() { /** * This is the setter method. this will set the subjectAltNames * Subjectaltname that provides additional subject identities. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subjectAltNames */ @@ -482,6 +486,7 @@ public void setSubjectAltNames(List subjectAltNames) { /** * This is the setter method this will set the subjectAltNames * Subjectaltname that provides additional subject identities. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subjectAltNames */ @@ -497,7 +502,7 @@ public SSLCertificate addSubjectAltNamesItem(String subjectAltNamesItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property text of obj type sslcertificate field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -508,7 +513,7 @@ public String getText() { /** * This is the setter method to the attribute. - * Placeholder for description of property text of obj type sslcertificate field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -519,7 +524,7 @@ public void setText(String text) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property version of obj type sslcertificate field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -530,7 +535,7 @@ public String getVersion() { /** * This is the setter method to the attribute. - * Placeholder for description of property version of obj type sslcertificate field type str type string. + * Allowed in enterprise edition with any value, 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/SSLCertificateDescription.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLCertificateDescription.java index b42baa55..4d56057d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLCertificateDescription.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLCertificateDescription.java @@ -60,7 +60,7 @@ public class SSLCertificateDescription extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property common_name of obj type sslcertificatedescription field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -71,7 +71,7 @@ public String getCommonName() { /** * This is the setter method to the attribute. - * Placeholder for description of property common_name of obj type sslcertificatedescription field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -82,7 +82,7 @@ public void setCommonName(String commonName) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property country of obj type sslcertificatedescription field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return country */ @@ -93,7 +93,7 @@ public String getCountry() { /** * This is the setter method to the attribute. - * Placeholder for description of property country of obj type sslcertificatedescription field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param country set the country. */ @@ -104,7 +104,7 @@ public void setCountry(String country) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property distinguished_name of obj type sslcertificatedescription field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -115,7 +115,7 @@ public String getDistinguishedName() { /** * This is the setter method to the attribute. - * Placeholder for description of property distinguished_name of obj type sslcertificatedescription field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -126,7 +126,7 @@ public void setDistinguishedName(String distinguishedName) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property email_address of obj type sslcertificatedescription field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return emailAddress */ @@ -137,7 +137,7 @@ public String getEmailAddress() { /** * This is the setter method to the attribute. - * Placeholder for description of property email_address of obj type sslcertificatedescription field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param emailAddress set the emailAddress. */ @@ -148,7 +148,7 @@ public void setEmailAddress(String emailAddress) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property locality of obj type sslcertificatedescription field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return locality */ @@ -159,7 +159,7 @@ public String getLocality() { /** * This is the setter method to the attribute. - * Placeholder for description of property locality of obj type sslcertificatedescription field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param locality set the locality. */ @@ -170,7 +170,7 @@ public void setLocality(String locality) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property organization of obj type sslcertificatedescription field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return organization */ @@ -181,7 +181,7 @@ public String getOrganization() { /** * This is the setter method to the attribute. - * Placeholder for description of property organization of obj type sslcertificatedescription field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param organization set the organization. */ @@ -192,7 +192,7 @@ public void setOrganization(String organization) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property organization_unit of obj type sslcertificatedescription field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return organizationUnit */ @@ -203,7 +203,7 @@ public String getOrganizationUnit() { /** * This is the setter method to the attribute. - * Placeholder for description of property organization_unit of obj type sslcertificatedescription field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param organizationUnit set the organizationUnit. */ @@ -214,7 +214,7 @@ public void setOrganizationUnit(String organizationUnit) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property state of obj type sslcertificatedescription field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -225,7 +225,7 @@ public String getState() { /** * This is the setter method to the attribute. - * Placeholder for description of property state of obj type sslcertificatedescription field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param state set the state. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLCipherList.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLCipherList.java index 263a59f5..c4f3fd1c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLCipherList.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLCipherList.java @@ -46,6 +46,7 @@ public class SSLCipherList extends AviRestResource { * AVI_TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA... * Field introduced in 18.1.4, 18.2.1. * Maximum of 255 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return identifiedCiphers */ @@ -66,6 +67,7 @@ public List getIdentifiedCiphers() { * AVI_TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA... * Field introduced in 18.1.4, 18.2.1. * Maximum of 255 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return identifiedCiphers */ @@ -86,6 +88,7 @@ public void setIdentifiedCiphers(List identifiedCiphers) { * AVI_TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA... * Field introduced in 18.1.4, 18.2.1. * Maximum of 255 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return identifiedCiphers */ @@ -105,6 +108,7 @@ public SSLCipherList addIdentifiedCiphersItem(String identifiedCiphersItem) { * The ciphers are represented by their rfc 2 byte hex value. * Field introduced in 18.1.4, 18.2.1. * Maximum of 255 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return unidentifiedCiphers */ @@ -119,6 +123,7 @@ public List getUnidentifiedCiphers() { * The ciphers are represented by their rfc 2 byte hex value. * Field introduced in 18.1.4, 18.2.1. * Maximum of 255 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return unidentifiedCiphers */ @@ -133,6 +138,7 @@ public void setUnidentifiedCiphers(List unidentifiedCiphers) { * The ciphers are represented by their rfc 2 byte hex value. * Field introduced in 18.1.4, 18.2.1. * Maximum of 255 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return unidentifiedCiphers */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLClientCertificateAction.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLClientCertificateAction.java index a25da8ad..550d9abf 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLClientCertificateAction.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLClientCertificateAction.java @@ -36,7 +36,7 @@ public class SSLClientCertificateAction extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property close_connection of obj type sslclientcertificateaction 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 closeConnection */ @@ -47,7 +47,7 @@ public Boolean getCloseConnection() { /** * This is the setter method to the attribute. - * Placeholder for description of property close_connection of obj type sslclientcertificateaction 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 closeConnection set the closeConnection. */ @@ -58,7 +58,7 @@ public void setCloseConnection(Boolean closeConnection) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property headers of obj type sslclientcertificateaction 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 headers */ @@ -69,7 +69,7 @@ public List getHeaders() { /** * This is the setter method. this will set the headers - * Placeholder for description of property headers of obj type sslclientcertificateaction 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 headers */ @@ -80,7 +80,7 @@ public void setHeaders(List headers) { /** * This is the setter method this will set the headers - * Placeholder for description of property headers of obj type sslclientcertificateaction 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 headers */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLClientRequestHeader.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLClientRequestHeader.java index 3b23608d..97b944a7 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLClientRequestHeader.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLClientRequestHeader.java @@ -38,6 +38,7 @@ public class SSLClientRequestHeader extends AviRestResource { * This is the getter method this will return the attribute value. * If this header exists, reset the connection. * If the ssl variable is specified, add a header with this value. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestHeader */ @@ -50,6 +51,7 @@ public String getRequestHeader() { * This is the setter method to the attribute. * If this header exists, reset the connection. * If the ssl variable is specified, add a header with this value. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param requestHeader set the requestHeader. */ @@ -69,6 +71,7 @@ public void setRequestHeader(String requestHeader) { * HTTP_POLICY_VAR_SSL_CIPHER, HTTP_POLICY_VAR_REQUEST_ID, HTTP_POLICY_VAR_SSL_CLIENT_VERSION, HTTP_POLICY_VAR_SSL_CLIENT_SIGALG, * HTTP_POLICY_VAR_SSL_CLIENT_NOTVALIDBEFORE, HTTP_POLICY_VAR_SSL_CLIENT_NOTVALIDAFTER, HTTP_POLICY_VAR_SSL_CLIENT_ESCAPED, * HTTP_POLICY_VAR_SOURCE_IP. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestHeaderValue */ @@ -88,6 +91,7 @@ public String getRequestHeaderValue() { * HTTP_POLICY_VAR_SSL_CIPHER, HTTP_POLICY_VAR_REQUEST_ID, HTTP_POLICY_VAR_SSL_CLIENT_VERSION, HTTP_POLICY_VAR_SSL_CLIENT_SIGALG, * HTTP_POLICY_VAR_SSL_CLIENT_NOTVALIDBEFORE, HTTP_POLICY_VAR_SSL_CLIENT_NOTVALIDAFTER, HTTP_POLICY_VAR_SSL_CLIENT_ESCAPED, * HTTP_POLICY_VAR_SOURCE_IP. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param requestHeaderValue set the requestHeaderValue. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLExpireDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLExpireDetails.java index 85f614dc..b090bb54 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLExpireDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLExpireDetails.java @@ -37,6 +37,7 @@ public class SSLExpireDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. * Number of days until certificate is expired. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return daysLeft */ @@ -48,6 +49,7 @@ public Integer getDaysLeft() { /** * This is the setter method to the attribute. * Number of days until certificate is expired. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param daysLeft set the daysLeft. */ @@ -59,6 +61,7 @@ public void setDaysLeft(Integer daysLeft) { /** * This is the getter method this will return the attribute value. * Name of ssl certificate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -70,6 +73,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of ssl certificate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/SSLExportDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLExportDetails.java index 835967f1..75a9b360 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLExportDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLExportDetails.java @@ -33,6 +33,7 @@ public class SSLExportDetails extends AviRestResource { /** * 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 */ @@ -44,6 +45,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/SSLIgnoredDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLIgnoredDetails.java index b41909b5..b3855aaf 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLIgnoredDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLIgnoredDetails.java @@ -37,6 +37,7 @@ public class SSLIgnoredDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. * Name of ssl certificate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -48,6 +49,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of ssl certificate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -59,6 +61,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Reason for ignoring certificate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -70,6 +73,7 @@ public String getReason() { /** * This is the setter method to the attribute. * Reason for ignoring certificate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/SSLKeyAndCertificate.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLKeyAndCertificate.java index f5393e97..c58020ca 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLKeyAndCertificate.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLKeyAndCertificate.java @@ -141,6 +141,7 @@ public class SSLKeyAndCertificate extends AviRestResource { /** * This is the getter method this will return the attribute value. * Ca certificates in certificate chain. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return caCerts */ @@ -152,6 +153,7 @@ public List getCaCerts() { /** * This is the setter method. this will set the caCerts * Ca certificates in certificate chain. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return caCerts */ @@ -163,6 +165,7 @@ public void setCaCerts(List caCerts) { /** * This is the setter method this will set the caCerts * Ca certificates in certificate chain. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return caCerts */ @@ -178,7 +181,7 @@ public SSLKeyAndCertificate addCaCertsItem(CertificateAuthority caCertsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property certificate of obj type sslkeyandcertificate 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 certificate */ @@ -189,7 +192,7 @@ public SSLCertificate getCertificate() { /** * This is the setter method to the attribute. - * Placeholder for description of property certificate of obj type sslkeyandcertificate 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 certificate set the certificate. */ @@ -201,6 +204,7 @@ public void setCertificate(SSLCertificate certificate) { /** * This is the getter method this will return the attribute value. * States if the certificate is base64 encoded. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return certificateBase64 */ @@ -212,6 +216,7 @@ public Boolean getCertificateBase64() { /** * This is the setter method to the attribute. * States if the certificate is base64 encoded. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param certificateBase64 set the certificateBase64. */ @@ -223,6 +228,7 @@ public void setCertificateBase64(Boolean certificateBase64) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type certificatemanagementprofile. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return certificateManagementProfileRef */ @@ -234,6 +240,7 @@ public String getCertificateManagementProfileRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type certificatemanagementprofile. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param certificateManagementProfileRef set the certificateManagementProfileRef. */ @@ -245,6 +252,7 @@ public void setCertificateManagementProfileRef(String certificateManagementProf /** * This is the getter method this will return the attribute value. * Creator name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -256,6 +264,7 @@ public String getCreatedBy() { /** * This is the setter method to the attribute. * Creator name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -267,6 +276,7 @@ public void setCreatedBy(String createdBy) { /** * This is the getter method this will return the attribute value. * Dynamic parameters needed for certificate management profile. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dynamicParams */ @@ -278,6 +288,7 @@ public List getDynamicParams() { /** * This is the setter method. this will set the dynamicParams * Dynamic parameters needed for certificate management profile. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dynamicParams */ @@ -289,6 +300,7 @@ public void setDynamicParams(List dynamicParams) { /** * This is the setter method this will set the dynamicParams * Dynamic parameters needed for certificate management profile. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dynamicParams */ @@ -306,7 +318,8 @@ public SSLKeyAndCertificate addDynamicParamsItem(CustomParams dynamicParamsItem) * This is the getter method this will return the attribute value. * Enables ocsp stapling. * Field introduced in 20.1.1. - * Allowed in 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 enableOcspStapling */ @@ -319,7 +332,8 @@ public Boolean getEnableOcspStapling() { * This is the setter method to the attribute. * Enables ocsp stapling. * 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 enableOcspStapling set the enableOcspStapling. */ @@ -332,6 +346,7 @@ public void setEnableOcspStapling(Boolean enableOcspStapling) { * This is the getter method this will return the attribute value. * Encrypted private key corresponding to the private key (e.g. * Those generated by an hsm such as thales nshield). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enckeyBase64 */ @@ -344,6 +359,7 @@ public String getEnckeyBase64() { * This is the setter method to the attribute. * Encrypted private key corresponding to the private key (e.g. * Those generated by an hsm such as thales nshield). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enckeyBase64 set the enckeyBase64. */ @@ -356,6 +372,7 @@ public void setEnckeyBase64(String enckeyBase64) { * This is the getter method this will return the attribute value. * Name of the encrypted private key (e.g. * Those generated by an hsm such as thales nshield). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enckeyName */ @@ -368,6 +385,7 @@ public String getEnckeyName() { * This is the setter method to the attribute. * Name of the encrypted private key (e.g. * Those generated by an hsm such as thales nshield). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enckeyName set the enckeyName. */ @@ -380,6 +398,7 @@ public void setEnckeyName(String enckeyName) { * This is the getter method this will return the attribute value. * Format of the key/certificate file. * Enum options - SSL_PEM, SSL_PKCS12. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_PEM". * @return format */ @@ -392,6 +411,7 @@ public String getFormat() { * This is the setter method to the attribute. * Format of the key/certificate file. * Enum options - SSL_PEM, SSL_PKCS12. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_PEM". * @param format set the format. */ @@ -403,6 +423,7 @@ public void setFormat(String format) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type hardwaresecuritymodulegroup. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hardwaresecuritymodulegroupRef */ @@ -414,6 +435,7 @@ public String getHardwaresecuritymodulegroupRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type hardwaresecuritymodulegroup. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hardwaresecuritymodulegroupRef set the hardwaresecuritymodulegroupRef. */ @@ -425,6 +447,7 @@ public void setHardwaresecuritymodulegroupRef(String hardwaresecuritymodulegrou /** * This is the getter method this will return the attribute value. * Private key. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -436,6 +459,7 @@ public String getKey() { /** * This is the setter method to the attribute. * Private key. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param key set the key. */ @@ -447,6 +471,7 @@ public void setKey(String key) { /** * This is the getter method this will return the attribute value. * States if the private key is base64 encoded. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return keyBase64 */ @@ -458,6 +483,7 @@ public Boolean getKeyBase64() { /** * This is the setter method to the attribute. * States if the private key is base64 encoded. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param keyBase64 set the keyBase64. */ @@ -468,7 +494,7 @@ public void setKeyBase64(Boolean keyBase64) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property key_params of obj type sslkeyandcertificate 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 keyParams */ @@ -479,7 +505,7 @@ public SSLKeyParams getKeyParams() { /** * This is the setter method to the attribute. - * Placeholder for description of property key_params of obj type sslkeyandcertificate 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 keyParams set the keyParams. */ @@ -491,6 +517,7 @@ public void setKeyParams(SSLKeyParams keyParams) { /** * This is the getter method this will return the attribute value. * Passphrase used to encrypt the private key. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return keyPassphrase */ @@ -502,6 +529,7 @@ public String getKeyPassphrase() { /** * This is the setter method to the attribute. * Passphrase used to encrypt the private key. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param keyPassphrase set the keyPassphrase. */ @@ -517,6 +545,7 @@ public void setKeyPassphrase(String keyPassphrase) { * 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 @@ -531,6 +560,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 @@ -545,6 +575,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 @@ -561,7 +592,8 @@ public SSLKeyAndCertificate 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 */ @@ -574,7 +606,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 */ @@ -587,7 +620,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 */ @@ -603,7 +637,7 @@ public SSLKeyAndCertificate addMarkersItem(RoleFilterMatchLabel markersItem) { /** * 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 */ @@ -614,7 +648,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. */ @@ -627,7 +661,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Configuration related to ocsp. * Field introduced in 20.1.1. - * Allowed in 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 ocspConfig */ @@ -640,7 +674,7 @@ public OCSPConfig getOcspConfig() { * This is the setter method to the attribute. * Configuration related to ocsp. * Field introduced in 20.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 ocspConfig set the ocspConfig. */ @@ -658,8 +692,8 @@ public void setOcspConfig(OCSPConfig ocspConfig) { * OCSP_ERR_CERTSTATUS_ISSUER_REVOKED, OCSP_ERR_CERTSTATUS_PARSE_CERT, OCSP_ERR_CERTSTATUS_HTTP_REQ, OCSP_ERR_CERTSTATUS_URL_LIST, * OCSP_ERR_CERTSTATUS_HTTP_SEND, OCSP_ERR_CERTSTATUS_HTTP_RECV, OCSP_ERR_CERTSTATUS_HTTP_RESP. * Field introduced in 20.1.1. - * Allowed in basic(allowed values- ocsp_err_certstatus_disabled) edition, essentials(allowed values- ocsp_err_certstatus_disabled) edition, - * enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- ocsp_err_certstatus_disabled), basic edition(allowed values- + * ocsp_err_certstatus_disabled), enterprise with cloud services edition. * @return ocspErrorStatus */ @VsoMethod @@ -676,8 +710,8 @@ public String getOcspErrorStatus() { * OCSP_ERR_CERTSTATUS_ISSUER_REVOKED, OCSP_ERR_CERTSTATUS_PARSE_CERT, OCSP_ERR_CERTSTATUS_HTTP_REQ, OCSP_ERR_CERTSTATUS_URL_LIST, * OCSP_ERR_CERTSTATUS_HTTP_SEND, OCSP_ERR_CERTSTATUS_HTTP_RECV, OCSP_ERR_CERTSTATUS_HTTP_RESP. * Field introduced in 20.1.1. - * Allowed in basic(allowed values- ocsp_err_certstatus_disabled) edition, essentials(allowed values- ocsp_err_certstatus_disabled) edition, - * enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- ocsp_err_certstatus_disabled), basic edition(allowed values- + * ocsp_err_certstatus_disabled), enterprise with cloud services edition. * @param ocspErrorStatus set the ocspErrorStatus. */ @VsoMethod @@ -689,7 +723,7 @@ public void setOcspErrorStatus(String ocspErrorStatus) { * This is the getter method this will return the attribute value. * This is an internal field to store the ocsp responder urls contained in the certificate. * Field introduced in 20.1.1. - * Allowed in basic edition, essentials edition, enterprise edition. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @return ocspResponderUrlListFromCerts */ @VsoMethod @@ -701,7 +735,7 @@ public List getOcspResponderUrlListFromCerts() { * This is the setter method. this will set the ocspResponderUrlListFromCerts * This is an internal field to store the ocsp responder urls contained in the certificate. * Field introduced in 20.1.1. - * Allowed in basic edition, essentials edition, enterprise edition. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @return ocspResponderUrlListFromCerts */ @VsoMethod @@ -713,7 +747,7 @@ public void setOcspResponderUrlListFromCerts(List ocspResponderUrlListF * This is the setter method this will set the ocspResponderUrlListFromCerts * This is an internal field to store the ocsp responder urls contained in the certificate. * Field introduced in 20.1.1. - * Allowed in basic edition, essentials edition, enterprise edition. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @return ocspResponderUrlListFromCerts */ @VsoMethod @@ -730,7 +764,7 @@ public SSLKeyAndCertificate addOcspResponderUrlListFromCertsItem(String ocspResp * This is the getter method this will return the attribute value. * Information related to ocsp response. * Field introduced in 20.1.1. - * Allowed in basic edition, essentials edition, enterprise edition. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @return ocspResponseInfo */ @VsoMethod @@ -742,7 +776,7 @@ public OCSPResponseInfo getOcspResponseInfo() { * This is the setter method to the attribute. * Information related to ocsp response. * Field introduced in 20.1.1. - * Allowed in basic edition, essentials edition, enterprise edition. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @param ocspResponseInfo set the ocspResponseInfo. */ @VsoMethod @@ -753,6 +787,7 @@ public void setOcspResponseInfo(OCSPResponseInfo ocspResponseInfo) { /** * This is the getter method this will return the attribute value. * Enum options - SSL_CERTIFICATE_FINISHED, SSL_CERTIFICATE_PENDING. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_CERTIFICATE_FINISHED". * @return status */ @@ -764,6 +799,7 @@ public String getStatus() { /** * This is the setter method to the attribute. * Enum options - SSL_CERTIFICATE_FINISHED, SSL_CERTIFICATE_PENDING. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_CERTIFICATE_FINISHED". * @param status set the status. */ @@ -775,6 +811,7 @@ public void setStatus(String status) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -786,6 +823,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. */ @@ -797,6 +835,7 @@ public void setTenantRef(String tenantRef) { /** * This is the getter method this will return the attribute value. * Enum options - SSL_CERTIFICATE_TYPE_VIRTUALSERVICE, SSL_CERTIFICATE_TYPE_SYSTEM, SSL_CERTIFICATE_TYPE_CA. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -808,6 +847,7 @@ public String getType() { /** * This is the setter method to the attribute. * Enum options - SSL_CERTIFICATE_TYPE_VIRTUALSERVICE, SSL_CERTIFICATE_TYPE_SYSTEM, SSL_CERTIFICATE_TYPE_CA. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -837,7 +877,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 */ @@ -848,7 +888,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/SSLKeyECParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLKeyECParams.java index 24540b13..0af28b77 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLKeyECParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLKeyECParams.java @@ -33,6 +33,7 @@ public class SSLKeyECParams extends AviRestResource { /** * This is the getter method this will return the attribute value. * Enum options - SSL_KEY_EC_CURVE_SECP256R1, SSL_KEY_EC_CURVE_SECP384R1, SSL_KEY_EC_CURVE_SECP521R1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_KEY_EC_CURVE_SECP256R1". * @return curve */ @@ -44,6 +45,7 @@ public String getCurve() { /** * This is the setter method to the attribute. * Enum options - SSL_KEY_EC_CURVE_SECP256R1, SSL_KEY_EC_CURVE_SECP384R1, SSL_KEY_EC_CURVE_SECP521R1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_KEY_EC_CURVE_SECP256R1". * @param curve set the curve. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLKeyParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLKeyParams.java index e7bb0fc1..25d070c8 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLKeyParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLKeyParams.java @@ -43,6 +43,7 @@ public class SSLKeyParams extends AviRestResource { /** * This is the getter method this will return the attribute value. * Enum options - SSL_KEY_ALGORITHM_RSA, SSL_KEY_ALGORITHM_EC. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_KEY_ALGORITHM_RSA". * @return algorithm */ @@ -54,6 +55,7 @@ public String getAlgorithm() { /** * This is the setter method to the attribute. * Enum options - SSL_KEY_ALGORITHM_RSA, SSL_KEY_ALGORITHM_EC. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_KEY_ALGORITHM_RSA". * @param algorithm set the algorithm. */ @@ -64,7 +66,7 @@ public void setAlgorithm(String algorithm) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ec_params of obj type sslkeyparams 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 ecParams */ @@ -75,7 +77,7 @@ public SSLKeyECParams getEcParams() { /** * This is the setter method to the attribute. - * Placeholder for description of property ec_params of obj type sslkeyparams 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 ecParams set the ecParams. */ @@ -86,7 +88,7 @@ public void setEcParams(SSLKeyECParams ecParams) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property rsa_params of obj type sslkeyparams 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 rsaParams */ @@ -97,7 +99,7 @@ public SSLKeyRSAParams getRsaParams() { /** * This is the setter method to the attribute. - * Placeholder for description of property rsa_params of obj type sslkeyparams 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 rsaParams set the rsaParams. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLKeyRSAParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLKeyRSAParams.java index aefc5b41..80321f2c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLKeyRSAParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLKeyRSAParams.java @@ -36,7 +36,7 @@ public class SSLKeyRSAParams extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property exponent of obj type sslkeyrsaparams 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 65537. * @return exponent */ @@ -47,7 +47,7 @@ public Integer getExponent() { /** * This is the setter method to the attribute. - * Placeholder for description of property exponent of obj type sslkeyrsaparams 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 65537. * @param exponent set the exponent. */ @@ -59,6 +59,7 @@ public void setExponent(Integer exponent) { /** * This is the getter method this will return the attribute value. * Enum options - SSL_KEY_1024_BITS, SSL_KEY_2048_BITS, SSL_KEY_3072_BITS, SSL_KEY_4096_BITS. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_KEY_2048_BITS". * @return keySize */ @@ -70,6 +71,7 @@ public String getKeySize() { /** * This is the setter method to the attribute. * Enum options - SSL_KEY_1024_BITS, SSL_KEY_2048_BITS, SSL_KEY_3072_BITS, SSL_KEY_4096_BITS. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_KEY_2048_BITS". * @param keySize set the keySize. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLProfile.java index a17602f4..a3f52518 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLProfile.java @@ -114,6 +114,7 @@ public class SSLProfile extends AviRestResource { /** * This is the getter method this will return the attribute value. * Ciphers suites represented as defined by https //www.openssl.org/docs/apps/ciphers.html. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AES:3DES:RC4". * @return acceptedCiphers */ @@ -125,6 +126,7 @@ public String getAcceptedCiphers() { /** * This is the setter method to the attribute. * Ciphers suites represented as defined by https //www.openssl.org/docs/apps/ciphers.html. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AES:3DES:RC4". * @param acceptedCiphers set the acceptedCiphers. */ @@ -137,6 +139,7 @@ public void setAcceptedCiphers(String acceptedCiphers) { * This is the getter method this will return the attribute value. * Set of versions accepted by the server. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return acceptedVersions */ @@ -149,6 +152,7 @@ public List getAcceptedVersions() { * This is the setter method. this will set the acceptedVersions * Set of versions accepted by the server. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return acceptedVersions */ @@ -161,6 +165,7 @@ public void setAcceptedVersions(List acceptedVersions) { * This is the setter method this will set the acceptedVersions * Set of versions accepted by the server. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return acceptedVersions */ @@ -182,11 +187,11 @@ public SSLProfile addAcceptedVersionsItem(SSLVersion acceptedVersionsItem) { * TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, * TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, * TLS_RSA_WITH_3DES_EDE_CBC_SHA, TLS_AES_256_GCM_SHA384... - * Allowed in basic(allowed values- - * tls_ecdhe_ecdsa_with_aes_128_gcm_sha256,tls_ecdhe_ecdsa_with_aes_256_gcm_sha384,tls_ecdhe_rsa_with_aes_128_gcm_sha256,tls_ecdhe_rsa_with_aes_256_gcm_sha384,tls_ecdhe_ecdsa_with_aes_128_cbc_sha256,tls_ecdhe_ecdsa_with_aes_256_cbc_sha384,tls_ecdhe_rsa_with_aes_128_cbc_sha256,tls_ecdhe_rsa_with_aes_256_cbc_sha384,tls_rsa_with_aes_128_gcm_sha256,tls_rsa_with_aes_256_gcm_sha384,tls_rsa_with_aes_128_cbc_sha256,tls_rsa_with_aes_256_cbc_sha256,tls_ecdhe_ecdsa_with_aes_128_cbc_sha,tls_ecdhe_ecdsa_with_aes_256_cbc_sha,tls_ecdhe_rsa_with_aes_128_cbc_sha,tls_ecdhe_rsa_with_aes_256_cbc_sha,tls_rsa_with_aes_128_cbc_sha,tls_rsa_with_aes_256_cbc_sha,tls_rsa_with_3des_ede_cbc_sha) - * edition, essentials(allowed values- - * tls_ecdhe_ecdsa_with_aes_128_gcm_sha256,tls_ecdhe_ecdsa_with_aes_256_gcm_sha384,tls_ecdhe_rsa_with_aes_128_gcm_sha256,tls_ecdhe_rsa_with_aes_256_gcm_sha384,tls_ecdhe_ecdsa_with_aes_128_cbc_sha256,tls_ecdhe_ecdsa_with_aes_256_cbc_sha384,tls_ecdhe_rsa_with_aes_128_cbc_sha256,tls_ecdhe_rsa_with_aes_256_cbc_sha384,tls_rsa_with_aes_128_gcm_sha256,tls_rsa_with_aes_256_gcm_sha384,tls_rsa_with_aes_128_cbc_sha256,tls_rsa_with_aes_256_cbc_sha256,tls_ecdhe_ecdsa_with_aes_128_cbc_sha,tls_ecdhe_ecdsa_with_aes_256_cbc_sha,tls_ecdhe_rsa_with_aes_128_cbc_sha,tls_ecdhe_rsa_with_aes_256_cbc_sha,tls_rsa_with_aes_128_cbc_sha,tls_rsa_with_aes_256_cbc_sha,tls_rsa_with_3des_ede_cbc_sha) - * edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- + * tls_ecdhe_ecdsa_with_aes_128_gcm_sha256,tls_ecdhe_ecdsa_with_aes_256_gcm_sha384,tls_ecdhe_rsa_with_aes_128_gcm_sha256,tls_ecdhe_rsa_with_aes_256_gcm_sha384,tls_ecdhe_ecdsa_with_aes_128_cbc_sha256,tls_ecdhe_ecdsa_with_aes_256_cbc_sha384,tls_ecdhe_rsa_with_aes_128_cbc_sha256,tls_ecdhe_rsa_with_aes_256_cbc_sha384,tls_rsa_with_aes_128_gcm_sha256,tls_rsa_with_aes_256_gcm_sha384,tls_rsa_with_aes_128_cbc_sha256,tls_rsa_with_aes_256_cbc_sha256,tls_ecdhe_ecdsa_with_aes_128_cbc_sha,tls_ecdhe_ecdsa_with_aes_256_cbc_sha,tls_ecdhe_rsa_with_aes_128_cbc_sha,tls_ecdhe_rsa_with_aes_256_cbc_sha,tls_rsa_with_aes_128_cbc_sha,tls_rsa_with_aes_256_cbc_sha,tls_rsa_with_3des_ede_cbc_sha), + * basic edition(allowed values- + * tls_ecdhe_ecdsa_with_aes_128_gcm_sha256,tls_ecdhe_ecdsa_with_aes_256_gcm_sha384,tls_ecdhe_rsa_with_aes_128_gcm_sha256,tls_ecdhe_rsa_with_aes_256_gcm_sha384,tls_ecdhe_ecdsa_with_aes_128_cbc_sha256,tls_ecdhe_ecdsa_with_aes_256_cbc_sha384,tls_ecdhe_rsa_with_aes_128_cbc_sha256,tls_ecdhe_rsa_with_aes_256_cbc_sha384,tls_rsa_with_aes_128_gcm_sha256,tls_rsa_with_aes_256_gcm_sha384,tls_rsa_with_aes_128_cbc_sha256,tls_rsa_with_aes_256_cbc_sha256,tls_ecdhe_ecdsa_with_aes_128_cbc_sha,tls_ecdhe_ecdsa_with_aes_256_cbc_sha,tls_ecdhe_rsa_with_aes_128_cbc_sha,tls_ecdhe_rsa_with_aes_256_cbc_sha,tls_rsa_with_aes_128_cbc_sha,tls_rsa_with_aes_256_cbc_sha,tls_rsa_with_3des_ede_cbc_sha), + * enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cipherEnums */ @@ -203,11 +208,11 @@ public List getCipherEnums() { * TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, * TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, * TLS_RSA_WITH_3DES_EDE_CBC_SHA, TLS_AES_256_GCM_SHA384... - * Allowed in basic(allowed values- - * tls_ecdhe_ecdsa_with_aes_128_gcm_sha256,tls_ecdhe_ecdsa_with_aes_256_gcm_sha384,tls_ecdhe_rsa_with_aes_128_gcm_sha256,tls_ecdhe_rsa_with_aes_256_gcm_sha384,tls_ecdhe_ecdsa_with_aes_128_cbc_sha256,tls_ecdhe_ecdsa_with_aes_256_cbc_sha384,tls_ecdhe_rsa_with_aes_128_cbc_sha256,tls_ecdhe_rsa_with_aes_256_cbc_sha384,tls_rsa_with_aes_128_gcm_sha256,tls_rsa_with_aes_256_gcm_sha384,tls_rsa_with_aes_128_cbc_sha256,tls_rsa_with_aes_256_cbc_sha256,tls_ecdhe_ecdsa_with_aes_128_cbc_sha,tls_ecdhe_ecdsa_with_aes_256_cbc_sha,tls_ecdhe_rsa_with_aes_128_cbc_sha,tls_ecdhe_rsa_with_aes_256_cbc_sha,tls_rsa_with_aes_128_cbc_sha,tls_rsa_with_aes_256_cbc_sha,tls_rsa_with_3des_ede_cbc_sha) - * edition, essentials(allowed values- - * tls_ecdhe_ecdsa_with_aes_128_gcm_sha256,tls_ecdhe_ecdsa_with_aes_256_gcm_sha384,tls_ecdhe_rsa_with_aes_128_gcm_sha256,tls_ecdhe_rsa_with_aes_256_gcm_sha384,tls_ecdhe_ecdsa_with_aes_128_cbc_sha256,tls_ecdhe_ecdsa_with_aes_256_cbc_sha384,tls_ecdhe_rsa_with_aes_128_cbc_sha256,tls_ecdhe_rsa_with_aes_256_cbc_sha384,tls_rsa_with_aes_128_gcm_sha256,tls_rsa_with_aes_256_gcm_sha384,tls_rsa_with_aes_128_cbc_sha256,tls_rsa_with_aes_256_cbc_sha256,tls_ecdhe_ecdsa_with_aes_128_cbc_sha,tls_ecdhe_ecdsa_with_aes_256_cbc_sha,tls_ecdhe_rsa_with_aes_128_cbc_sha,tls_ecdhe_rsa_with_aes_256_cbc_sha,tls_rsa_with_aes_128_cbc_sha,tls_rsa_with_aes_256_cbc_sha,tls_rsa_with_3des_ede_cbc_sha) - * edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- + * tls_ecdhe_ecdsa_with_aes_128_gcm_sha256,tls_ecdhe_ecdsa_with_aes_256_gcm_sha384,tls_ecdhe_rsa_with_aes_128_gcm_sha256,tls_ecdhe_rsa_with_aes_256_gcm_sha384,tls_ecdhe_ecdsa_with_aes_128_cbc_sha256,tls_ecdhe_ecdsa_with_aes_256_cbc_sha384,tls_ecdhe_rsa_with_aes_128_cbc_sha256,tls_ecdhe_rsa_with_aes_256_cbc_sha384,tls_rsa_with_aes_128_gcm_sha256,tls_rsa_with_aes_256_gcm_sha384,tls_rsa_with_aes_128_cbc_sha256,tls_rsa_with_aes_256_cbc_sha256,tls_ecdhe_ecdsa_with_aes_128_cbc_sha,tls_ecdhe_ecdsa_with_aes_256_cbc_sha,tls_ecdhe_rsa_with_aes_128_cbc_sha,tls_ecdhe_rsa_with_aes_256_cbc_sha,tls_rsa_with_aes_128_cbc_sha,tls_rsa_with_aes_256_cbc_sha,tls_rsa_with_3des_ede_cbc_sha), + * basic edition(allowed values- + * tls_ecdhe_ecdsa_with_aes_128_gcm_sha256,tls_ecdhe_ecdsa_with_aes_256_gcm_sha384,tls_ecdhe_rsa_with_aes_128_gcm_sha256,tls_ecdhe_rsa_with_aes_256_gcm_sha384,tls_ecdhe_ecdsa_with_aes_128_cbc_sha256,tls_ecdhe_ecdsa_with_aes_256_cbc_sha384,tls_ecdhe_rsa_with_aes_128_cbc_sha256,tls_ecdhe_rsa_with_aes_256_cbc_sha384,tls_rsa_with_aes_128_gcm_sha256,tls_rsa_with_aes_256_gcm_sha384,tls_rsa_with_aes_128_cbc_sha256,tls_rsa_with_aes_256_cbc_sha256,tls_ecdhe_ecdsa_with_aes_128_cbc_sha,tls_ecdhe_ecdsa_with_aes_256_cbc_sha,tls_ecdhe_rsa_with_aes_128_cbc_sha,tls_ecdhe_rsa_with_aes_256_cbc_sha,tls_rsa_with_aes_128_cbc_sha,tls_rsa_with_aes_256_cbc_sha,tls_rsa_with_3des_ede_cbc_sha), + * enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cipherEnums */ @@ -224,11 +229,11 @@ public void setCipherEnums(List cipherEnums) { * TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, * TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, * TLS_RSA_WITH_3DES_EDE_CBC_SHA, TLS_AES_256_GCM_SHA384... - * Allowed in basic(allowed values- - * tls_ecdhe_ecdsa_with_aes_128_gcm_sha256,tls_ecdhe_ecdsa_with_aes_256_gcm_sha384,tls_ecdhe_rsa_with_aes_128_gcm_sha256,tls_ecdhe_rsa_with_aes_256_gcm_sha384,tls_ecdhe_ecdsa_with_aes_128_cbc_sha256,tls_ecdhe_ecdsa_with_aes_256_cbc_sha384,tls_ecdhe_rsa_with_aes_128_cbc_sha256,tls_ecdhe_rsa_with_aes_256_cbc_sha384,tls_rsa_with_aes_128_gcm_sha256,tls_rsa_with_aes_256_gcm_sha384,tls_rsa_with_aes_128_cbc_sha256,tls_rsa_with_aes_256_cbc_sha256,tls_ecdhe_ecdsa_with_aes_128_cbc_sha,tls_ecdhe_ecdsa_with_aes_256_cbc_sha,tls_ecdhe_rsa_with_aes_128_cbc_sha,tls_ecdhe_rsa_with_aes_256_cbc_sha,tls_rsa_with_aes_128_cbc_sha,tls_rsa_with_aes_256_cbc_sha,tls_rsa_with_3des_ede_cbc_sha) - * edition, essentials(allowed values- - * tls_ecdhe_ecdsa_with_aes_128_gcm_sha256,tls_ecdhe_ecdsa_with_aes_256_gcm_sha384,tls_ecdhe_rsa_with_aes_128_gcm_sha256,tls_ecdhe_rsa_with_aes_256_gcm_sha384,tls_ecdhe_ecdsa_with_aes_128_cbc_sha256,tls_ecdhe_ecdsa_with_aes_256_cbc_sha384,tls_ecdhe_rsa_with_aes_128_cbc_sha256,tls_ecdhe_rsa_with_aes_256_cbc_sha384,tls_rsa_with_aes_128_gcm_sha256,tls_rsa_with_aes_256_gcm_sha384,tls_rsa_with_aes_128_cbc_sha256,tls_rsa_with_aes_256_cbc_sha256,tls_ecdhe_ecdsa_with_aes_128_cbc_sha,tls_ecdhe_ecdsa_with_aes_256_cbc_sha,tls_ecdhe_rsa_with_aes_128_cbc_sha,tls_ecdhe_rsa_with_aes_256_cbc_sha,tls_rsa_with_aes_128_cbc_sha,tls_rsa_with_aes_256_cbc_sha,tls_rsa_with_3des_ede_cbc_sha) - * edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- + * tls_ecdhe_ecdsa_with_aes_128_gcm_sha256,tls_ecdhe_ecdsa_with_aes_256_gcm_sha384,tls_ecdhe_rsa_with_aes_128_gcm_sha256,tls_ecdhe_rsa_with_aes_256_gcm_sha384,tls_ecdhe_ecdsa_with_aes_128_cbc_sha256,tls_ecdhe_ecdsa_with_aes_256_cbc_sha384,tls_ecdhe_rsa_with_aes_128_cbc_sha256,tls_ecdhe_rsa_with_aes_256_cbc_sha384,tls_rsa_with_aes_128_gcm_sha256,tls_rsa_with_aes_256_gcm_sha384,tls_rsa_with_aes_128_cbc_sha256,tls_rsa_with_aes_256_cbc_sha256,tls_ecdhe_ecdsa_with_aes_128_cbc_sha,tls_ecdhe_ecdsa_with_aes_256_cbc_sha,tls_ecdhe_rsa_with_aes_128_cbc_sha,tls_ecdhe_rsa_with_aes_256_cbc_sha,tls_rsa_with_aes_128_cbc_sha,tls_rsa_with_aes_256_cbc_sha,tls_rsa_with_3des_ede_cbc_sha), + * basic edition(allowed values- + * tls_ecdhe_ecdsa_with_aes_128_gcm_sha256,tls_ecdhe_ecdsa_with_aes_256_gcm_sha384,tls_ecdhe_rsa_with_aes_128_gcm_sha256,tls_ecdhe_rsa_with_aes_256_gcm_sha384,tls_ecdhe_ecdsa_with_aes_128_cbc_sha256,tls_ecdhe_ecdsa_with_aes_256_cbc_sha384,tls_ecdhe_rsa_with_aes_128_cbc_sha256,tls_ecdhe_rsa_with_aes_256_cbc_sha384,tls_rsa_with_aes_128_gcm_sha256,tls_rsa_with_aes_256_gcm_sha384,tls_rsa_with_aes_128_cbc_sha256,tls_rsa_with_aes_256_cbc_sha256,tls_ecdhe_ecdsa_with_aes_128_cbc_sha,tls_ecdhe_ecdsa_with_aes_256_cbc_sha,tls_ecdhe_rsa_with_aes_128_cbc_sha,tls_ecdhe_rsa_with_aes_256_cbc_sha,tls_rsa_with_aes_128_cbc_sha,tls_rsa_with_aes_256_cbc_sha,tls_rsa_with_3des_ede_cbc_sha), + * enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cipherEnums */ @@ -246,8 +251,8 @@ public SSLProfile addCipherEnumsItem(String cipherEnumsItem) { * This is the getter method this will return the attribute value. * Tls 1.3 ciphers suites represented as defined by u(https //www.openssl.org/docs/manmaster/man1/ciphers.html). * Field introduced in 18.2.6. - * Allowed in basic edition, essentials edition, enterprise edition. - * Special default for basic edition is tls_aes_256_gcm_sha384-tls_aes_128_gcm_sha256, essentials edition is + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Special default for essentials edition is tls_aes_256_gcm_sha384-tls_aes_128_gcm_sha256, basic edition is * tls_aes_256_gcm_sha384-tls_aes_128_gcm_sha256, enterprise is tls_aes_256_gcm_sha384-tls_chacha20_poly1305_sha256-tls_aes_128_gcm_sha256. * @return ciphersuites */ @@ -260,8 +265,8 @@ public String getCiphersuites() { * This is the setter method to the attribute. * Tls 1.3 ciphers suites represented as defined by u(https //www.openssl.org/docs/manmaster/man1/ciphers.html). * Field introduced in 18.2.6. - * Allowed in basic edition, essentials edition, enterprise edition. - * Special default for basic edition is tls_aes_256_gcm_sha384-tls_aes_128_gcm_sha256, essentials edition is + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Special default for essentials edition is tls_aes_256_gcm_sha384-tls_aes_128_gcm_sha256, basic edition is * tls_aes_256_gcm_sha384-tls_aes_128_gcm_sha256, enterprise is tls_aes_256_gcm_sha384-tls_chacha20_poly1305_sha256-tls_aes_128_gcm_sha256. * @param ciphersuites set the ciphersuites. */ @@ -272,7 +277,7 @@ public void setCiphersuites(String ciphersuites) { /** * 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 */ @@ -283,7 +288,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. */ @@ -297,6 +302,7 @@ public void setDescription(String description) { * Elliptic curve cryptography namedcurves (tls supported groups)represented as defined by rfc 8422-section 5.1.1 andhttps * //www.openssl.org/docs/man1.1.0/man3/ssl_ctx_set1_curves.html. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "auto". * @return ecNamedCurve */ @@ -310,6 +316,7 @@ public String getEcNamedCurve() { * Elliptic curve cryptography namedcurves (tls supported groups)represented as defined by rfc 8422-section 5.1.1 andhttps * //www.openssl.org/docs/man1.1.0/man3/ssl_ctx_set1_curves.html. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "auto". * @param ecNamedCurve set the ecNamedCurve. */ @@ -322,7 +329,8 @@ public void setEcNamedCurve(String ecNamedCurve) { * This is the getter method this will return the attribute value. * Enable early data processing for tls1.3 connections. * Field introduced in 18.2.6. - * Allowed in 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 enableEarlyData */ @@ -335,7 +343,8 @@ public Boolean getEnableEarlyData() { * This is the setter method to the attribute. * Enable early data processing for tls1.3 connections. * Field introduced in 18.2.6. - * Allowed in 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 enableEarlyData set the enableEarlyData. */ @@ -347,6 +356,7 @@ public void setEnableEarlyData(Boolean enableEarlyData) { /** * This is the getter method this will return the attribute value. * Enable ssl session re-use. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableSslSessionReuse */ @@ -358,6 +368,7 @@ public Boolean getEnableSslSessionReuse() { /** * This is the setter method to the attribute. * Enable ssl session re-use. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableSslSessionReuse set the enableSslSessionReuse. */ @@ -373,6 +384,7 @@ public void setEnableSslSessionReuse(Boolean enableSslSessionReuse) { * 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 @@ -387,6 +399,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 @@ -401,6 +414,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 @@ -417,7 +431,8 @@ public SSLProfile 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 */ @@ -430,7 +445,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 */ @@ -443,7 +459,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 */ @@ -459,7 +476,7 @@ public SSLProfile addMarkersItem(RoleFilterMatchLabel markersItem) { /** * 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 */ @@ -470,7 +487,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. */ @@ -482,6 +499,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Prefer the ssl cipher ordering presented by the client during the ssl handshake over the one specified in the ssl profile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return preferClientCipherOrdering */ @@ -493,6 +511,7 @@ public Boolean getPreferClientCipherOrdering() { /** * This is the setter method to the attribute. * Prefer the ssl cipher ordering presented by the client during the ssl handshake over the one specified in the ssl profile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param preferClientCipherOrdering set the preferClientCipherOrdering. */ @@ -504,6 +523,7 @@ public void setPreferClientCipherOrdering(Boolean preferClientCipherOrdering) { /** * This is the getter method this will return the attribute value. * Send 'close notify' alert message for a clean shutdown of the ssl connection. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return sendCloseNotify */ @@ -515,6 +535,7 @@ public Boolean getSendCloseNotify() { /** * This is the setter method to the attribute. * Send 'close notify' alert message for a clean shutdown of the ssl connection. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param sendCloseNotify set the sendCloseNotify. */ @@ -528,6 +549,7 @@ public void setSendCloseNotify(Boolean sendCloseNotify) { * Signature algorithms represented as defined by rfc5246-section 7.4.1.4.1 andhttps * //www.openssl.org/docs/man1.1.0/man3/ssl_ctx_set1_client_sigalgs_list.html. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "auto". * @return signatureAlgorithm */ @@ -541,6 +563,7 @@ public String getSignatureAlgorithm() { * Signature algorithms represented as defined by rfc5246-section 7.4.1.4.1 andhttps * //www.openssl.org/docs/man1.1.0/man3/ssl_ctx_set1_client_sigalgs_list.html. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "auto". * @param signatureAlgorithm set the signatureAlgorithm. */ @@ -551,7 +574,7 @@ public void setSignatureAlgorithm(String signatureAlgorithm) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ssl_rating of obj type sslprofile 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 sslRating */ @@ -562,7 +585,7 @@ public SSLRating getSslRating() { /** * This is the setter method to the attribute. - * Placeholder for description of property ssl_rating of obj type sslprofile 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 sslRating set the sslRating. */ @@ -575,6 +598,7 @@ public void setSslRating(SSLRating sslRating) { * This is the getter method this will return the attribute value. * The amount of time in seconds before an ssl session expires. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 86400. * @return sslSessionTimeout */ @@ -587,6 +611,7 @@ public Integer getSslSessionTimeout() { * This is the setter method to the attribute. * The amount of time in seconds before an ssl session expires. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 86400. * @param sslSessionTimeout set the sslSessionTimeout. */ @@ -597,7 +622,7 @@ public void setSslSessionTimeout(Integer sslSessionTimeout) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property tags of obj type sslprofile 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 tags */ @@ -608,7 +633,7 @@ public List getTags() { /** * This is the setter method. this will set the tags - * Placeholder for description of property tags of obj type sslprofile 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 tags */ @@ -619,7 +644,7 @@ public void setTags(List tags) { /** * This is the setter method this will set the tags - * Placeholder for description of property tags of obj type sslprofile 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 tags */ @@ -636,6 +661,7 @@ public SSLProfile addTagsItem(Tag tagsItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -647,6 +673,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. */ @@ -660,6 +687,7 @@ public void setTenantRef(String tenantRef) { * Ssl profile type. * Enum options - SSL_PROFILE_TYPE_APPLICATION, SSL_PROFILE_TYPE_SYSTEM. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_PROFILE_TYPE_APPLICATION". * @return type */ @@ -673,6 +701,7 @@ public String getType() { * Ssl profile type. * Enum options - SSL_PROFILE_TYPE_APPLICATION, SSL_PROFILE_TYPE_SYSTEM. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_PROFILE_TYPE_APPLICATION". * @param type set the type. */ @@ -702,7 +731,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 */ @@ -713,7 +742,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/SSLProfileSelector.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLProfileSelector.java index 5dbd83fb..dd254aa0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLProfileSelector.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLProfileSelector.java @@ -39,6 +39,7 @@ public class SSLProfileSelector extends AviRestResource { * This is the getter method this will return the attribute value. * Configure client ip address groups. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientIpList */ @@ -51,6 +52,7 @@ public IpAddrMatch getClientIpList() { * This is the setter method to the attribute. * Configure client ip address groups. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientIpList set the clientIpList. */ @@ -64,6 +66,7 @@ public void setClientIpList(IpAddrMatch clientIpList) { * Ssl profile for the client ip addresses listed. * It is a reference to an object of type sslprofile. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslProfileRef */ @@ -77,6 +80,7 @@ public String getSslProfileRef() { * Ssl profile for the client ip addresses listed. * It is a reference to an object of type sslprofile. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslProfileRef set the sslProfileRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLRating.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLRating.java index 63f6e0f6..a7c18c85 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLRating.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLRating.java @@ -41,6 +41,7 @@ public class SSLRating extends AviRestResource { /** * This is the getter method this will return the attribute value. * Enum options - SSL_SCORE_NOT_SECURE, SSL_SCORE_VERY_BAD, SSL_SCORE_BAD, SSL_SCORE_AVERAGE, SSL_SCORE_GOOD, SSL_SCORE_EXCELLENT. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return compatibilityRating */ @@ -52,6 +53,7 @@ public String getCompatibilityRating() { /** * This is the setter method to the attribute. * Enum options - SSL_SCORE_NOT_SECURE, SSL_SCORE_VERY_BAD, SSL_SCORE_BAD, SSL_SCORE_AVERAGE, SSL_SCORE_GOOD, SSL_SCORE_EXCELLENT. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param compatibilityRating set the compatibilityRating. */ @@ -63,6 +65,7 @@ public void setCompatibilityRating(String compatibilityRating) { /** * This is the getter method this will return the attribute value. * Enum options - SSL_SCORE_NOT_SECURE, SSL_SCORE_VERY_BAD, SSL_SCORE_BAD, SSL_SCORE_AVERAGE, SSL_SCORE_GOOD, SSL_SCORE_EXCELLENT. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return performanceRating */ @@ -74,6 +77,7 @@ public String getPerformanceRating() { /** * This is the setter method to the attribute. * Enum options - SSL_SCORE_NOT_SECURE, SSL_SCORE_VERY_BAD, SSL_SCORE_BAD, SSL_SCORE_AVERAGE, SSL_SCORE_GOOD, SSL_SCORE_EXCELLENT. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param performanceRating set the performanceRating. */ @@ -84,7 +88,7 @@ public void setPerformanceRating(String performanceRating) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property security_score of obj type sslrating field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return securityScore */ @@ -95,7 +99,7 @@ public String getSecurityScore() { /** * This is the setter method to the attribute. - * Placeholder for description of property security_score of obj type sslrating field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param securityScore set the securityScore. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLRenewDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLRenewDetails.java index 41a5d775..1cffde0f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLRenewDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLRenewDetails.java @@ -33,6 +33,7 @@ public class SSLRenewDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. * Name of ssl certificate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -44,6 +45,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of ssl certificate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/SSLRenewFailedDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLRenewFailedDetails.java index 99fea6f3..7dc771f3 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLRenewFailedDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLRenewFailedDetails.java @@ -37,6 +37,7 @@ public class SSLRenewFailedDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. * Error when renewing certificate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return error */ @@ -48,6 +49,7 @@ public String getError() { /** * This is the setter method to the attribute. * Error when renewing certificate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param error set the error. */ @@ -59,6 +61,7 @@ public void setError(String error) { /** * This is the getter method this will return the attribute value. * Name of ssl certificate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -70,6 +73,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of ssl certificate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/SSLRevokedDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLRevokedDetails.java index 674edec3..4ffa60f9 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLRevokedDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLRevokedDetails.java @@ -38,6 +38,7 @@ public class SSLRevokedDetails extends AviRestResource { * This is the getter method this will return the attribute value. * Name of ssl certificate. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -50,6 +51,7 @@ public String getName() { * This is the setter method to the attribute. * Name of ssl certificate. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -62,6 +64,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Certificate revocation reason provided by ocsp responder. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -74,6 +77,7 @@ public String getReason() { * This is the setter method to the attribute. * Certificate revocation reason provided by ocsp responder. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/SSLVersion.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLVersion.java index 154027a0..3820ebfc 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLVersion.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSLVersion.java @@ -33,8 +33,9 @@ public class SSLVersion extends AviRestResource { /** * This is the getter method this will return the attribute value. * Enum options - SSL_VERSION_SSLV3, SSL_VERSION_TLS1, SSL_VERSION_TLS1_1, SSL_VERSION_TLS1_2, SSL_VERSION_TLS1_3. - * Allowed in basic(allowed values- ssl_version_sslv3,ssl_version_tls1,ssl_version_tls1_1,ssl_version_tls1_2) edition, essentials(allowed values- - * ssl_version_sslv3,ssl_version_tls1,ssl_version_tls1_1,ssl_version_tls1_2) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- + * ssl_version_sslv3,ssl_version_tls1,ssl_version_tls1_1,ssl_version_tls1_2), basic edition(allowed values- + * ssl_version_sslv3,ssl_version_tls1,ssl_version_tls1_1,ssl_version_tls1_2), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_VERSION_TLS1_1". * @return type */ @@ -46,8 +47,9 @@ public String getType() { /** * This is the setter method to the attribute. * Enum options - SSL_VERSION_SSLV3, SSL_VERSION_TLS1, SSL_VERSION_TLS1_1, SSL_VERSION_TLS1_2, SSL_VERSION_TLS1_3. - * Allowed in basic(allowed values- ssl_version_sslv3,ssl_version_tls1,ssl_version_tls1_1,ssl_version_tls1_2) edition, essentials(allowed values- - * ssl_version_sslv3,ssl_version_tls1,ssl_version_tls1_1,ssl_version_tls1_2) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- + * ssl_version_sslv3,ssl_version_tls1,ssl_version_tls1_1,ssl_version_tls1_2), basic edition(allowed values- + * ssl_version_sslv3,ssl_version_tls1,ssl_version_tls1_1,ssl_version_tls1_2), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_VERSION_TLS1_1". * @param type set the type. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSOPolicy.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSOPolicy.java index be0ecae5..108c0d59 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSOPolicy.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SSOPolicy.java @@ -68,6 +68,7 @@ public class SSOPolicy extends AviRestResource { * This is the getter method this will return the attribute value. * Authentication policy settings. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authenticationPolicy */ @@ -80,6 +81,7 @@ public AuthenticationPolicy getAuthenticationPolicy() { * This is the setter method to the attribute. * Authentication policy settings. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authenticationPolicy set the authenticationPolicy. */ @@ -92,6 +94,7 @@ public void setAuthenticationPolicy(AuthenticationPolicy authenticationPolicy) { * This is the getter method this will return the attribute value. * Authorization policy settings. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authorizationPolicy */ @@ -104,6 +107,7 @@ public AuthorizationPolicy getAuthorizationPolicy() { * This is the setter method to the attribute. * Authorization policy settings. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authorizationPolicy set the authorizationPolicy. */ @@ -119,6 +123,7 @@ public void setAuthorizationPolicy(AuthorizationPolicy authorizationPolicy) { * 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 @@ -133,6 +138,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 @@ -147,6 +153,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 @@ -163,7 +170,8 @@ public SSOPolicy 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 */ @@ -176,7 +184,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 */ @@ -189,7 +198,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 */ @@ -207,6 +217,7 @@ public SSOPolicy addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * Name of the sso policy. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -219,6 +230,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the sso policy. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -232,6 +244,7 @@ public void setName(String name) { * Uuid of the tenant. * It is a reference to an object of type tenant. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -245,6 +258,7 @@ public String getTenantRef() { * Uuid of the tenant. * It is a reference to an object of type tenant. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -258,6 +272,7 @@ public void setTenantRef(String tenantRef) { * Sso policy type. * Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSO_TYPE_SAML". * @return type */ @@ -271,6 +286,7 @@ public String getType() { * Sso policy type. * Enum options - SSO_TYPE_SAML, SSO_TYPE_PINGACCESS, SSO_TYPE_JWT, SSO_TYPE_LDAP, SSO_TYPE_OAUTH. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSO_TYPE_SAML". * @param type set the type. */ @@ -302,6 +318,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the sso policy. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -314,6 +331,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the sso policy. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/SaasLicensingInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SaasLicensingInfo.java index 109d6723..1401460f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SaasLicensingInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SaasLicensingInfo.java @@ -38,8 +38,9 @@ public class SaasLicensingInfo extends AviRestResource { * This is the getter method this will return the attribute value. * Maximum service units limit for controller. * Allowed values are 0-1000. - * Special values are 0 - 'infinite'. + * Special values are 0 - infinite. * 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 0.0f. * @return maxServiceUnits */ @@ -52,8 +53,9 @@ public Float getMaxServiceUnits() { * This is the setter method to the attribute. * Maximum service units limit for controller. * Allowed values are 0-1000. - * Special values are 0 - 'infinite'. + * Special values are 0 - infinite. * 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 0.0f. * @param maxServiceUnits set the maxServiceUnits. */ @@ -67,6 +69,7 @@ public void setMaxServiceUnits(Float maxServiceUnits) { * Minimum service units that always remain reserved on controller. * Allowed values are 0-1000. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @return reserveServiceUnits */ @@ -80,6 +83,7 @@ public Float getReserveServiceUnits() { * Minimum service units that always remain reserved on controller. * Allowed values are 0-1000. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @param reserveServiceUnits set the reserveServiceUnits. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SaasLicensingStatus.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SaasLicensingStatus.java index 5eac61b8..929fc38a 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SaasLicensingStatus.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SaasLicensingStatus.java @@ -54,6 +54,7 @@ public class SaasLicensingStatus extends AviRestResource { * This is the getter method this will return the attribute value. * Portal connectivity status. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return connected */ @@ -66,6 +67,7 @@ public Boolean getConnected() { * This is the setter method to the attribute. * Portal connectivity status. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param connected set the connected. */ @@ -78,6 +80,7 @@ public void setConnected(Boolean connected) { * This is the getter method this will return the attribute value. * Status of saas licensing subscription. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enabled */ @@ -90,6 +93,7 @@ public Boolean getEnabled() { * This is the setter method to the attribute. * Status of saas licensing subscription. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enabled set the enabled. */ @@ -102,6 +106,7 @@ public void setEnabled(Boolean enabled) { * This is the getter method this will return the attribute value. * Saas license expiry status. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return expired */ @@ -114,6 +119,7 @@ public Boolean getExpired() { * This is the setter method to the attribute. * Saas license expiry status. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param expired set the expired. */ @@ -126,6 +132,7 @@ public void setExpired(Boolean expired) { * This is the getter method this will return the attribute value. * Message. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return message */ @@ -138,6 +145,7 @@ public String getMessage() { * This is the setter method to the attribute. * Message. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param message set the message. */ @@ -150,6 +158,7 @@ public void setMessage(String message) { * This is the getter method this will return the attribute value. * Name. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -162,6 +171,7 @@ public String getName() { * This is the setter method to the attribute. * Name. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -174,6 +184,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Service units reserved on controller. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reserveServiceUnits */ @@ -186,6 +197,7 @@ public Float getReserveServiceUnits() { * This is the setter method to the attribute. * Service units reserved on controller. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reserveServiceUnits set the reserveServiceUnits. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlAttribute.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlAttribute.java index d8868524..9cd96af0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlAttribute.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlAttribute.java @@ -38,6 +38,7 @@ public class SamlAttribute extends AviRestResource { * This is the getter method this will return the attribute value. * Saml attribute name. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attrName */ @@ -50,6 +51,7 @@ public String getAttrName() { * This is the setter method to the attribute. * Saml attribute name. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attrName set the attrName. */ @@ -62,6 +64,7 @@ public void setAttrName(String attrName) { * This is the getter method this will return the attribute value. * Saml attribute values. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attrValues */ @@ -74,6 +77,7 @@ public List getAttrValues() { * This is the setter method. this will set the attrValues * Saml attribute values. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attrValues */ @@ -86,6 +90,7 @@ public void setAttrValues(List attrValues) { * This is the setter method this will set the attrValues * Saml attribute values. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attrValues */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlAuthnRuleMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlAuthnRuleMatch.java index 13a479d6..0ee6a3fe 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlAuthnRuleMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlAuthnRuleMatch.java @@ -39,6 +39,7 @@ public class SamlAuthnRuleMatch extends AviRestResource { * Name of the executed saml authentication rule action. * Enum options - SKIP_AUTHENTICATION, USE_DEFAULT_AUTHENTICATION. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return samlAuthnMatchedRuleAction */ @@ -52,6 +53,7 @@ public String getSamlAuthnMatchedRuleAction() { * Name of the executed saml authentication rule action. * Enum options - SKIP_AUTHENTICATION, USE_DEFAULT_AUTHENTICATION. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param samlAuthnMatchedRuleAction set the samlAuthnMatchedRuleAction. */ @@ -64,6 +66,7 @@ public void setSamlAuthnMatchedRuleAction(String samlAuthnMatchedRuleAction) { * This is the getter method this will return the attribute value. * Name of the matched saml authentication rule. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return samlAuthnMatchedRuleName */ @@ -76,6 +79,7 @@ public String getSamlAuthnMatchedRuleName() { * This is the setter method to the attribute. * Name of the matched saml authentication rule. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param samlAuthnMatchedRuleName set the samlAuthnMatchedRuleName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlAuthzRuleMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlAuthzRuleMatch.java index 1e56ae7e..95ee142c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlAuthzRuleMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlAuthzRuleMatch.java @@ -39,6 +39,7 @@ public class SamlAuthzRuleMatch extends AviRestResource { * Name of the executed saml authorization rule action. * Enum options - ALLOW_ACCESS, CLOSE_CONNECTION, HTTP_LOCAL_RESPONSE. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return samlAuthzMatchedRuleAction */ @@ -52,6 +53,7 @@ public String getSamlAuthzMatchedRuleAction() { * Name of the executed saml authorization rule action. * Enum options - ALLOW_ACCESS, CLOSE_CONNECTION, HTTP_LOCAL_RESPONSE. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param samlAuthzMatchedRuleAction set the samlAuthzMatchedRuleAction. */ @@ -64,6 +66,7 @@ public void setSamlAuthzMatchedRuleAction(String samlAuthzMatchedRuleAction) { * This is the getter method this will return the attribute value. * Name of the matched saml authorization rule. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return samlAuthzMatchedRuleName */ @@ -76,6 +79,7 @@ public String getSamlAuthzMatchedRuleName() { * This is the setter method to the attribute. * Name of the matched saml authorization rule. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param samlAuthzMatchedRuleName set the samlAuthzMatchedRuleName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlIdentityProviderSettings.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlIdentityProviderSettings.java index 071adc27..b2100b39 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlIdentityProviderSettings.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlIdentityProviderSettings.java @@ -34,6 +34,7 @@ public class SamlIdentityProviderSettings extends AviRestResource { * This is the getter method this will return the attribute value. * Saml idp metadata. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metadata */ @@ -46,6 +47,7 @@ public String getMetadata() { * This is the setter method to the attribute. * Saml idp metadata. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metadata set the metadata. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlLog.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlLog.java index 2d49b800..7411013b 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlLog.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlLog.java @@ -60,6 +60,7 @@ public class SamlLog extends AviRestResource { * This is the getter method this will return the attribute value. * Set to true if saml authentication is used. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return isSamlAuthenticationUsed */ @@ -72,6 +73,7 @@ public Boolean getIsSamlAuthenticationUsed() { * This is the setter method to the attribute. * Set to true if saml authentication is used. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param isSamlAuthenticationUsed set the isSamlAuthenticationUsed. */ @@ -84,6 +86,7 @@ public void setIsSamlAuthenticationUsed(Boolean isSamlAuthenticationUsed) { * This is the getter method this will return the attribute value. * Saml attribute list. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return samlAttributeLists */ @@ -96,6 +99,7 @@ public List getSamlAttributeLists() { * This is the setter method. this will set the samlAttributeLists * Saml attribute list. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return samlAttributeLists */ @@ -108,6 +112,7 @@ public void setSamlAttributeLists(List samlAttributeLists) { * This is the setter method this will set the samlAttributeLists * Saml attribute list. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return samlAttributeLists */ @@ -128,6 +133,7 @@ public SamlLog addSamlAttributeListsItem(SamlAttribute samlAttributeListsItem) { * SAML_AUTH_STATUS_AUTH_REQUEST_GENERATED, SAML_AUTH_STATUS_AUTH_RESPONSE_RECEIVED, SAML_AUTH_STATUS_AUTHENTICATED_REQUEST, * SAML_AUTH_STATUS_AUTHORIZATION_FAILED. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return samlAuthStatus */ @@ -143,6 +149,7 @@ public String getSamlAuthStatus() { * SAML_AUTH_STATUS_AUTH_REQUEST_GENERATED, SAML_AUTH_STATUS_AUTH_RESPONSE_RECEIVED, SAML_AUTH_STATUS_AUTHENTICATED_REQUEST, * SAML_AUTH_STATUS_AUTHORIZATION_FAILED. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param samlAuthStatus set the samlAuthStatus. */ @@ -155,6 +162,7 @@ public void setSamlAuthStatus(String samlAuthStatus) { * This is the getter method this will return the attribute value. * Saml authentication rule match. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return samlAuthnRuleMatch */ @@ -167,6 +175,7 @@ public SamlAuthnRuleMatch getSamlAuthnRuleMatch() { * This is the setter method to the attribute. * Saml authentication rule match. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param samlAuthnRuleMatch set the samlAuthnRuleMatch. */ @@ -179,6 +188,7 @@ public void setSamlAuthnRuleMatch(SamlAuthnRuleMatch samlAuthnRuleMatch) { * This is the getter method this will return the attribute value. * Saml authorization rule match. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return samlAuthzRuleMatch */ @@ -191,6 +201,7 @@ public SamlAuthzRuleMatch getSamlAuthzRuleMatch() { * This is the setter method to the attribute. * Saml authorization rule match. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param samlAuthzRuleMatch set the samlAuthzRuleMatch. */ @@ -203,6 +214,7 @@ public void setSamlAuthzRuleMatch(SamlAuthzRuleMatch samlAuthzRuleMatch) { * This is the getter method this will return the attribute value. * Is set when saml session cookie is expired. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return samlSessionCookieExpired */ @@ -215,6 +227,7 @@ public Boolean getSamlSessionCookieExpired() { * This is the setter method to the attribute. * Is set when saml session cookie is expired. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param samlSessionCookieExpired set the samlSessionCookieExpired. */ @@ -227,6 +240,7 @@ public void setSamlSessionCookieExpired(Boolean samlSessionCookieExpired) { * This is the getter method this will return the attribute value. * Saml userid. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userid */ @@ -239,6 +253,7 @@ public String getUserid() { * This is the setter method to the attribute. * Saml userid. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userid set the userid. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlServiceProviderNode.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlServiceProviderNode.java index 62b41bbf..3d2f06ec 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlServiceProviderNode.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlServiceProviderNode.java @@ -55,6 +55,7 @@ public class SamlServiceProviderNode extends AviRestResource { * Globally unique entityid for this node. * Entity id on the idp should match this. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return entityId */ @@ -68,6 +69,7 @@ public String getEntityId() { * Globally unique entityid for this node. * Entity id on the idp should match this. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param entityId set the entityId. */ @@ -80,6 +82,7 @@ public void setEntityId(String entityId) { * This is the getter method this will return the attribute value. * Refers to the cluster name identifier (virtual ip or fqdn). * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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. * Refers to the cluster name identifier (virtual ip or fqdn). * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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) { * Service provider signing certificate for metadata. * Field deprecated in 18.2.1. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return signingCert */ @VsoMethod @@ -117,6 +122,7 @@ public String getSigningCert() { * Service provider signing certificate for metadata. * Field deprecated in 18.2.1. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param signingCert set the signingCert. */ @VsoMethod @@ -129,6 +135,7 @@ public void setSigningCert(String signingCert) { * Service provider signing key for metadata. * Field deprecated in 18.2.1. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return signingKey */ @VsoMethod @@ -141,6 +148,7 @@ public String getSigningKey() { * Service provider signing key for metadata. * Field deprecated in 18.2.1. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param signingKey set the signingKey. */ @VsoMethod @@ -153,6 +161,7 @@ public void setSigningKey(String signingKey) { * Service engines will use this ssl certificate to sign assertions going to the idp. * It is a reference to an object of type sslkeyandcertificate. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return signingSslKeyAndCertificateRef */ @@ -166,6 +175,7 @@ public String getSigningSslKeyAndCertificateRef() { * Service engines will use this ssl certificate to sign assertions going to the idp. * It is a reference to an object of type sslkeyandcertificate. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param signingSslKeyAndCertificateRef set the signingSslKeyAndCertificateRef. */ @@ -178,6 +188,7 @@ public void setSigningSslKeyAndCertificateRef(String signingSslKeyAndCertificat * This is the getter method this will return the attribute value. * Single signon url to be programmed on the idp. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return singleSignonUrl */ @@ -190,6 +201,7 @@ public String getSingleSignonUrl() { * This is the setter method to the attribute. * Single signon url to be programmed on the idp. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param singleSignonUrl set the singleSignonUrl. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlServiceProviderSettings.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlServiceProviderSettings.java index 4d8e1512..258dfc15 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlServiceProviderSettings.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlServiceProviderSettings.java @@ -62,6 +62,7 @@ public class SamlServiceProviderSettings extends AviRestResource { * This is the getter method this will return the attribute value. * Fqdn if entity type is dns_fqdn. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fqdn */ @@ -74,6 +75,7 @@ public String getFqdn() { * This is the setter method to the attribute. * Fqdn if entity type is dns_fqdn. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fqdn set the fqdn. */ @@ -86,6 +88,7 @@ public void setFqdn(String fqdn) { * This is the getter method this will return the attribute value. * Service provider organization display name. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return orgDisplayName */ @@ -98,6 +101,7 @@ public String getOrgDisplayName() { * This is the setter method to the attribute. * Service provider organization display name. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param orgDisplayName set the orgDisplayName. */ @@ -110,6 +114,7 @@ public void setOrgDisplayName(String orgDisplayName) { * This is the getter method this will return the attribute value. * Service provider organization name. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return orgName */ @@ -122,6 +127,7 @@ public String getOrgName() { * This is the setter method to the attribute. * Service provider organization name. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param orgName set the orgName. */ @@ -134,6 +140,7 @@ public void setOrgName(String orgName) { * This is the getter method this will return the attribute value. * Service provider organization url. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return orgUrl */ @@ -146,6 +153,7 @@ public String getOrgUrl() { * This is the setter method to the attribute. * Service provider organization url. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param orgUrl set the orgUrl. */ @@ -159,6 +167,7 @@ public void setOrgUrl(String orgUrl) { * Type of saml endpoint. * Enum options - AUTH_SAML_CLUSTER_VIP, AUTH_SAML_DNS_FQDN, AUTH_SAML_APP_VS. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return samlEntityType */ @@ -172,6 +181,7 @@ public String getSamlEntityType() { * Type of saml endpoint. * Enum options - AUTH_SAML_CLUSTER_VIP, AUTH_SAML_DNS_FQDN, AUTH_SAML_APP_VS. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param samlEntityType set the samlEntityType. */ @@ -184,6 +194,7 @@ public void setSamlEntityType(String samlEntityType) { * This is the getter method this will return the attribute value. * Service provider node information. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return spNodes */ @@ -196,6 +207,7 @@ public List getSpNodes() { * This is the setter method. this will set the spNodes * Service provider node information. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return spNodes */ @@ -208,6 +220,7 @@ public void setSpNodes(List spNodes) { * This is the setter method this will set the spNodes * Service provider node information. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return spNodes */ @@ -225,6 +238,7 @@ public SamlServiceProviderSettings addSpNodesItem(SamlServiceProviderNode spNode * This is the getter method this will return the attribute value. * Service provider technical contact email. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return techContactEmail */ @@ -237,6 +251,7 @@ public String getTechContactEmail() { * This is the setter method to the attribute. * Service provider technical contact email. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param techContactEmail set the techContactEmail. */ @@ -249,6 +264,7 @@ public void setTechContactEmail(String techContactEmail) { * This is the getter method this will return the attribute value. * Service provider technical contact name. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return techContactName */ @@ -261,6 +277,7 @@ public String getTechContactName() { * This is the setter method to the attribute. * Service provider technical contact name. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param techContactName set the techContactName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlSettings.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlSettings.java index 254972a1..5f9db83e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlSettings.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SamlSettings.java @@ -40,6 +40,7 @@ public class SamlSettings extends AviRestResource { * This is the getter method this will return the attribute value. * Configure remote identity provider settings. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return idp */ @@ -52,6 +53,7 @@ public SamlIdentityProviderSettings getIdp() { * This is the setter method to the attribute. * Configure remote identity provider settings. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param idp set the idp. */ @@ -64,6 +66,7 @@ public void setIdp(SamlIdentityProviderSettings idp) { * This is the getter method this will return the attribute value. * Configure service provider settings for the controller. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sp */ @@ -76,6 +79,7 @@ public SamlServiceProviderSettings getSp() { * This is the setter method to the attribute. * Configure service provider settings for the controller. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sp set the sp. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ScaleStatus.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ScaleStatus.java index a5acbc1a..399f6c1d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ScaleStatus.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ScaleStatus.java @@ -80,6 +80,7 @@ public class ScaleStatus extends AviRestResource { * Enum options - OTHER, CREATE, READ, UPDATE, DELETE, SCALE_OUT, SCALE_IN, SE_REMOVED, SE_DISCONNECT, SE_RECONNECT, WARM_RESTART, COLD_RESTART, * UPDATE_LOGMGR_MAP, MIGRATE_SCALEOUT, MIGRATE_SCALEIN, INITIAL_PLACEMENT, ROTATE_KEYS, GLB_MGR_UPDATE, UPDATE_DNS_RECORDS, SCALEOUT_ADMINUP... * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return action */ @@ -93,6 +94,7 @@ public String getAction() { * Enum options - OTHER, CREATE, READ, UPDATE, DELETE, SCALE_OUT, SCALE_IN, SE_REMOVED, SE_DISCONNECT, SE_RECONNECT, WARM_RESTART, COLD_RESTART, * UPDATE_LOGMGR_MAP, MIGRATE_SCALEOUT, MIGRATE_SCALEIN, INITIAL_PLACEMENT, ROTATE_KEYS, GLB_MGR_UPDATE, UPDATE_DNS_RECORDS, SCALEOUT_ADMINUP... * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param action set the action. */ @@ -104,6 +106,7 @@ public void setAction(String action) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return actionSuccess */ @@ -115,6 +118,7 @@ public Boolean getActionSuccess() { /** * This is the setter method to the attribute. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param actionSuccess set the actionSuccess. */ @@ -125,7 +129,7 @@ public void setActionSuccess(Boolean actionSuccess) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property end_time_str of obj type scalestatus field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endTimeStr */ @@ -136,7 +140,7 @@ public String getEndTimeStr() { /** * This is the setter method to the attribute. - * Placeholder for description of property end_time_str of obj type scalestatus field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endTimeStr set the endTimeStr. */ @@ -147,7 +151,7 @@ public void setEndTimeStr(String endTimeStr) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_se_assigned of obj type scalestatus 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 numSeAssigned */ @@ -158,7 +162,7 @@ public Integer getNumSeAssigned() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_se_assigned of obj type scalestatus 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 numSeAssigned set the numSeAssigned. */ @@ -169,7 +173,7 @@ public void setNumSeAssigned(Integer numSeAssigned) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_se_requested of obj type scalestatus 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 numSeRequested */ @@ -180,7 +184,7 @@ public Integer getNumSeRequested() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_se_requested of obj type scalestatus 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 numSeRequested set the numSeRequested. */ @@ -191,7 +195,7 @@ public void setNumSeRequested(Integer numSeRequested) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason of obj type scalestatus 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 reason */ @@ -202,7 +206,7 @@ public List getReason() { /** * This is the setter method. this will set the reason - * Placeholder for description of property reason of obj type scalestatus 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 reason */ @@ -213,7 +217,7 @@ public void setReason(List reason) { /** * This is the setter method this will set the reason - * Placeholder for description of property reason of obj type scalestatus 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 reason */ @@ -229,7 +233,7 @@ public ScaleStatus addReasonItem(String reasonItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason_code of obj type scalestatus 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 reasonCode */ @@ -240,7 +244,7 @@ public Integer getReasonCode() { /** * This is the setter method to the attribute. - * Placeholder for description of property reason_code of obj type scalestatus 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 reasonCode set the reasonCode. */ @@ -251,7 +255,7 @@ public void setReasonCode(Integer reasonCode) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason_code_string of obj type scalestatus field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reasonCodeString */ @@ -262,7 +266,7 @@ public String getReasonCodeString() { /** * This is the setter method to the attribute. - * Placeholder for description of property reason_code_string of obj type scalestatus field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reasonCodeString set the reasonCodeString. */ @@ -273,7 +277,7 @@ public void setReasonCodeString(String reasonCodeString) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property scale_se of obj type scalestatus field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaleSe */ @@ -284,7 +288,7 @@ public String getScaleSe() { /** * This is the setter method to the attribute. - * Placeholder for description of property scale_se of obj type scalestatus field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param scaleSe set the scaleSe. */ @@ -295,7 +299,7 @@ public void setScaleSe(String scaleSe) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property start_time_str of obj type scalestatus field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startTimeStr */ @@ -306,7 +310,7 @@ public String getStartTimeStr() { /** * This is the setter method to the attribute. - * Placeholder for description of property start_time_str of obj type scalestatus field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startTimeStr set the startTimeStr. */ @@ -322,6 +326,7 @@ public void setStartTimeStr(String startTimeStr) { * SCALEOUT_AWAITING_SE_READY, SCALEOUT_WAIT_FOR_SE_READY, SCALEOUT_SUCCESS, SCALEOUT_ERROR, SCALEOUT_ROLLBACK, SCALEOUT_ERROR_DISABLED, * SCALEIN_AWAITING_SE_READY, SCALEIN_AWAITING_SE_PRE_RELEASE, SCALEIN_AWAITING_PRIMARY_SWITCHOVER, SCALEIN_AWAITING_SE_PROGRAMMING, * SCALEIN_AWAITING_CLOUD_DETACH, SCALEIN_WAIT_FOR_SE_READY... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return state */ @@ -337,6 +342,7 @@ public String getState() { * SCALEOUT_AWAITING_SE_READY, SCALEOUT_WAIT_FOR_SE_READY, SCALEOUT_SUCCESS, SCALEOUT_ERROR, SCALEOUT_ROLLBACK, SCALEOUT_ERROR_DISABLED, * SCALEIN_AWAITING_SE_READY, SCALEIN_AWAITING_SE_PRE_RELEASE, SCALEIN_AWAITING_PRIMARY_SWITCHOVER, SCALEIN_AWAITING_SE_PROGRAMMING, * SCALEIN_AWAITING_CLOUD_DETACH, SCALEIN_WAIT_FOR_SE_READY... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param state set the state. */ @@ -347,7 +353,7 @@ public void setState(String state) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vip_placement_resolution_info of obj type scalestatus 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 vipPlacementResolutionInfo */ @@ -358,7 +364,7 @@ public VipPlacementResolutionInfo getVipPlacementResolutionInfo() { /** * This is the setter method to the attribute. - * Placeholder for description of property vip_placement_resolution_info of obj type scalestatus 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 vipPlacementResolutionInfo set the vipPlacementResolutionInfo. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ScheduledScaling.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ScheduledScaling.java index 4a4b1040..9d6eaec4 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ScheduledScaling.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ScheduledScaling.java @@ -64,6 +64,7 @@ public class ScheduledScaling extends AviRestResource { * Allowed values are 1-24. * Field introduced in 21.1.1. * Unit is hours. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return autoscalingDuration */ @@ -78,6 +79,7 @@ public Integer getAutoscalingDuration() { * Allowed values are 1-24. * Field introduced in 21.1.1. * Unit is hours. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param autoscalingDuration set the autoscalingDuration. */ @@ -90,6 +92,7 @@ public void setAutoscalingDuration(Integer autoscalingDuration) { * This is the getter method this will return the attribute value. * The cron expression describing desired time for the scheduled autoscale. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cronExpression */ @@ -102,6 +105,7 @@ public String getCronExpression() { * This is the setter method to the attribute. * The cron expression describing desired time for the scheduled autoscale. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cronExpression set the cronExpression. */ @@ -114,6 +118,7 @@ public void setCronExpression(String cronExpression) { * This is the getter method this will return the attribute value. * Desired number of servers during scheduled intervals, it may cause scale-in or scale-out based on the value. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return desiredCapacity */ @@ -126,6 +131,7 @@ public Integer getDesiredCapacity() { * This is the setter method to the attribute. * Desired number of servers during scheduled intervals, it may cause scale-in or scale-out based on the value. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param desiredCapacity set the desiredCapacity. */ @@ -138,6 +144,7 @@ public void setDesiredCapacity(Integer desiredCapacity) { * This is the getter method this will return the attribute value. * Enables the scheduled autoscale. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enable */ @@ -150,6 +157,7 @@ public Boolean getEnable() { * This is the setter method to the attribute. * Enables the scheduled autoscale. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enable set the enable. */ @@ -162,6 +170,7 @@ public void setEnable(Boolean enable) { * This is the getter method this will return the attribute value. * Scheduled autoscale end date in iso8601 format, said day will be included in scheduled and have to be in future and greater than start date. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endDate */ @@ -174,6 +183,7 @@ public String getEndDate() { * This is the setter method to the attribute. * Scheduled autoscale end date in iso8601 format, said day will be included in scheduled and have to be in future and greater than start date. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endDate set the endDate. */ @@ -188,6 +198,7 @@ public void setEndDate(String endDate) { * Enum options - ONCE, EVERY_DAY, EVERY_WEEK, EVERY_MONTH. * 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 recurrence */ @VsoMethod @@ -201,6 +212,7 @@ public String getRecurrence() { * Enum options - ONCE, EVERY_DAY, EVERY_WEEK, EVERY_MONTH. * 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 recurrence set the recurrence. */ @VsoMethod @@ -213,6 +225,7 @@ public void setRecurrence(String recurrence) { * Maximum number of simultaneous scale-in/out servers for scheduled autoscale. * If this value is 0, regular autoscale policy dictates this. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return scheduleMaxStep */ @@ -226,6 +239,7 @@ public Integer getScheduleMaxStep() { * Maximum number of simultaneous scale-in/out servers for scheduled autoscale. * If this value is 0, regular autoscale policy dictates this. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param scheduleMaxStep set the scheduleMaxStep. */ @@ -238,6 +252,7 @@ public void setScheduleMaxStep(Integer scheduleMaxStep) { * This is the getter method this will return the attribute value. * Scheduled autoscale start date in iso8601 format, said day will be included in scheduled and have to be in future. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startDate */ @@ -250,6 +265,7 @@ public String getStartDate() { * This is the setter method to the attribute. * Scheduled autoscale start date in iso8601 format, said day will be included in scheduled and have to be in future. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startDate set the startDate. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Scheduler.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Scheduler.java index 0186b5d6..cc4d91c6 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Scheduler.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Scheduler.java @@ -82,6 +82,7 @@ public class Scheduler extends AviRestResource { * This is the getter method this will return the attribute value. * Backup configuration to be executed by this scheduler. * It is a reference to an object of type backupconfiguration. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return backupConfigRef */ @@ -94,6 +95,7 @@ public String getBackupConfigRef() { * This is the setter method to the attribute. * Backup configuration to be executed by this scheduler. * It is a reference to an object of type backupconfiguration. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param backupConfigRef set the backupConfigRef. */ @@ -104,7 +106,7 @@ public void setBackupConfigRef(String backupConfigRef) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property enabled of obj type scheduler 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 enabled */ @@ -115,7 +117,7 @@ public Boolean getEnabled() { /** * This is the setter method to the attribute. - * Placeholder for description of property enabled of obj type scheduler 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 enabled set the enabled. */ @@ -127,6 +129,7 @@ public void setEnabled(Boolean enabled) { /** * This is the getter method this will return the attribute value. * Scheduler end date and time. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endDateTime */ @@ -138,6 +141,7 @@ public String getEndDateTime() { /** * This is the setter method to the attribute. * Scheduler end date and time. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endDateTime set the endDateTime. */ @@ -150,6 +154,7 @@ public void setEndDateTime(String endDateTime) { * This is the getter method this will return the attribute value. * Frequency at which custom scheduler will run. * Allowed values are 0-60. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return frequency */ @@ -162,6 +167,7 @@ public Integer getFrequency() { * This is the setter method to the attribute. * Frequency at which custom scheduler will run. * Allowed values are 0-60. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param frequency set the frequency. */ @@ -175,6 +181,7 @@ public void setFrequency(Integer frequency) { * Unit at which custom scheduler will run. * Enum options - SCHEDULER_FREQUENCY_UNIT_MIN, SCHEDULER_FREQUENCY_UNIT_HOUR, SCHEDULER_FREQUENCY_UNIT_DAY, SCHEDULER_FREQUENCY_UNIT_WEEK, * SCHEDULER_FREQUENCY_UNIT_MONTH. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return frequencyUnit */ @@ -188,6 +195,7 @@ public String getFrequencyUnit() { * Unit at which custom scheduler will run. * Enum options - SCHEDULER_FREQUENCY_UNIT_MIN, SCHEDULER_FREQUENCY_UNIT_HOUR, SCHEDULER_FREQUENCY_UNIT_DAY, SCHEDULER_FREQUENCY_UNIT_WEEK, * SCHEDULER_FREQUENCY_UNIT_MONTH. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param frequencyUnit set the frequencyUnit. */ @@ -199,6 +207,7 @@ public void setFrequencyUnit(String frequencyUnit) { /** * This is the getter method this will return the attribute value. * Name of scheduler. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -210,6 +219,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of scheduler. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -222,6 +232,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Scheduler run mode. * Enum options - RUN_MODE_PERIODIC, RUN_MODE_AT, RUN_MODE_NOW. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return runMode */ @@ -234,6 +245,7 @@ public String getRunMode() { * This is the setter method to the attribute. * Scheduler run mode. * Enum options - RUN_MODE_PERIODIC, RUN_MODE_AT, RUN_MODE_NOW. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param runMode set the runMode. */ @@ -246,6 +258,7 @@ public void setRunMode(String runMode) { * This is the getter method this will return the attribute value. * Control script to be executed by this scheduler. * It is a reference to an object of type alertscriptconfig. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return runScriptRef */ @@ -258,6 +271,7 @@ public String getRunScriptRef() { * This is the setter method to the attribute. * Control script to be executed by this scheduler. * It is a reference to an object of type alertscriptconfig. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param runScriptRef set the runScriptRef. */ @@ -270,6 +284,7 @@ public void setRunScriptRef(String runScriptRef) { * This is the getter method this will return the attribute value. * Define scheduler action. * Enum options - SCHEDULER_ACTION_RUN_A_SCRIPT, SCHEDULER_ACTION_BACKUP. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SCHEDULER_ACTION_BACKUP". * @return schedulerAction */ @@ -282,6 +297,7 @@ public String getSchedulerAction() { * This is the setter method to the attribute. * Define scheduler action. * Enum options - SCHEDULER_ACTION_RUN_A_SCRIPT, SCHEDULER_ACTION_BACKUP. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SCHEDULER_ACTION_BACKUP". * @param schedulerAction set the schedulerAction. */ @@ -293,6 +309,7 @@ public void setSchedulerAction(String schedulerAction) { /** * This is the getter method this will return the attribute value. * Scheduler start date and time. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startDateTime */ @@ -304,6 +321,7 @@ public String getStartDateTime() { /** * This is the setter method to the attribute. * Scheduler start date and time. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startDateTime set the startDateTime. */ @@ -315,6 +333,7 @@ public void setStartDateTime(String startDateTime) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -326,6 +345,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. */ @@ -355,7 +375,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 */ @@ -366,7 +386,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/SchedulerActionDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SchedulerActionDetails.java index 4dad0d65..f6715e31 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SchedulerActionDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SchedulerActionDetails.java @@ -48,7 +48,7 @@ public class SchedulerActionDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property backup_uri of obj type scheduleractiondetails 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 backupUri */ @@ -59,7 +59,7 @@ public List getBackupUri() { /** * This is the setter method. this will set the backupUri - * Placeholder for description of property backup_uri of obj type scheduleractiondetails 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 backupUri */ @@ -70,7 +70,7 @@ public void setBackupUri(List backupUri) { /** * This is the setter method this will set the backupUri - * Placeholder for description of property backup_uri of obj type scheduleractiondetails 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 backupUri */ @@ -86,7 +86,7 @@ public SchedulerActionDetails addBackupUriItem(String backupUriItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property control_script_output of obj type scheduleractiondetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controlScriptOutput */ @@ -97,7 +97,7 @@ public String getControlScriptOutput() { /** * This is the setter method to the attribute. - * Placeholder for description of property control_script_output of obj type scheduleractiondetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controlScriptOutput set the controlScriptOutput. */ @@ -108,7 +108,7 @@ public void setControlScriptOutput(String controlScriptOutput) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property execution_datestamp of obj type scheduleractiondetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return executionDatestamp */ @@ -119,7 +119,7 @@ public String getExecutionDatestamp() { /** * This is the setter method to the attribute. - * Placeholder for description of property execution_datestamp of obj type scheduleractiondetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param executionDatestamp set the executionDatestamp. */ @@ -130,7 +130,7 @@ public void setExecutionDatestamp(String executionDatestamp) { /** * This is the getter method this will return the attribute value. - * Unique object identifier of 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 schedulerUuid */ @@ -141,7 +141,7 @@ public String getSchedulerUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of 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 schedulerUuid set the schedulerUuid. */ @@ -152,7 +152,7 @@ public void setSchedulerUuid(String schedulerUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property status of obj type scheduleractiondetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -163,7 +163,7 @@ public String getStatus() { /** * This is the setter method to the attribute. - * Placeholder for description of property status of obj type scheduleractiondetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeAgentProperties.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeAgentProperties.java index 99fc1354..99517493 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeAgentProperties.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeAgentProperties.java @@ -167,6 +167,7 @@ public class SeAgentProperties extends AviRestResource { * This is the getter method this will return the attribute value. * Aggressive count of hb misses for se health check failure. * Allowed values are 1-1000. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return controllerEchoMissAggressiveLimit */ @@ -179,6 +180,7 @@ public Integer getControllerEchoMissAggressiveLimit() { * This is the setter method to the attribute. * Aggressive count of hb misses for se health check failure. * Allowed values are 1-1000. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param controllerEchoMissAggressiveLimit set the controllerEchoMissAggressiveLimit. */ @@ -191,6 +193,7 @@ public void setControllerEchoMissAggressiveLimit(Integer controllerEchoMissAggr * This is the getter method this will return the attribute value. * Count of hb misses for se health check failure. * Allowed values are 1-1000. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return controllerEchoMissLimit */ @@ -203,6 +206,7 @@ public Integer getControllerEchoMissLimit() { * This is the setter method to the attribute. * Count of hb misses for se health check failure. * Allowed values are 1-1000. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param controllerEchoMissLimit set the controllerEchoMissLimit. */ @@ -215,6 +219,7 @@ public void setControllerEchoMissLimit(Integer controllerEchoMissLimit) { * This is the getter method this will return the attribute value. * Aggressive timeout used for se health check. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2000. * @return controllerEchoRpcAggressiveTimeout */ @@ -227,6 +232,7 @@ public Integer getControllerEchoRpcAggressiveTimeout() { * This is the setter method to the attribute. * Aggressive timeout used for se health check. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2000. * @param controllerEchoRpcAggressiveTimeout set the controllerEchoRpcAggressiveTimeout. */ @@ -239,6 +245,7 @@ public void setControllerEchoRpcAggressiveTimeout(Integer controllerEchoRpcAggr * This is the getter method this will return the attribute value. * Timeout used for se health check. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2000. * @return controllerEchoRpcTimeout */ @@ -251,6 +258,7 @@ public Integer getControllerEchoRpcTimeout() { * This is the setter method to the attribute. * Timeout used for se health check. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2000. * @param controllerEchoRpcTimeout set the controllerEchoRpcTimeout. */ @@ -262,6 +270,7 @@ public void setControllerEchoRpcTimeout(Integer controllerEchoRpcTimeout) { /** * This is the getter method this will return the attribute value. * Allowed values are 1-20. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 6. * @return controllerHeartbeatMissLimit */ @@ -273,6 +282,7 @@ public Integer getControllerHeartbeatMissLimit() { /** * This is the setter method to the attribute. * Allowed values are 1-20. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 6. * @param controllerHeartbeatMissLimit set the controllerHeartbeatMissLimit. */ @@ -285,6 +295,7 @@ public void setControllerHeartbeatMissLimit(Integer controllerHeartbeatMissLimi * This is the getter method this will return the attribute value. * Allowed values are 1-60. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 12. * @return controllerHeartbeatTimeoutSec */ @@ -297,6 +308,7 @@ public Integer getControllerHeartbeatTimeoutSec() { * This is the setter method to the attribute. * Allowed values are 1-60. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 12. * @param controllerHeartbeatTimeoutSec set the controllerHeartbeatTimeoutSec. */ @@ -308,6 +320,7 @@ public void setControllerHeartbeatTimeoutSec(Integer controllerHeartbeatTimeout /** * This is the getter method this will return the attribute value. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @return controllerRegistrationTimeoutSec */ @@ -319,6 +332,7 @@ public Integer getControllerRegistrationTimeoutSec() { /** * This is the setter method to the attribute. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @param controllerRegistrationTimeoutSec set the controllerRegistrationTimeoutSec. */ @@ -330,6 +344,7 @@ public void setControllerRegistrationTimeoutSec(Integer controllerRegistrationT /** * This is the getter method this will return the attribute value. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return controllerRpcTimeout */ @@ -341,6 +356,7 @@ public Integer getControllerRpcTimeout() { /** * This is the setter method to the attribute. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param controllerRpcTimeout set the controllerRpcTimeout. */ @@ -352,6 +368,7 @@ public void setControllerRpcTimeout(Integer controllerRpcTimeout) { /** * This is the getter method this will return the attribute value. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return cpustatsInterval */ @@ -363,6 +380,7 @@ public Integer getCpustatsInterval() { /** * This is the setter method to the attribute. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param cpustatsInterval set the cpustatsInterval. */ @@ -376,6 +394,7 @@ public void setCpustatsInterval(Integer cpustatsInterval) { * Max time to wait for ctrl registration before assert. * Allowed values are 1-1000. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 150. * @return ctrlRegPendingMaxWaitTime */ @@ -389,6 +408,7 @@ public Integer getCtrlRegPendingMaxWaitTime() { * Max time to wait for ctrl registration before assert. * Allowed values are 1-1000. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 150. * @param ctrlRegPendingMaxWaitTime set the ctrlRegPendingMaxWaitTime. */ @@ -399,7 +419,7 @@ public void setCtrlRegPendingMaxWaitTime(Integer ctrlRegPendingMaxWaitTime) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property debug_mode of obj type seagentproperties 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 debugMode */ @@ -410,7 +430,7 @@ public Boolean getDebugMode() { /** * This is the setter method to the attribute. - * Placeholder for description of property debug_mode of obj type seagentproperties 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 debugMode set the debugMode. */ @@ -425,6 +445,7 @@ public void setDebugMode(Boolean debugMode) { * Use dp_aggressive_deq_interval_msec in serviceenginegroup instead. * Allowed values are 1-1000. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return dpAggressiveDeqIntervalMsec */ @@ -439,6 +460,7 @@ public Integer getDpAggressiveDeqIntervalMsec() { * Use dp_aggressive_deq_interval_msec in serviceenginegroup instead. * Allowed values are 1-1000. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param dpAggressiveDeqIntervalMsec set the dpAggressiveDeqIntervalMsec. */ @@ -453,6 +475,7 @@ public void setDpAggressiveDeqIntervalMsec(Integer dpAggressiveDeqIntervalMsec) * Use dp_aggressive_enq_interval_msec in serviceenginegroup instead. * Allowed values are 1-1000. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return dpAggressiveEnqIntervalMsec */ @@ -467,6 +490,7 @@ public Integer getDpAggressiveEnqIntervalMsec() { * Use dp_aggressive_enq_interval_msec in serviceenginegroup instead. * Allowed values are 1-1000. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param dpAggressiveEnqIntervalMsec set the dpAggressiveEnqIntervalMsec. */ @@ -477,7 +501,7 @@ public void setDpAggressiveEnqIntervalMsec(Integer dpAggressiveEnqIntervalMsec) /** * This is the getter method this will return the attribute value. - * Placeholder for description of property dp_batch_size of obj type seagentproperties 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 dpBatchSize */ @@ -488,7 +512,7 @@ public Integer getDpBatchSize() { /** * This is the setter method to the attribute. - * Placeholder for description of property dp_batch_size of obj type seagentproperties 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 dpBatchSize set the dpBatchSize. */ @@ -503,6 +527,7 @@ public void setDpBatchSize(Integer dpBatchSize) { * Use dp_deq_interval_msec in serviceenginegroup instead. * Allowed values are 1-1000. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return dpDeqIntervalMsec */ @@ -517,6 +542,7 @@ public Integer getDpDeqIntervalMsec() { * Use dp_deq_interval_msec in serviceenginegroup instead. * Allowed values are 1-1000. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param dpDeqIntervalMsec set the dpDeqIntervalMsec. */ @@ -531,6 +557,7 @@ public void setDpDeqIntervalMsec(Integer dpDeqIntervalMsec) { * Use dp_enq_interval_msec in serviceenginegroup instead. * Allowed values are 1-1000. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return dpEnqIntervalMsec */ @@ -545,6 +572,7 @@ public Integer getDpEnqIntervalMsec() { * Use dp_enq_interval_msec in serviceenginegroup instead. * Allowed values are 1-1000. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param dpEnqIntervalMsec set the dpEnqIntervalMsec. */ @@ -556,6 +584,7 @@ public void setDpEnqIntervalMsec(Integer dpEnqIntervalMsec) { /** * This is the getter method this will return the attribute value. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return dpMaxWaitRspTimeSec */ @@ -567,6 +596,7 @@ public Integer getDpMaxWaitRspTimeSec() { /** * This is the setter method to the attribute. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param dpMaxWaitRspTimeSec set the dpMaxWaitRspTimeSec. */ @@ -579,6 +609,7 @@ public void setDpMaxWaitRspTimeSec(Integer dpMaxWaitRspTimeSec) { * This is the getter method this will return the attribute value. * Max time to wait for dp registration before assert. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 75. * @return dpRegPendingMaxWaitTime */ @@ -591,6 +622,7 @@ public Integer getDpRegPendingMaxWaitTime() { * This is the setter method to the attribute. * Max time to wait for dp registration before assert. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 75. * @param dpRegPendingMaxWaitTime set the dpRegPendingMaxWaitTime. */ @@ -602,6 +634,7 @@ public void setDpRegPendingMaxWaitTime(Integer dpRegPendingMaxWaitTime) { /** * This is the getter method this will return the attribute value. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return headlessTimeoutSec */ @@ -613,6 +646,7 @@ public Integer getHeadlessTimeoutSec() { /** * This is the setter method to the attribute. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param headlessTimeoutSec set the headlessTimeoutSec. */ @@ -625,6 +659,7 @@ public void setHeadlessTimeoutSec(Integer headlessTimeoutSec) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.3. * Use config in serviceenginegroup instead. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return ignoreDockerMacChange */ @@ -637,6 +672,7 @@ public Boolean getIgnoreDockerMacChange() { * This is the setter method to the attribute. * Deprecated in 21.1.3. * Use config in serviceenginegroup instead. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param ignoreDockerMacChange set the ignoreDockerMacChange. */ @@ -653,6 +689,7 @@ public void setIgnoreDockerMacChange(Boolean ignoreDockerMacChange) { * Allowed values are 1-1000. * Field introduced in 17.2.13, 18.1.3, 18.2.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return nsHelperDeqIntervalMsec */ @@ -669,6 +706,7 @@ public Integer getNsHelperDeqIntervalMsec() { * Allowed values are 1-1000. * Field introduced in 17.2.13, 18.1.3, 18.2.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param nsHelperDeqIntervalMsec set the nsHelperDeqIntervalMsec. */ @@ -684,6 +722,7 @@ public void setNsHelperDeqIntervalMsec(Integer nsHelperDeqIntervalMsec) { * Use sdb_flush_interval serviceenginegroup instead. * Allowed values are 1-10000. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return sdbFlushInterval */ @@ -699,6 +738,7 @@ public Integer getSdbFlushInterval() { * Use sdb_flush_interval serviceenginegroup instead. * Allowed values are 1-10000. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param sdbFlushInterval set the sdbFlushInterval. */ @@ -713,6 +753,7 @@ public void setSdbFlushInterval(Integer sdbFlushInterval) { * Deprecated in 21.1.1. * Use sdb_pipeline_size serviceenginegroup instead. * Allowed values are 1-10000. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return sdbPipelineSize */ @@ -727,6 +768,7 @@ public Integer getSdbPipelineSize() { * Deprecated in 21.1.1. * Use sdb_pipeline_size serviceenginegroup instead. * Allowed values are 1-10000. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param sdbPipelineSize set the sdbPipelineSize. */ @@ -741,6 +783,7 @@ public void setSdbPipelineSize(Integer sdbPipelineSize) { * Deprecated in 21.1.1. * Use sdb_scan_count serviceenginegroup instead. * Allowed values are 1-1000. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @return sdbScanCount */ @@ -755,6 +798,7 @@ public Integer getSdbScanCount() { * Deprecated in 21.1.1. * Use sdb_scan_count serviceenginegroup instead. * Allowed values are 1-1000. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @param sdbScanCount set the sdbScanCount. */ @@ -767,6 +811,7 @@ public void setSdbScanCount(Integer sdbScanCount) { * This is the getter method this will return the attribute value. * Internal flag used to decide if se restart is needed,when the se-group is changed. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return seGrpChangeDisruptive */ @@ -779,6 +824,7 @@ public Boolean getSeGrpChangeDisruptive() { * This is the setter method to the attribute. * Internal flag used to decide if se restart is needed,when the se-group is changed. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param seGrpChangeDisruptive set the seGrpChangeDisruptive. */ @@ -791,6 +837,7 @@ public void setSeGrpChangeDisruptive(Boolean seGrpChangeDisruptive) { * This is the getter method this will return the attribute value. * Seagent properties for state cache functionality. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seagentStatecacheProperties */ @@ -803,6 +850,7 @@ public SeAgentStateCacheProperties getSeagentStatecacheProperties() { * This is the setter method to the attribute. * Seagent properties for state cache functionality. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seagentStatecacheProperties set the seagentStatecacheProperties. */ @@ -819,6 +867,7 @@ public void setSeagentStatecacheProperties(SeAgentStateCacheProperties seagentSt * Allowed values are 10-600. * Field introduced in 17.2.13, 18.1.3, 18.2.1. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return sendSeReadyTimeout */ @@ -835,6 +884,7 @@ public Integer getSendSeReadyTimeout() { * Allowed values are 10-600. * Field introduced in 17.2.13, 18.1.3, 18.2.1. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param sendSeReadyTimeout set the sendSeReadyTimeout. */ @@ -849,6 +899,7 @@ public void setSendSeReadyTimeout(Integer sendSeReadyTimeout) { * Allowed values are 1-10000. * Field introduced in 18.2.1, 17.2.14, 18.1.5. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return statesFlushInterval */ @@ -863,6 +914,7 @@ public Integer getStatesFlushInterval() { * Allowed values are 1-10000. * Field introduced in 18.2.1, 17.2.14, 18.1.5. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param statesFlushInterval set the statesFlushInterval. */ @@ -878,6 +930,7 @@ public void setStatesFlushInterval(Integer statesFlushInterval) { * Use vnic_dhcp_ip_check_interval instead. * Allowed values are 1-1000. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 6. * @return vnicDhcpIpCheckInterval */ @@ -893,6 +946,7 @@ public Integer getVnicDhcpIpCheckInterval() { * Use vnic_dhcp_ip_check_interval instead. * Allowed values are 1-1000. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 6. * @param vnicDhcpIpCheckInterval set the vnicDhcpIpCheckInterval. */ @@ -906,6 +960,7 @@ public void setVnicDhcpIpCheckInterval(Integer vnicDhcpIpCheckInterval) { * Dhcp ip max retries. * Deprecated in 21.1.1. * Use vnic_dhcp_ip_max_retries serviceenginegroup instead. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return vnicDhcpIpMaxRetries */ @@ -919,6 +974,7 @@ public Integer getVnicDhcpIpMaxRetries() { * Dhcp ip max retries. * Deprecated in 21.1.1. * Use vnic_dhcp_ip_max_retries serviceenginegroup instead. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param vnicDhcpIpMaxRetries set the vnicDhcpIpMaxRetries. */ @@ -933,6 +989,7 @@ public void setVnicDhcpIpMaxRetries(Integer vnicDhcpIpMaxRetries) { * Deprecated in 21.1.1. * Use vnic_ip_delete_interval serviceenginegroup instead. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return vnicIpDeleteInterval */ @@ -947,6 +1004,7 @@ public Integer getVnicIpDeleteInterval() { * Deprecated in 21.1.1. * Use vnic_ip_delete_interval serviceenginegroup instead. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param vnicIpDeleteInterval set the vnicIpDeleteInterval. */ @@ -961,6 +1019,7 @@ public void setVnicIpDeleteInterval(Integer vnicIpDeleteInterval) { * Deprecated in 21.1.1. * Use vnic_probe_interval serviceenginegroup instead. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return vnicProbeInterval */ @@ -975,6 +1034,7 @@ public Integer getVnicProbeInterval() { * Deprecated in 21.1.1. * Use vnic_probe_interval serviceenginegroup instead. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param vnicProbeInterval set the vnicProbeInterval. */ @@ -989,6 +1049,7 @@ public void setVnicProbeInterval(Integer vnicProbeInterval) { * Use vnic_rpc_retry_interval serviceenginegroup instead. * Field introduced in 18.2.6. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return vnicRpcRetryInterval */ @@ -1003,6 +1064,7 @@ public Integer getVnicRpcRetryInterval() { * Use vnic_rpc_retry_interval serviceenginegroup instead. * Field introduced in 18.2.6. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param vnicRpcRetryInterval set the vnicRpcRetryInterval. */ @@ -1018,6 +1080,7 @@ public void setVnicRpcRetryInterval(Integer vnicRpcRetryInterval) { * Use vnicdb_cmd_history_size serviceenginegroup instead. * Allowed values are 0-65535. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 256. * @return vnicdbCmdHistorySize */ @@ -1033,6 +1096,7 @@ public Integer getVnicdbCmdHistorySize() { * Use vnicdb_cmd_history_size serviceenginegroup instead. * Allowed values are 0-65535. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 256. * @param vnicdbCmdHistorySize set the vnicdbCmdHistorySize. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeAgentStateCacheProperties.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeAgentStateCacheProperties.java index 1530ff77..0fad5c9e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeAgentStateCacheProperties.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeAgentStateCacheProperties.java @@ -79,6 +79,7 @@ public class SeAgentStateCacheProperties extends AviRestResource { * Max elements to flush in one shot from the internal buffer by the statecache thread. * Allowed values are 1-10000. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return scBatchBufferFlushLimit */ @@ -92,6 +93,7 @@ public Integer getScBatchBufferFlushLimit() { * Max elements to flush in one shot from the internal buffer by the statecache thread. * Allowed values are 1-10000. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param scBatchBufferFlushLimit set the scBatchBufferFlushLimit. */ @@ -105,6 +107,7 @@ public void setScBatchBufferFlushLimit(Integer scBatchBufferFlushLimit) { * Max elements to dequeue in one shot from the q by the statecache thread. * Allowed values are 1-10000. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return scCfgQBatchDequeueLimit */ @@ -118,6 +121,7 @@ public Integer getScCfgQBatchDequeueLimit() { * Max elements to dequeue in one shot from the q by the statecache thread. * Allowed values are 1-10000. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param scCfgQBatchDequeueLimit set the scCfgQBatchDequeueLimit. */ @@ -131,6 +135,7 @@ public void setScCfgQBatchDequeueLimit(Integer scCfgQBatchDequeueLimit) { * Max elements in the config queue between seagent main and the statecache thread. * Allowed values are 1-10000. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @return scCfgQMaxSize */ @@ -144,6 +149,7 @@ public Integer getScCfgQMaxSize() { * Max elements in the config queue between seagent main and the statecache thread. * Allowed values are 1-10000. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @param scCfgQMaxSize set the scCfgQMaxSize. */ @@ -157,6 +163,7 @@ public void setScCfgQMaxSize(Integer scCfgQMaxSize) { * Max elements to dequeue in one shot from the q by the statecache thread. * Allowed values are 1-10000. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return scDnsQBatchDequeueLimit */ @@ -170,6 +177,7 @@ public Integer getScDnsQBatchDequeueLimit() { * Max elements to dequeue in one shot from the q by the statecache thread. * Allowed values are 1-10000. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param scDnsQBatchDequeueLimit set the scDnsQBatchDequeueLimit. */ @@ -183,6 +191,7 @@ public void setScDnsQBatchDequeueLimit(Integer scDnsQBatchDequeueLimit) { * Max elements in the dns queue between seagent main and the statecache thread. * Allowed values are 1-10000. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @return scDnsQMaxSize */ @@ -196,6 +205,7 @@ public Integer getScDnsQMaxSize() { * Max elements in the dns queue between seagent main and the statecache thread. * Allowed values are 1-10000. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @param scDnsQMaxSize set the scDnsQMaxSize. */ @@ -210,6 +220,7 @@ public void setScDnsQMaxSize(Integer scDnsQMaxSize) { * Allowed values are 1-1000000. * Field introduced in 18.2.5. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 900. * @return scShardCleanupMaxTime */ @@ -224,6 +235,7 @@ public Integer getScShardCleanupMaxTime() { * Allowed values are 1-1000000. * Field introduced in 18.2.5. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 900. * @param scShardCleanupMaxTime set the scShardCleanupMaxTime. */ @@ -237,6 +249,7 @@ public void setScShardCleanupMaxTime(Integer scShardCleanupMaxTime) { * Max elements to dequeue in one shot from the state_ring by the statecache thread. * Allowed values are 1-10000. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return scStateRingBatchDequeueLimit */ @@ -250,6 +263,7 @@ public Integer getScStateRingBatchDequeueLimit() { * Max elements to dequeue in one shot from the state_ring by the statecache thread. * Allowed values are 1-10000. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param scStateRingBatchDequeueLimit set the scStateRingBatchDequeueLimit. */ @@ -264,6 +278,7 @@ public void setScStateRingBatchDequeueLimit(Integer scStateRingBatchDequeueLimi * Allowed values are 1-10000. * Field introduced in 18.2.5. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return scStatesFlushInterval */ @@ -278,6 +293,7 @@ public Integer getScStatesFlushInterval() { * Allowed values are 1-10000. * Field introduced in 18.2.5. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param scStatesFlushInterval set the scStatesFlushInterval. */ @@ -292,6 +308,7 @@ public void setScStatesFlushInterval(Integer scStatesFlushInterval) { * Allowed values are 1-90000. * Field introduced in 18.2.5. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5000. * @return scStreamCheckInterval */ @@ -306,6 +323,7 @@ public Integer getScStreamCheckInterval() { * Allowed values are 1-90000. * Field introduced in 18.2.5. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5000. * @param scStreamCheckInterval set the scStreamCheckInterval. */ @@ -319,6 +337,7 @@ public void setScStreamCheckInterval(Integer scStreamCheckInterval) { * Max elements to dequeue in one shot from the q by the statecache thread. * Allowed values are 1-10000. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return scThreadQBatchDequeueLimit */ @@ -332,6 +351,7 @@ public Integer getScThreadQBatchDequeueLimit() { * Max elements to dequeue in one shot from the q by the statecache thread. * Allowed values are 1-10000. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param scThreadQBatchDequeueLimit set the scThreadQBatchDequeueLimit. */ @@ -345,6 +365,7 @@ public void setScThreadQBatchDequeueLimit(Integer scThreadQBatchDequeueLimit) { * Max elements in the q between seagent main and the statecache thread. * Allowed values are 1-10000. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @return scThreadQMaxSize */ @@ -358,6 +379,7 @@ public Integer getScThreadQMaxSize() { * Max elements in the q between seagent main and the statecache thread. * Allowed values are 1-10000. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @param scThreadQMaxSize set the scThreadQMaxSize. */ @@ -372,6 +394,7 @@ public void setScThreadQMaxSize(Integer scThreadQMaxSize) { * Allowed values are 1-10000. * Field introduced in 18.2.5. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return scThreadSleepInterval */ @@ -386,6 +409,7 @@ public Integer getScThreadSleepInterval() { * Allowed values are 1-10000. * Field introduced in 18.2.5. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param scThreadSleepInterval set the scThreadSleepInterval. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeBgpPeerDownDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeBgpPeerDownDetails.java index 219b3949..f8ab61f3 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeBgpPeerDownDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeBgpPeerDownDetails.java @@ -42,6 +42,7 @@ public class SeBgpPeerDownDetails extends AviRestResource { * This is the getter method this will return the attribute value. * Message specific to the down condition. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return message */ @@ -54,6 +55,7 @@ public String getMessage() { * This is the setter method to the attribute. * Message specific to the down condition. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param message set the message. */ @@ -66,6 +68,7 @@ public void setMessage(String message) { * This is the getter method this will return the attribute value. * Ip address of bgp peer. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return peerIp */ @@ -78,6 +81,7 @@ public String getPeerIp() { * This is the setter method to the attribute. * Ip address of bgp peer. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param peerIp set the peerIp. */ @@ -90,6 +94,7 @@ public void setPeerIp(String peerIp) { * This is the getter method this will return the attribute value. * Name of virtual routing context in which bgp is configured. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfName */ @@ -102,6 +107,7 @@ public String getVrfName() { * This is the setter method to the attribute. * Name of virtual routing context in which bgp is configured. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfName set the vrfName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeBgpPeerStateChangeDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeBgpPeerStateChangeDetails.java index 558403e7..11c8bb9f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeBgpPeerStateChangeDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeBgpPeerStateChangeDetails.java @@ -42,6 +42,7 @@ public class SeBgpPeerStateChangeDetails extends AviRestResource { * This is the getter method this will return the attribute value. * Ip address of bgp peer. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return peerIp */ @@ -54,6 +55,7 @@ public String getPeerIp() { * This is the setter method to the attribute. * Ip address of bgp peer. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param peerIp set the peerIp. */ @@ -66,6 +68,7 @@ public void setPeerIp(String peerIp) { * This is the getter method this will return the attribute value. * Bgp peer state. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return peerState */ @@ -78,6 +81,7 @@ public String getPeerState() { * This is the setter method to the attribute. * Bgp peer state. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param peerState set the peerState. */ @@ -90,6 +94,7 @@ public void setPeerState(String peerState) { * This is the getter method this will return the attribute value. * Name of virtual routing context in which bgp is configured. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfName */ @@ -102,6 +107,7 @@ public String getVrfName() { * This is the setter method to the attribute. * Name of virtual routing context in which bgp is configured. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfName set the vrfName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeBootupCompressionProperties.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeBootupCompressionProperties.java index db1f63a8..b96fe1d0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeBootupCompressionProperties.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeBootupCompressionProperties.java @@ -53,6 +53,7 @@ public class SeBootupCompressionProperties extends AviRestResource { /** * This is the getter method this will return the attribute value. * Number of buffers to use for compression output. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @return bufNum */ @@ -64,6 +65,7 @@ public Integer getBufNum() { /** * This is the setter method to the attribute. * Number of buffers to use for compression output. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @param bufNum set the bufNum. */ @@ -75,6 +77,7 @@ public void setBufNum(Integer bufNum) { /** * This is the getter method this will return the attribute value. * Size of each buffer used for compression output, this should ideally be a multiple of pagesize. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @return bufSize */ @@ -86,6 +89,7 @@ public Integer getBufSize() { /** * This is the setter method to the attribute. * Size of each buffer used for compression output, this should ideally be a multiple of pagesize. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @param bufSize set the bufSize. */ @@ -97,6 +101,7 @@ public void setBufSize(Integer bufSize) { /** * This is the getter method this will return the attribute value. * Hash size used by compression, rounded to the last power of 2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 16384. * @return hashSize */ @@ -108,6 +113,7 @@ public Integer getHashSize() { /** * This is the setter method to the attribute. * Hash size used by compression, rounded to the last power of 2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 16384. * @param hashSize set the hashSize. */ @@ -119,6 +125,7 @@ public void setHashSize(Integer hashSize) { /** * This is the getter method this will return the attribute value. * Level of compression to apply on content selected for aggressive compression. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return levelAggressive */ @@ -130,6 +137,7 @@ public Integer getLevelAggressive() { /** * This is the setter method to the attribute. * Level of compression to apply on content selected for aggressive compression. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param levelAggressive set the levelAggressive. */ @@ -141,6 +149,7 @@ public void setLevelAggressive(Integer levelAggressive) { /** * This is the getter method this will return the attribute value. * Level of compression to apply on content selected for normal compression. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return levelNormal */ @@ -152,6 +161,7 @@ public Integer getLevelNormal() { /** * This is the setter method to the attribute. * Level of compression to apply on content selected for normal compression. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param levelNormal set the levelNormal. */ @@ -163,6 +173,7 @@ public void setLevelNormal(Integer levelNormal) { /** * This is the getter method this will return the attribute value. * Window size used by compression, rounded to the last power of 2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @return windowSize */ @@ -174,6 +185,7 @@ public Integer getWindowSize() { /** * This is the setter method to the attribute. * Window size used by compression, rounded to the last power of 2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/SeBootupProperties.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeBootupProperties.java index 8acc6620..7d9b2534 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeBootupProperties.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeBootupProperties.java @@ -172,6 +172,7 @@ public class SeBootupProperties extends AviRestResource { * Deprecated. * Field deprecated in 17.2.8. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return distributeQueues */ @VsoMethod @@ -184,6 +185,7 @@ public Boolean getDistributeQueues() { * Deprecated. * Field deprecated in 17.2.8. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param distributeQueues set the distributeQueues. */ @VsoMethod @@ -195,6 +197,7 @@ public void setDistributeQueues(Boolean distributeQueues) { * This is the getter method this will return the attribute value. * Deprecated. * Field deprecated in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return distributeVnics */ @VsoMethod @@ -206,6 +209,7 @@ public Boolean getDistributeVnics() { * This is the setter method to the attribute. * Deprecated. * Field deprecated in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param distributeVnics set the distributeVnics. */ @VsoMethod @@ -216,6 +220,7 @@ public void setDistributeVnics(Boolean distributeVnics) { /** * This is the getter method this will return the attribute value. * End of the local tcp port range used by se for backend connections in docker environment. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30720. * @return dockerBackendPortend */ @@ -227,6 +232,7 @@ public Integer getDockerBackendPortend() { /** * This is the setter method to the attribute. * End of the local tcp port range used by se for backend connections in docker environment. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30720. * @param dockerBackendPortend set the dockerBackendPortend. */ @@ -238,6 +244,7 @@ public void setDockerBackendPortend(Integer dockerBackendPortend) { /** * This is the getter method this will return the attribute value. * Start of the local tcp port range used by se for backend connections in docker environment. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20480. * @return dockerBackendPortstart */ @@ -249,6 +256,7 @@ public Integer getDockerBackendPortstart() { /** * This is the setter method to the attribute. * Start of the local tcp port range used by se for backend connections in docker environment. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20480. * @param dockerBackendPortstart set the dockerBackendPortstart. */ @@ -260,6 +268,7 @@ public void setDockerBackendPortstart(Integer dockerBackendPortstart) { /** * This is the getter method this will return the attribute value. * Enable or disable fair queueing for packet transmission among virtualservices on an se. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return fairQueueingEnabled */ @@ -271,6 +280,7 @@ public Boolean getFairQueueingEnabled() { /** * This is the setter method to the attribute. * Enable or disable fair queueing for packet transmission among virtualservices on an se. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param fairQueueingEnabled set the fairQueueingEnabled. */ @@ -289,7 +299,8 @@ public void setFairQueueingEnabled(Boolean fairQueueingEnabled) { * Besides, given a smaller number of members that are separated geographically, a lower resolution is sufficient for correct load-balancing. * Allowed values are 1-20. * Field introduced in 17.1.1. - * Allowed in basic(allowed values- 1) edition, essentials(allowed values- 1) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 1), basic edition(allowed values- 1), enterprise with cloud + * services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return geoDbGranularity */ @@ -308,7 +319,8 @@ public Integer getGeoDbGranularity() { * Besides, given a smaller number of members that are separated geographically, a lower resolution is sufficient for correct load-balancing. * Allowed values are 1-20. * Field introduced in 17.1.1. - * Allowed in basic(allowed values- 1) edition, essentials(allowed values- 1) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 1), basic edition(allowed values- 1), enterprise with cloud + * services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param geoDbGranularity set the geoDbGranularity. */ @@ -320,6 +332,7 @@ public void setGeoDbGranularity(Integer geoDbGranularity) { /** * This is the getter method this will return the attribute value. * Number of l7 connections that can be cached per core. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 16384. * @return l7ConnsPerCore */ @@ -331,6 +344,7 @@ public Integer getL7ConnsPerCore() { /** * This is the setter method to the attribute. * Number of l7 connections that can be cached per core. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 16384. * @param l7ConnsPerCore set the l7ConnsPerCore. */ @@ -342,6 +356,7 @@ public void setL7ConnsPerCore(Integer l7ConnsPerCore) { /** * This is the getter method this will return the attribute value. * Number of reserved l7 listener connections per core. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 256. * @return l7ResvdListenConnsPerCore */ @@ -353,6 +368,7 @@ public Integer getL7ResvdListenConnsPerCore() { /** * This is the setter method to the attribute. * Number of reserved l7 listener connections per core. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 256. * @param l7ResvdListenConnsPerCore set the l7ResvdListenConnsPerCore. */ @@ -367,6 +383,7 @@ public void setL7ResvdListenConnsPerCore(Integer l7ResvdListenConnsPerCore) { * Enable debug logs by default on service engine. * This includes all other debugging logs. * Debug logs can also be explcitly enabled from the cli shell. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return logAgentDebugEnabled */ @@ -381,6 +398,7 @@ public Boolean getLogAgentDebugEnabled() { * Enable debug logs by default on service engine. * This includes all other debugging logs. * Debug logs can also be explcitly enabled from the cli shell. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param logAgentDebugEnabled set the logAgentDebugEnabled. */ @@ -394,6 +412,7 @@ public void setLogAgentDebugEnabled(Boolean logAgentDebugEnabled) { * Deprecated in 21.1.1. * Enable trace logs by default on service engine. * Configuration operations are logged along with other important logs by service engine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return logAgentTraceEnabled */ @@ -407,6 +426,7 @@ public Boolean getLogAgentTraceEnabled() { * Deprecated in 21.1.1. * Enable trace logs by default on service engine. * Configuration operations are logged along with other important logs by service engine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param logAgentTraceEnabled set the logAgentTraceEnabled. */ @@ -417,7 +437,7 @@ public void setLogAgentTraceEnabled(Boolean logAgentTraceEnabled) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_dp_compression of obj type sebootupproperties 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 seDpCompression */ @@ -428,7 +448,7 @@ public SeBootupCompressionProperties getSeDpCompression() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_dp_compression of obj type sebootupproperties 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 seDpCompression set the seDpCompression. */ @@ -441,6 +461,7 @@ public void setSeDpCompression(SeBootupCompressionProperties seDpCompression) { * This is the getter method this will return the attribute value. * This field has been moved to se_group properties 18.1.2 onwards. * Field deprecated in 18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seDpdkPmd */ @VsoMethod @@ -452,6 +473,7 @@ public Integer getSeDpdkPmd() { * This is the setter method to the attribute. * This field has been moved to se_group properties 18.1.2 onwards. * Field deprecated in 18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param seDpdkPmd set the seDpdkPmd. */ @VsoMethod @@ -463,7 +485,8 @@ public void setSeDpdkPmd(Integer seDpdkPmd) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.3. * Use config in serviceenginegroup instead. - * 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 seEmulatedCores */ @@ -476,7 +499,8 @@ public Integer getSeEmulatedCores() { * This is the setter method to the attribute. * Deprecated in 21.1.3. * Use config in serviceenginegroup instead. - * 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 seEmulatedCores set the seEmulatedCores. */ @@ -489,6 +513,7 @@ public void setSeEmulatedCores(Integer seEmulatedCores) { * This is the getter method this will return the attribute value. * Determines if se-se ipc messages are encapsulated in an ip header note this field has been moved to se_group properties 20.1.3 onwards. * 0 automatically determine based on hypervisor type 1 use ip encap unconditionally ~[0,1] don't use ip encap. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seIpEncapIpc */ @@ -501,6 +526,7 @@ public Integer getSeIpEncapIpc() { * This is the setter method to the attribute. * Determines if se-se ipc messages are encapsulated in an ip header note this field has been moved to se_group properties 20.1.3 onwards. * 0 automatically determine based on hypervisor type 1 use ip encap unconditionally ~[0,1] don't use ip encap. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seIpEncapIpc set the seIpEncapIpc. */ @@ -513,6 +539,7 @@ public void setSeIpEncapIpc(Integer seIpEncapIpc) { * This is the getter method this will return the attribute value. * Determines if se-se ipc messages use se interface ip instead of vip note this field has been moved to se_group properties 20.1.3 onwards. * 0 automatically determine based on hypervisor type 1 use se interface ip unconditionally ~[0,1] don't use se interface ip. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seL3EncapIpc */ @@ -525,6 +552,7 @@ public Integer getSeL3EncapIpc() { * This is the setter method to the attribute. * Determines if se-se ipc messages use se interface ip instead of vip note this field has been moved to se_group properties 20.1.3 onwards. * 0 automatically determine based on hypervisor type 1 use se interface ip unconditionally ~[0,1] don't use se interface ip. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seL3EncapIpc set the seL3EncapIpc. */ @@ -537,6 +565,7 @@ public void setSeL3EncapIpc(Integer seL3EncapIpc) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.1. * Internal flag that blocks dataplane until all application logs are flushed to log-agent process. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return seLogBufferAppBlockingDequeue */ @@ -549,6 +578,7 @@ public Boolean getSeLogBufferAppBlockingDequeue() { * This is the setter method to the attribute. * Deprecated in 21.1.1. * Internal flag that blocks dataplane until all application logs are flushed to log-agent process. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param seLogBufferAppBlockingDequeue set the seLogBufferAppBlockingDequeue. */ @@ -562,6 +592,7 @@ public void setSeLogBufferAppBlockingDequeue(Boolean seLogBufferAppBlockingDequ * Internal application log buffer size to use on service engine. * Can be fine tuned for better performance of data plane in specific environments. * Unit is word. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @return seLogBufferApplogSize */ @@ -575,6 +606,7 @@ public Integer getSeLogBufferApplogSize() { * Internal application log buffer size to use on service engine. * Can be fine tuned for better performance of data plane in specific environments. * Unit is word. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @param seLogBufferApplogSize set the seLogBufferApplogSize. */ @@ -588,6 +620,7 @@ public void setSeLogBufferApplogSize(Integer seLogBufferApplogSize) { * Number of internal buffer chunks to use on service engine. * Can be fine tuned for better performance of data plane in specific environments. * Unit is bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @return seLogBufferChunkCount */ @@ -601,6 +634,7 @@ public Integer getSeLogBufferChunkCount() { * Number of internal buffer chunks to use on service engine. * Can be fine tuned for better performance of data plane in specific environments. * Unit is bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @param seLogBufferChunkCount set the seLogBufferChunkCount. */ @@ -613,6 +647,7 @@ public void setSeLogBufferChunkCount(Integer seLogBufferChunkCount) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.1. * Internal flag that blocks dataplane until all connection logs are flushed to log-agent process. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return seLogBufferConnBlockingDequeue */ @@ -625,6 +660,7 @@ public Boolean getSeLogBufferConnBlockingDequeue() { * This is the setter method to the attribute. * Deprecated in 21.1.1. * Internal flag that blocks dataplane until all connection logs are flushed to log-agent process. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param seLogBufferConnBlockingDequeue set the seLogBufferConnBlockingDequeue. */ @@ -638,6 +674,7 @@ public void setSeLogBufferConnBlockingDequeue(Boolean seLogBufferConnBlockingDe * Internal connection log buffer size to use on service engine. * Can be fine tuned for better performance of data plane in specific environments. * Unit is word. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @return seLogBufferConnlogSize */ @@ -651,6 +688,7 @@ public Integer getSeLogBufferConnlogSize() { * Internal connection log buffer size to use on service engine. * Can be fine tuned for better performance of data plane in specific environments. * Unit is word. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @param seLogBufferConnlogSize set the seLogBufferConnlogSize. */ @@ -663,6 +701,7 @@ public void setSeLogBufferConnlogSize(Integer seLogBufferConnlogSize) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.1. * Internal flag that blocks dataplane until all outstanding events are flushed to log-agent process. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return seLogBufferEventsBlockingDequeue */ @@ -675,6 +714,7 @@ public Boolean getSeLogBufferEventsBlockingDequeue() { * This is the setter method to the attribute. * Deprecated in 21.1.1. * Internal flag that blocks dataplane until all outstanding events are flushed to log-agent process. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param seLogBufferEventsBlockingDequeue set the seLogBufferEventsBlockingDequeue. */ @@ -688,6 +728,7 @@ public void setSeLogBufferEventsBlockingDequeue(Boolean seLogBufferEventsBlocki * Internal events buffer size to use on service engine. * Can be fine tuned for better performance of data plane in specific environments. * Unit is word. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 512. * @return seLogBufferEventsSize */ @@ -701,6 +742,7 @@ public Integer getSeLogBufferEventsSize() { * Internal events buffer size to use on service engine. * Can be fine tuned for better performance of data plane in specific environments. * Unit is word. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 512. * @param seLogBufferEventsSize set the seLogBufferEventsSize. */ @@ -713,6 +755,7 @@ public void setSeLogBufferEventsSize(Integer seLogBufferEventsSize) { * This is the getter method this will return the attribute value. * Deprecated. * Field deprecated in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seLro */ @VsoMethod @@ -724,6 +767,7 @@ public Integer getSeLro() { * This is the setter method to the attribute. * Deprecated. * Field deprecated in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param seLro set the seLro. */ @VsoMethod @@ -735,6 +779,7 @@ public void setSeLro(Integer seLro) { * This is the getter method this will return the attribute value. * Deprecated. * Field deprecated in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return sePcapPktCount */ @VsoMethod @@ -746,6 +791,7 @@ public Integer getSePcapPktCount() { * This is the setter method to the attribute. * Deprecated. * Field deprecated in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param sePcapPktCount set the sePcapPktCount. */ @VsoMethod @@ -757,6 +803,7 @@ public void setSePcapPktCount(Integer sePcapPktCount) { * This is the getter method this will return the attribute value. * Deprecated. * Field deprecated in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return sePcapPktSz */ @VsoMethod @@ -768,6 +815,7 @@ public Integer getSePcapPktSz() { * This is the setter method to the attribute. * Deprecated. * Field deprecated in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param sePcapPktSz set the sePcapPktSz. */ @VsoMethod @@ -779,6 +827,7 @@ public void setSePcapPktSz(Integer sePcapPktSz) { * This is the getter method this will return the attribute value. * Deprecated. * Field deprecated in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seRumSamplingNavInterval */ @VsoMethod @@ -790,6 +839,7 @@ public Integer getSeRumSamplingNavInterval() { * This is the setter method to the attribute. * Deprecated. * Field deprecated in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param seRumSamplingNavInterval set the seRumSamplingNavInterval. */ @VsoMethod @@ -801,6 +851,7 @@ public void setSeRumSamplingNavInterval(Integer seRumSamplingNavInterval) { * This is the getter method this will return the attribute value. * Deprecated. * Field deprecated in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seRumSamplingNavPercent */ @VsoMethod @@ -812,6 +863,7 @@ public Integer getSeRumSamplingNavPercent() { * This is the setter method to the attribute. * Deprecated. * Field deprecated in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param seRumSamplingNavPercent set the seRumSamplingNavPercent. */ @VsoMethod @@ -823,6 +875,7 @@ public void setSeRumSamplingNavPercent(Integer seRumSamplingNavPercent) { * This is the getter method this will return the attribute value. * Deprecated. * Field deprecated in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seRumSamplingResInterval */ @VsoMethod @@ -834,6 +887,7 @@ public Integer getSeRumSamplingResInterval() { * This is the setter method to the attribute. * Deprecated. * Field deprecated in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param seRumSamplingResInterval set the seRumSamplingResInterval. */ @VsoMethod @@ -845,6 +899,7 @@ public void setSeRumSamplingResInterval(Integer seRumSamplingResInterval) { * This is the getter method this will return the attribute value. * Deprecated. * Field deprecated in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seRumSamplingResPercent */ @VsoMethod @@ -856,6 +911,7 @@ public Integer getSeRumSamplingResPercent() { * This is the setter method to the attribute. * Deprecated. * Field deprecated in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param seRumSamplingResPercent set the seRumSamplingResPercent. */ @VsoMethod @@ -868,6 +924,7 @@ public void setSeRumSamplingResPercent(Integer seRumSamplingResPercent) { * Determines if dsr from secondary se is active or not 0 automatically determine based on hypervisor type 1 disable dsr * unconditionally ~[0,1] enable dsr unconditionally. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seTunnelMode */ @VsoMethod @@ -880,6 +937,7 @@ public Integer getSeTunnelMode() { * Determines if dsr from secondary se is active or not 0 automatically determine based on hypervisor type 1 disable dsr * unconditionally ~[0,1] enable dsr unconditionally. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param seTunnelMode set the seTunnelMode. */ @VsoMethod @@ -891,6 +949,7 @@ public void setSeTunnelMode(Integer seTunnelMode) { * This is the getter method this will return the attribute value. * Deprecated. * Field deprecated in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seTxBatchSize */ @VsoMethod @@ -902,6 +961,7 @@ public Integer getSeTxBatchSize() { * This is the setter method to the attribute. * Deprecated. * Field deprecated in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param seTxBatchSize set the seTxBatchSize. */ @VsoMethod @@ -913,6 +973,7 @@ public void setSeTxBatchSize(Integer seTxBatchSize) { * This is the getter method this will return the attribute value. * This field has been moved to se_group properties 18.1.2 onwards. * Field deprecated in 18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seUseDpdk */ @VsoMethod @@ -924,6 +985,7 @@ public Integer getSeUseDpdk() { * This is the setter method to the attribute. * This field has been moved to se_group properties 18.1.2 onwards. * Field deprecated in 18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param seUseDpdk set the seUseDpdk. */ @VsoMethod @@ -933,7 +995,7 @@ public void setSeUseDpdk(Integer seUseDpdk) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ssl_sess_cache_per_vs of obj type sebootupproperties 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 4096. * @return sslSessCachePerVs */ @@ -944,7 +1006,7 @@ public Integer getSslSessCachePerVs() { /** * This is the setter method to the attribute. - * Placeholder for description of property ssl_sess_cache_per_vs of obj type sebootupproperties 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 4096. * @param sslSessCachePerVs set the sslSessCachePerVs. */ @@ -957,6 +1019,7 @@ public void setSslSessCachePerVs(Integer sslSessCachePerVs) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.1, use session timeout in ssl profile. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return sslSessCacheTimeout */ @VsoMethod @@ -968,6 +1031,7 @@ public Integer getSslSessCacheTimeout() { * This is the setter method to the attribute. * Deprecated in 21.1.1, use session timeout in ssl profile. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param sslSessCacheTimeout set the sslSessCacheTimeout. */ @VsoMethod @@ -978,6 +1042,7 @@ public void setSslSessCacheTimeout(Integer sslSessCacheTimeout) { /** * This is the getter method this will return the attribute value. * Size of the tcp syn cache hash table. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8192. * @return tcpSyncacheHashsize */ @@ -989,6 +1054,7 @@ public Integer getTcpSyncacheHashsize() { /** * This is the setter method to the attribute. * Size of the tcp syn cache hash table. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8192. * @param tcpSyncacheHashsize set the tcpSyncacheHashsize. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeDiscontinuousTimeChangeEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeDiscontinuousTimeChangeEventDetails.java index 37d74d30..e56b5474 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeDiscontinuousTimeChangeEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeDiscontinuousTimeChangeEventDetails.java @@ -53,6 +53,7 @@ public class SeDiscontinuousTimeChangeEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. * Relative time drift between se and controller in terms of microseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return driftTime */ @@ -64,6 +65,7 @@ public Integer getDriftTime() { /** * This is the setter method to the attribute. * Relative time drift between se and controller in terms of microseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param driftTime set the driftTime. */ @@ -75,6 +77,7 @@ public void setDriftTime(Integer driftTime) { /** * This is the getter method this will return the attribute value. * Time stamp before the discontinuous jump in time. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fromTime */ @@ -86,6 +89,7 @@ public String getFromTime() { /** * This is the setter method to the attribute. * Time stamp before the discontinuous jump in time. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fromTime set the fromTime. */ @@ -97,6 +101,7 @@ public void setFromTime(String fromTime) { /** * This is the getter method this will return the attribute value. * System peer and candidate ntp servers active at the point of time jump. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ntpServers */ @@ -108,6 +113,7 @@ public String getNtpServers() { /** * This is the setter method to the attribute. * System peer and candidate ntp servers active at the point of time jump. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ntpServers set the ntpServers. */ @@ -120,6 +126,7 @@ public void setNtpServers(String ntpServers) { * This is the getter method this will return the attribute value. * Name of the se responsible for this event. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -132,6 +139,7 @@ public String getSeName() { * This is the setter method to the attribute. * Name of the se responsible for this event. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ @@ -144,6 +152,7 @@ public void setSeName(String seName) { * This is the getter method this will return the attribute value. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -156,6 +165,7 @@ public String getSeRef() { * This is the setter method to the attribute. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ @@ -167,6 +177,7 @@ public void setSeRef(String seRef) { /** * This is the getter method this will return the attribute value. * Time stamp to which the time has discontinuously jumped. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return toTime */ @@ -178,6 +189,7 @@ public String getToTime() { /** * This is the setter method to the attribute. * Time stamp to which the time has discontinuously jumped. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param toTime set the toTime. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeDupipEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeDupipEventDetails.java index a83e74cc..227d6f74 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeDupipEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeDupipEventDetails.java @@ -45,6 +45,7 @@ public class SeDupipEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. * Mac address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return localMac */ @@ -56,6 +57,7 @@ public String getLocalMac() { /** * This is the setter method to the attribute. * Mac address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param localMac set the localMac. */ @@ -67,6 +69,7 @@ public void setLocalMac(String localMac) { /** * This is the getter method this will return the attribute value. * Mac address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return remoteMac */ @@ -78,6 +81,7 @@ public String getRemoteMac() { /** * This is the setter method to the attribute. * Mac address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param remoteMac set the remoteMac. */ @@ -89,6 +93,7 @@ public void setRemoteMac(String remoteMac) { /** * This is the getter method this will return the attribute value. * Vnic ip. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vnicIp */ @@ -100,6 +105,7 @@ public String getVnicIp() { /** * This is the setter method to the attribute. * Vnic ip. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vnicIp set the vnicIp. */ @@ -111,6 +117,7 @@ public void setVnicIp(String vnicIp) { /** * This is the getter method this will return the attribute value. * Vnic name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vnicName */ @@ -122,6 +129,7 @@ public String getVnicName() { /** * This is the setter method to the attribute. * Vnic name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vnicName set the vnicName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeFault.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeFault.java index 6c8831b1..09831c2e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeFault.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeFault.java @@ -50,6 +50,7 @@ public class SeFault extends AviRestResource { * This is the getter method this will return the attribute value. * Optional 64 bit unsigned integer that can be used within the enabled fault. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return arg */ @@ -62,6 +63,7 @@ public Integer getArg() { * This is the setter method to the attribute. * Optional 64 bit unsigned integer that can be used within the enabled fault. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param arg set the arg. */ @@ -74,6 +76,7 @@ public void setArg(Integer arg) { * This is the getter method this will return the attribute value. * The name of the target fault. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return faultName */ @@ -86,6 +89,7 @@ public String getFaultName() { * This is the setter method to the attribute. * The name of the target fault. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param faultName set the faultName. */ @@ -98,6 +102,7 @@ public void setFaultName(String faultName) { * This is the getter method this will return the attribute value. * The name of the function that contains the target fault. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return functionName */ @@ -110,6 +115,7 @@ public String getFunctionName() { * This is the setter method to the attribute. * The name of the function that contains the target fault. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param functionName set the functionName. */ @@ -123,6 +129,7 @@ public void setFunctionName(String functionName) { * Number of times the fault should be executed. * Allowed values are 1-4294967295. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return numExecutions */ @@ -136,6 +143,7 @@ public Integer getNumExecutions() { * Number of times the fault should be executed. * Allowed values are 1-4294967295. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param numExecutions set the numExecutions. */ @@ -148,6 +156,7 @@ public void setNumExecutions(Integer numExecutions) { * This is the getter method this will return the attribute value. * Number of times the fault should be skipped before executing. * Field introduced in 18.2.9. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return numSkips */ @@ -160,6 +169,7 @@ public Integer getNumSkips() { * This is the setter method to the attribute. * Number of times the fault should be skipped before executing. * Field introduced in 18.2.9. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param numSkips set the numSkips. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeGatewayHeartbeatFailedDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeGatewayHeartbeatFailedDetails.java index 07f0dae0..89e24096 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeGatewayHeartbeatFailedDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeGatewayHeartbeatFailedDetails.java @@ -41,6 +41,7 @@ public class SeGatewayHeartbeatFailedDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. * Ip address of gateway monitored. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gatewayIp */ @@ -52,6 +53,7 @@ public String getGatewayIp() { /** * This is the setter method to the attribute. * Ip address of gateway monitored. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gatewayIp set the gatewayIp. */ @@ -63,6 +65,7 @@ public void setGatewayIp(String gatewayIp) { /** * This is the getter method this will return the attribute value. * Name of virtual routing context in which this gateway is present. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfName */ @@ -74,6 +77,7 @@ public String getVrfName() { /** * This is the setter method to the attribute. * Name of virtual routing context in which this gateway is present. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfName set the vrfName. */ @@ -85,6 +89,7 @@ public void setVrfName(String vrfName) { /** * This is the getter method this will return the attribute value. * Uuid of the virtual routing context in which this gateway is present. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfUuid */ @@ -96,6 +101,7 @@ public String getVrfUuid() { /** * This is the setter method to the attribute. * Uuid of the virtual routing context in which this gateway is present. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/SeGatewayHeartbeatSuccessDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeGatewayHeartbeatSuccessDetails.java index 8d06e5c9..5a218659 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeGatewayHeartbeatSuccessDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeGatewayHeartbeatSuccessDetails.java @@ -41,6 +41,7 @@ public class SeGatewayHeartbeatSuccessDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. * Ip address of gateway monitored. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gatewayIp */ @@ -52,6 +53,7 @@ public String getGatewayIp() { /** * This is the setter method to the attribute. * Ip address of gateway monitored. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gatewayIp set the gatewayIp. */ @@ -63,6 +65,7 @@ public void setGatewayIp(String gatewayIp) { /** * This is the getter method this will return the attribute value. * Name of virtual routing context in which this gateway is present. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfName */ @@ -74,6 +77,7 @@ public String getVrfName() { /** * This is the setter method to the attribute. * Name of virtual routing context in which this gateway is present. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfName set the vrfName. */ @@ -85,6 +89,7 @@ public void setVrfName(String vrfName) { /** * This is the getter method this will return the attribute value. * Uuid of the virtual routing context in which this gateway is present. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfUuid */ @@ -96,6 +101,7 @@ public String getVrfUuid() { /** * This is the setter method to the attribute. * Uuid of the virtual routing context in which this gateway is present. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/SeGeoDbDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeGeoDbDetails.java index 08cf4715..b87473ab 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeGeoDbDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeGeoDbDetails.java @@ -57,6 +57,7 @@ public class SeGeoDbDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. * Geo db file name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fileName */ @@ -68,6 +69,7 @@ public String getFileName() { /** * This is the setter method to the attribute. * Geo db file name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fileName set the fileName. */ @@ -79,6 +81,7 @@ public void setFileName(String fileName) { /** * This is the getter method this will return the attribute value. * Name of the gslb geo db profile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoDbProfileName */ @@ -90,6 +93,7 @@ public String getGeoDbProfileName() { /** * This is the setter method to the attribute. * Name of the gslb geo db profile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param geoDbProfileName set the geoDbProfileName. */ @@ -102,6 +106,7 @@ public void setGeoDbProfileName(String geoDbProfileName) { * This is the getter method this will return the attribute value. * Uuid of the gslb geo db profile. * It is a reference to an object of type gslbgeodbprofile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoDbProfileRef */ @@ -114,6 +119,7 @@ public String getGeoDbProfileRef() { * This is the setter method to the attribute. * Uuid of the gslb geo db profile. * It is a reference to an object of type gslbgeodbprofile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param geoDbProfileRef set the geoDbProfileRef. */ @@ -126,6 +132,7 @@ public void setGeoDbProfileRef(String geoDbProfileRef) { * This is the getter method this will return the attribute value. * Reason for gslb geo db failure. * Enum options - NO_ERROR, FILE_ERROR, FILE_FORMAT_ERROR, FILE_NO_RESOURCES. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -138,6 +145,7 @@ public String getReason() { * This is the setter method to the attribute. * Reason for gslb geo db failure. * Enum options - NO_ERROR, FILE_ERROR, FILE_FORMAT_ERROR, FILE_NO_RESOURCES. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -150,6 +158,7 @@ public void setReason(String reason) { * This is the getter method this will return the attribute value. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -162,6 +171,7 @@ public String getSeRef() { * This is the setter method to the attribute. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ @@ -173,6 +183,7 @@ public void setSeRef(String seRef) { /** * This is the getter method this will return the attribute value. * Vip id. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -184,6 +195,7 @@ public String getVipId() { /** * This is the setter method to the attribute. * Vip id. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ @@ -196,6 +208,7 @@ public void setVipId(String vipId) { * This is the getter method this will return the attribute value. * Virtual service name. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return virtualService */ @@ -208,6 +221,7 @@ public String getVirtualService() { * This is the setter method to the attribute. * Virtual service name. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param virtualService set the virtualService. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeGroupAnalyticsPolicy.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeGroupAnalyticsPolicy.java index fbad59fa..1dff9536 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeGroupAnalyticsPolicy.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeGroupAnalyticsPolicy.java @@ -34,6 +34,7 @@ public class SeGroupAnalyticsPolicy extends AviRestResource { * This is the getter method this will return the attribute value. * Thresholds for various events generated by metrics system. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsEventThresholds */ @@ -46,6 +47,7 @@ public List getMetricsEventThresholds() { * This is the setter method. this will set the metricsEventThresholds * Thresholds for various events generated by metrics system. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsEventThresholds */ @@ -58,6 +60,7 @@ public void setMetricsEventThresholds(List metricsEventT * This is the setter method this will set the metricsEventThresholds * Thresholds for various events generated by metrics system. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsEventThresholds */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeGroupOptions.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeGroupOptions.java index 8023509e..7411b6d2 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeGroupOptions.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeGroupOptions.java @@ -39,6 +39,7 @@ public class SeGroupOptions extends AviRestResource { * The error recovery action configured for a se group. * Enum options - ROLLBACK_UPGRADE_OPS_ON_ERROR, SUSPEND_UPGRADE_OPS_ON_ERROR, CONTINUE_UPGRADE_OPS_ON_ERROR. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SUSPEND_UPGRADE_OPS_ON_ERROR". * @return actionOnError */ @@ -52,6 +53,7 @@ public String getActionOnError() { * The error recovery action configured for a se group. * Enum options - ROLLBACK_UPGRADE_OPS_ON_ERROR, SUSPEND_UPGRADE_OPS_ON_ERROR, CONTINUE_UPGRADE_OPS_ON_ERROR. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SUSPEND_UPGRADE_OPS_ON_ERROR". * @param actionOnError set the actionOnError. */ @@ -64,6 +66,7 @@ public void setActionOnError(String actionOnError) { * This is the getter method this will return the attribute value. * Disable non-disruptive mechanism. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disruptive */ @@ -76,6 +79,7 @@ public Boolean getDisruptive() { * This is the setter method to the attribute. * Disable non-disruptive mechanism. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disruptive set the disruptive. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeGroupResumeOptions.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeGroupResumeOptions.java index fd4f99a6..4c72297d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeGroupResumeOptions.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeGroupResumeOptions.java @@ -43,6 +43,7 @@ public class SeGroupResumeOptions extends AviRestResource { * The error recovery action configured for a se group. * Enum options - ROLLBACK_UPGRADE_OPS_ON_ERROR, SUSPEND_UPGRADE_OPS_ON_ERROR, CONTINUE_UPGRADE_OPS_ON_ERROR. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SUSPEND_UPGRADE_OPS_ON_ERROR". * @return actionOnError */ @@ -56,6 +57,7 @@ public String getActionOnError() { * The error recovery action configured for a se group. * Enum options - ROLLBACK_UPGRADE_OPS_ON_ERROR, SUSPEND_UPGRADE_OPS_ON_ERROR, CONTINUE_UPGRADE_OPS_ON_ERROR. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SUSPEND_UPGRADE_OPS_ON_ERROR". * @param actionOnError set the actionOnError. */ @@ -68,6 +70,7 @@ public void setActionOnError(String actionOnError) { * This is the getter method this will return the attribute value. * Allow disruptive mechanism. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disruptive */ @@ -80,6 +83,7 @@ public Boolean getDisruptive() { * This is the setter method to the attribute. * Allow disruptive mechanism. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disruptive set the disruptive. */ @@ -92,6 +96,7 @@ public void setDisruptive(Boolean disruptive) { * This is the getter method this will return the attribute value. * Skip upgrade on suspended se(s). * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipSuspended */ @@ -104,6 +109,7 @@ public Boolean getSkipSuspended() { * This is the setter method to the attribute. * Skip upgrade on suspended se(s). * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipSuspended set the skipSuspended. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeGroupStatus.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeGroupStatus.java index e821a212..ae2748d7 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeGroupStatus.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeGroupStatus.java @@ -206,6 +206,7 @@ public class SeGroupStatus extends AviRestResource { * This is the getter method this will return the attribute value. * Controller version. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerVersion */ @@ -218,6 +219,7 @@ public String getControllerVersion() { * This is the setter method to the attribute. * Controller version. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerVersion set the controllerVersion. */ @@ -229,6 +231,7 @@ public void setControllerVersion(String controllerVersion) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return disruptedVsRef */ @@ -240,6 +243,7 @@ public List getDisruptedVsRef() { /** * This is the setter method. this will set the disruptedVsRef * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return disruptedVsRef */ @@ -251,6 +255,7 @@ public void setDisruptedVsRef(List disruptedVsRef) { /** * This is the setter method this will set the disruptedVsRef * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return disruptedVsRef */ @@ -266,7 +271,7 @@ public SeGroupStatus addDisruptedVsRefItem(String disruptedVsRefItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property duration of obj type segroupstatus field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -277,7 +282,7 @@ public String getDuration() { /** * This is the setter method to the attribute. - * Placeholder for description of property duration of obj type segroupstatus field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -288,7 +293,7 @@ public void setDuration(String duration) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property end_time of obj type segroupstatus field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -299,7 +304,7 @@ public String getEndTime() { /** * This is the setter method to the attribute. - * Placeholder for description of property end_time of obj type segroupstatus field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -310,7 +315,7 @@ public void setEndTime(String endTime) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property enqueue_time of obj type segroupstatus field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enqueueTime */ @@ -321,7 +326,7 @@ public String getEnqueueTime() { /** * This is the setter method to the attribute. - * Placeholder for description of property enqueue_time of obj type segroupstatus field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enqueueTime set the enqueueTime. */ @@ -333,6 +338,7 @@ public void setEnqueueTime(String enqueueTime) { /** * This is the getter method this will return the attribute value. * Enum options - HA_MODE_SHARED_PAIR, HA_MODE_SHARED, HA_MODE_LEGACY_ACTIVE_STANDBY. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return haMode */ @@ -344,6 +350,7 @@ public String getHaMode() { /** * This is the setter method to the attribute. * Enum options - HA_MODE_SHARED_PAIR, HA_MODE_SHARED, HA_MODE_LEGACY_ACTIVE_STANDBY. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param haMode set the haMode. */ @@ -356,6 +363,7 @@ public void setHaMode(String haMode) { * This is the getter method this will return the attribute value. * Serviceenginegroup upgrade in progress. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return inProgress */ @@ -368,6 +376,7 @@ public Boolean getInProgress() { * This is the setter method to the attribute. * Serviceenginegroup upgrade in progress. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param inProgress set the inProgress. */ @@ -378,7 +387,7 @@ public void setInProgress(Boolean inProgress) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property notes of obj type segroupstatus 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 */ @@ -389,7 +398,7 @@ public List getNotes() { /** * This is the setter method. this will set the notes - * Placeholder for description of property notes of obj type segroupstatus 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 */ @@ -400,7 +409,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 segroupstatus 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 */ @@ -416,7 +425,7 @@ public SeGroupStatus addNotesItem(String notesItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_se of obj type segroupstatus 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 */ @@ -427,7 +436,7 @@ public Integer getNumSe() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_se of obj type segroupstatus 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. */ @@ -438,7 +447,7 @@ public void setNumSe(Integer numSe) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_se_with_no_vs of obj type segroupstatus 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 numSeWithNoVs */ @@ -449,7 +458,7 @@ public Integer getNumSeWithNoVs() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_se_with_no_vs of obj type segroupstatus 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 numSeWithNoVs set the numSeWithNoVs. */ @@ -460,7 +469,7 @@ public void setNumSeWithNoVs(Integer numSeWithNoVs) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_se_with_vs_not_scaledout of obj type segroupstatus 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 numSeWithVsNotScaledout */ @@ -471,7 +480,7 @@ public Integer getNumSeWithVsNotScaledout() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_se_with_vs_not_scaledout of obj type segroupstatus 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 numSeWithVsNotScaledout set the numSeWithVsNotScaledout. */ @@ -482,7 +491,7 @@ public void setNumSeWithVsNotScaledout(Integer numSeWithVsNotScaledout) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_se_with_vs_scaledout of obj type segroupstatus 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 numSeWithVsScaledout */ @@ -493,7 +502,7 @@ public Integer getNumSeWithVsScaledout() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_se_with_vs_scaledout of obj type segroupstatus 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 numSeWithVsScaledout set the numSeWithVsScaledout. */ @@ -504,7 +513,7 @@ public void setNumSeWithVsScaledout(Integer numSeWithVsScaledout) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_vs of obj type segroupstatus 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 */ @@ -515,7 +524,7 @@ public Integer getNumVs() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_vs of obj type segroupstatus 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. */ @@ -526,7 +535,7 @@ public void setNumVs(Integer numVs) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_vs_disrupted of obj type segroupstatus 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 numVsDisrupted */ @@ -537,7 +546,7 @@ public Integer getNumVsDisrupted() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_vs_disrupted of obj type segroupstatus 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 numVsDisrupted set the numVsDisrupted. */ @@ -548,7 +557,7 @@ public void setNumVsDisrupted(Integer numVsDisrupted) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property progress of obj type segroupstatus 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 progress */ @@ -559,7 +568,7 @@ public Integer getProgress() { /** * This is the setter method to the attribute. - * Placeholder for description of property progress of obj type segroupstatus 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 progress set the progress. */ @@ -570,7 +579,7 @@ public void setProgress(Integer progress) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason of obj type segroupstatus 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 reason */ @@ -581,7 +590,7 @@ public List getReason() { /** * This is the setter method. this will set the reason - * Placeholder for description of property reason of obj type segroupstatus 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 reason */ @@ -592,7 +601,7 @@ public void setReason(List reason) { /** * This is the setter method this will set the reason - * Placeholder for description of property reason of obj type segroupstatus 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 reason */ @@ -608,7 +617,7 @@ public SeGroupStatus addReasonItem(String reasonItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property request_time of obj type segroupstatus field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestTime */ @@ -619,7 +628,7 @@ public String getRequestTime() { /** * This is the setter method to the attribute. - * Placeholder for description of property request_time of obj type segroupstatus field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param requestTime set the requestTime. */ @@ -633,6 +642,7 @@ public void setRequestTime(String requestTime) { * Serviceengines are already upgraded before the upgrade. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAlreadyUpgradedAtStart */ @@ -646,6 +656,7 @@ public List getSeAlreadyUpgradedAtStart() { * Serviceengines are already upgraded before the upgrade. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAlreadyUpgradedAtStart */ @@ -659,6 +670,7 @@ public void setSeAlreadyUpgradedAtStart(List seAlreadyUpgradedAtStart) * Serviceengines are already upgraded before the upgrade. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAlreadyUpgradedAtStart */ @@ -677,6 +689,7 @@ public SeGroupStatus addSeAlreadyUpgradedAtStartItem(String seAlreadyUpgradedAtS * Serviceengines in disconnected state before starting the upgrade. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seDisconnectedAtStart */ @@ -690,6 +703,7 @@ public List getSeDisconnectedAtStart() { * Serviceengines in disconnected state before starting the upgrade. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seDisconnectedAtStart */ @@ -703,6 +717,7 @@ public void setSeDisconnectedAtStart(List seDisconnectedAtStart) { * Serviceengines in disconnected state before starting the upgrade. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seDisconnectedAtStart */ @@ -718,7 +733,7 @@ public SeGroupStatus addSeDisconnectedAtStartItem(String seDisconnectedAtStartIt /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_group_name of obj type segroupstatus field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupName */ @@ -729,7 +744,7 @@ public String getSeGroupName() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_group_name of obj type segroupstatus field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupName set the seGroupName. */ @@ -740,7 +755,7 @@ public void setSeGroupName(String seGroupName) { /** * This is the getter method this will return the attribute value. - * Unique object identifier of se_group. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupUuid */ @@ -751,7 +766,7 @@ public String getSeGroupUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of se_group. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupUuid set the seGroupUuid. */ @@ -765,6 +780,7 @@ public void setSeGroupUuid(String seGroupUuid) { * Serviceengines local ip not present before the upgrade. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIpMissingAtStart */ @@ -778,6 +794,7 @@ public List getSeIpMissingAtStart() { * Serviceengines local ip not present before the upgrade. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIpMissingAtStart */ @@ -791,6 +808,7 @@ public void setSeIpMissingAtStart(List seIpMissingAtStart) { * Serviceengines local ip not present before the upgrade. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIpMissingAtStart */ @@ -809,6 +827,7 @@ public SeGroupStatus addSeIpMissingAtStartItem(String seIpMissingAtStartItem) { * Serviceengines in poweredoff state before the upgrade. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePoweredoffAtStart */ @@ -822,6 +841,7 @@ public List getSePoweredoffAtStart() { * Serviceengines in poweredoff state before the upgrade. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePoweredoffAtStart */ @@ -835,6 +855,7 @@ public void setSePoweredoffAtStart(List sePoweredoffAtStart) { * Serviceengines in poweredoff state before the upgrade. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePoweredoffAtStart */ @@ -851,6 +872,7 @@ public SeGroupStatus addSePoweredoffAtStartItem(String sePoweredoffAtStartItem) /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRebootInProgressRef */ @@ -862,6 +884,7 @@ public String getSeRebootInProgressRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRebootInProgressRef set the seRebootInProgressRef. */ @@ -875,6 +898,7 @@ public void setSeRebootInProgressRef(String seRebootInProgressRef) { * Serviceengines upgrade completed. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeCompleted */ @@ -888,6 +912,7 @@ public List getSeUpgradeCompleted() { * Serviceengines upgrade completed. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeCompleted */ @@ -901,6 +926,7 @@ public void setSeUpgradeCompleted(List seUpgradeCompleted) { * Serviceengines upgrade completed. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeCompleted */ @@ -918,6 +944,7 @@ public SeGroupStatus addSeUpgradeCompletedItem(String seUpgradeCompletedItem) { * This is the getter method this will return the attribute value. * Serviceenginegroup upgrade errors. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeErrors */ @@ -930,6 +957,7 @@ public List getSeUpgradeErrors() { * This is the setter method. this will set the seUpgradeErrors * Serviceenginegroup upgrade errors. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeErrors */ @@ -942,6 +970,7 @@ public void setSeUpgradeErrors(List seUpgradeErrors) { * This is the setter method this will set the seUpgradeErrors * Serviceenginegroup upgrade errors. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeErrors */ @@ -960,6 +989,7 @@ public SeGroupStatus addSeUpgradeErrorsItem(SeUpgradeEvents seUpgradeErrorsItem) * Serviceengines upgrade failed. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeFailed */ @@ -973,6 +1003,7 @@ public List getSeUpgradeFailed() { * Serviceengines upgrade failed. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeFailed */ @@ -986,6 +1017,7 @@ public void setSeUpgradeFailed(List seUpgradeFailed) { * Serviceengines upgrade failed. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeFailed */ @@ -1004,6 +1036,7 @@ public SeGroupStatus addSeUpgradeFailedItem(String seUpgradeFailedItem) { * Serviceengines upgrade in progress. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeInProgress */ @@ -1017,6 +1050,7 @@ public List getSeUpgradeInProgress() { * Serviceengines upgrade in progress. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeInProgress */ @@ -1030,6 +1064,7 @@ public void setSeUpgradeInProgress(List seUpgradeInProgress) { * Serviceengines upgrade in progress. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeInProgress */ @@ -1048,6 +1083,7 @@ public SeGroupStatus addSeUpgradeInProgressItem(String seUpgradeInProgressItem) * Serviceengines upgrade not started. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeNotStarted */ @@ -1061,6 +1097,7 @@ public List getSeUpgradeNotStarted() { * Serviceengines upgrade not started. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeNotStarted */ @@ -1074,6 +1111,7 @@ public void setSeUpgradeNotStarted(List seUpgradeNotStarted) { * Serviceengines upgrade not started. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeNotStarted */ @@ -1091,6 +1129,7 @@ public SeGroupStatus addSeUpgradeNotStartedItem(String seUpgradeNotStartedItem) * This is the getter method this will return the attribute value. * Service engines that were in suspended state and were skipped upon service engine group ugprade resumption. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeSkipSuspended */ @@ -1103,6 +1142,7 @@ public List getSeUpgradeSkipSuspended() { * This is the setter method. this will set the seUpgradeSkipSuspended * Service engines that were in suspended state and were skipped upon service engine group ugprade resumption. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeSkipSuspended */ @@ -1115,6 +1155,7 @@ public void setSeUpgradeSkipSuspended(List seUpgradeSkipSuspended) { * This is the setter method this will set the seUpgradeSkipSuspended * Service engines that were in suspended state and were skipped upon service engine group ugprade resumption. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeSkipSuspended */ @@ -1132,6 +1173,7 @@ public SeGroupStatus addSeUpgradeSkipSuspendedItem(String seUpgradeSkipSuspended * This is the getter method this will return the attribute value. * Service engines which triggered service engine group to be in suspended state. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeSuspended */ @@ -1144,6 +1186,7 @@ public List getSeUpgradeSuspended() { * This is the setter method. this will set the seUpgradeSuspended * Service engines which triggered service engine group to be in suspended state. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeSuspended */ @@ -1156,6 +1199,7 @@ public void setSeUpgradeSuspended(List seUpgradeSuspended) { * This is the setter method this will set the seUpgradeSuspended * Service engines which triggered service engine group to be in suspended state. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeSuspended */ @@ -1172,6 +1216,7 @@ public SeGroupStatus addSeUpgradeSuspendedItem(String seUpgradeSuspendedItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seWithNoVs */ @@ -1183,6 +1228,7 @@ public List getSeWithNoVs() { /** * This is the setter method. this will set the seWithNoVs * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seWithNoVs */ @@ -1194,6 +1240,7 @@ public void setSeWithNoVs(List seWithNoVs) { /** * This is the setter method this will set the seWithNoVs * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seWithNoVs */ @@ -1210,6 +1257,7 @@ public SeGroupStatus addSeWithNoVsItem(String seWithNoVsItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seWithVsNotScaledout */ @@ -1221,6 +1269,7 @@ public List getSeWithVsNotScaledout() { /** * This is the setter method. this will set the seWithVsNotScaledout * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seWithVsNotScaledout */ @@ -1232,6 +1281,7 @@ public void setSeWithVsNotScaledout(List seWithVsNotScaledout) { /** * This is the setter method this will set the seWithVsNotScaledout * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seWithVsNotScaledout */ @@ -1248,6 +1298,7 @@ public SeGroupStatus addSeWithVsNotScaledoutItem(String seWithVsNotScaledoutItem /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seWithVsScaledout */ @@ -1259,6 +1310,7 @@ public List getSeWithVsScaledout() { /** * This is the setter method. this will set the seWithVsScaledout * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seWithVsScaledout */ @@ -1270,6 +1322,7 @@ public void setSeWithVsScaledout(List seWithVsScaledout) { /** * This is the setter method this will set the seWithVsScaledout * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seWithVsScaledout */ @@ -1285,7 +1338,7 @@ public SeGroupStatus addSeWithVsScaledoutItem(String seWithVsScaledoutItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property start_time of obj type segroupstatus field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -1296,7 +1349,7 @@ public String getStartTime() { /** * This is the setter method to the attribute. - * Placeholder for description of property start_time of obj type segroupstatus field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -1311,6 +1364,7 @@ public void setStartTime(String startTime) { * SE_UPGRADE_IMAGE_NOT_FOUND, SE_ALREADY_UPGRADED, SE_REBOOT, SE_CONNECT_AFTER_REBOOT, SE_PRE_UPGRADE_TASKS, SE_POST_UPGRADE_TASKS, * SE_WAIT_FOR_SWITCHOVER, SE_CHECK_SCALEDOUT_VS_EXISTS, SE_UPGRADE_SEMGR_REQUEST, SE_UPGRADE_SEMGR_SE_UNREACHABLE, SE_PRE_UPGRADE_SCALE_IN_OPS, * SE_POST_UPGRADE_SCALE_OUT_OPS, SE_UPGRADE_SUSPENDED, SE_UPGRADE_START... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return state */ @@ -1325,6 +1379,7 @@ public String getState() { * SE_UPGRADE_IMAGE_NOT_FOUND, SE_ALREADY_UPGRADED, SE_REBOOT, SE_CONNECT_AFTER_REBOOT, SE_PRE_UPGRADE_TASKS, SE_POST_UPGRADE_TASKS, * SE_WAIT_FOR_SWITCHOVER, SE_CHECK_SCALEDOUT_VS_EXISTS, SE_UPGRADE_SEMGR_REQUEST, SE_UPGRADE_SEMGR_SE_UNREACHABLE, SE_PRE_UPGRADE_SCALE_IN_OPS, * SE_POST_UPGRADE_SCALE_OUT_OPS, SE_UPGRADE_SUSPENDED, SE_UPGRADE_START... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param state set the state. */ @@ -1336,6 +1391,7 @@ public void setState(String state) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -1347,6 +1403,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. */ @@ -1357,7 +1414,7 @@ public void setTenantRef(String tenantRef) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property thread of obj type segroupstatus field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return thread */ @@ -1368,7 +1425,7 @@ public String getThread() { /** * This is the setter method to the attribute. - * Placeholder for description of property thread of obj type segroupstatus field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param thread set the thread. */ @@ -1380,6 +1437,7 @@ public void setThread(String thread) { /** * This is the getter method this will return the attribute value. * Enum options - TRAFFIC_DISRUPTED, TRAFFIC_NOT_DISRUPTED. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return trafficStatus */ @@ -1391,6 +1449,7 @@ public String getTrafficStatus() { /** * This is the setter method to the attribute. * Enum options - TRAFFIC_DISRUPTED, TRAFFIC_NOT_DISRUPTED. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param trafficStatus set the trafficStatus. */ @@ -1403,6 +1462,7 @@ public void setTrafficStatus(String trafficStatus) { * This is the getter method this will return the attribute value. * Virtualservice errors during the segroup upgrade. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsErrors */ @@ -1415,6 +1475,7 @@ public List getVsErrors() { * This is the setter method. this will set the vsErrors * Virtualservice errors during the segroup upgrade. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsErrors */ @@ -1427,6 +1488,7 @@ public void setVsErrors(List vsErrors) { * This is the setter method this will set the vsErrors * Virtualservice errors during the segroup upgrade. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsErrors */ @@ -1443,6 +1505,7 @@ public SeGroupStatus addVsErrorsItem(VsError vsErrorsItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsMigrateInProgressRef */ @@ -1454,6 +1517,7 @@ public List getVsMigrateInProgressRef() { /** * This is the setter method. this will set the vsMigrateInProgressRef * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsMigrateInProgressRef */ @@ -1465,6 +1529,7 @@ public void setVsMigrateInProgressRef(List vsMigrateInProgressRef) { /** * This is the setter method this will set the vsMigrateInProgressRef * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsMigrateInProgressRef */ @@ -1481,6 +1546,7 @@ public SeGroupStatus addVsMigrateInProgressRefItem(String vsMigrateInProgressRef /** * This is the getter method this will return the attribute value. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsScaleinInProgressRef */ @@ -1492,6 +1558,7 @@ public List getVsScaleinInProgressRef() { /** * This is the setter method. this will set the vsScaleinInProgressRef * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsScaleinInProgressRef */ @@ -1503,6 +1570,7 @@ public void setVsScaleinInProgressRef(List vsScaleinInProgressRef) { /** * This is the setter method this will set the vsScaleinInProgressRef * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsScaleinInProgressRef */ @@ -1519,6 +1587,7 @@ public SeGroupStatus addVsScaleinInProgressRefItem(String vsScaleinInProgressRef /** * This is the getter method this will return the attribute value. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsScaleoutInProgressRef */ @@ -1530,6 +1599,7 @@ public List getVsScaleoutInProgressRef() { /** * This is the setter method. this will set the vsScaleoutInProgressRef * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsScaleoutInProgressRef */ @@ -1541,6 +1611,7 @@ public void setVsScaleoutInProgressRef(List vsScaleoutInProgressRef) { /** * This is the setter method this will set the vsScaleoutInProgressRef * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsScaleoutInProgressRef */ @@ -1556,7 +1627,7 @@ public SeGroupStatus addVsScaleoutInProgressRefItem(String vsScaleoutInProgressR /** * This is the getter method this will return the attribute value. - * Placeholder for description of property worker of obj type segroupstatus field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return worker */ @@ -1567,7 +1638,7 @@ public String getWorker() { /** * This is the setter method to the attribute. - * Placeholder for description of property worker of obj type segroupstatus field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param worker set the worker. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeGroupVersion.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeGroupVersion.java index 7af71ba6..b962caf8 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeGroupVersion.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeGroupVersion.java @@ -46,6 +46,7 @@ public class SeGroupVersion extends AviRestResource { * This is the getter method this will return the attribute value. * Fips mode for service engine group. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fipsMode */ @@ -58,6 +59,7 @@ public Boolean getFipsMode() { * This is the setter method to the attribute. * Fips mode for service engine group. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fipsMode set the fipsMode. */ @@ -70,6 +72,7 @@ public void setFipsMode(Boolean fipsMode) { * This is the getter method this will return the attribute value. * Name of the service engine group. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -82,6 +85,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the service engine group. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -94,6 +98,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Current patch version for the service engine group. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patch */ @@ -106,6 +111,7 @@ public String getPatch() { * This is the setter method to the attribute. * Current patch version for the service engine group. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patch set the patch. */ @@ -118,6 +124,7 @@ public void setPatch(String patch) { * This is the getter method this will return the attribute value. * Current base version for the service engine group. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -130,6 +137,7 @@ public String getVersion() { * This is the setter method to the attribute. * Current base version for the service engine group. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/SeHBEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHBEventDetails.java index 2c6f2053..b479d59d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHBEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHBEventDetails.java @@ -53,6 +53,7 @@ public class SeHBEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. * Hb request/response not received. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return hbType */ @@ -64,6 +65,7 @@ public Integer getHbType() { /** * This is the setter method to the attribute. * Hb request/response not received. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param hbType set the hbType. */ @@ -77,6 +79,7 @@ public void setHbType(Integer hbType) { * Uuid of the se with which heartbeat failed. * It is a reference to an object of type serviceengine. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return remoteSeRef */ @@ -90,6 +93,7 @@ public String getRemoteSeRef() { * Uuid of the se with which heartbeat failed. * It is a reference to an object of type serviceengine. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param remoteSeRef set the remoteSeRef. */ @@ -103,6 +107,7 @@ public void setRemoteSeRef(String remoteSeRef) { * Uuid of the se reporting this event. * It is a reference to an object of type serviceengine. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reportingSeRef */ @@ -116,6 +121,7 @@ public String getReportingSeRef() { * Uuid of the se reporting this event. * It is a reference to an object of type serviceengine. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reportingSeRef set the reportingSeRef. */ @@ -129,6 +135,7 @@ public void setReportingSeRef(String reportingSeRef) { * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. * Field deprecated in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seRef1 */ @VsoMethod @@ -141,6 +148,7 @@ public String getSeRef1() { * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. * Field deprecated in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param seRef1 set the seRef1. */ @VsoMethod @@ -153,6 +161,7 @@ public void setSeRef1(String seRef1) { * Uuid of a se in the se-group which failed to respond. * It is a reference to an object of type serviceengine. * Field deprecated in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seRef2 */ @VsoMethod @@ -165,6 +174,7 @@ public String getSeRef2() { * Uuid of a se in the se-group which failed to respond. * It is a reference to an object of type serviceengine. * Field deprecated in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param seRef2 set the seRef2. */ @VsoMethod @@ -176,6 +186,7 @@ public void setSeRef2(String seRef2) { * This is the getter method this will return the attribute value. * Uuid of the virtual service which is placed on reporting-se and remote-se. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -188,6 +199,7 @@ public String getVsUuid() { * This is the setter method to the attribute. * Uuid of the virtual service which is placed on reporting-se and remote-se. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHbRecoveredEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHbRecoveredEventDetails.java index f269ceff..b1bd852d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHbRecoveredEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHbRecoveredEventDetails.java @@ -45,6 +45,7 @@ public class SeHbRecoveredEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. * Heartbeat request/response received. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return hbType */ @@ -56,6 +57,7 @@ public Integer getHbType() { /** * This is the setter method to the attribute. * Heartbeat request/response received. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param hbType set the hbType. */ @@ -69,6 +71,7 @@ public void setHbType(Integer hbType) { * Uuid of the remote se with which dataplane heartbeat recovered. * It is a reference to an object of type serviceengine. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return remoteSeRef */ @@ -82,6 +85,7 @@ public String getRemoteSeRef() { * Uuid of the remote se with which dataplane heartbeat recovered. * It is a reference to an object of type serviceengine. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param remoteSeRef set the remoteSeRef. */ @@ -95,6 +99,7 @@ public void setRemoteSeRef(String remoteSeRef) { * Uuid of the se reporting this event. * It is a reference to an object of type serviceengine. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reportingSeRef */ @@ -108,6 +113,7 @@ public String getReportingSeRef() { * Uuid of the se reporting this event. * It is a reference to an object of type serviceengine. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reportingSeRef set the reportingSeRef. */ @@ -120,6 +126,7 @@ public void setReportingSeRef(String reportingSeRef) { * This is the getter method this will return the attribute value. * Uuid of a vs which is placed on reporting-se and remote-se. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -132,6 +139,7 @@ public String getVsUuid() { * This is the setter method to the attribute. * Uuid of a vs which is placed on reporting-se and remote-se. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHighIngressProcLatencyEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHighIngressProcLatencyEventDetails.java index d49c0123..d5633846 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHighIngressProcLatencyEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHighIngressProcLatencyEventDetails.java @@ -65,6 +65,7 @@ public class SeHighIngressProcLatencyEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. * Dispatcher core which received the packet. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dispatcherCore */ @@ -76,6 +77,7 @@ public Integer getDispatcherCore() { /** * This is the setter method to the attribute. * Dispatcher core which received the packet. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dispatcherCore set the dispatcherCore. */ @@ -88,6 +90,7 @@ public void setDispatcherCore(Integer dispatcherCore) { * This is the getter method this will return the attribute value. * Dispatcher processing latency. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dispatcherLatencyIngress */ @@ -100,6 +103,7 @@ public Integer getDispatcherLatencyIngress() { * This is the setter method to the attribute. * Dispatcher processing latency. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dispatcherLatencyIngress set the dispatcherLatencyIngress. */ @@ -111,6 +115,7 @@ public void setDispatcherLatencyIngress(Integer dispatcherLatencyIngress) { /** * This is the getter method this will return the attribute value. * Number of events in a 30 second interval. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventCount */ @@ -122,6 +127,7 @@ public Integer getEventCount() { /** * This is the setter method to the attribute. * Number of events in a 30 second interval. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eventCount set the eventCount. */ @@ -133,6 +139,7 @@ public void setEventCount(Integer eventCount) { /** * This is the getter method this will return the attribute value. * Proxy core which processed the packet. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flowCore */ @@ -144,6 +151,7 @@ public Integer getFlowCore() { /** * This is the setter method to the attribute. * Proxy core which processed the packet. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param flowCore set the flowCore. */ @@ -156,6 +164,7 @@ public void setFlowCore(Integer flowCore) { * This is the getter method this will return the attribute value. * Proxy dequeue latency. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return proxyLatencyIngress */ @@ -168,6 +177,7 @@ public Integer getProxyLatencyIngress() { * This is the setter method to the attribute. * Proxy dequeue latency. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param proxyLatencyIngress set the proxyLatencyIngress. */ @@ -180,6 +190,7 @@ public void setProxyLatencyIngress(Integer proxyLatencyIngress) { * This is the getter method this will return the attribute value. * Se name. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -192,6 +203,7 @@ public String getSeName() { * This is the setter method to the attribute. * Se name. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ @@ -204,6 +216,7 @@ public void setSeName(String seName) { * This is the getter method this will return the attribute value. * Se uuid. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -216,6 +229,7 @@ public String getSeRef() { * This is the setter method to the attribute. * Se uuid. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ @@ -228,6 +242,7 @@ public void setSeRef(String seRef) { * This is the getter method this will return the attribute value. * Vs name. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -240,6 +255,7 @@ public String getVsName() { * This is the setter method to the attribute. * Vs name. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsName set the vsName. */ @@ -252,6 +268,7 @@ public void setVsName(String vsName) { * This is the getter method this will return the attribute value. * Vs uuid. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsRef */ @@ -264,6 +281,7 @@ public String getVsRef() { * This is the setter method to the attribute. * Vs uuid. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsRef set the vsRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHmEventGSDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHmEventGSDetails.java index 9eb7e78a..70b9c3c0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHmEventGSDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHmEventGSDetails.java @@ -50,6 +50,7 @@ public class SeHmEventGSDetails extends AviRestResource { * This is the getter method this will return the attribute value. * Gslbservice name. * It is a reference to an object of type gslbservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbService */ @@ -62,6 +63,7 @@ public String getGslbService() { * This is the setter method to the attribute. * Gslbservice name. * It is a reference to an object of type gslbservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gslbService set the gslbService. */ @@ -73,6 +75,7 @@ public void setGslbService(String gslbService) { /** * This is the getter method this will return the attribute value. * Ha compromised reason. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return haReason */ @@ -84,6 +87,7 @@ public String getHaReason() { /** * This is the setter method to the attribute. * Ha compromised reason. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param haReason set the haReason. */ @@ -95,6 +99,7 @@ public void setHaReason(String haReason) { /** * This is the getter method this will return the attribute value. * Reason gslb service is down. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -106,6 +111,7 @@ public String getReason() { /** * This is the setter method to the attribute. * Reason gslb service is down. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -117,6 +123,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. * Service engine name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -128,6 +135,7 @@ public String getSeName() { /** * This is the setter method to the attribute. * Service engine name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ @@ -139,6 +147,7 @@ public void setSeName(String seName) { /** * This is the getter method this will return the attribute value. * Uuid of the event generator. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return srcUuid */ @@ -150,6 +159,7 @@ public String getSrcUuid() { /** * This is the setter method to the attribute. * Uuid of the event generator. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param srcUuid set the srcUuid. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHmEventGslbPoolDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHmEventGslbPoolDetails.java index 0718e5d5..beddc30d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHmEventGslbPoolDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHmEventGslbPoolDetails.java @@ -54,6 +54,7 @@ public class SeHmEventGslbPoolDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. * Gslbservice pool name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gsgroup */ @@ -65,6 +66,7 @@ public String getGsgroup() { /** * This is the setter method to the attribute. * Gslbservice pool name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gsgroup set the gsgroup. */ @@ -77,6 +79,7 @@ public void setGsgroup(String gsgroup) { * This is the getter method this will return the attribute value. * Gslb service name. * It is a reference to an object of type gslbservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbService */ @@ -89,6 +92,7 @@ public String getGslbService() { * This is the setter method to the attribute. * Gslb service name. * It is a reference to an object of type gslbservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gslbService set the gslbService. */ @@ -100,6 +104,7 @@ public void setGslbService(String gslbService) { /** * This is the getter method this will return the attribute value. * Gslbservice member details. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gsmember */ @@ -111,6 +116,7 @@ public SeHmEventGslbPoolMemberDetails getGsmember() { /** * This is the setter method to the attribute. * Gslbservice member details. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gsmember set the gsmember. */ @@ -122,6 +128,7 @@ public void setGsmember(SeHmEventGslbPoolMemberDetails gsmember) { /** * This is the getter method this will return the attribute value. * Ha compromised reason. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return haReason */ @@ -133,6 +140,7 @@ public String getHaReason() { /** * This is the setter method to the attribute. * Ha compromised reason. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param haReason set the haReason. */ @@ -144,6 +152,7 @@ public void setHaReason(String haReason) { /** * This is the getter method this will return the attribute value. * Service engine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -155,6 +164,7 @@ public String getSeName() { /** * This is the setter method to the attribute. * Service engine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ @@ -166,6 +176,7 @@ public void setSeName(String seName) { /** * This is the getter method this will return the attribute value. * Uuid of the event generator. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return srcUuid */ @@ -177,6 +188,7 @@ public String getSrcUuid() { /** * This is the setter method to the attribute. * Uuid of the event generator. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param srcUuid set the srcUuid. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHmEventGslbPoolMemberDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHmEventGslbPoolMemberDetails.java index 135ca363..1a111f8e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHmEventGslbPoolMemberDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHmEventGslbPoolMemberDetails.java @@ -53,7 +53,7 @@ public class SeHmEventGslbPoolMemberDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property app_info of obj type sehmeventgslbpoolmemberdetails 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 appInfo */ @@ -64,7 +64,7 @@ public List getAppInfo() { /** * This is the setter method. this will set the appInfo - * Placeholder for description of property app_info of obj type sehmeventgslbpoolmemberdetails 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 appInfo */ @@ -75,7 +75,7 @@ public void setAppInfo(List appInfo) { /** * This is the setter method this will set the appInfo - * Placeholder for description of property app_info of obj type sehmeventgslbpoolmemberdetails 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 appInfo */ @@ -92,6 +92,7 @@ public SeHmEventGslbPoolMemberDetails addAppInfoItem(AppInfo appInfoItem) { /** * This is the getter method this will return the attribute value. * Domain name used to health monitor this member. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return domain */ @@ -103,6 +104,7 @@ public String getDomain() { /** * This is the setter method to the attribute. * Domain name used to health monitor this member. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param domain set the domain. */ @@ -117,6 +119,7 @@ public void setDomain(String domain) { * Enum options - ARP_UNRESOLVED, CONNECTION_REFUSED, CONNECTION_TIMEOUT, RESPONSE_CODE_MISMATCH, PAYLOAD_CONTENT_MISMATCH, SERVER_UNREACHABLE, * CONNECTION_RESET, CONNECTION_ERROR, HOST_ERROR, ADDRESS_ERROR, NO_PORT, PAYLOAD_TIMEOUT, NO_RESPONSE, NO_RESOURCES, SSL_ERROR, SSL_CERT_ERROR, * PORT_UNREACHABLE, SCRIPT_ERROR, OTHER_ERROR, SERVER_DISABLED... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return failureCode */ @@ -131,6 +134,7 @@ public String getFailureCode() { * Enum options - ARP_UNRESOLVED, CONNECTION_REFUSED, CONNECTION_TIMEOUT, RESPONSE_CODE_MISMATCH, PAYLOAD_CONTENT_MISMATCH, SERVER_UNREACHABLE, * CONNECTION_RESET, CONNECTION_ERROR, HOST_ERROR, ADDRESS_ERROR, NO_PORT, PAYLOAD_TIMEOUT, NO_RESPONSE, NO_RESOURCES, SSL_ERROR, SSL_CERT_ERROR, * PORT_UNREACHABLE, SCRIPT_ERROR, OTHER_ERROR, SERVER_DISABLED... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param failureCode set the failureCode. */ @@ -142,6 +146,7 @@ public void setFailureCode(String failureCode) { /** * This is the getter method this will return the attribute value. * Ip address of gslbservice member. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -153,6 +158,7 @@ public IpAddr getIp() { /** * This is the setter method to the attribute. * Ip address of gslbservice member. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -163,7 +169,7 @@ public void setIp(IpAddr ip) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property shm of obj type sehmeventgslbpoolmemberdetails 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 shm */ @@ -174,7 +180,7 @@ public List getShm() { /** * This is the setter method. this will set the shm - * Placeholder for description of property shm of obj type sehmeventgslbpoolmemberdetails 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 shm */ @@ -185,7 +191,7 @@ public void setShm(List shm) { /** * This is the setter method this will set the shm - * Placeholder for description of property shm of obj type sehmeventgslbpoolmemberdetails 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 shm */ @@ -206,6 +212,7 @@ public SeHmEventGslbPoolMemberDetails addShmItem(SeHmEventShmDetails shmItem) { * 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 sslErrorCode */ @@ -221,6 +228,7 @@ public String getSslErrorCode() { * 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. * @param sslErrorCode set the sslErrorCode. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHmEventPoolDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHmEventPoolDetails.java index 2c41aa06..18b1b5e2 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHmEventPoolDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHmEventPoolDetails.java @@ -58,6 +58,7 @@ public class SeHmEventPoolDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. * Ha compromised reason. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return haReason */ @@ -69,6 +70,7 @@ public String getHaReason() { /** * This is the setter method to the attribute. * Ha compromised reason. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param haReason set the haReason. */ @@ -80,6 +82,7 @@ public void setHaReason(String haReason) { /** * This is the getter method this will return the attribute value. * Percentage of servers up. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return percentServersUp */ @@ -91,6 +94,7 @@ public String getPercentServersUp() { /** * This is the setter method to the attribute. * Percentage of servers up. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param percentServersUp set the percentServersUp. */ @@ -103,6 +107,7 @@ public void setPercentServersUp(String percentServersUp) { * This is the getter method this will return the attribute value. * Pool name. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pool */ @@ -115,6 +120,7 @@ public String getPool() { * This is the setter method to the attribute. * Pool name. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pool set the pool. */ @@ -126,6 +132,7 @@ public void setPool(String pool) { /** * This is the getter method this will return the attribute value. * Service engine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -137,6 +144,7 @@ public String getSeName() { /** * This is the setter method to the attribute. * Service engine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ @@ -148,6 +156,7 @@ public void setSeName(String seName) { /** * This is the getter method this will return the attribute value. * Server details. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return server */ @@ -159,6 +168,7 @@ public SeHmEventServerDetails getServer() { /** * This is the setter method to the attribute. * Server details. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param server set the server. */ @@ -170,6 +180,7 @@ public void setServer(SeHmEventServerDetails server) { /** * This is the getter method this will return the attribute value. * Uuid of the event generator. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return srcUuid */ @@ -181,6 +192,7 @@ public String getSrcUuid() { /** * This is the setter method to the attribute. * Uuid of the event generator. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param srcUuid set the srcUuid. */ @@ -193,6 +205,7 @@ public void setSrcUuid(String srcUuid) { * This is the getter method this will return the attribute value. * Virtual service name. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return virtualService */ @@ -205,6 +218,7 @@ public String getVirtualService() { * This is the setter method to the attribute. * Virtual service name. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param virtualService set the virtualService. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHmEventServerDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHmEventServerDetails.java index 32e607c4..69f413ea 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHmEventServerDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHmEventServerDetails.java @@ -61,7 +61,7 @@ public class SeHmEventServerDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property app_info of obj type sehmeventserverdetails 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 appInfo */ @@ -72,7 +72,7 @@ public List getAppInfo() { /** * This is the setter method. this will set the appInfo - * Placeholder for description of property app_info of obj type sehmeventserverdetails 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 appInfo */ @@ -83,7 +83,7 @@ public void setAppInfo(List appInfo) { /** * This is the setter method this will set the appInfo - * Placeholder for description of property app_info of obj type sehmeventserverdetails 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 appInfo */ @@ -100,6 +100,7 @@ public SeHmEventServerDetails addAppInfoItem(AppInfo appInfoItem) { /** * This is the getter method this will return the attribute value. * Server description. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -111,6 +112,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * Server description. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -125,6 +127,7 @@ public void setDescription(String description) { * Enum options - ARP_UNRESOLVED, CONNECTION_REFUSED, CONNECTION_TIMEOUT, RESPONSE_CODE_MISMATCH, PAYLOAD_CONTENT_MISMATCH, SERVER_UNREACHABLE, * CONNECTION_RESET, CONNECTION_ERROR, HOST_ERROR, ADDRESS_ERROR, NO_PORT, PAYLOAD_TIMEOUT, NO_RESPONSE, NO_RESOURCES, SSL_ERROR, SSL_CERT_ERROR, * PORT_UNREACHABLE, SCRIPT_ERROR, OTHER_ERROR, SERVER_DISABLED... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return failureCode */ @@ -139,6 +142,7 @@ public String getFailureCode() { * Enum options - ARP_UNRESOLVED, CONNECTION_REFUSED, CONNECTION_TIMEOUT, RESPONSE_CODE_MISMATCH, PAYLOAD_CONTENT_MISMATCH, SERVER_UNREACHABLE, * CONNECTION_RESET, CONNECTION_ERROR, HOST_ERROR, ADDRESS_ERROR, NO_PORT, PAYLOAD_TIMEOUT, NO_RESPONSE, NO_RESOURCES, SSL_ERROR, SSL_CERT_ERROR, * PORT_UNREACHABLE, SCRIPT_ERROR, OTHER_ERROR, SERVER_DISABLED... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param failureCode set the failureCode. */ @@ -150,6 +154,7 @@ public void setFailureCode(String failureCode) { /** * This is the getter method this will return the attribute value. * Host name or vm name or dns name for the server. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostname */ @@ -161,6 +166,7 @@ public String getHostname() { /** * This is the setter method to the attribute. * Host name or vm name or dns name for the server. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostname set the hostname. */ @@ -172,6 +178,7 @@ public void setHostname(String hostname) { /** * This is the getter method this will return the attribute value. * Ip address of server. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -183,6 +190,7 @@ public IpAddr getIp() { /** * This is the setter method to the attribute. * Ip address of server. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -195,6 +203,7 @@ public void setIp(IpAddr ip) { * This is the getter method this will return the attribute value. * Port override form the pool port. * If server port is not specified, the pool port is used. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -207,6 +216,7 @@ public Integer getPort() { * This is the setter method to the attribute. * Port override form the pool port. * If server port is not specified, the pool port is used. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ @@ -217,7 +227,7 @@ public void setPort(Integer port) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property shm of obj type sehmeventserverdetails 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 shm */ @@ -228,7 +238,7 @@ public List getShm() { /** * This is the setter method. this will set the shm - * Placeholder for description of property shm of obj type sehmeventserverdetails 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 shm */ @@ -239,7 +249,7 @@ public void setShm(List shm) { /** * This is the setter method this will set the shm - * Placeholder for description of property shm of obj type sehmeventserverdetails 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 shm */ @@ -260,6 +270,7 @@ public SeHmEventServerDetails addShmItem(SeHmEventShmDetails shmItem) { * 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 sslErrorCode */ @@ -275,6 +286,7 @@ public String getSslErrorCode() { * 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. * @param sslErrorCode set the sslErrorCode. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHmEventShmDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHmEventShmDetails.java index 0c068cfa..e0702dfd 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHmEventShmDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHmEventShmDetails.java @@ -45,6 +45,7 @@ public class SeHmEventShmDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. * Average health monitor response time from server in milli-seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return averageResponseTime */ @@ -56,6 +57,7 @@ public Integer getAverageResponseTime() { /** * This is the setter method to the attribute. * Average health monitor response time from server in milli-seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param averageResponseTime set the averageResponseTime. */ @@ -68,6 +70,7 @@ public void setAverageResponseTime(Integer averageResponseTime) { * This is the getter method this will return the attribute value. * Health monitor name. * It is a reference to an object of type healthmonitor. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return healthMonitor */ @@ -80,6 +83,7 @@ public String getHealthMonitor() { * This is the setter method to the attribute. * Health monitor name. * It is a reference to an object of type healthmonitor. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param healthMonitor set the healthMonitor. */ @@ -90,7 +94,7 @@ public void setHealthMonitor(String healthMonitor) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property resp_string of obj type sehmeventshmdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return respString */ @@ -101,7 +105,7 @@ public String getRespString() { /** * This is the setter method to the attribute. - * Placeholder for description of property resp_string of obj type sehmeventshmdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param respString set the respString. */ @@ -114,6 +118,7 @@ public void setRespString(String respString) { * This is the getter method this will return the attribute value. * Response code from server. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return responseCode */ @@ -126,6 +131,7 @@ public Integer getResponseCode() { * This is the setter method to the attribute. * Response code from server. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param responseCode set the responseCode. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHmEventVsDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHmEventVsDetails.java index 64202eec..bf23490b 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHmEventVsDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeHmEventVsDetails.java @@ -63,6 +63,7 @@ public class SeHmEventVsDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. * Ha compromised reason. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return haReason */ @@ -74,6 +75,7 @@ public String getHaReason() { /** * This is the setter method to the attribute. * Ha compromised reason. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param haReason set the haReason. */ @@ -85,6 +87,7 @@ public void setHaReason(String haReason) { /** * This is the getter method this will return the attribute value. * Reason for virtual service down. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -96,6 +99,7 @@ public String getReason() { /** * This is the setter method to the attribute. * Reason for virtual service down. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -107,6 +111,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. * Service engine name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -118,6 +123,7 @@ public String getSeName() { /** * This is the setter method to the attribute. * Service engine name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ @@ -129,6 +135,7 @@ public void setSeName(String seName) { /** * This is the getter method this will return the attribute value. * Uuid of the event generator. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return srcUuid */ @@ -140,6 +147,7 @@ public String getSrcUuid() { /** * This is the setter method to the attribute. * Uuid of the event generator. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param srcUuid set the srcUuid. */ @@ -151,6 +159,7 @@ public void setSrcUuid(String srcUuid) { /** * This is the getter method this will return the attribute value. * Vip address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vip6Address */ @@ -162,6 +171,7 @@ public IpAddr getVip6Address() { /** * This is the setter method to the attribute. * Vip address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vip6Address set the vip6Address. */ @@ -173,6 +183,7 @@ public void setVip6Address(IpAddr vip6Address) { /** * This is the getter method this will return the attribute value. * Vip address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipAddress */ @@ -184,6 +195,7 @@ public IpAddr getVipAddress() { /** * This is the setter method to the attribute. * Vip address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipAddress set the vipAddress. */ @@ -195,6 +207,7 @@ public void setVipAddress(IpAddr vipAddress) { /** * This is the getter method this will return the attribute value. * Vip id. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -206,6 +219,7 @@ public String getVipId() { /** * This is the setter method to the attribute. * Vip id. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ @@ -218,6 +232,7 @@ public void setVipId(String vipId) { * This is the getter method this will return the attribute value. * Virtual service name. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return virtualService */ @@ -230,6 +245,7 @@ public String getVirtualService() { * This is the setter method to the attribute. * Virtual service name. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param virtualService set the virtualService. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeIP6DadFailedEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeIP6DadFailedEventDetails.java index cd5175ba..5425d35a 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeIP6DadFailedEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeIP6DadFailedEventDetails.java @@ -42,6 +42,7 @@ public class SeIP6DadFailedEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. * Ipv6 address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dadIp */ @@ -53,6 +54,7 @@ public IpAddr getDadIp() { /** * This is the setter method to the attribute. * Ipv6 address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dadIp set the dadIp. */ @@ -64,6 +66,7 @@ public void setDadIp(IpAddr dadIp) { /** * This is the getter method this will return the attribute value. * Vnic name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ifName */ @@ -75,6 +78,7 @@ public String getIfName() { /** * This is the setter method to the attribute. * Vnic name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ifName set the ifName. */ @@ -87,6 +91,7 @@ public void setIfName(String ifName) { * This is the getter method this will return the attribute value. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -99,6 +104,7 @@ public String getSeRef() { * This is the setter method to the attribute. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeIpAddedEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeIpAddedEventDetails.java index c8803fc9..4d2cc7e8 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeIpAddedEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeIpAddedEventDetails.java @@ -65,6 +65,7 @@ public class SeIpAddedEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. * Vnic name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ifName */ @@ -76,6 +77,7 @@ public String getIfName() { /** * This is the setter method to the attribute. * Vnic name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ifName set the ifName. */ @@ -87,6 +89,7 @@ public void setIfName(String ifName) { /** * This is the getter method this will return the attribute value. * Ip added. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -98,6 +101,7 @@ public String getIp() { /** * This is the setter method to the attribute. * Ip added. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -109,6 +113,7 @@ public void setIp(String ip) { /** * This is the getter method this will return the attribute value. * Vnic linux name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return linuxName */ @@ -120,6 +125,7 @@ public String getLinuxName() { /** * This is the setter method to the attribute. * Vnic linux name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param linuxName set the linuxName. */ @@ -131,6 +137,7 @@ public void setLinuxName(String linuxName) { /** * This is the getter method this will return the attribute value. * Mac address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mac */ @@ -142,6 +149,7 @@ public String getMac() { /** * This is the setter method to the attribute. * Mac address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mac set the mac. */ @@ -152,7 +160,8 @@ public void setMac(String mac) { /** * This is the getter method this will return the attribute value. - * Mask . + * Mask. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mask */ @@ -163,7 +172,8 @@ public Integer getMask() { /** * This is the setter method to the attribute. - * Mask . + * Mask. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mask set the mask. */ @@ -175,6 +185,7 @@ public void setMask(Integer mask) { /** * This is the getter method this will return the attribute value. * Dchp or static. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mode */ @@ -186,6 +197,7 @@ public String getMode() { /** * This is the setter method to the attribute. * Dchp or static. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mode set the mode. */ @@ -197,6 +209,7 @@ public void setMode(String mode) { /** * This is the getter method this will return the attribute value. * Network uuid. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkUuid */ @@ -208,6 +221,7 @@ public String getNetworkUuid() { /** * This is the setter method to the attribute. * Network uuid. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkUuid set the networkUuid. */ @@ -219,6 +233,7 @@ public void setNetworkUuid(String networkUuid) { /** * This is the getter method this will return the attribute value. * Namespace. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ns */ @@ -230,6 +245,7 @@ public String getNs() { /** * This is the setter method to the attribute. * Namespace. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ns set the ns. */ @@ -242,6 +258,7 @@ public void setNs(String ns) { * This is the getter method this will return the attribute value. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -254,6 +271,7 @@ public String getSeRef() { * This is the setter method to the attribute. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeIpRemovedEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeIpRemovedEventDetails.java index 92fd42d3..73c70891 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeIpRemovedEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeIpRemovedEventDetails.java @@ -65,6 +65,7 @@ public class SeIpRemovedEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. * Vnic name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ifName */ @@ -76,6 +77,7 @@ public String getIfName() { /** * This is the setter method to the attribute. * Vnic name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ifName set the ifName. */ @@ -87,6 +89,7 @@ public void setIfName(String ifName) { /** * This is the getter method this will return the attribute value. * Ip added. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -98,6 +101,7 @@ public String getIp() { /** * This is the setter method to the attribute. * Ip added. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -109,6 +113,7 @@ public void setIp(String ip) { /** * This is the getter method this will return the attribute value. * Vnic linux name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return linuxName */ @@ -120,6 +125,7 @@ public String getLinuxName() { /** * This is the setter method to the attribute. * Vnic linux name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param linuxName set the linuxName. */ @@ -131,6 +137,7 @@ public void setLinuxName(String linuxName) { /** * This is the getter method this will return the attribute value. * Mac address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mac */ @@ -142,6 +149,7 @@ public String getMac() { /** * This is the setter method to the attribute. * Mac address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mac set the mac. */ @@ -152,7 +160,8 @@ public void setMac(String mac) { /** * This is the getter method this will return the attribute value. - * Mask . + * Mask. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mask */ @@ -163,7 +172,8 @@ public Integer getMask() { /** * This is the setter method to the attribute. - * Mask . + * Mask. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mask set the mask. */ @@ -175,6 +185,7 @@ public void setMask(Integer mask) { /** * This is the getter method this will return the attribute value. * Dchp or static. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mode */ @@ -186,6 +197,7 @@ public String getMode() { /** * This is the setter method to the attribute. * Dchp or static. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mode set the mode. */ @@ -197,6 +209,7 @@ public void setMode(String mode) { /** * This is the getter method this will return the attribute value. * Network uuid. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkUuid */ @@ -208,6 +221,7 @@ public String getNetworkUuid() { /** * This is the setter method to the attribute. * Network uuid. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkUuid set the networkUuid. */ @@ -219,6 +233,7 @@ public void setNetworkUuid(String networkUuid) { /** * This is the getter method this will return the attribute value. * Namespace. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ns */ @@ -230,6 +245,7 @@ public String getNs() { /** * This is the setter method to the attribute. * Namespace. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ns set the ns. */ @@ -242,6 +258,7 @@ public void setNs(String ns) { * This is the getter method this will return the attribute value. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -254,6 +271,7 @@ public String getSeRef() { * This is the setter method to the attribute. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeIpfailureEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeIpfailureEventDetails.java index e0a2c258..910d7b9d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeIpfailureEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeIpfailureEventDetails.java @@ -45,6 +45,7 @@ public class SeIpfailureEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. * Mac address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mac */ @@ -56,6 +57,7 @@ public String getMac() { /** * This is the setter method to the attribute. * Mac address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mac set the mac. */ @@ -67,6 +69,7 @@ public void setMac(String mac) { /** * This is the getter method this will return the attribute value. * Network uuid. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkUuid */ @@ -78,6 +81,7 @@ public String getNetworkUuid() { /** * This is the setter method to the attribute. * Network uuid. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkUuid set the networkUuid. */ @@ -90,6 +94,7 @@ public void setNetworkUuid(String networkUuid) { * This is the getter method this will return the attribute value. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -102,6 +107,7 @@ public String getSeRef() { * This is the setter method to the attribute. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ @@ -113,6 +119,7 @@ public void setSeRef(String seRef) { /** * This is the getter method this will return the attribute value. * Vnic name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vnicName */ @@ -124,6 +131,7 @@ public String getVnicName() { /** * This is the setter method to the attribute. * Vnic name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vnicName set the vnicName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeLicensedBandwdithExceededEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeLicensedBandwdithExceededEventDetails.java index bfbb8a96..7a6a84ab 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeLicensedBandwdithExceededEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeLicensedBandwdithExceededEventDetails.java @@ -37,6 +37,7 @@ public class SeLicensedBandwdithExceededEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. * Number of packets dropped since the last event. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numPktsDropped */ @@ -48,6 +49,7 @@ public Integer getNumPktsDropped() { /** * This is the setter method to the attribute. * Number of packets dropped since the last event. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numPktsDropped set the numPktsDropped. */ @@ -60,6 +62,7 @@ public void setNumPktsDropped(Integer numPktsDropped) { * This is the getter method this will return the attribute value. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -72,6 +75,7 @@ public String getSeRef() { * This is the setter method to the attribute. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeList.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeList.java index b8e5b2b2..9cf3eb9e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeList.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeList.java @@ -198,6 +198,7 @@ public class SeList extends AviRestResource { * This is the getter method this will return the attribute value. * Vip is active on cloud. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return activeOnCloud */ @@ -210,6 +211,7 @@ public Boolean getActiveOnCloud() { * This is the setter method to the attribute. * Vip is active on cloud. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param activeOnCloud set the activeOnCloud. */ @@ -222,6 +224,7 @@ public void setActiveOnCloud(Boolean activeOnCloud) { * This is the getter method this will return the attribute value. * Vip is active on this serviceengine. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return activeOnSe */ @@ -234,6 +237,7 @@ public Boolean getActiveOnSe() { * This is the setter method to the attribute. * Vip is active on this serviceengine. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param activeOnSe set the activeOnSe. */ @@ -245,6 +249,7 @@ public void setActiveOnSe(Boolean activeOnSe) { /** * This is the getter method this will return the attribute value. * This flag is set when scaling in an se in admin down mode. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return adminDownRequested */ @@ -256,6 +261,7 @@ public Boolean getAdminDownRequested() { /** * This is the setter method to the attribute. * This flag is set when scaling in an se in admin down mode. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param adminDownRequested set the adminDownRequested. */ @@ -269,6 +275,7 @@ public void setAdminDownRequested(Boolean adminDownRequested) { * Indicates if an se is at the current version. * This state will now be derived from se group runtime. * Field deprecated in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return atCurrVer */ @VsoMethod @@ -281,6 +288,7 @@ public Boolean getAtCurrVer() { * Indicates if an se is at the current version. * This state will now be derived from se group runtime. * Field deprecated in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param atCurrVer set the atCurrVer. */ @VsoMethod @@ -292,6 +300,7 @@ public void setAtCurrVer(Boolean atCurrVer) { * This is the getter method this will return the attribute value. * Attach ip is in progress. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attachIpInProgress */ @@ -304,6 +313,7 @@ public Boolean getAttachIpInProgress() { * This is the setter method to the attribute. * Attach ip is in progress. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attachIpInProgress set the attachIpInProgress. */ @@ -317,6 +327,7 @@ public void setAttachIpInProgress(Boolean attachIpInProgress) { * This field indicates the status of programming network reachability to the virtual service ip in the cloud. * Field deprecated in 21.1.3. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return attachIpStatus */ @VsoMethod @@ -329,6 +340,7 @@ public String getAttachIpStatus() { * This field indicates the status of programming network reachability to the virtual service ip in the cloud. * Field deprecated in 21.1.3. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param attachIpStatus set the attachIpStatus. */ @VsoMethod @@ -341,6 +353,7 @@ public void setAttachIpStatus(String attachIpStatus) { * This flag indicates if network reachability to the virtual service ip in the cloud has been successfully programmed. * Field deprecated in 21.1.3. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return attachIpSuccess */ @VsoMethod @@ -353,6 +366,7 @@ public Boolean getAttachIpSuccess() { * This flag indicates if network reachability to the virtual service ip in the cloud has been successfully programmed. * Field deprecated in 21.1.3. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param attachIpSuccess set the attachIpSuccess. */ @VsoMethod @@ -364,6 +378,7 @@ public void setAttachIpSuccess(Boolean attachIpSuccess) { * This is the getter method this will return the attribute value. * All attempts to program the vip on cloud have been made. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudProgrammingDone */ @@ -376,6 +391,7 @@ public Boolean getCloudProgrammingDone() { * This is the setter method to the attribute. * All attempts to program the vip on cloud have been made. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudProgrammingDone set the cloudProgrammingDone. */ @@ -388,6 +404,7 @@ public void setCloudProgrammingDone(Boolean cloudProgrammingDone) { * This is the getter method this will return the attribute value. * Status of vip on the cloud. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudProgrammingStatus */ @@ -400,6 +417,7 @@ public String getCloudProgrammingStatus() { * This is the setter method to the attribute. * Status of vip on the cloud. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudProgrammingStatus set the cloudProgrammingStatus. */ @@ -411,6 +429,7 @@ public void setCloudProgrammingStatus(String cloudProgrammingStatus) { /** * This is the getter method this will return the attribute value. * This flag is set when an se is admin down or scaling in. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return deleteInProgress */ @@ -422,6 +441,7 @@ public Boolean getDeleteInProgress() { /** * This is the setter method to the attribute. * This flag is set when an se is admin down or scaling in. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param deleteInProgress set the deleteInProgress. */ @@ -434,6 +454,7 @@ public void setDeleteInProgress(Boolean deleteInProgress) { * This is the getter method this will return the attribute value. * Detach ip is in progress. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return detachIpInProgress */ @@ -446,6 +467,7 @@ public Boolean getDetachIpInProgress() { * This is the setter method to the attribute. * Detach ip is in progress. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param detachIpInProgress set the detachIpInProgress. */ @@ -458,6 +480,7 @@ public void setDetachIpInProgress(Boolean detachIpInProgress) { * This is the getter method this will return the attribute value. * This field is not needed with the current implementation of update rpcs to ses. * Field deprecated in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return downloadSelistOnly */ @VsoMethod @@ -469,6 +492,7 @@ public Boolean getDownloadSelistOnly() { * This is the setter method to the attribute. * This field is not needed with the current implementation of update rpcs to ses. * Field deprecated in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param downloadSelistOnly set the downloadSelistOnly. */ @VsoMethod @@ -478,7 +502,7 @@ public void setDownloadSelistOnly(Boolean downloadSelistOnly) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property floating_intf_ip of obj type selist 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 floatingIntfIp */ @@ -489,7 +513,7 @@ public List getFloatingIntfIp() { /** * This is the setter method. this will set the floatingIntfIp - * Placeholder for description of property floating_intf_ip of obj type selist 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 floatingIntfIp */ @@ -500,7 +524,7 @@ public void setFloatingIntfIp(List floatingIntfIp) { /** * This is the setter method this will set the floatingIntfIp - * Placeholder for description of property floating_intf_ip of obj type selist 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 floatingIntfIp */ @@ -520,6 +544,7 @@ public SeList addFloatingIntfIpItem(IpAddr floatingIntfIpItem) { * No longer used, replaced by se datastore. * Field deprecated in 18.1.5, 18.2.1. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return geoDownload */ @VsoMethod @@ -533,6 +558,7 @@ public Boolean getGeoDownload() { * No longer used, replaced by se datastore. * Field deprecated in 18.1.5, 18.2.1. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param geoDownload set the geoDownload. */ @VsoMethod @@ -546,6 +572,7 @@ public void setGeoDownload(Boolean geoDownload) { * No longer used, replaced by se datastore. * Field deprecated in 18.1.5, 18.2.1. * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return geodbDownload */ @VsoMethod @@ -559,6 +586,7 @@ public Boolean getGeodbDownload() { * No longer used, replaced by se datastore. * Field deprecated in 18.1.5, 18.2.1. * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param geodbDownload set the geodbDownload. */ @VsoMethod @@ -572,6 +600,7 @@ public void setGeodbDownload(Boolean geodbDownload) { * No longer used, replaced by se datastore. * Field deprecated in 18.1.5, 18.2.1. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return gslbDownload */ @VsoMethod @@ -585,6 +614,7 @@ public Boolean getGslbDownload() { * No longer used, replaced by se datastore. * Field deprecated in 18.1.5, 18.2.1. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param gslbDownload set the gslbDownload. */ @VsoMethod @@ -597,6 +627,7 @@ public void setGslbDownload(Boolean gslbDownload) { * Updated whenever this entry is created. * When the sees this has changed, it means that the se should disrupt, since there was a delete then create, not an update. * Field introduced in 18.1.5,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return incarnation */ @@ -610,6 +641,7 @@ public String getIncarnation() { * Updated whenever this entry is created. * When the sees this has changed, it means that the se should disrupt, since there was a delete then create, not an update. * Field introduced in 18.1.5,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param incarnation set the incarnation. */ @@ -623,6 +655,7 @@ public void setIncarnation(String incarnation) { * This flag was used to display the se connected state. * This state will now be derived from se group runtime. * Field deprecated in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return isConnected */ @VsoMethod @@ -635,6 +668,7 @@ public Boolean getIsConnected() { * This flag was used to display the se connected state. * This state will now be derived from se group runtime. * Field deprecated in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param isConnected set the isConnected. */ @VsoMethod @@ -644,7 +678,7 @@ public void setIsConnected(Boolean isConnected) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property is_portchannel of obj type selist 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 isPortchannel */ @@ -655,7 +689,7 @@ public Boolean getIsPortchannel() { /** * This is the setter method to the attribute. - * Placeholder for description of property is_portchannel of obj type selist 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 isPortchannel set the isPortchannel. */ @@ -666,7 +700,7 @@ public void setIsPortchannel(Boolean isPortchannel) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property is_primary of obj type selist 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 isPrimary */ @@ -677,7 +711,7 @@ public Boolean getIsPrimary() { /** * This is the setter method to the attribute. - * Placeholder for description of property is_primary of obj type selist 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 isPrimary set the isPrimary. */ @@ -688,7 +722,7 @@ public void setIsPrimary(Boolean isPrimary) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property is_standby of obj type selist 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 isStandby */ @@ -699,7 +733,7 @@ public Boolean getIsStandby() { /** * This is the setter method to the attribute. - * Placeholder for description of property is_standby of obj type selist 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 isStandby set the isStandby. */ @@ -710,7 +744,7 @@ public void setIsStandby(Boolean isStandby) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property memory of obj type selist 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 2001. * @return memory */ @@ -721,7 +755,7 @@ public Integer getMemory() { /** * This is the setter method to the attribute. - * Placeholder for description of property memory of obj type selist 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 2001. * @param memory set the memory. */ @@ -734,6 +768,7 @@ public void setMemory(Integer memory) { * This is the getter method this will return the attribute value. * Management ipv4 address of se. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mgmtIp */ @@ -746,6 +781,7 @@ public IpAddr getMgmtIp() { * This is the setter method to the attribute. * Management ipv4 address of se. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mgmtIp set the mgmtIp. */ @@ -758,6 +794,7 @@ public void setMgmtIp(IpAddr mgmtIp) { * This is the getter method this will return the attribute value. * Management ipv6 address of se. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mgmtIp6 */ @@ -770,6 +807,7 @@ public IpAddr getMgmtIp6() { * This is the setter method to the attribute. * Management ipv6 address of se. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mgmtIp6 set the mgmtIp6. */ @@ -782,6 +820,7 @@ public void setMgmtIp6(IpAddr mgmtIp6) { * This is the getter method this will return the attribute value. * This field is not needed with the current implementation of update rpcs to ses. * Field deprecated in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return pendingDownload */ @VsoMethod @@ -793,6 +832,7 @@ public Boolean getPendingDownload() { * This is the setter method to the attribute. * This field is not needed with the current implementation of update rpcs to ses. * Field deprecated in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param pendingDownload set the pendingDownload. */ @VsoMethod @@ -804,6 +844,7 @@ public void setPendingDownload(Boolean pendingDownload) { * This is the getter method this will return the attribute value. * Se scaling in status is determined by delete_in_progress. * Field deprecated in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return scaleinInProgress */ @VsoMethod @@ -815,6 +856,7 @@ public Boolean getScaleinInProgress() { * This is the setter method to the attribute. * Se scaling in status is determined by delete_in_progress. * Field deprecated in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param scaleinInProgress set the scaleinInProgress. */ @VsoMethod @@ -826,6 +868,7 @@ public void setScaleinInProgress(Boolean scaleinInProgress) { * This is the getter method this will return the attribute value. * This flag is set when a vs is actively scaling out to this se. * Field introduced in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return scaleoutInProgress */ @@ -838,6 +881,7 @@ public Boolean getScaleoutInProgress() { * This is the setter method to the attribute. * This flag is set when a vs is actively scaling out to this se. * Field introduced in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param scaleoutInProgress set the scaleoutInProgress. */ @@ -850,6 +894,7 @@ public void setScaleoutInProgress(Boolean scaleoutInProgress) { * This is the getter method this will return the attribute value. * All attempts to program the vip on this serviceengine have been made. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seProgrammingDone */ @@ -862,6 +907,7 @@ public Boolean getSeProgrammingDone() { * This is the setter method to the attribute. * All attempts to program the vip on this serviceengine have been made. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seProgrammingDone set the seProgrammingDone. */ @@ -874,6 +920,7 @@ public void setSeProgrammingDone(Boolean seProgrammingDone) { * This is the getter method this will return the attribute value. * Vip is awaiting response from this serviceengine. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seReadyInProgress */ @@ -886,6 +933,7 @@ public Boolean getSeReadyInProgress() { * This is the setter method to the attribute. * Vip is awaiting response from this serviceengine. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seReadyInProgress set the seReadyInProgress. */ @@ -897,6 +945,7 @@ public void setSeReadyInProgress(Boolean seReadyInProgress) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -908,6 +957,7 @@ public String getSeRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ @@ -918,7 +968,7 @@ public void setSeRef(String seRef) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property sec_idx of obj type selist 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 1. * @return secIdx */ @@ -929,7 +979,7 @@ public Integer getSecIdx() { /** * This is the setter method to the attribute. - * Placeholder for description of property sec_idx of obj type selist 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 1. * @param secIdx set the secIdx. */ @@ -940,7 +990,7 @@ public void setSecIdx(Integer secIdx) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property snat_ip of obj type selist 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 snatIp */ @@ -951,7 +1001,7 @@ public IpAddr getSnatIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property snat_ip of obj type selist 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 snatIp set the snatIp. */ @@ -962,7 +1012,7 @@ public void setSnatIp(IpAddr snatIp) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcpus of obj type selist 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 2. * @return vcpus */ @@ -973,7 +1023,7 @@ public Integer getVcpus() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcpus of obj type selist 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 2. * @param vcpus set the vcpus. */ @@ -987,6 +1037,7 @@ public void setVcpus(Integer vcpus) { * Version of the se. * This state will now be derived from se group runtime. * Field deprecated in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return version */ @VsoMethod @@ -999,6 +1050,7 @@ public String getVersion() { * Version of the se. * This state will now be derived from se group runtime. * Field deprecated in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param version set the version. */ @VsoMethod @@ -1009,6 +1061,7 @@ public void setVersion(String version) { /** * 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 vip6SubnetMask */ @@ -1020,6 +1073,7 @@ public Integer getVip6SubnetMask() { /** * This is the setter method to the attribute. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @param vip6SubnetMask set the vip6SubnetMask. */ @@ -1030,7 +1084,7 @@ public void setVip6SubnetMask(Integer vip6SubnetMask) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vip_intf_ip of obj type selist 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 vipIntfIp */ @@ -1041,7 +1095,7 @@ public IpAddr getVipIntfIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property vip_intf_ip of obj type selist 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 vipIntfIp set the vipIntfIp. */ @@ -1052,7 +1106,7 @@ public void setVipIntfIp(IpAddr vipIntfIp) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vip_intf_list of obj type selist 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 vipIntfList */ @@ -1063,7 +1117,7 @@ public List getVipIntfList() { /** * This is the setter method. this will set the vipIntfList - * Placeholder for description of property vip_intf_list of obj type selist 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 vipIntfList */ @@ -1074,7 +1128,7 @@ public void setVipIntfList(List vipIntfList) { /** * This is the setter method this will set the vipIntfList - * Placeholder for description of property vip_intf_list of obj type selist 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 vipIntfList */ @@ -1090,7 +1144,7 @@ public SeList addVipIntfListItem(SeVipInterfaceList vipIntfListItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vip_intf_mac of obj type selist field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipIntfMac */ @@ -1101,7 +1155,7 @@ public String getVipIntfMac() { /** * This is the setter method to the attribute. - * Placeholder for description of property vip_intf_mac of obj type selist field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipIntfMac set the vipIntfMac. */ @@ -1112,7 +1166,7 @@ public void setVipIntfMac(String vipIntfMac) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vip_subnet_mask of obj type selist 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 32. * @return vipSubnetMask */ @@ -1123,7 +1177,7 @@ public Integer getVipSubnetMask() { /** * This is the setter method to the attribute. - * Placeholder for description of property vip_subnet_mask of obj type selist 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 32. * @param vipSubnetMask set the vipSubnetMask. */ @@ -1134,7 +1188,7 @@ public void setVipSubnetMask(Integer vipSubnetMask) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vlan_id of obj type selist 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 0. * @return vlanId */ @@ -1145,7 +1199,7 @@ public Integer getVlanId() { /** * This is the setter method to the attribute. - * Placeholder for description of property vlan_id of obj type selist 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 0. * @param vlanId set the vlanId. */ @@ -1156,7 +1210,7 @@ public void setVlanId(Integer vlanId) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vnic of obj type selist 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 vnic */ @@ -1167,7 +1221,7 @@ public List getVnic() { /** * This is the setter method. this will set the vnic - * Placeholder for description of property vnic of obj type selist 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 vnic */ @@ -1178,7 +1232,7 @@ public void setVnic(List vnic) { /** * This is the setter method this will set the vnic - * Placeholder for description of property vnic of obj type selist 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 vnic */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeMemoryLimitEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeMemoryLimitEventDetails.java index 6db4e547..44a059b2 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeMemoryLimitEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeMemoryLimitEventDetails.java @@ -70,6 +70,7 @@ public class SeMemoryLimitEventDetails extends AviRestResource { * This is the getter method this will return the attribute value. * Current status of config memory. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return configMemoryStatus */ @@ -82,6 +83,7 @@ public String getConfigMemoryStatus() { * This is the setter method to the attribute. * Current status of config memory. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param configMemoryStatus set the configMemoryStatus. */ @@ -94,6 +96,7 @@ public void setConfigMemoryStatus(String configMemoryStatus) { * This is the getter method this will return the attribute value. * Heap config memory hard limit. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return heapConfigHardLimit */ @@ -106,6 +109,7 @@ public Integer getHeapConfigHardLimit() { * This is the setter method to the attribute. * Heap config memory hard limit. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param heapConfigHardLimit set the heapConfigHardLimit. */ @@ -118,6 +122,7 @@ public void setHeapConfigHardLimit(Integer heapConfigHardLimit) { * This is the getter method this will return the attribute value. * Heap config memory soft limit. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return heapConfigSoftLimit */ @@ -130,6 +135,7 @@ public Integer getHeapConfigSoftLimit() { * This is the setter method to the attribute. * Heap config memory soft limit. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param heapConfigSoftLimit set the heapConfigSoftLimit. */ @@ -142,6 +148,7 @@ public void setHeapConfigSoftLimit(Integer heapConfigSoftLimit) { * This is the getter method this will return the attribute value. * Config memory usage in heap memory. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return heapConfigUsage */ @@ -154,6 +161,7 @@ public Integer getHeapConfigUsage() { * This is the setter method to the attribute. * Config memory usage in heap memory. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param heapConfigUsage set the heapConfigUsage. */ @@ -166,6 +174,7 @@ public void setHeapConfigUsage(Integer heapConfigUsage) { * This is the getter method this will return the attribute value. * Connection memory usage in heap memory. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return heapConnUsage */ @@ -178,6 +187,7 @@ public Integer getHeapConnUsage() { * This is the setter method to the attribute. * Connection memory usage in heap memory. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param heapConnUsage set the heapConnUsage. */ @@ -191,6 +201,7 @@ public void setHeapConnUsage(Integer heapConnUsage) { * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -204,6 +215,7 @@ public String getSeRef() { * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ @@ -216,6 +228,7 @@ public void setSeRef(String seRef) { * This is the getter method this will return the attribute value. * Current shm config memory hard limit. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return shmConfigHardLimit */ @@ -228,6 +241,7 @@ public Integer getShmConfigHardLimit() { * This is the setter method to the attribute. * Current shm config memory hard limit. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param shmConfigHardLimit set the shmConfigHardLimit. */ @@ -240,6 +254,7 @@ public void setShmConfigHardLimit(Integer shmConfigHardLimit) { * This is the getter method this will return the attribute value. * Current shm config memory soft limit. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return shmConfigSoftLimit */ @@ -252,6 +267,7 @@ public Integer getShmConfigSoftLimit() { * This is the setter method to the attribute. * Current shm config memory soft limit. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param shmConfigSoftLimit set the shmConfigSoftLimit. */ @@ -264,6 +280,7 @@ public void setShmConfigSoftLimit(Integer shmConfigSoftLimit) { * This is the getter method this will return the attribute value. * Config memory usage in shared memory. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return shmConfigUsage */ @@ -276,6 +293,7 @@ public Integer getShmConfigUsage() { * This is the setter method to the attribute. * Config memory usage in shared memory. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param shmConfigUsage set the shmConfigUsage. */ @@ -288,6 +306,7 @@ public void setShmConfigUsage(Integer shmConfigUsage) { * This is the getter method this will return the attribute value. * Connection memory usage in shared memory. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return shmConnUsage */ @@ -300,6 +319,7 @@ public Integer getShmConnUsage() { * This is the setter method to the attribute. * Connection memory usage in shared memory. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param shmConnUsage set the shmConnUsage. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeMgrDebugFilter.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeMgrDebugFilter.java index e773ba4c..5c1ae0bf 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeMgrDebugFilter.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeMgrDebugFilter.java @@ -32,7 +32,7 @@ public class SeMgrDebugFilter 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 */ @@ -43,7 +43,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/SeMgrEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeMgrEventDetails.java index 83aa64ea..80b1251b 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeMgrEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeMgrEventDetails.java @@ -113,7 +113,7 @@ public class SeMgrEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cloud_name of obj type semgreventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudName */ @@ -124,7 +124,7 @@ public String getCloudName() { /** * This is the setter method to the attribute. - * Placeholder for description of property cloud_name of obj type semgreventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudName set the cloudName. */ @@ -135,7 +135,7 @@ public void setCloudName(String cloudName) { /** * This is the getter method this will return the attribute value. - * Unique object identifier of 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 cloudUuid */ @@ -146,7 +146,7 @@ public String getCloudUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of 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 cloudUuid set the cloudUuid. */ @@ -157,7 +157,7 @@ public void setCloudUuid(String cloudUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property enable_state of obj type semgreventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enableState */ @@ -168,7 +168,7 @@ public String getEnableState() { /** * This is the setter method to the attribute. - * Placeholder for description of property enable_state of obj type semgreventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enableState set the enableState. */ @@ -179,7 +179,7 @@ public void setEnableState(String enableState) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property gcp_info of obj type semgreventdetails 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 gcpInfo */ @@ -190,7 +190,7 @@ public GcpInfo getGcpInfo() { /** * This is the setter method to the attribute. - * Placeholder for description of property gcp_info of obj type semgreventdetails 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 gcpInfo set the gcpInfo. */ @@ -201,7 +201,7 @@ public void setGcpInfo(GcpInfo gcpInfo) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property host_name of obj type semgreventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostName */ @@ -212,7 +212,7 @@ public String getHostName() { /** * This is the setter method to the attribute. - * Placeholder for description of property host_name of obj type semgreventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostName set the hostName. */ @@ -223,7 +223,7 @@ public void setHostName(String hostName) { /** * This is the getter method this will return the attribute value. - * Unique object identifier of host. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostUuid */ @@ -234,7 +234,7 @@ public String getHostUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of host. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostUuid set the hostUuid. */ @@ -245,7 +245,7 @@ public void setHostUuid(String hostUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property memory of obj type semgreventdetails 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 memory */ @@ -256,7 +256,7 @@ public Integer getMemory() { /** * This is the setter method to the attribute. - * Placeholder for description of property memory of obj type semgreventdetails 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 memory set the memory. */ @@ -267,7 +267,7 @@ public void setMemory(Integer memory) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property migrate_state of obj type semgreventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return migrateState */ @@ -278,7 +278,7 @@ public String getMigrateState() { /** * This is the setter method to the attribute. - * Placeholder for description of property migrate_state of obj type semgreventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param migrateState set the migrateState. */ @@ -289,7 +289,7 @@ public void setMigrateState(String migrateState) { /** * 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 */ @@ -300,7 +300,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. */ @@ -312,6 +312,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return newMgmtIp */ @@ -323,6 +324,7 @@ public String getNewMgmtIp() { /** * This is the setter method to the attribute. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param newMgmtIp set the newMgmtIp. */ @@ -334,6 +336,7 @@ public void setNewMgmtIp(String newMgmtIp) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return newMgmtIp6 */ @@ -345,6 +348,7 @@ public String getNewMgmtIp6() { /** * This is the setter method to the attribute. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param newMgmtIp6 set the newMgmtIp6. */ @@ -356,6 +360,7 @@ public void setNewMgmtIp6(String newMgmtIp6) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oldMgmtIp */ @@ -367,6 +372,7 @@ public String getOldMgmtIp() { /** * This is the setter method to the attribute. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param oldMgmtIp set the oldMgmtIp. */ @@ -378,6 +384,7 @@ public void setOldMgmtIp(String oldMgmtIp) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oldMgmtIp6 */ @@ -389,6 +396,7 @@ public String getOldMgmtIp6() { /** * This is the setter method to the attribute. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param oldMgmtIp6 set the oldMgmtIp6. */ @@ -399,7 +407,7 @@ public void setOldMgmtIp6(String oldMgmtIp6) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason of obj type semgreventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -410,7 +418,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Placeholder for description of property reason of obj type semgreventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -421,7 +429,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_grp_name of obj type semgreventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGrpName */ @@ -432,7 +440,7 @@ public String getSeGrpName() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_grp_name of obj type semgreventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGrpName set the seGrpName. */ @@ -443,7 +451,7 @@ public void setSeGrpName(String seGrpName) { /** * This is the getter method this will return the attribute value. - * Unique object identifier of se_grp. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGrpUuid */ @@ -454,7 +462,7 @@ public String getSeGrpUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of se_grp. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGrpUuid set the seGrpUuid. */ @@ -465,7 +473,7 @@ public void setSeGrpUuid(String seGrpUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcpus of obj type semgreventdetails 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 */ @@ -476,7 +484,7 @@ public Integer getVcpus() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcpus of obj type semgreventdetails 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. */ @@ -487,7 +495,7 @@ public void setVcpus(Integer vcpus) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vs_name of obj type semgreventdetails 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 vsName */ @@ -498,7 +506,7 @@ public List getVsName() { /** * This is the setter method. this will set the vsName - * Placeholder for description of property vs_name of obj type semgreventdetails 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 vsName */ @@ -509,7 +517,7 @@ public void setVsName(List vsName) { /** * This is the setter method this will set the vsName - * Placeholder for description of property vs_name of obj type semgreventdetails 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 vsName */ @@ -525,7 +533,7 @@ public SeMgrEventDetails addVsNameItem(String vsNameItem) { /** * 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 */ @@ -536,7 +544,7 @@ public List getVsUuid() { /** * This is the setter method. this will set the vsUuid - * 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 */ @@ -547,7 +555,7 @@ public void setVsUuid(List vsUuid) { /** * This is the setter method this will set the vsUuid - * 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 */ @@ -565,6 +573,7 @@ public SeMgrEventDetails addVsUuidItem(String vsUuidItem) { * This is the getter method this will return the attribute value. * Vsphere ha on cluster enabled. * Field introduced in 20.1.7, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsphereHaEnabled */ @@ -577,6 +586,7 @@ public Boolean getVsphereHaEnabled() { * This is the setter method to the attribute. * Vsphere ha on cluster enabled. * Field introduced in 20.1.7, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsphereHaEnabled set the vsphereHaEnabled. */ @@ -590,6 +600,7 @@ public void setVsphereHaEnabled(Boolean vsphereHaEnabled) { * This flag is set to true when cloud connector has detected an esx host failure. * This flag is set to false when the se connects back to the controller, or when vsphere ha recovery timeout has occurred. * Field introduced in 20.1.7, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsphereHaInprogress */ @@ -603,6 +614,7 @@ public Boolean getVsphereHaInprogress() { * This flag is set to true when cloud connector has detected an esx host failure. * This flag is set to false when the se connects back to the controller, or when vsphere ha recovery timeout has occurred. * Field introduced in 20.1.7, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsphereHaInprogress set the vsphereHaInprogress. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeMigrateEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeMigrateEventDetails.java index 1744b71c..67f222fc 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeMigrateEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeMigrateEventDetails.java @@ -52,7 +52,7 @@ public class SeMigrateEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_vs of obj type semigrateeventdetails 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 */ @@ -63,7 +63,7 @@ public Integer getNumVs() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_vs of obj type semigrateeventdetails 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. */ @@ -74,7 +74,7 @@ public void setNumVs(Integer numVs) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason of obj type semigrateeventdetails 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 reason */ @@ -85,7 +85,7 @@ public List getReason() { /** * This is the setter method. this will set the reason - * Placeholder for description of property reason of obj type semigrateeventdetails 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 reason */ @@ -96,7 +96,7 @@ public void setReason(List reason) { /** * This is the setter method this will set the reason - * Placeholder for description of property reason of obj type semigrateeventdetails 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 reason */ @@ -112,7 +112,7 @@ public SeMigrateEventDetails addReasonItem(String reasonItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_name of obj type semigrateeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -123,7 +123,7 @@ public String getSeName() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_name of obj type semigrateeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -134,7 +134,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 */ @@ -145,7 +145,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. */ @@ -156,7 +156,7 @@ public void setSeUuid(String seUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vs_name of obj type semigrateeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -167,7 +167,7 @@ public String getVsName() { /** * This is the setter method to the attribute. - * Placeholder for description of property vs_name of obj type semigrateeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsName set the vsName. */ @@ -178,7 +178,7 @@ public void setVsName(String vsName) { /** * 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 */ @@ -189,7 +189,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SePersistenceEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SePersistenceEventDetails.java index b7e082bf..74b18b74 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SePersistenceEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SePersistenceEventDetails.java @@ -41,6 +41,7 @@ public class SePersistenceEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. * Current number of entries in the client ip persistence table. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return entries */ @@ -52,6 +53,7 @@ public Integer getEntries() { /** * This is the setter method to the attribute. * Current number of entries in the client ip persistence table. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param entries set the entries. */ @@ -64,6 +66,7 @@ public void setEntries(Integer entries) { * This is the getter method this will return the attribute value. * Name of pool whose persistence table limits were reached. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pool */ @@ -76,6 +79,7 @@ public String getPool() { * This is the setter method to the attribute. * Name of pool whose persistence table limits were reached. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pool set the pool. */ @@ -89,6 +93,7 @@ public void setPool(String pool) { * Type of persistence. * Enum options - PERSISTENCE_TYPE_CLIENT_IP_ADDRESS, PERSISTENCE_TYPE_HTTP_COOKIE, PERSISTENCE_TYPE_TLS, PERSISTENCE_TYPE_CLIENT_IPV6_ADDRESS, * PERSISTENCE_TYPE_CUSTOM_HTTP_HEADER, PERSISTENCE_TYPE_APP_COOKIE, PERSISTENCE_TYPE_GSLB_SITE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -102,6 +107,7 @@ public String getType() { * Type of persistence. * Enum options - PERSISTENCE_TYPE_CLIENT_IP_ADDRESS, PERSISTENCE_TYPE_HTTP_COOKIE, PERSISTENCE_TYPE_TLS, PERSISTENCE_TYPE_CLIENT_IPV6_ADDRESS, * PERSISTENCE_TYPE_CUSTOM_HTTP_HEADER, PERSISTENCE_TYPE_APP_COOKIE, PERSISTENCE_TYPE_GSLB_SITE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/SePoolLbEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SePoolLbEventDetails.java index 86a3f78a..60a7f011 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SePoolLbEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SePoolLbEventDetails.java @@ -51,6 +51,7 @@ public class SePoolLbEventDetails extends AviRestResource { * Reason code for load balancing failure. * Enum options - PERSISTENT_SERVER_INVALID, PERSISTENT_SERVER_DOWN, SRVR_DOWN, ADD_PENDING, SLOW_START_MAX_CONN, MAX_CONN, NO_LPORT, SUSPECT_STATE, * MAX_CONN_RATE, CAPEST_RAND_MAX_CONN, GET_NEXT. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return failureCode */ @@ -64,6 +65,7 @@ public String getFailureCode() { * Reason code for load balancing failure. * Enum options - PERSISTENT_SERVER_INVALID, PERSISTENT_SERVER_DOWN, SRVR_DOWN, ADD_PENDING, SLOW_START_MAX_CONN, MAX_CONN, NO_LPORT, SUSPECT_STATE, * MAX_CONN_RATE, CAPEST_RAND_MAX_CONN, GET_NEXT. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param failureCode set the failureCode. */ @@ -76,6 +78,7 @@ public void setFailureCode(String failureCode) { * This is the getter method this will return the attribute value. * Pool name. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pool */ @@ -88,6 +91,7 @@ public String getPool() { * This is the setter method to the attribute. * Pool name. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pool set the pool. */ @@ -99,6 +103,7 @@ public void setPool(String pool) { /** * This is the getter method this will return the attribute value. * Reason for load balancing failure. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -110,6 +115,7 @@ public String getReason() { /** * This is the setter method to the attribute. * Reason for load balancing failure. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -121,6 +127,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. * Uuid of event generator. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return srcUuid */ @@ -132,6 +139,7 @@ public String getSrcUuid() { /** * This is the setter method to the attribute. * Uuid of event generator. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param srcUuid set the srcUuid. */ @@ -144,6 +152,7 @@ public void setSrcUuid(String srcUuid) { * This is the getter method this will return the attribute value. * Virtual service name. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return virtualService */ @@ -156,6 +165,7 @@ public String getVirtualService() { * This is the setter method to the attribute. * Virtual service name. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param virtualService set the virtualService. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeProperties.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeProperties.java index f2be63f6..0013aedb 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeProperties.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeProperties.java @@ -51,7 +51,7 @@ public class SeProperties extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_agent_properties of obj type seproperties 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 seAgentProperties */ @@ -62,7 +62,7 @@ public SeAgentProperties getSeAgentProperties() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_agent_properties of obj type seproperties 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 seAgentProperties set the seAgentProperties. */ @@ -73,7 +73,7 @@ public void setSeAgentProperties(SeAgentProperties seAgentProperties) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_bootup_properties of obj type seproperties 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 seBootupProperties */ @@ -84,7 +84,7 @@ public SeBootupProperties getSeBootupProperties() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_bootup_properties of obj type seproperties 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 seBootupProperties set the seBootupProperties. */ @@ -95,7 +95,7 @@ public void setSeBootupProperties(SeBootupProperties seBootupProperties) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_runtime_properties of obj type seproperties 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 seRuntimeProperties */ @@ -106,7 +106,7 @@ public SeRuntimeProperties getSeRuntimeProperties() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_runtime_properties of obj type seproperties 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 seRuntimeProperties set the seRuntimeProperties. */ @@ -136,7 +136,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 "default". * @return uuid */ @@ -147,7 +147,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 "default". * @param uuid set the uuid. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeRateLimiters.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeRateLimiters.java index 3bd33ab8..b9f018fd 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeRateLimiters.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeRateLimiters.java @@ -53,6 +53,7 @@ public class SeRateLimiters extends AviRestResource { /** * This is the getter method this will return the attribute value. * Rate limiter for arp packets in pps. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2000. * @return arpRl */ @@ -64,6 +65,7 @@ public Integer getArpRl() { /** * This is the setter method to the attribute. * Rate limiter for arp packets in pps. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2000. * @param arpRl set the arpRl. */ @@ -75,6 +77,7 @@ public void setArpRl(Integer arpRl) { /** * This is the getter method this will return the attribute value. * Default rate limiter in pps. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return defaultRl */ @@ -86,6 +89,7 @@ public Integer getDefaultRl() { /** * This is the setter method to the attribute. * Default rate limiter in pps. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param defaultRl set the defaultRl. */ @@ -97,6 +101,7 @@ public void setDefaultRl(Integer defaultRl) { /** * This is the getter method this will return the attribute value. * Rate limiter for number of flow probes in pps. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 250. * @return flowProbeRl */ @@ -108,6 +113,7 @@ public Integer getFlowProbeRl() { /** * This is the setter method to the attribute. * Rate limiter for number of flow probes in pps. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 250. * @param flowProbeRl set the flowProbeRl. */ @@ -119,6 +125,7 @@ public void setFlowProbeRl(Integer flowProbeRl) { /** * This is the getter method this will return the attribute value. * Rate limiter for icmp requests in pps. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2000. * @return icmpRl */ @@ -130,6 +137,7 @@ public Integer getIcmpRl() { /** * This is the setter method to the attribute. * Rate limiter for icmp requests in pps. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2000. * @param icmpRl set the icmpRl. */ @@ -141,6 +149,7 @@ public void setIcmpRl(Integer icmpRl) { /** * This is the getter method this will return the attribute value. * Rate limiter for icmp response in pps. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2000. * @return icmpRspRl */ @@ -152,6 +161,7 @@ public Integer getIcmpRspRl() { /** * This is the setter method to the attribute. * Rate limiter for icmp response in pps. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2000. * @param icmpRspRl set the icmpRspRl. */ @@ -163,6 +173,7 @@ public void setIcmpRspRl(Integer icmpRspRl) { /** * This is the getter method this will return the attribute value. * Rate limiter for number rst pkts sent in pps. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return rstRl */ @@ -174,6 +185,7 @@ public Integer getRstRl() { /** * This is the setter method to the attribute. * Rate limiter for number rst pkts sent in pps. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param rstRl set the rstRl. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeReconcileDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeReconcileDetails.java index e490f3d6..96a3222a 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeReconcileDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeReconcileDetails.java @@ -48,7 +48,7 @@ public class SeReconcileDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property new_service_cores of obj type sereconciledetails 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 newServiceCores */ @@ -59,7 +59,7 @@ public Float getNewServiceCores() { /** * This is the setter method to the attribute. - * Placeholder for description of property new_service_cores of obj type sereconciledetails 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 newServiceCores set the newServiceCores. */ @@ -70,7 +70,7 @@ public void setNewServiceCores(Float newServiceCores) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property old_service_cores of obj type sereconciledetails 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 oldServiceCores */ @@ -81,7 +81,7 @@ public Float getOldServiceCores() { /** * This is the setter method to the attribute. - * Placeholder for description of property old_service_cores of obj type sereconciledetails 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 oldServiceCores set the oldServiceCores. */ @@ -92,7 +92,7 @@ public void setOldServiceCores(Float oldServiceCores) { /** * 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 */ @@ -103,7 +103,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. */ @@ -114,7 +114,7 @@ public void setSeUuid(String seUuid) { /** * This is the getter method this will return the attribute value. - * Unique object identifier of 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 tenantUuid */ @@ -125,7 +125,7 @@ public String getTenantUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of 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 tenantUuid set the tenantUuid. */ @@ -136,7 +136,7 @@ public void setTenantUuid(String tenantUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property tier of obj type sereconciledetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier */ @@ -147,7 +147,7 @@ public String getTier() { /** * This is the setter method to the attribute. - * Placeholder for description of property tier of obj type sereconciledetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tier set the tier. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeResources.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeResources.java index 3a7439a0..30f96acf 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeResources.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeResources.java @@ -60,7 +60,7 @@ public class SeResources extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cores_per_socket of obj type seresources 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 coresPerSocket */ @@ -71,7 +71,7 @@ public Integer getCoresPerSocket() { /** * This is the setter method to the attribute. - * Placeholder for description of property cores_per_socket of obj type seresources 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 coresPerSocket set the coresPerSocket. */ @@ -82,7 +82,7 @@ public void setCoresPerSocket(Integer coresPerSocket) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property disk of obj type seresources 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 disk */ @@ -93,7 +93,7 @@ public Integer getDisk() { /** * This is the setter method to the attribute. - * Placeholder for description of property disk of obj type seresources 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 disk set the disk. */ @@ -104,7 +104,7 @@ public void setDisk(Integer disk) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property hyper_threading of obj type seresources 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 hyperThreading */ @@ -115,7 +115,7 @@ public Boolean getHyperThreading() { /** * This is the setter method to the attribute. - * Placeholder for description of property hyper_threading of obj type seresources 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 hyperThreading set the hyperThreading. */ @@ -128,6 +128,7 @@ public void setHyperThreading(Boolean hyperThreading) { * This is the getter method this will return the attribute value. * Indicates that the se is running on a virtual machine. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hypervisorMode */ @@ -140,6 +141,7 @@ public Boolean getHypervisorMode() { * This is the setter method to the attribute. * Indicates that the se is running on a virtual machine. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hypervisorMode set the hypervisorMode. */ @@ -150,7 +152,7 @@ public void setHypervisorMode(Boolean hypervisorMode) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property memory of obj type seresources 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 memory */ @@ -161,7 +163,7 @@ public Integer getMemory() { /** * This is the setter method to the attribute. - * Placeholder for description of property memory of obj type seresources 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 memory set the memory. */ @@ -174,6 +176,7 @@ public void setMemory(Integer memory) { * This is the getter method this will return the attribute value. * Indicates the number of active datapath processes. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numDatapathProcesses */ @@ -186,6 +189,7 @@ public Integer getNumDatapathProcesses() { * This is the setter method to the attribute. * Indicates the number of active datapath processes. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numDatapathProcesses set the numDatapathProcesses. */ @@ -196,7 +200,7 @@ public void setNumDatapathProcesses(Integer numDatapathProcesses) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_vcpus of obj type seresources 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 numVcpus */ @@ -207,7 +211,7 @@ public Integer getNumVcpus() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_vcpus of obj type seresources 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 numVcpus set the numVcpus. */ @@ -218,7 +222,7 @@ public void setNumVcpus(Integer numVcpus) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property sockets of obj type seresources 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 sockets */ @@ -229,7 +233,7 @@ public Integer getSockets() { /** * This is the setter method to the attribute. - * Placeholder for description of property sockets of obj type seresources 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 sockets set the sockets. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeRpcProxyDebugFilter.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeRpcProxyDebugFilter.java index 03d2bebc..75a6fb70 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeRpcProxyDebugFilter.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeRpcProxyDebugFilter.java @@ -42,6 +42,7 @@ public class SeRpcProxyDebugFilter extends AviRestResource { * This is the getter method this will return the attribute value. * Method name of rpc. * Field introduced in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return methodName */ @@ -54,6 +55,7 @@ public String getMethodName() { * This is the setter method to the attribute. * Method name of rpc. * Field introduced in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param methodName set the methodName. */ @@ -66,6 +68,7 @@ public void setMethodName(String methodName) { * This is the getter method this will return the attribute value. * Queue name of rpc. * Field introduced in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return queue */ @@ -78,6 +81,7 @@ public String getQueue() { * This is the setter method to the attribute. * Queue name of rpc. * Field introduced in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param queue set the queue. */ @@ -90,6 +94,7 @@ public void setQueue(String queue) { * This is the getter method this will return the attribute value. * Uuid of service engine. * Field introduced in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUuid */ @@ -102,6 +107,7 @@ public String getSeUuid() { * This is the setter method to the attribute. * Uuid of service engine. * Field introduced in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seUuid set the seUuid. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeRuntimeCompressionProperties.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeRuntimeCompressionProperties.java index 4dc5b575..4b515e67 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeRuntimeCompressionProperties.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeRuntimeCompressionProperties.java @@ -46,6 +46,7 @@ public class SeRuntimeCompressionProperties extends AviRestResource { * This is the getter method this will return the attribute value. * If client rtt is higher than this threshold, enable normal compression on the response. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return maxLowRtt */ @@ -58,6 +59,7 @@ public Integer getMaxLowRtt() { * This is the setter method to the attribute. * If client rtt is higher than this threshold, enable normal compression on the response. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param maxLowRtt set the maxLowRtt. */ @@ -70,6 +72,7 @@ public void setMaxLowRtt(Integer maxLowRtt) { * This is the getter method this will return the attribute value. * If client rtt is higher than this threshold, enable aggressive compression on the response. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 200. * @return minHighRtt */ @@ -82,6 +85,7 @@ public Integer getMinHighRtt() { * This is the setter method to the attribute. * If client rtt is higher than this threshold, enable aggressive compression on the response. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 200. * @param minHighRtt set the minHighRtt. */ @@ -93,6 +97,7 @@ public void setMinHighRtt(Integer minHighRtt) { /** * This is the getter method this will return the attribute value. * Minimum response content length to enable compression. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @return minLength */ @@ -104,6 +109,7 @@ public Integer getMinLength() { /** * This is the setter method to the attribute. * Minimum response content length to enable compression. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @param minLength set the minLength. */ @@ -115,6 +121,7 @@ public void setMinLength(Integer minLength) { /** * This is the getter method this will return the attribute value. * Values that identify mobile browsers in order to enable aggressive compression. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mobileStr */ @@ -126,6 +133,7 @@ public List getMobileStr() { /** * This is the setter method. this will set the mobileStr * Values that identify mobile browsers in order to enable aggressive compression. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mobileStr */ @@ -137,6 +145,7 @@ public void setMobileStr(List mobileStr) { /** * This is the setter method this will set the mobileStr * Values that identify mobile browsers in order to enable aggressive compression. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mobileStr */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeRuntimeProperties.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeRuntimeProperties.java index b19d569f..7c7abb4d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeRuntimeProperties.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeRuntimeProperties.java @@ -469,6 +469,7 @@ public class SeRuntimeProperties extends AviRestResource { * This is the getter method this will return the attribute value. * Allow admin user ssh access to se. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return adminSshEnabled */ @@ -481,6 +482,7 @@ public Boolean getAdminSshEnabled() { * This is the setter method to the attribute. * Allow admin user ssh access to se. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param adminSshEnabled set the adminSshEnabled. */ @@ -491,7 +493,7 @@ public void setAdminSshEnabled(Boolean adminSshEnabled) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property app_headers of obj type seruntimeproperties field type str type array. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appHeaders */ @@ -502,7 +504,7 @@ public List getAppHeaders() { /** * This is the setter method. this will set the appHeaders - * Placeholder for description of property app_headers of obj type seruntimeproperties field type str type array. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appHeaders */ @@ -513,7 +515,7 @@ public void setAppHeaders(List appHeaders) { /** * This is the setter method this will set the appHeaders - * Placeholder for description of property app_headers of obj type seruntimeproperties field type str type array. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appHeaders */ @@ -531,6 +533,7 @@ public SeRuntimeProperties addAppHeadersItem(AppHdr appHeadersItem) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.3. * Use config in serviceenginegroup instead. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return baremetalDispatcherHandlesFlows */ @@ -543,6 +546,7 @@ public Boolean getBaremetalDispatcherHandlesFlows() { * This is the setter method to the attribute. * Deprecated in 21.1.3. * Use config in serviceenginegroup instead. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param baremetalDispatcherHandlesFlows set the baremetalDispatcherHandlesFlows. */ @@ -554,7 +558,8 @@ public void setBaremetalDispatcherHandlesFlows(Boolean baremetalDispatcherHandl /** * This is the getter method this will return the attribute value. * Rate limit on maximum adf lossy log to pushper second. - * Allowed in 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 connectionsLossyLogRateLimiterThreshold */ @@ -566,7 +571,8 @@ public Integer getConnectionsLossyLogRateLimiterThreshold() { /** * This is the setter method to the attribute. * Rate limit on maximum adf lossy log to pushper second. - * 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 connectionsLossyLogRateLimiterThreshold set the connectionsLossyLogRateLimiterThreshold. */ @@ -578,7 +584,8 @@ public void setConnectionsLossyLogRateLimiterThreshold(Integer connectionsLossy /** * This is the getter method this will return the attribute value. * Rate limit on maximum adf udf or nf log to pushper second. - * Allowed in 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 connectionsUdfnfLogRateLimiterThreshold */ @@ -590,7 +597,8 @@ public Integer getConnectionsUdfnfLogRateLimiterThreshold() { /** * This is the setter method to the attribute. * Rate limit on maximum adf udf or nf log to pushper second. - * Allowed in 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 connectionsUdfnfLogRateLimiterThreshold set the connectionsUdfnfLogRateLimiterThreshold. */ @@ -604,6 +612,7 @@ public void setConnectionsUdfnfLogRateLimiterThreshold(Integer connectionsUdfnf * Disable flow probes for scaled out vs'es. * (this field has been moved to se_group properties 20.1.3 onwards.). * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableFlowProbes */ @@ -617,6 +626,7 @@ public Boolean getDisableFlowProbes() { * Disable flow probes for scaled out vs'es. * (this field has been moved to se_group properties 20.1.3 onwards.). * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableFlowProbes set the disableFlowProbes. */ @@ -630,6 +640,7 @@ public void setDisableFlowProbes(Boolean disableFlowProbes) { * Deprecated. * Field deprecated in 17.2.5. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return disableGro */ @VsoMethod @@ -642,6 +653,7 @@ public Boolean getDisableGro() { * Deprecated. * Field deprecated in 17.2.5. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param disableGro set the disableGro. */ @VsoMethod @@ -654,6 +666,7 @@ public void setDisableGro(Boolean disableGro) { * Deprecated. * Field deprecated in 17.2.5. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return disableTso */ @VsoMethod @@ -666,6 +679,7 @@ public Boolean getDisableTso() { * Deprecated. * Field deprecated in 17.2.5. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param disableTso set the disableTso. */ @VsoMethod @@ -675,7 +689,7 @@ public void setDisableTso(Boolean disableTso) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property dos_profile of obj type seruntimeproperties 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 dosProfile */ @@ -686,7 +700,7 @@ public DosThresholdProfile getDosProfile() { /** * This is the setter method to the attribute. - * Placeholder for description of property dos_profile of obj type seruntimeproperties 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 dosProfile set the dosProfile. */ @@ -699,6 +713,7 @@ public void setDosProfile(DosThresholdProfile dosProfile) { * This is the getter method this will return the attribute value. * Timeout for downstream to become writable. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @return downstreamSendTimeout */ @@ -711,6 +726,7 @@ public Integer getDownstreamSendTimeout() { * This is the setter method to the attribute. * Timeout for downstream to become writable. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @param downstreamSendTimeout set the downstreamSendTimeout. */ @@ -724,7 +740,8 @@ public void setDownstreamSendTimeout(Integer downstreamSendTimeout) { * Frequency of se - se hb messages when aggressive failure mode detection is enabled. * (this field has been moved to se_group properties 20.1.3 onwards). * Unit is milliseconds. - * Allowed in 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 dpAggressiveHbFrequency */ @@ -738,7 +755,8 @@ public Integer getDpAggressiveHbFrequency() { * Frequency of se - se hb messages when aggressive failure mode detection is enabled. * (this field has been moved to se_group properties 20.1.3 onwards). * Unit is milliseconds. - * Allowed in 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 dpAggressiveHbFrequency set the dpAggressiveHbFrequency. */ @@ -751,7 +769,8 @@ public void setDpAggressiveHbFrequency(Integer dpAggressiveHbFrequency) { * This is the getter method this will return the attribute value. * Consecutive hb failures after which failure is reported to controller,when aggressive failure mode detection is enabled. * (this field has been moved to se_group properties 20.1.3 onwards). - * Allowed in 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 dpAggressiveHbTimeoutCount */ @@ -764,7 +783,8 @@ public Integer getDpAggressiveHbTimeoutCount() { * This is the setter method to the attribute. * Consecutive hb failures after which failure is reported to controller,when aggressive failure mode detection is enabled. * (this field has been moved to se_group properties 20.1.3 onwards). - * Allowed in 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 dpAggressiveHbTimeoutCount set the dpAggressiveHbTimeoutCount. */ @@ -778,6 +798,7 @@ public void setDpAggressiveHbTimeoutCount(Integer dpAggressiveHbTimeoutCount) { * Frequency of se - se hb messages when aggressive failure mode detection is not enabled. * (this field has been moved to se_group properties 20.1.3 onwards). * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return dpHbFrequency */ @@ -791,6 +812,7 @@ public Integer getDpHbFrequency() { * Frequency of se - se hb messages when aggressive failure mode detection is not enabled. * (this field has been moved to se_group properties 20.1.3 onwards). * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param dpHbFrequency set the dpHbFrequency. */ @@ -803,6 +825,7 @@ public void setDpHbFrequency(Integer dpHbFrequency) { * This is the getter method this will return the attribute value. * Consecutive hb failures after which failure is reported to controller, when aggressive failure mode detection is not enabled. * (this field has been moved to se_group properties 20.1.3 onwards). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return dpHbTimeoutCount */ @@ -815,6 +838,7 @@ public Integer getDpHbTimeoutCount() { * This is the setter method to the attribute. * Consecutive hb failures after which failure is reported to controller, when aggressive failure mode detection is not enabled. * (this field has been moved to se_group properties 20.1.3 onwards). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param dpHbTimeoutCount set the dpHbTimeoutCount. */ @@ -827,6 +851,7 @@ public void setDpHbTimeoutCount(Integer dpHbTimeoutCount) { * This is the getter method this will return the attribute value. * Frequency of arp requests sent by se for each vip to detect duplicate ip when it loses conectivity to controller. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return dupipFrequency */ @@ -839,6 +864,7 @@ public Integer getDupipFrequency() { * This is the setter method to the attribute. * Frequency of arp requests sent by se for each vip to detect duplicate ip when it loses conectivity to controller. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param dupipFrequency set the dupipFrequency. */ @@ -850,6 +876,7 @@ public void setDupipFrequency(Integer dupipFrequency) { /** * This is the getter method this will return the attribute value. * Number of arp responses received for the vip after which se decides that the vip has been moved and disables the vip. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return dupipTimeoutCount */ @@ -861,6 +888,7 @@ public Integer getDupipTimeoutCount() { /** * This is the setter method to the attribute. * Number of arp responses received for the vip after which se decides that the vip has been moved and disables the vip. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param dupipTimeoutCount set the dupipTimeoutCount. */ @@ -873,6 +901,7 @@ public void setDupipTimeoutCount(Integer dupipTimeoutCount) { * This is the getter method this will return the attribute value. * Enable hsm luna engine logs. * Field introduced in 16.4.8, 17.1.11, 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableHsmLog */ @@ -885,6 +914,7 @@ public Boolean getEnableHsmLog() { * This is the setter method to the attribute. * Enable hsm luna engine logs. * Field introduced in 16.4.8, 17.1.11, 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableHsmLog set the enableHsmLog. */ @@ -896,6 +926,7 @@ public void setEnableHsmLog(Boolean enableHsmLog) { /** * This is the getter method this will return the attribute value. * Enable proxy arp from host interface for front end proxies. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return feproxyVipsEnableProxyArp */ @@ -907,6 +938,7 @@ public Boolean getFeproxyVipsEnableProxyArp() { /** * This is the setter method to the attribute. * Enable proxy arp from host interface for front end proxies. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param feproxyVipsEnableProxyArp set the feproxyVipsEnableProxyArp. */ @@ -920,6 +952,7 @@ public void setFeproxyVipsEnableProxyArp(Boolean feproxyVipsEnableProxyArp) { * How often to push the flow table ipc messages in the main loop. * The value is the number of times through the loop before pushing the batch. * I.e, a value of 1 means every time through the loop. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return flowTableBatchPushFrequency */ @@ -933,6 +966,7 @@ public Integer getFlowTableBatchPushFrequency() { * How often to push the flow table ipc messages in the main loop. * The value is the number of times through the loop before pushing the batch. * I.e, a value of 1 means every time through the loop. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param flowTableBatchPushFrequency set the flowTableBatchPushFrequency. */ @@ -945,6 +979,7 @@ public void setFlowTableBatchPushFrequency(Integer flowTableBatchPushFrequency) * This is the getter method this will return the attribute value. * Deprecated. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return flowTableMaxEntriesDeprecated */ @VsoMethod @@ -956,6 +991,7 @@ public Integer getFlowTableMaxEntriesDeprecated() { * This is the setter method to the attribute. * Deprecated. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param flowTableMaxEntriesDeprecated set the flowTableMaxEntriesDeprecated. */ @VsoMethod @@ -967,6 +1003,7 @@ public void setFlowTableMaxEntriesDeprecated(Integer flowTableMaxEntriesDepreca * This is the getter method this will return the attribute value. * Deprecated. * Field deprecated in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return flowTableNewSynMaxEntries */ @VsoMethod @@ -978,6 +1015,7 @@ public Integer getFlowTableNewSynMaxEntries() { * This is the setter method to the attribute. * Deprecated. * Field deprecated in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param flowTableNewSynMaxEntries set the flowTableNewSynMaxEntries. */ @VsoMethod @@ -990,6 +1028,7 @@ public void setFlowTableNewSynMaxEntries(Integer flowTableNewSynMaxEntries) { * Overrides the mtu value received via dhcp or some other means. * Use this when the infrastructure advertises an mtu that is not supported by all devices in the network. * For example, in aws or when an overlay is used. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return globalMtu */ @@ -1003,6 +1042,7 @@ public Integer getGlobalMtu() { * Overrides the mtu value received via dhcp or some other means. * Use this when the infrastructure advertises an mtu that is not supported by all devices in the network. * For example, in aws or when an overlay is used. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param globalMtu set the globalMtu. */ @@ -1014,7 +1054,8 @@ public void setGlobalMtu(Integer globalMtu) { /** * This is the getter method this will return the attribute value. * Enable javascript console logs on the client browser when collecting client insights. - * Allowed in 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 httpRumConsoleLog */ @@ -1026,7 +1067,8 @@ public Boolean getHttpRumConsoleLog() { /** * This is the setter method to the attribute. * Enable javascript console logs on the client browser when collecting client insights. - * Allowed in 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 httpRumConsoleLog set the httpRumConsoleLog. */ @@ -1038,7 +1080,8 @@ public void setHttpRumConsoleLog(Boolean httpRumConsoleLog) { /** * This is the getter method this will return the attribute value. * Minimum response size content length to sample for client insights. - * Allowed in basic(allowed values- 64) edition, essentials(allowed values- 64) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 64), basic edition(allowed values- 64), enterprise with cloud + * services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @return httpRumMinContentLength */ @@ -1050,7 +1093,8 @@ public Integer getHttpRumMinContentLength() { /** * This is the setter method to the attribute. * Minimum response size content length to sample for client insights. - * Allowed in basic(allowed values- 64) edition, essentials(allowed values- 64) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 64), basic edition(allowed values- 64), enterprise with cloud + * services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @param httpRumMinContentLength set the httpRumMinContentLength. */ @@ -1066,6 +1110,7 @@ public void setHttpRumMinContentLength(Integer httpRumMinContentLength) { * I.e, a value of 1 means the batch is pushed every time the loop runs. * Field deprecated in 18.1.3. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return lbBatchPushFrequency */ @VsoMethod @@ -1080,6 +1125,7 @@ public Integer getLbBatchPushFrequency() { * I.e, a value of 1 means the batch is pushed every time the loop runs. * Field deprecated in 18.1.3. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param lbBatchPushFrequency set the lbBatchPushFrequency. */ @VsoMethod @@ -1092,6 +1138,7 @@ public void setLbBatchPushFrequency(Integer lbBatchPushFrequency) { * Deprecated. * Field deprecated in 17.1.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return lbFailMaxTime */ @VsoMethod @@ -1104,6 +1151,7 @@ public Integer getLbFailMaxTime() { * Deprecated. * Field deprecated in 17.1.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param lbFailMaxTime set the lbFailMaxTime. */ @VsoMethod @@ -1114,6 +1162,7 @@ public void setLbFailMaxTime(Integer lbFailMaxTime) { /** * This is the getter method this will return the attribute value. * Number of requests to dispatch from the request queue at a regular interval. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return lbactionNumRequestsToDispatch */ @@ -1125,6 +1174,7 @@ public Integer getLbactionNumRequestsToDispatch() { /** * This is the setter method to the attribute. * Number of requests to dispatch from the request queue at a regular interval. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param lbactionNumRequestsToDispatch set the lbactionNumRequestsToDispatch. */ @@ -1136,6 +1186,7 @@ public void setLbactionNumRequestsToDispatch(Integer lbactionNumRequestsToDispa /** * This is the getter method this will return the attribute value. * Maximum retries per request in the request queue. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 22. * @return lbactionRqPerRequestMaxRetries */ @@ -1147,6 +1198,7 @@ public Integer getLbactionRqPerRequestMaxRetries() { /** * This is the setter method to the attribute. * Maximum retries per request in the request queue. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 22. * @param lbactionRqPerRequestMaxRetries set the lbactionRqPerRequestMaxRetries. */ @@ -1159,6 +1211,7 @@ public void setLbactionRqPerRequestMaxRetries(Integer lbactionRqPerRequestMaxRe * This is the getter method this will return the attribute value. * Deprecated in 21.1.1. * Flag to indicate if log files are compressed upon full on the service engine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return logAgentCompressLogs */ @@ -1171,6 +1224,7 @@ public Boolean getLogAgentCompressLogs() { * This is the setter method to the attribute. * Deprecated in 21.1.1. * Flag to indicate if log files are compressed upon full on the service engine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param logAgentCompressLogs set the logAgentCompressLogs. */ @@ -1183,6 +1237,7 @@ public void setLogAgentCompressLogs(Boolean logAgentCompressLogs) { * This is the getter method this will return the attribute value. * [deprecated]log-agent test property used to simulate slow tcp connections. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return logAgentConnSendBufferSize */ @VsoMethod @@ -1194,6 +1249,7 @@ public Integer getLogAgentConnSendBufferSize() { * This is the setter method to the attribute. * [deprecated]log-agent test property used to simulate slow tcp connections. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param logAgentConnSendBufferSize set the logAgentConnSendBufferSize. */ @VsoMethod @@ -1205,6 +1261,7 @@ public void setLogAgentConnSendBufferSize(Integer logAgentConnSendBufferSize) { * This is the getter method this will return the attribute value. * [deprecated]maximum size of data sent by log-agent to controller over the tcp connection. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return logAgentExportMsgBufferSize */ @VsoMethod @@ -1216,6 +1273,7 @@ public Integer getLogAgentExportMsgBufferSize() { * This is the setter method to the attribute. * [deprecated]maximum size of data sent by log-agent to controller over the tcp connection. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param logAgentExportMsgBufferSize set the logAgentExportMsgBufferSize. */ @VsoMethod @@ -1227,6 +1285,7 @@ public void setLogAgentExportMsgBufferSize(Integer logAgentExportMsgBufferSize) * This is the getter method this will return the attribute value. * [deprecated]time log-agent waits before sending data to the controller. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return logAgentExportWaitTime */ @VsoMethod @@ -1238,6 +1297,7 @@ public Integer getLogAgentExportWaitTime() { * This is the setter method to the attribute. * [deprecated]time log-agent waits before sending data to the controller. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param logAgentExportWaitTime set the logAgentExportWaitTime. */ @VsoMethod @@ -1249,6 +1309,7 @@ public void setLogAgentExportWaitTime(Integer logAgentExportWaitTime) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.1. * Maximum application log file size before rollover. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return logAgentFileSzAppl */ @@ -1261,6 +1322,7 @@ public Integer getLogAgentFileSzAppl() { * This is the setter method to the attribute. * Deprecated in 21.1.1. * Maximum application log file size before rollover. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param logAgentFileSzAppl set the logAgentFileSzAppl. */ @@ -1273,6 +1335,7 @@ public void setLogAgentFileSzAppl(Integer logAgentFileSzAppl) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.1. * Maximum connection log file size before rollover. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return logAgentFileSzConn */ @@ -1285,6 +1348,7 @@ public Integer getLogAgentFileSzConn() { * This is the setter method to the attribute. * Deprecated in 21.1.1. * Maximum connection log file size before rollover. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param logAgentFileSzConn set the logAgentFileSzConn. */ @@ -1297,6 +1361,7 @@ public void setLogAgentFileSzConn(Integer logAgentFileSzConn) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.1. * Maximum debug log file size before rollover. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return logAgentFileSzDebug */ @@ -1309,6 +1374,7 @@ public Integer getLogAgentFileSzDebug() { * This is the setter method to the attribute. * Deprecated in 21.1.1. * Maximum debug log file size before rollover. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param logAgentFileSzDebug set the logAgentFileSzDebug. */ @@ -1321,6 +1387,7 @@ public void setLogAgentFileSzDebug(Integer logAgentFileSzDebug) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.1. * Maximum event log file size before rollover. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return logAgentFileSzEvent */ @@ -1333,6 +1400,7 @@ public Integer getLogAgentFileSzEvent() { * This is the setter method to the attribute. * Deprecated in 21.1.1. * Maximum event log file size before rollover. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param logAgentFileSzEvent set the logAgentFileSzEvent. */ @@ -1346,6 +1414,7 @@ public void setLogAgentFileSzEvent(Integer logAgentFileSzEvent) { * Deprecated in 21.1.1. * Minimum storage allocated for logs irrespective of memory and cores. * Unit is mb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @return logAgentLogStorageMinSz */ @@ -1359,6 +1428,7 @@ public Integer getLogAgentLogStorageMinSz() { * Deprecated in 21.1.1. * Minimum storage allocated for logs irrespective of memory and cores. * Unit is mb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @param logAgentLogStorageMinSz set the logAgentLogStorageMinSz. */ @@ -1371,6 +1441,7 @@ public void setLogAgentLogStorageMinSz(Integer logAgentLogStorageMinSz) { * This is the getter method this will return the attribute value. * [deprecated] maximum number of virtual service log files maintained for significant logs on the service engine. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return logAgentMaxActiveAdfFilesPerVs */ @VsoMethod @@ -1382,6 +1453,7 @@ public Integer getLogAgentMaxActiveAdfFilesPerVs() { * This is the setter method to the attribute. * [deprecated] maximum number of virtual service log files maintained for significant logs on the service engine. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param logAgentMaxActiveAdfFilesPerVs set the logAgentMaxActiveAdfFilesPerVs. */ @VsoMethod @@ -1393,6 +1465,7 @@ public void setLogAgentMaxActiveAdfFilesPerVs(Integer logAgentMaxActiveAdfFiles * This is the getter method this will return the attribute value. * Deprecated in 21.1.1. * Maximum concurrent rsync requests initiated from log-agent to the controller. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @return logAgentMaxConcurrentRsync */ @@ -1405,6 +1478,7 @@ public Integer getLogAgentMaxConcurrentRsync() { * This is the setter method to the attribute. * Deprecated in 21.1.1. * Maximum concurrent rsync requests initiated from log-agent to the controller. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @param logAgentMaxConcurrentRsync set the logAgentMaxConcurrentRsync. */ @@ -1417,6 +1491,7 @@ public void setLogAgentMaxConcurrentRsync(Integer logAgentMaxConcurrentRsync) { * This is the getter method this will return the attribute value. * [deprecated] maximum size of serialized log message on the service engine. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return logAgentMaxLogmessageProtoSz */ @VsoMethod @@ -1428,6 +1503,7 @@ public Integer getLogAgentMaxLogmessageProtoSz() { * This is the setter method to the attribute. * [deprecated] maximum size of serialized log message on the service engine. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param logAgentMaxLogmessageProtoSz set the logAgentMaxLogmessageProtoSz. */ @VsoMethod @@ -1439,6 +1515,7 @@ public void setLogAgentMaxLogmessageProtoSz(Integer logAgentMaxLogmessageProtoS * This is the getter method this will return the attribute value. * Deprecated in 21.1.1. * Excess percentage threshold of disk size to trigger cleanup of logs on the service engine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 110. * @return logAgentMaxStorageExcessPercent */ @@ -1451,6 +1528,7 @@ public Integer getLogAgentMaxStorageExcessPercent() { * This is the setter method to the attribute. * Deprecated in 21.1.1. * Excess percentage threshold of disk size to trigger cleanup of logs on the service engine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 110. * @param logAgentMaxStorageExcessPercent set the logAgentMaxStorageExcessPercent. */ @@ -1463,6 +1541,7 @@ public void setLogAgentMaxStorageExcessPercent(Integer logAgentMaxStorageExcess * This is the getter method this will return the attribute value. * Deprecated in 21.1.1. * Maximum storage on the disk not allocated for logs on the service engine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20.0f. * @return logAgentMaxStorageIgnorePercent */ @@ -1475,6 +1554,7 @@ public Float getLogAgentMaxStorageIgnorePercent() { * This is the setter method to the attribute. * Deprecated in 21.1.1. * Maximum storage on the disk not allocated for logs on the service engine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20.0f. * @param logAgentMaxStorageIgnorePercent set the logAgentMaxStorageIgnorePercent. */ @@ -1487,6 +1567,7 @@ public void setLogAgentMaxStorageIgnorePercent(Float logAgentMaxStorageIgnorePe * This is the getter method this will return the attribute value. * Deprecated in 21.1.1. * Minimum storage allocated to any given virtualservice on the service engine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return logAgentMinStoragePerVs */ @@ -1499,6 +1580,7 @@ public Integer getLogAgentMinStoragePerVs() { * This is the setter method to the attribute. * Deprecated in 21.1.1. * Minimum storage allocated to any given virtualservice on the service engine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param logAgentMinStoragePerVs set the logAgentMinStoragePerVs. */ @@ -1511,6 +1593,7 @@ public void setLogAgentMinStoragePerVs(Integer logAgentMinStoragePerVs) { * This is the getter method this will return the attribute value. * [deprecated]time interval log-agent pauses between logs obtained from the dataplane. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return logAgentPauseInterval */ @VsoMethod @@ -1522,6 +1605,7 @@ public Integer getLogAgentPauseInterval() { * This is the setter method to the attribute. * [deprecated]time interval log-agent pauses between logs obtained from the dataplane. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param logAgentPauseInterval set the logAgentPauseInterval. */ @VsoMethod @@ -1534,6 +1618,7 @@ public void setLogAgentPauseInterval(Integer logAgentPauseInterval) { * Deprecated in 21.1.1. * Internal timer to stall log-agent and prevent it from hogging cpu cycles on the service engine. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return logAgentSleepInterval */ @@ -1547,6 +1632,7 @@ public Integer getLogAgentSleepInterval() { * Deprecated in 21.1.1. * Internal timer to stall log-agent and prevent it from hogging cpu cycles on the service engine. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param logAgentSleepInterval set the logAgentSleepInterval. */ @@ -1560,6 +1646,7 @@ public void setLogAgentSleepInterval(Integer logAgentSleepInterval) { * Deprecated in 21.1.1. * Timeout to purge unknown virtual service logs from the service engine. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1800. * @return logAgentUnknownVsTimer */ @@ -1573,6 +1660,7 @@ public Integer getLogAgentUnknownVsTimer() { * Deprecated in 21.1.1. * Timeout to purge unknown virtual service logs from the service engine. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1800. * @param logAgentUnknownVsTimer set the logAgentUnknownVsTimer. */ @@ -1585,6 +1673,7 @@ public void setLogAgentUnknownVsTimer(Integer logAgentUnknownVsTimer) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.1. * Maximum number of file names in a log message. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @return logMessageMaxFileListSize */ @@ -1597,6 +1686,7 @@ public Integer getLogMessageMaxFileListSize() { * This is the setter method to the attribute. * Deprecated in 21.1.1. * Maximum number of file names in a log message. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @param logMessageMaxFileListSize set the logMessageMaxFileListSize. */ @@ -1610,6 +1700,7 @@ public void setLogMessageMaxFileListSize(Integer logMessageMaxFileListSize) { * Deprecated. * Field deprecated in 17.1.1. * Unit is mbps. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return maxThroughput */ @VsoMethod @@ -1622,6 +1713,7 @@ public Integer getMaxThroughput() { * Deprecated. * Field deprecated in 17.1.1. * Unit is mbps. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param maxThroughput set the maxThroughput. */ @VsoMethod @@ -1634,6 +1726,7 @@ public void setMaxThroughput(Integer maxThroughput) { * Deprecated in 21.1.1. * Use enabled under caching in application profile. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return mcacheEnabled */ @VsoMethod @@ -1646,6 +1739,7 @@ public Boolean getMcacheEnabled() { * Deprecated in 21.1.1. * Use enabled under caching in application profile. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param mcacheEnabled set the mcacheEnabled. */ @VsoMethod @@ -1657,6 +1751,7 @@ public void setMcacheEnabled(Boolean mcacheEnabled) { * This is the getter method this will return the attribute value. * Enables mcache_fetch. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return mcacheFetchEnabled */ @VsoMethod @@ -1668,6 +1763,7 @@ public Boolean getMcacheFetchEnabled() { * This is the setter method to the attribute. * Enables mcache_fetch. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param mcacheFetchEnabled set the mcacheFetchEnabled. */ @VsoMethod @@ -1679,6 +1775,7 @@ public void setMcacheFetchEnabled(Boolean mcacheFetchEnabled) { * This is the getter method this will return the attribute value. * Use se group's app_cache_percent to set cache memory usage limit on se. * Field deprecated in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return mcacheMaxCacheSize */ @VsoMethod @@ -1690,6 +1787,7 @@ public Integer getMcacheMaxCacheSize() { * This is the setter method to the attribute. * Use se group's app_cache_percent to set cache memory usage limit on se. * Field deprecated in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param mcacheMaxCacheSize set the mcacheMaxCacheSize. */ @VsoMethod @@ -1701,6 +1799,7 @@ public void setMcacheMaxCacheSize(Integer mcacheMaxCacheSize) { * This is the getter method this will return the attribute value. * Enables mcache_store. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return mcacheStoreInEnabled */ @VsoMethod @@ -1712,6 +1811,7 @@ public Boolean getMcacheStoreInEnabled() { * This is the setter method to the attribute. * Enables mcache_store. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param mcacheStoreInEnabled set the mcacheStoreInEnabled. */ @VsoMethod @@ -1724,6 +1824,7 @@ public void setMcacheStoreInEnabled(Boolean mcacheStoreInEnabled) { * Deprecated in 21.1.1. * Use max_object_size under caching in application profile. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return mcacheStoreInMaxSize */ @VsoMethod @@ -1736,6 +1837,7 @@ public Integer getMcacheStoreInMaxSize() { * Deprecated in 21.1.1. * Use max_object_size under caching in application profile. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param mcacheStoreInMaxSize set the mcacheStoreInMaxSize. */ @VsoMethod @@ -1748,6 +1850,7 @@ public void setMcacheStoreInMaxSize(Integer mcacheStoreInMaxSize) { * Deprecated in 21.1.1. * Use min_object_size under caching in application profile. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return mcacheStoreInMinSize */ @VsoMethod @@ -1760,6 +1863,7 @@ public Integer getMcacheStoreInMinSize() { * Deprecated in 21.1.1. * Use min_object_size under caching in application profile. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param mcacheStoreInMinSize set the mcacheStoreInMinSize. */ @VsoMethod @@ -1771,6 +1875,7 @@ public void setMcacheStoreInMinSize(Integer mcacheStoreInMinSize) { * This is the getter method this will return the attribute value. * Enables mcache_store_out. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return mcacheStoreOutEnabled */ @VsoMethod @@ -1782,6 +1887,7 @@ public Boolean getMcacheStoreOutEnabled() { * This is the setter method to the attribute. * Enables mcache_store_out. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param mcacheStoreOutEnabled set the mcacheStoreOutEnabled. */ @VsoMethod @@ -1793,6 +1899,7 @@ public void setMcacheStoreOutEnabled(Boolean mcacheStoreOutEnabled) { * This is the getter method this will return the attribute value. * Use se group's app_cache_percent to set cache memory usage limit on se. * Field deprecated in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return mcacheStoreSeMaxSize */ @VsoMethod @@ -1804,6 +1911,7 @@ public Integer getMcacheStoreSeMaxSize() { * This is the setter method to the attribute. * Use se group's app_cache_percent to set cache memory usage limit on se. * Field deprecated in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param mcacheStoreSeMaxSize set the mcacheStoreSeMaxSize. */ @VsoMethod @@ -1813,7 +1921,7 @@ public void setMcacheStoreSeMaxSize(Integer mcacheStoreSeMaxSize) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ngx_free_connection_stack of obj type seruntimeproperties 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 ngxFreeConnectionStack */ @@ -1824,7 +1932,7 @@ public Boolean getNgxFreeConnectionStack() { /** * This is the setter method to the attribute. - * Placeholder for description of property ngx_free_connection_stack of obj type seruntimeproperties 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 ngxFreeConnectionStack set the ngxFreeConnectionStack. */ @@ -1837,6 +1945,7 @@ public void setNgxFreeConnectionStack(Boolean ngxFreeConnectionStack) { * This is the getter method this will return the attribute value. * Deprecated. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return persistenceEntriesLowWatermark */ @VsoMethod @@ -1848,6 +1957,7 @@ public Integer getPersistenceEntriesLowWatermark() { * This is the setter method to the attribute. * Deprecated. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param persistenceEntriesLowWatermark set the persistenceEntriesLowWatermark. */ @VsoMethod @@ -1859,6 +1969,7 @@ public void setPersistenceEntriesLowWatermark(Integer persistenceEntriesLowWate * This is the getter method this will return the attribute value. * Maximum memory in bytes allocated for persistence entries. * Allowed values are 0-33554432. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return persistenceMemMax */ @@ -1871,6 +1982,7 @@ public Integer getPersistenceMemMax() { * This is the setter method to the attribute. * Maximum memory in bytes allocated for persistence entries. * Allowed values are 0-33554432. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param persistenceMemMax set the persistenceMemMax. */ @@ -1883,6 +1995,7 @@ public void setPersistenceMemMax(Integer persistenceMemMax) { * This is the getter method this will return the attribute value. * Enable punting of udp packets from primary to other service engines. * This applies to virtual services with per-packet loadbalancing enabled. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return scaleoutUdpPerPkt */ @@ -1895,6 +2008,7 @@ public Boolean getScaleoutUdpPerPkt() { * This is the setter method to the attribute. * Enable punting of udp packets from primary to other service engines. * This applies to virtual services with per-packet loadbalancing enabled. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param scaleoutUdpPerPkt set the scaleoutUdpPerPkt. */ @@ -1907,6 +2021,7 @@ public void setScaleoutUdpPerPkt(Boolean scaleoutUdpPerPkt) { * This is the getter method this will return the attribute value. * Ldap basicauth default bind timeout enforced on connections to ldap server. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5000. * @return seAuthLdapBindTimeout */ @@ -1919,6 +2034,7 @@ public Integer getSeAuthLdapBindTimeout() { * This is the setter method to the attribute. * Ldap basicauth default bind timeout enforced on connections to ldap server. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5000. * @param seAuthLdapBindTimeout set the seAuthLdapBindTimeout. */ @@ -1931,6 +2047,7 @@ public void setSeAuthLdapBindTimeout(Integer seAuthLdapBindTimeout) { * This is the getter method this will return the attribute value. * Size of ldap basicauth credentials cache used on the dataplane. * Unit is bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100000. * @return seAuthLdapCacheSize */ @@ -1943,6 +2060,7 @@ public Integer getSeAuthLdapCacheSize() { * This is the setter method to the attribute. * Size of ldap basicauth credentials cache used on the dataplane. * Unit is bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100000. * @param seAuthLdapCacheSize set the seAuthLdapCacheSize. */ @@ -1955,6 +2073,7 @@ public void setSeAuthLdapCacheSize(Integer seAuthLdapCacheSize) { * This is the getter method this will return the attribute value. * Ldap basicauth default connection timeout enforced on connections to ldap server. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @return seAuthLdapConnectTimeout */ @@ -1967,6 +2086,7 @@ public Integer getSeAuthLdapConnectTimeout() { * This is the setter method to the attribute. * Ldap basicauth default connection timeout enforced on connections to ldap server. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @param seAuthLdapConnectTimeout set the seAuthLdapConnectTimeout. */ @@ -1978,6 +2098,7 @@ public void setSeAuthLdapConnectTimeout(Integer seAuthLdapConnectTimeout) { /** * This is the getter method this will return the attribute value. * Number of concurrent connections to ldap server by a single basic auth ldap process. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return seAuthLdapConnsPerServer */ @@ -1989,6 +2110,7 @@ public Integer getSeAuthLdapConnsPerServer() { /** * This is the setter method to the attribute. * Number of concurrent connections to ldap server by a single basic auth ldap process. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param seAuthLdapConnsPerServer set the seAuthLdapConnsPerServer. */ @@ -2001,6 +2123,7 @@ public void setSeAuthLdapConnsPerServer(Integer seAuthLdapConnsPerServer) { * This is the getter method this will return the attribute value. * Ldap basicauth default reconnect timeout enforced on connections to ldap server. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @return seAuthLdapReconnectTimeout */ @@ -2013,6 +2136,7 @@ public Integer getSeAuthLdapReconnectTimeout() { * This is the setter method to the attribute. * Ldap basicauth default reconnect timeout enforced on connections to ldap server. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @param seAuthLdapReconnectTimeout set the seAuthLdapReconnectTimeout. */ @@ -2025,6 +2149,7 @@ public void setSeAuthLdapReconnectTimeout(Integer seAuthLdapReconnectTimeout) { * This is the getter method this will return the attribute value. * Ldap basicauth default login or group search request timeout enforced on connections to ldap server. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @return seAuthLdapRequestTimeout */ @@ -2037,6 +2162,7 @@ public Integer getSeAuthLdapRequestTimeout() { * This is the setter method to the attribute. * Ldap basicauth default login or group search request timeout enforced on connections to ldap server. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @param seAuthLdapRequestTimeout set the seAuthLdapRequestTimeout. */ @@ -2048,6 +2174,7 @@ public void setSeAuthLdapRequestTimeout(Integer seAuthLdapRequestTimeout) { /** * This is the getter method this will return the attribute value. * Ldap basicauth uses multiple ldap servers in the event of a failover only. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return seAuthLdapServersFailoverOnly */ @@ -2059,6 +2186,7 @@ public Boolean getSeAuthLdapServersFailoverOnly() { /** * This is the setter method to the attribute. * Ldap basicauth uses multiple ldap servers in the event of a failover only. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param seAuthLdapServersFailoverOnly set the seAuthLdapServersFailoverOnly. */ @@ -2069,7 +2197,7 @@ public void setSeAuthLdapServersFailoverOnly(Boolean seAuthLdapServersFailoverO /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_dp_compression of obj type seruntimeproperties 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 seDpCompression */ @@ -2080,7 +2208,7 @@ public SeRuntimeCompressionProperties getSeDpCompression() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_dp_compression of obj type seruntimeproperties 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 seDpCompression set the seDpCompression. */ @@ -2094,6 +2222,7 @@ public void setSeDpCompression(SeRuntimeCompressionProperties seDpCompression) { * Deprecated - this field has been moved to se_group properties 20.1.3 onwards. * Internal only. * Used to simulate se - se hb failure. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seDpHmDrops */ @@ -2107,6 +2236,7 @@ public Integer getSeDpHmDrops() { * Deprecated - this field has been moved to se_group properties 20.1.3 onwards. * Internal only. * Used to simulate se - se hb failure. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seDpHmDrops set the seDpHmDrops. */ @@ -2119,6 +2249,7 @@ public void setSeDpHmDrops(Integer seDpHmDrops) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.3. * Use config in serviceenginegroup instead. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return seDpIfStatePollInterval */ @@ -2131,6 +2262,7 @@ public Integer getSeDpIfStatePollInterval() { * This is the setter method to the attribute. * Deprecated in 21.1.3. * Use config in serviceenginegroup instead. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param seDpIfStatePollInterval set the seDpIfStatePollInterval. */ @@ -2143,6 +2275,7 @@ public void setSeDpIfStatePollInterval(Integer seDpIfStatePollInterval) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.1. * Internal buffer full indicator on the service engine beyond which the unfiltered logs are abandoned. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 70. * @return seDpLogNfEnqueuePercent */ @@ -2155,6 +2288,7 @@ public Integer getSeDpLogNfEnqueuePercent() { * This is the setter method to the attribute. * Deprecated in 21.1.1. * Internal buffer full indicator on the service engine beyond which the unfiltered logs are abandoned. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 70. * @param seDpLogNfEnqueuePercent set the seDpLogNfEnqueuePercent. */ @@ -2167,6 +2301,7 @@ public void setSeDpLogNfEnqueuePercent(Integer seDpLogNfEnqueuePercent) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.1. * Internal buffer full indicator on the service engine beyond which the user filtered logs are abandoned. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 90. * @return seDpLogUdfEnqueuePercent */ @@ -2179,6 +2314,7 @@ public Integer getSeDpLogUdfEnqueuePercent() { * This is the setter method to the attribute. * Deprecated in 21.1.1. * Internal buffer full indicator on the service engine beyond which the user filtered logs are abandoned. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 90. * @param seDpLogUdfEnqueuePercent set the seDpLogUdfEnqueuePercent. */ @@ -2192,6 +2328,7 @@ public void setSeDpLogUdfEnqueuePercent(Integer seDpLogUdfEnqueuePercent) { * Deprecated. * Field deprecated in 18.2.5. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seDpVnicQueueStallEventSleep */ @VsoMethod @@ -2204,6 +2341,7 @@ public Integer getSeDpVnicQueueStallEventSleep() { * Deprecated. * Field deprecated in 18.2.5. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param seDpVnicQueueStallEventSleep set the seDpVnicQueueStallEventSleep. */ @VsoMethod @@ -2216,6 +2354,7 @@ public void setSeDpVnicQueueStallEventSleep(Integer seDpVnicQueueStallEventSlee * Deprecated. * Field deprecated in 18.2.5. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seDpVnicQueueStallThreshold */ @VsoMethod @@ -2228,6 +2367,7 @@ public Integer getSeDpVnicQueueStallThreshold() { * Deprecated. * Field deprecated in 18.2.5. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param seDpVnicQueueStallThreshold set the seDpVnicQueueStallThreshold. */ @VsoMethod @@ -2240,6 +2380,7 @@ public void setSeDpVnicQueueStallThreshold(Integer seDpVnicQueueStallThreshold) * Deprecated. * Field deprecated in 18.2.5. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seDpVnicQueueStallTimeout */ @VsoMethod @@ -2252,6 +2393,7 @@ public Integer getSeDpVnicQueueStallTimeout() { * Deprecated. * Field deprecated in 18.2.5. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param seDpVnicQueueStallTimeout set the seDpVnicQueueStallTimeout. */ @VsoMethod @@ -2264,6 +2406,7 @@ public void setSeDpVnicQueueStallTimeout(Integer seDpVnicQueueStallTimeout) { * Deprecated. * Field deprecated in 18.2.5. * Field introduced in 17.1.14, 17.2.5, 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seDpVnicRestartOnQueueStallCount */ @VsoMethod @@ -2276,6 +2419,7 @@ public Integer getSeDpVnicRestartOnQueueStallCount() { * Deprecated. * Field deprecated in 18.2.5. * Field introduced in 17.1.14, 17.2.5, 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param seDpVnicRestartOnQueueStallCount set the seDpVnicRestartOnQueueStallCount. */ @VsoMethod @@ -2288,6 +2432,7 @@ public void setSeDpVnicRestartOnQueueStallCount(Integer seDpVnicRestartOnQueueS * Deprecated. * Field deprecated in 18.2.5. * Field introduced in 17.1.14, 17.2.5, 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seDpVnicStallSeRestartWindow */ @VsoMethod @@ -2300,6 +2445,7 @@ public Integer getSeDpVnicStallSeRestartWindow() { * Deprecated. * Field deprecated in 18.2.5. * Field introduced in 17.1.14, 17.2.5, 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param seDpVnicStallSeRestartWindow set the seDpVnicStallSeRestartWindow. */ @VsoMethod @@ -2312,6 +2458,7 @@ public void setSeDpVnicStallSeRestartWindow(Integer seDpVnicStallSeRestartWindo * Deprecated in 21.1.3. * Use config in serviceenginegroup instead. * Field introduced in 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return seDumpCoreOnAssert */ @@ -2325,6 +2472,7 @@ public Boolean getSeDumpCoreOnAssert() { * Deprecated in 21.1.3. * Use config in serviceenginegroup instead. * Field introduced in 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param seDumpCoreOnAssert set the seDumpCoreOnAssert. */ @@ -2336,6 +2484,7 @@ public void setSeDumpCoreOnAssert(Boolean seDumpCoreOnAssert) { /** * This is the getter method this will return the attribute value. * Accept/ignore interface routes (i.e, no next hop ip address). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return seHandleInterfaceRoutes */ @@ -2347,6 +2496,7 @@ public Boolean getSeHandleInterfaceRoutes() { /** * This is the setter method to the attribute. * Accept/ignore interface routes (i.e, no next hop ip address). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param seHandleInterfaceRoutes set the seHandleInterfaceRoutes. */ @@ -2359,6 +2509,7 @@ public void setSeHandleInterfaceRoutes(Boolean seHandleInterfaceRoutes) { * This is the getter method this will return the attribute value. * Internal use only. * Allowed values are 0-7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @return seHbPersistFudgeBits */ @@ -2371,6 +2522,7 @@ public Integer getSeHbPersistFudgeBits() { * This is the setter method to the attribute. * Internal use only. * Allowed values are 0-7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @param seHbPersistFudgeBits set the seHbPersistFudgeBits. */ @@ -2382,6 +2534,7 @@ public void setSeHbPersistFudgeBits(Integer seHbPersistFudgeBits) { /** * This is the getter method this will return the attribute value. * Number of packets with wrong mac after which se attempts to disable promiscious mode. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @return seMacErrorThresholdToDisablePromiscious */ @@ -2393,6 +2546,7 @@ public Integer getSeMacErrorThresholdToDisablePromiscious() { /** * This is the setter method to the attribute. * Number of packets with wrong mac after which se attempts to disable promiscious mode. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @param seMacErrorThresholdToDisablePromiscious set the seMacErrorThresholdToDisablePromiscious. */ @@ -2405,6 +2559,7 @@ public void setSeMacErrorThresholdToDisablePromiscious(Integer seMacErrorThresh * This is the getter method this will return the attribute value. * Deprecated. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seMallocThresh */ @VsoMethod @@ -2416,6 +2571,7 @@ public Integer getSeMallocThresh() { * This is the setter method to the attribute. * Deprecated. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param seMallocThresh set the seMallocThresh. */ @VsoMethod @@ -2427,6 +2583,7 @@ public void setSeMallocThresh(Integer seMallocThresh) { * This is the getter method this will return the attribute value. * Internal use only. * Enables poisoning of freed memory blocks. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return seMemoryPoison */ @@ -2439,6 +2596,7 @@ public Boolean getSeMemoryPoison() { * This is the setter method to the attribute. * Internal use only. * Enables poisoning of freed memory blocks. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param seMemoryPoison set the seMemoryPoison. */ @@ -2452,7 +2610,8 @@ public void setSeMemoryPoison(Boolean seMemoryPoison) { * Internal use only. * Frequency (ms) of metrics updates from se to controller. * Unit is milliseconds. - * Allowed in basic(allowed values- 60000) edition, essentials(allowed values- 60000) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 60000), basic edition(allowed values- 60000), enterprise with + * cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60000. * @return seMetricsInterval */ @@ -2466,7 +2625,8 @@ public Integer getSeMetricsInterval() { * Internal use only. * Frequency (ms) of metrics updates from se to controller. * Unit is milliseconds. - * Allowed in basic(allowed values- 60000) edition, essentials(allowed values- 60000) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 60000), basic edition(allowed values- 60000), enterprise with + * cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60000. * @param seMetricsInterval set the seMetricsInterval. */ @@ -2479,8 +2639,9 @@ public void setSeMetricsInterval(Integer seMetricsInterval) { * This is the getter method this will return the attribute value. * Internal use only. * Enable or disable real time metrics irrespective of virtualservice or se group configuration. - * Allowed in 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 seMetricsRtEnabled */ @VsoMethod @@ -2492,8 +2653,9 @@ public Boolean getSeMetricsRtEnabled() { * This is the setter method to the attribute. * Internal use only. * Enable or disable real time metrics irrespective of virtualservice or se group configuration. - * Allowed in 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 seMetricsRtEnabled set the seMetricsRtEnabled. */ @VsoMethod @@ -2506,6 +2668,7 @@ public void setSeMetricsRtEnabled(Boolean seMetricsRtEnabled) { * Internal use only. * Frequency (ms) of realtime metrics updates from se to controller. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @return seMetricsRtInterval */ @@ -2519,6 +2682,7 @@ public Integer getSeMetricsRtInterval() { * Internal use only. * Frequency (ms) of realtime metrics updates from se to controller. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000. * @param seMetricsRtInterval set the seMetricsRtInterval. */ @@ -2531,6 +2695,7 @@ public void setSeMetricsRtInterval(Integer seMetricsRtInterval) { * This is the getter method this will return the attribute value. * Deprecated in 21.1.3. * Use config in serviceenginegroup instead. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return sePacketBufferMax */ @@ -2543,6 +2708,7 @@ public Integer getSePacketBufferMax() { * This is the setter method to the attribute. * Deprecated in 21.1.3. * Use config in serviceenginegroup instead. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param sePacketBufferMax set the sePacketBufferMax. */ @@ -2555,6 +2721,7 @@ public void setSePacketBufferMax(Integer sePacketBufferMax) { * This is the getter method this will return the attribute value. * Internal use only. * If enabled, randomly packets are dropped. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return seRandomTcpDrops */ @@ -2567,6 +2734,7 @@ public Boolean getSeRandomTcpDrops() { * This is the setter method to the attribute. * Internal use only. * If enabled, randomly packets are dropped. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param seRandomTcpDrops set the seRandomTcpDrops. */ @@ -2578,6 +2746,7 @@ public void setSeRandomTcpDrops(Boolean seRandomTcpDrops) { /** * This is the getter method this will return the attribute value. * Se rate limiters. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRateLimiters */ @@ -2589,6 +2758,7 @@ public SeRateLimiters getSeRateLimiters() { /** * This is the setter method to the attribute. * Se rate limiters. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRateLimiters set the seRateLimiters. */ @@ -2601,6 +2771,7 @@ public void setSeRateLimiters(SeRateLimiters seRateLimiters) { * This is the getter method this will return the attribute value. * Ip ranges on which there may be virtual services (for configuring iptables/routes). * Maximum of 128 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceIpSubnets */ @@ -2613,6 +2784,7 @@ public List getServiceIpSubnets() { * This is the setter method. this will set the serviceIpSubnets * Ip ranges on which there may be virtual services (for configuring iptables/routes). * Maximum of 128 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceIpSubnets */ @@ -2625,6 +2797,7 @@ public void setServiceIpSubnets(List serviceIpSubnets) { * This is the setter method this will set the serviceIpSubnets * Ip ranges on which there may be virtual services (for configuring iptables/routes). * Maximum of 128 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceIpSubnets */ @@ -2642,6 +2815,7 @@ public SeRuntimeProperties addServiceIpSubnetsItem(IpAddrPrefix serviceIpSubnets * This is the getter method this will return the attribute value. * Port ranges on which there may be virtual services (for configuring iptables). * Applicable in container ecosystems like mesos. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servicePortRanges */ @@ -2654,6 +2828,7 @@ public List getServicePortRanges() { * This is the setter method. this will set the servicePortRanges * Port ranges on which there may be virtual services (for configuring iptables). * Applicable in container ecosystems like mesos. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servicePortRanges */ @@ -2666,6 +2841,7 @@ public void setServicePortRanges(List servicePortRanges) { * This is the setter method this will set the servicePortRanges * Port ranges on which there may be virtual services (for configuring iptables). * Applicable in container ecosystems like mesos. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servicePortRanges */ @@ -2682,6 +2858,7 @@ public SeRuntimeProperties addServicePortRangesItem(PortRange servicePortRangesI /** * This is the getter method this will return the attribute value. * Make service ports accessible on all host interfaces in addition to east-west vip and/or bridge ip. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return servicesAccessibleAllInterfaces */ @@ -2693,6 +2870,7 @@ public Boolean getServicesAccessibleAllInterfaces() { /** * This is the setter method to the attribute. * Make service ports accessible on all host interfaces in addition to east-west vip and/or bridge ip. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param servicesAccessibleAllInterfaces set the servicesAccessibleAllInterfaces. */ @@ -2704,6 +2882,7 @@ public void setServicesAccessibleAllInterfaces(Boolean servicesAccessibleAllInt /** * 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 spdyFwdProxyParseEnable */ @VsoMethod @@ -2714,6 +2893,7 @@ public Boolean getSpdyFwdProxyParseEnable() { /** * 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 spdyFwdProxyParseEnable set the spdyFwdProxyParseEnable. */ @VsoMethod @@ -2727,6 +2907,7 @@ public void setSpdyFwdProxyParseEnable(Boolean spdyFwdProxyParseEnable) { * After this limit is reached, syn cookies are used. * This is per core of the serviceengine. * Field deprecated in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return tcpSynCacheMax */ @VsoMethod @@ -2740,6 +2921,7 @@ public Integer getTcpSynCacheMax() { * After this limit is reached, syn cookies are used. * This is per core of the serviceengine. * Field deprecated in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param tcpSynCacheMax set the tcpSynCacheMax. */ @VsoMethod @@ -2750,6 +2932,7 @@ public void setTcpSynCacheMax(Integer tcpSynCacheMax) { /** * This is the getter method this will return the attribute value. * Default value for max number of retransmissions for a syn packet. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return tcpSyncacheMaxRetransmitDefault */ @@ -2761,6 +2944,7 @@ public Integer getTcpSyncacheMaxRetransmitDefault() { /** * This is the setter method to the attribute. * Default value for max number of retransmissions for a syn packet. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param tcpSyncacheMaxRetransmitDefault set the tcpSyncacheMaxRetransmitDefault. */ @@ -2773,6 +2957,7 @@ public void setTcpSyncacheMaxRetransmitDefault(Integer tcpSyncacheMaxRetransmit * This is the getter method this will return the attribute value. * Timeout for backend connection. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @return upstreamConnectTimeout */ @@ -2785,6 +2970,7 @@ public Integer getUpstreamConnectTimeout() { * This is the setter method to the attribute. * Timeout for backend connection. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @param upstreamConnectTimeout set the upstreamConnectTimeout. */ @@ -2796,6 +2982,7 @@ public void setUpstreamConnectTimeout(Integer upstreamConnectTimeout) { /** * This is the getter method this will return the attribute value. * L7 upstream connection pool cache threshold in percentage. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as -1. * @return upstreamConnpoolCacheThresh */ @@ -2807,6 +2994,7 @@ public Integer getUpstreamConnpoolCacheThresh() { /** * This is the setter method to the attribute. * L7 upstream connection pool cache threshold in percentage. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as -1. * @param upstreamConnpoolCacheThresh set the upstreamConnpoolCacheThresh. */ @@ -2818,6 +3006,7 @@ public void setUpstreamConnpoolCacheThresh(Integer upstreamConnpoolCacheThresh) /** * This is the getter method this will return the attribute value. * Idle timeout value for a connection in the upstream connection pool, when the current cache size is above the threshold. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as -1. * @return upstreamConnpoolConnIdleThreshTmo */ @@ -2829,6 +3018,7 @@ public Integer getUpstreamConnpoolConnIdleThreshTmo() { /** * This is the setter method to the attribute. * Idle timeout value for a connection in the upstream connection pool, when the current cache size is above the threshold. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as -1. * @param upstreamConnpoolConnIdleThreshTmo set the upstreamConnpoolConnIdleThreshTmo. */ @@ -2841,6 +3031,7 @@ public void setUpstreamConnpoolConnIdleThreshTmo(Integer upstreamConnpoolConnId * This is the getter method this will return the attribute value. * Deprecated. * Field deprecated in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return upstreamConnpoolConnIdleTmo */ @VsoMethod @@ -2852,6 +3043,7 @@ public Integer getUpstreamConnpoolConnIdleTmo() { * This is the setter method to the attribute. * Deprecated. * Field deprecated in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param upstreamConnpoolConnIdleTmo set the upstreamConnpoolConnIdleTmo. */ @VsoMethod @@ -2863,6 +3055,7 @@ public void setUpstreamConnpoolConnIdleTmo(Integer upstreamConnpoolConnIdleTmo) * This is the getter method this will return the attribute value. * Deprecated. * Field deprecated in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return upstreamConnpoolConnLifeTmo */ @VsoMethod @@ -2874,6 +3067,7 @@ public Integer getUpstreamConnpoolConnLifeTmo() { * This is the setter method to the attribute. * Deprecated. * Field deprecated in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param upstreamConnpoolConnLifeTmo set the upstreamConnpoolConnLifeTmo. */ @VsoMethod @@ -2885,6 +3079,7 @@ public void setUpstreamConnpoolConnLifeTmo(Integer upstreamConnpoolConnLifeTmo) * This is the getter method this will return the attribute value. * Deprecated. * Field deprecated in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return upstreamConnpoolConnMaxReuse */ @VsoMethod @@ -2896,6 +3091,7 @@ public Integer getUpstreamConnpoolConnMaxReuse() { * This is the setter method to the attribute. * Deprecated. * Field deprecated in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param upstreamConnpoolConnMaxReuse set the upstreamConnpoolConnMaxReuse. */ @VsoMethod @@ -2906,6 +3102,7 @@ public void setUpstreamConnpoolConnMaxReuse(Integer upstreamConnpoolConnMaxReus /** * This is the getter method this will return the attribute value. * L7 upstream connection pool max cache size per core. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as -1. * @return upstreamConnpoolCoreMaxCache */ @@ -2917,6 +3114,7 @@ public Integer getUpstreamConnpoolCoreMaxCache() { /** * This is the setter method to the attribute. * L7 upstream connection pool max cache size per core. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as -1. * @param upstreamConnpoolCoreMaxCache set the upstreamConnpoolCoreMaxCache. */ @@ -2928,6 +3126,7 @@ public void setUpstreamConnpoolCoreMaxCache(Integer upstreamConnpoolCoreMaxCach /** * This is the getter method this will return the attribute value. * Enable upstream connection pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return upstreamConnpoolEnable */ @@ -2939,6 +3138,7 @@ public Boolean getUpstreamConnpoolEnable() { /** * This is the setter method to the attribute. * Enable upstream connection pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param upstreamConnpoolEnable set the upstreamConnpoolEnable. */ @@ -2951,6 +3151,7 @@ public void setUpstreamConnpoolEnable(Boolean upstreamConnpoolEnable) { * This is the getter method this will return the attribute value. * Deprecated. * Field deprecated in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return upstreamConnpoolServerMaxCache */ @VsoMethod @@ -2962,6 +3163,7 @@ public Integer getUpstreamConnpoolServerMaxCache() { * This is the setter method to the attribute. * Deprecated. * Field deprecated in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param upstreamConnpoolServerMaxCache set the upstreamConnpoolServerMaxCache. */ @VsoMethod @@ -2973,6 +3175,7 @@ public void setUpstreamConnpoolServerMaxCache(Integer upstreamConnpoolServerMax * This is the getter method this will return the attribute value. * Deprecated in 21.1.1, set in application profile. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return upstreamConnpoolStrategy */ @VsoMethod @@ -2984,6 +3187,7 @@ public Integer getUpstreamConnpoolStrategy() { * This is the setter method to the attribute. * Deprecated in 21.1.1, set in application profile. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param upstreamConnpoolStrategy set the upstreamConnpoolStrategy. */ @VsoMethod @@ -2993,7 +3197,7 @@ public void setUpstreamConnpoolStrategy(Integer upstreamConnpoolStrategy) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property upstream_keepalive of obj type seruntimeproperties 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 upstreamKeepalive */ @@ -3004,7 +3208,7 @@ public Boolean getUpstreamKeepalive() { /** * This is the setter method to the attribute. - * Placeholder for description of property upstream_keepalive of obj type seruntimeproperties 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 upstreamKeepalive set the upstreamKeepalive. */ @@ -3017,6 +3221,7 @@ public void setUpstreamKeepalive(Boolean upstreamKeepalive) { * This is the getter method this will return the attribute value. * Timeout for data to be received from backend. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @return upstreamReadTimeout */ @@ -3029,6 +3234,7 @@ public Integer getUpstreamReadTimeout() { * This is the setter method to the attribute. * Timeout for data to be received from backend. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @param upstreamReadTimeout set the upstreamReadTimeout. */ @@ -3041,7 +3247,8 @@ public void setUpstreamReadTimeout(Integer upstreamReadTimeout) { * This is the getter method this will return the attribute value. * Timeout for upstream to become writable. * Unit is milliseconds. - * Allowed in basic(allowed values- 3600000) edition, essentials(allowed values- 3600000) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 3600000), basic edition(allowed values- 3600000), enterprise + * with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @return upstreamSendTimeout */ @@ -3054,7 +3261,8 @@ public Integer getUpstreamSendTimeout() { * This is the setter method to the attribute. * Timeout for upstream to become writable. * Unit is milliseconds. - * Allowed in basic(allowed values- 3600000) edition, essentials(allowed values- 3600000) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 3600000), basic edition(allowed values- 3600000), enterprise + * with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @param upstreamSendTimeout set the upstreamSendTimeout. */ @@ -3068,6 +3276,7 @@ public void setUpstreamSendTimeout(Integer upstreamSendTimeout) { * Defines in seconds how long before an unused user-defined-metric is garbage collected. * Field introduced in 17.1.5. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return userDefinedMetricAge */ @@ -3081,6 +3290,7 @@ public Integer getUserDefinedMetricAge() { * Defines in seconds how long before an unused user-defined-metric is garbage collected. * Field introduced in 17.1.5. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param userDefinedMetricAge set the userDefinedMetricAge. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeThreshEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeThreshEventDetails.java index 59a1b50a..94bbcc7d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeThreshEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeThreshEventDetails.java @@ -36,7 +36,7 @@ public class SeThreshEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property curr_value of obj type sethresheventdetails 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 currValue */ @@ -47,7 +47,7 @@ public Integer getCurrValue() { /** * This is the setter method to the attribute. - * Placeholder for description of property curr_value of obj type sethresheventdetails 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 currValue set the currValue. */ @@ -58,7 +58,7 @@ public void setCurrValue(Integer currValue) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property thresh of obj type sethresheventdetails 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 thresh */ @@ -69,7 +69,7 @@ public Integer getThresh() { /** * This is the setter method to the attribute. - * Placeholder for description of property thresh of obj type sethresheventdetails 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 thresh set the thresh. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeUpgradeEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeUpgradeEventDetails.java index c790e6c4..4a6cd204 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeUpgradeEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeUpgradeEventDetails.java @@ -44,7 +44,7 @@ public class SeUpgradeEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property notes of obj type seupgradeeventdetails 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 */ @@ -55,7 +55,7 @@ public List getNotes() { /** * This is the setter method. this will set the notes - * Placeholder for description of property notes of obj type seupgradeeventdetails 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 */ @@ -66,7 +66,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 seupgradeeventdetails 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 */ @@ -82,7 +82,7 @@ public SeUpgradeEventDetails addNotesItem(String notesItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_vs of obj type seupgradeeventdetails 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 */ @@ -93,7 +93,7 @@ public Integer getNumVs() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_vs of obj type seupgradeeventdetails 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. */ @@ -104,7 +104,7 @@ public void setNumVs(Integer numVs) { /** * This is the getter method this will return the attribute value. - * Unique object identifier of se_grp. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGrpUuid */ @@ -115,7 +115,7 @@ public String getSeGrpUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of se_grp. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGrpUuid set the seGrpUuid. */ @@ -126,7 +126,7 @@ public void setSeGrpUuid(String seGrpUuid) { /** * 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 */ @@ -137,7 +137,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeUpgradeEvents.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeUpgradeEvents.java index b6e833ea..28c6145b 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeUpgradeEvents.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeUpgradeEvents.java @@ -81,6 +81,7 @@ public class SeUpgradeEvents extends AviRestResource { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fromSeRef */ @@ -92,6 +93,7 @@ public String getFromSeRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fromSeRef set the fromSeRef. */ @@ -102,7 +104,7 @@ public void setFromSeRef(String fromSeRef) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_se of obj type seupgradeevents 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 */ @@ -113,7 +115,7 @@ public Integer getNumSe() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_se of obj type seupgradeevents 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. */ @@ -124,7 +126,7 @@ public void setNumSe(Integer numSe) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_se_group of obj type seupgradeevents 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 numSeGroup */ @@ -135,7 +137,7 @@ public Integer getNumSeGroup() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_se_group of obj type seupgradeevents 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 numSeGroup set the numSeGroup. */ @@ -146,7 +148,7 @@ public void setNumSeGroup(Integer numSeGroup) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_vs of obj type seupgradeevents 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 */ @@ -157,7 +159,7 @@ public Integer getNumVs() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_vs of obj type seupgradeevents 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. */ @@ -168,7 +170,7 @@ public void setNumVs(Integer numVs) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason of obj type seupgradeevents 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 reason */ @@ -179,7 +181,7 @@ public List getReason() { /** * This is the setter method. this will set the reason - * Placeholder for description of property reason of obj type seupgradeevents 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 reason */ @@ -190,7 +192,7 @@ public void setReason(List reason) { /** * This is the setter method this will set the reason - * Placeholder for description of property reason of obj type seupgradeevents 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 reason */ @@ -207,6 +209,7 @@ public SeUpgradeEvents addReasonItem(String reasonItem) { /** * This is the getter method this will return the attribute value. * Enum options - HA_MODE_SHARED_PAIR, HA_MODE_SHARED, HA_MODE_LEGACY_ACTIVE_STANDBY. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupHaMode */ @@ -218,6 +221,7 @@ public String getSeGroupHaMode() { /** * This is the setter method to the attribute. * Enum options - HA_MODE_SHARED_PAIR, HA_MODE_SHARED, HA_MODE_LEGACY_ACTIVE_STANDBY. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupHaMode set the seGroupHaMode. */ @@ -229,6 +233,7 @@ public void setSeGroupHaMode(String seGroupHaMode) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceenginegroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRef */ @@ -240,6 +245,7 @@ public String getSeGroupRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type serviceenginegroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupRef set the seGroupRef. */ @@ -251,6 +257,7 @@ public void setSeGroupRef(String seGroupRef) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -262,6 +269,7 @@ public String getSeRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ @@ -274,6 +282,7 @@ public void setSeRef(String seRef) { * This is the getter method this will return the attribute value. * List of sub_tasks executed. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subTasks */ @@ -286,6 +295,7 @@ public List getSubTasks() { * This is the setter method. this will set the subTasks * List of sub_tasks executed. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subTasks */ @@ -298,6 +308,7 @@ public void setSubTasks(List subTasks) { * This is the setter method this will set the subTasks * List of sub_tasks executed. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subTasks */ @@ -317,6 +328,7 @@ public SeUpgradeEvents addSubTasksItem(String subTasksItem) { * SE_UPGRADE_IMAGE_NOT_FOUND, SE_ALREADY_UPGRADED, SE_REBOOT, SE_CONNECT_AFTER_REBOOT, SE_PRE_UPGRADE_TASKS, SE_POST_UPGRADE_TASKS, * SE_WAIT_FOR_SWITCHOVER, SE_CHECK_SCALEDOUT_VS_EXISTS, SE_UPGRADE_SEMGR_REQUEST, SE_UPGRADE_SEMGR_SE_UNREACHABLE, SE_PRE_UPGRADE_SCALE_IN_OPS, * SE_POST_UPGRADE_SCALE_OUT_OPS, SE_UPGRADE_SUSPENDED, SE_UPGRADE_START... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return task */ @@ -331,6 +343,7 @@ public String getTask() { * SE_UPGRADE_IMAGE_NOT_FOUND, SE_ALREADY_UPGRADED, SE_REBOOT, SE_CONNECT_AFTER_REBOOT, SE_PRE_UPGRADE_TASKS, SE_POST_UPGRADE_TASKS, * SE_WAIT_FOR_SWITCHOVER, SE_CHECK_SCALEDOUT_VS_EXISTS, SE_UPGRADE_SEMGR_REQUEST, SE_UPGRADE_SEMGR_SE_UNREACHABLE, SE_PRE_UPGRADE_SCALE_IN_OPS, * SE_POST_UPGRADE_SCALE_OUT_OPS, SE_UPGRADE_SUSPENDED, SE_UPGRADE_START... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param task set the task. */ @@ -342,6 +355,7 @@ public void setTask(String task) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return toSeRef */ @@ -353,6 +367,7 @@ public String getToSeRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param toSeRef set the toSeRef. */ @@ -364,6 +379,7 @@ public void setToSeRef(String toSeRef) { /** * This is the getter method this will return the attribute value. * Enum options - TRAFFIC_DISRUPTED, TRAFFIC_NOT_DISRUPTED. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return trafficStatus */ @@ -375,6 +391,7 @@ public String getTrafficStatus() { /** * This is the setter method to the attribute. * Enum options - TRAFFIC_DISRUPTED, TRAFFIC_NOT_DISRUPTED. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param trafficStatus set the trafficStatus. */ @@ -386,6 +403,7 @@ public void setTrafficStatus(String trafficStatus) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsRef */ @@ -397,6 +415,7 @@ public String getVsRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsRef set the vsRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeUpgradeMigrateEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeUpgradeMigrateEventDetails.java index 0b56b656..0c122fe1 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeUpgradeMigrateEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeUpgradeMigrateEventDetails.java @@ -37,7 +37,7 @@ public class SeUpgradeMigrateEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property migrate_params of obj type seupgrademigrateeventdetails 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 migrateParams */ @@ -48,7 +48,7 @@ public VsMigrateParams getMigrateParams() { /** * This is the setter method to the attribute. - * Placeholder for description of property migrate_params of obj type seupgrademigrateeventdetails 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 migrateParams set the migrateParams. */ @@ -59,7 +59,7 @@ public void setMigrateParams(VsMigrateParams migrateParams) { /** * 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 */ @@ -70,7 +70,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeUpgradeParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeUpgradeParams.java index 88d260a0..71695a31 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeUpgradeParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeUpgradeParams.java @@ -65,6 +65,7 @@ public class SeUpgradeParams extends AviRestResource { /** * This is the getter method this will return the attribute value. * This field is used to disable scale-in/scale out operations during upgrade operations. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disruptive */ @@ -76,6 +77,7 @@ public Boolean getDisruptive() { /** * This is the setter method to the attribute. * This field is used to disable scale-in/scale out operations during upgrade operations. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disruptive set the disruptive. */ @@ -87,6 +89,7 @@ public void setDisruptive(Boolean disruptive) { /** * This is the getter method this will return the attribute value. * Field deprecated in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return force */ @VsoMethod @@ -97,6 +100,7 @@ public Boolean getForce() { /** * This is the setter method to the attribute. * Field deprecated in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param force set the force. */ @VsoMethod @@ -108,6 +112,7 @@ public void setForce(Boolean force) { * This is the getter method this will return the attribute value. * Upgrade system with patch upgrade. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return patch */ @@ -120,6 +125,7 @@ public Boolean getPatch() { * This is the setter method to the attribute. * Upgrade system with patch upgrade. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param patch set the patch. */ @@ -131,6 +137,7 @@ public void setPatch(Boolean patch) { /** * This is the getter method this will return the attribute value. * Rollback system with patch upgrade. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return patchRollback */ @@ -142,6 +149,7 @@ public Boolean getPatchRollback() { /** * This is the setter method to the attribute. * Rollback system with patch upgrade. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param patchRollback set the patchRollback. */ @@ -153,6 +161,7 @@ public void setPatchRollback(Boolean patchRollback) { /** * This is the getter method this will return the attribute value. * It is used in rollback operations. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return rollback */ @@ -164,6 +173,7 @@ public Boolean getRollback() { /** * This is the setter method to the attribute. * It is used in rollback operations. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param rollback set the rollback. */ @@ -176,6 +186,7 @@ public void setRollback(Boolean rollback) { * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceenginegroup. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -188,6 +199,7 @@ public List getSeGroupRefs() { * This is the setter method. this will set the seGroupRefs * It is a reference to an object of type serviceenginegroup. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -200,6 +212,7 @@ public void setSeGroupRefs(List seGroupRefs) { * This is the setter method this will set the seGroupRefs * It is a reference to an object of type serviceenginegroup. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -218,6 +231,7 @@ public SeUpgradeParams addSeGroupRefsItem(String seGroupRefsItem) { * When set to true, if there is any failure during the se upgrade, upgrade will be suspended for this se group and manual intervention would be * needed to resume the upgrade. * Field introduced in 17.1.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return suspendOnFailure */ @@ -231,6 +245,7 @@ public Boolean getSuspendOnFailure() { * When set to true, if there is any failure during the se upgrade, upgrade will be suspended for this se group and manual intervention would be * needed to resume the upgrade. * Field introduced in 17.1.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param suspendOnFailure set the suspendOnFailure. */ @@ -242,6 +257,7 @@ public void setSuspendOnFailure(Boolean suspendOnFailure) { /** * This is the getter method this will return the attribute value. * Field deprecated in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return test */ @VsoMethod @@ -252,6 +268,7 @@ public Boolean getTest() { /** * This is the setter method to the attribute. * Field deprecated in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param test set the test. */ @VsoMethod @@ -261,7 +278,7 @@ public void setTest(Boolean test) { /** * 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 */ @@ -272,7 +289,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/SeUpgradeScaleinEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeUpgradeScaleinEventDetails.java index 5e60037f..b041504e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeUpgradeScaleinEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeUpgradeScaleinEventDetails.java @@ -37,7 +37,7 @@ public class SeUpgradeScaleinEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property scalein_params of obj type seupgradescaleineventdetails 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 scaleinParams */ @@ -48,7 +48,7 @@ public VsScaleinParams getScaleinParams() { /** * This is the setter method to the attribute. - * Placeholder for description of property scalein_params of obj type seupgradescaleineventdetails 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 scaleinParams set the scaleinParams. */ @@ -59,7 +59,7 @@ public void setScaleinParams(VsScaleinParams scaleinParams) { /** * 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 */ @@ -70,7 +70,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeUpgradeScaleoutEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeUpgradeScaleoutEventDetails.java index e562f247..370ba8e6 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeUpgradeScaleoutEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeUpgradeScaleoutEventDetails.java @@ -37,7 +37,7 @@ public class SeUpgradeScaleoutEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property scaleout_params of obj type seupgradescaleouteventdetails 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 scaleoutParams */ @@ -48,7 +48,7 @@ public VsScaleoutParams getScaleoutParams() { /** * This is the setter method to the attribute. - * Placeholder for description of property scaleout_params of obj type seupgradescaleouteventdetails 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 scaleoutParams set the scaleoutParams. */ @@ -59,7 +59,7 @@ public void setScaleoutParams(VsScaleoutParams scaleoutParams) { /** * 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 */ @@ -70,7 +70,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeUpgradeVsDisruptedEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeUpgradeVsDisruptedEventDetails.java index 97579896..ac081e55 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeUpgradeVsDisruptedEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeUpgradeVsDisruptedEventDetails.java @@ -44,7 +44,7 @@ public class SeUpgradeVsDisruptedEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip of obj type seupgradevsdisruptedeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -55,7 +55,7 @@ public String getIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property ip of obj type seupgradevsdisruptedeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -66,7 +66,7 @@ public void setIp(String ip) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property notes of obj type seupgradevsdisruptedeventdetails 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 */ @@ -77,7 +77,7 @@ public List getNotes() { /** * This is the setter method. this will set the notes - * Placeholder for description of property notes of obj type seupgradevsdisruptedeventdetails 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 */ @@ -88,7 +88,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 seupgradevsdisruptedeventdetails 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 */ @@ -104,7 +104,7 @@ public SeUpgradeVsDisruptedEventDetails addNotesItem(String notesItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vip_id of obj type seupgradevsdisruptedeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -115,7 +115,7 @@ public String getVipId() { /** * This is the setter method to the attribute. - * Placeholder for description of property vip_id of obj type seupgradevsdisruptedeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ @@ -126,7 +126,7 @@ public void setVipId(String vipId) { /** * 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 */ @@ -137,7 +137,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeVersion.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeVersion.java index d59e134f..a364c937 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeVersion.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeVersion.java @@ -46,6 +46,7 @@ public class SeVersion extends AviRestResource { * This is the getter method this will return the attribute value. * Fips mode for service engine. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fipsMode */ @@ -58,6 +59,7 @@ public Boolean getFipsMode() { * This is the setter method to the attribute. * Fips mode for service engine. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fipsMode set the fipsMode. */ @@ -68,7 +70,7 @@ public void setFipsMode(Boolean fipsMode) { /** * 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 */ @@ -79,7 +81,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. */ @@ -92,6 +94,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Patch level for service engine. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patch */ @@ -104,6 +107,7 @@ public String getPatch() { * This is the setter method to the attribute. * Patch level for service engine. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patch set the patch. */ @@ -114,7 +118,7 @@ public void setPatch(String patch) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property version of obj type seversion field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -125,7 +129,7 @@ public String getVersion() { /** * This is the setter method to the attribute. - * Placeholder for description of property version of obj type seversion field type str type string. + * Allowed in enterprise edition with any value, 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/SeVipInterfaceList.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeVipInterfaceList.java index 0201aea3..e8c0fca1 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeVipInterfaceList.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeVipInterfaceList.java @@ -54,7 +54,7 @@ public class SeVipInterfaceList extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property is_portchannel of obj type sevipinterfacelist 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 isPortchannel */ @@ -65,7 +65,7 @@ public Boolean getIsPortchannel() { /** * This is the setter method to the attribute. - * Placeholder for description of property is_portchannel of obj type sevipinterfacelist 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 isPortchannel set the isPortchannel. */ @@ -78,6 +78,7 @@ public void setIsPortchannel(Boolean isPortchannel) { * This is the getter method this will return the attribute value. * List of placement_networks reachable from this interface. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -90,6 +91,7 @@ public List getNetworks() { * This is the setter method. this will set the networks * List of placement_networks reachable from this interface. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -102,6 +104,7 @@ public void setNetworks(List networks) { * This is the setter method this will set the networks * List of placement_networks reachable from this interface. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networks */ @@ -117,7 +120,7 @@ public SeVipInterfaceList addNetworksItem(DiscoveredNetwork networksItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vip_intf_ip of obj type sevipinterfacelist 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 vipIntfIp */ @@ -128,7 +131,7 @@ public IpAddr getVipIntfIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property vip_intf_ip of obj type sevipinterfacelist 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 vipIntfIp set the vipIntfIp. */ @@ -139,7 +142,7 @@ public void setVipIntfIp(IpAddr vipIntfIp) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vip_intf_ip6 of obj type sevipinterfacelist 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 vipIntfIp6 */ @@ -150,7 +153,7 @@ public IpAddr getVipIntfIp6() { /** * This is the setter method to the attribute. - * Placeholder for description of property vip_intf_ip6 of obj type sevipinterfacelist 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 vipIntfIp6 set the vipIntfIp6. */ @@ -161,7 +164,7 @@ public void setVipIntfIp6(IpAddr vipIntfIp6) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vip_intf_mac of obj type sevipinterfacelist field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipIntfMac */ @@ -172,7 +175,7 @@ public String getVipIntfMac() { /** * This is the setter method to the attribute. - * Placeholder for description of property vip_intf_mac of obj type sevipinterfacelist field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipIntfMac set the vipIntfMac. */ @@ -183,7 +186,7 @@ public void setVipIntfMac(String vipIntfMac) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vlan_id of obj type sevipinterfacelist 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 0. * @return vlanId */ @@ -194,7 +197,7 @@ public Integer getVlanId() { /** * This is the setter method to the attribute. - * Placeholder for description of property vlan_id of obj type sevipinterfacelist 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 0. * @param vlanId set the vlanId. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeVnicDownEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeVnicDownEventDetails.java index 1500cb23..b848f89a 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeVnicDownEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeVnicDownEventDetails.java @@ -45,6 +45,7 @@ public class SeVnicDownEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. * Vnic name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ifName */ @@ -56,6 +57,7 @@ public String getIfName() { /** * This is the setter method to the attribute. * Vnic name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ifName set the ifName. */ @@ -67,6 +69,7 @@ public void setIfName(String ifName) { /** * This is the getter method this will return the attribute value. * Vnic linux name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return linuxName */ @@ -78,6 +81,7 @@ public String getLinuxName() { /** * This is the setter method to the attribute. * Vnic linux name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param linuxName set the linuxName. */ @@ -89,6 +93,7 @@ public void setLinuxName(String linuxName) { /** * This is the getter method this will return the attribute value. * Mac address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mac */ @@ -100,6 +105,7 @@ public String getMac() { /** * This is the setter method to the attribute. * Mac address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mac set the mac. */ @@ -112,6 +118,7 @@ public void setMac(String mac) { * This is the getter method this will return the attribute value. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -124,6 +131,7 @@ public String getSeRef() { * This is the setter method to the attribute. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeVnicTxQueueStallEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeVnicTxQueueStallEventDetails.java index e0e1961d..13faf449 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeVnicTxQueueStallEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeVnicTxQueueStallEventDetails.java @@ -45,6 +45,7 @@ public class SeVnicTxQueueStallEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. * Vnic name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ifName */ @@ -56,6 +57,7 @@ public String getIfName() { /** * This is the setter method to the attribute. * Vnic name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ifName set the ifName. */ @@ -67,6 +69,7 @@ public void setIfName(String ifName) { /** * This is the getter method this will return the attribute value. * Vnic linux name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return linuxName */ @@ -78,6 +81,7 @@ public String getLinuxName() { /** * This is the setter method to the attribute. * Vnic linux name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param linuxName set the linuxName. */ @@ -89,6 +93,7 @@ public void setLinuxName(String linuxName) { /** * This is the getter method this will return the attribute value. * Queue number. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return queue */ @@ -100,6 +105,7 @@ public Integer getQueue() { /** * This is the setter method to the attribute. * Queue number. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param queue set the queue. */ @@ -112,6 +118,7 @@ public void setQueue(Integer queue) { * This is the getter method this will return the attribute value. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -124,6 +131,7 @@ public String getSeRef() { * This is the setter method to the attribute. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeVnicUpEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeVnicUpEventDetails.java index 5df47dd6..160554ac 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeVnicUpEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeVnicUpEventDetails.java @@ -45,6 +45,7 @@ public class SeVnicUpEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. * Vnic name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ifName */ @@ -56,6 +57,7 @@ public String getIfName() { /** * This is the setter method to the attribute. * Vnic name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ifName set the ifName. */ @@ -67,6 +69,7 @@ public void setIfName(String ifName) { /** * This is the getter method this will return the attribute value. * Vnic linux name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return linuxName */ @@ -78,6 +81,7 @@ public String getLinuxName() { /** * This is the setter method to the attribute. * Vnic linux name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param linuxName set the linuxName. */ @@ -89,6 +93,7 @@ public void setLinuxName(String linuxName) { /** * This is the getter method this will return the attribute value. * Mac address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mac */ @@ -100,6 +105,7 @@ public String getMac() { /** * This is the setter method to the attribute. * Mac address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mac set the mac. */ @@ -112,6 +118,7 @@ public void setMac(String mac) { * This is the getter method this will return the attribute value. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -124,6 +131,7 @@ public String getSeRef() { * This is the setter method to the attribute. * Uuid of the se responsible for this event. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeVsFaultEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeVsFaultEventDetails.java index e15b7e27..f6ae9ee4 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeVsFaultEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeVsFaultEventDetails.java @@ -45,6 +45,7 @@ public class SeVsFaultEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. * Name of the object responsible for the fault. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return faultObject */ @@ -56,6 +57,7 @@ public String getFaultObject() { /** * This is the setter method to the attribute. * Name of the object responsible for the fault. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param faultObject set the faultObject. */ @@ -67,6 +69,7 @@ public void setFaultObject(String faultObject) { /** * This is the getter method this will return the attribute value. * Reason for the fault. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return faultReason */ @@ -78,6 +81,7 @@ public String getFaultReason() { /** * This is the setter method to the attribute. * Reason for the fault. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param faultReason set the faultReason. */ @@ -90,6 +94,7 @@ public void setFaultReason(String faultReason) { * This is the getter method this will return the attribute value. * Se uuid. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceEngine */ @@ -102,6 +107,7 @@ public String getServiceEngine() { * This is the setter method to the attribute. * Se uuid. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceEngine set the serviceEngine. */ @@ -114,6 +120,7 @@ public void setServiceEngine(String serviceEngine) { * This is the getter method this will return the attribute value. * Vs name. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return virtualService */ @@ -126,6 +133,7 @@ public String getVirtualService() { * This is the setter method to the attribute. * Vs name. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param virtualService set the virtualService. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeVsPktBufHighEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeVsPktBufHighEventDetails.java index 5088ef90..adeba8fe 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeVsPktBufHighEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SeVsPktBufHighEventDetails.java @@ -41,6 +41,7 @@ public class SeVsPktBufHighEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. * Current packet buffer usage of the vs. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return currentValue */ @@ -52,6 +53,7 @@ public Integer getCurrentValue() { /** * This is the setter method to the attribute. * Current packet buffer usage of the vs. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param currentValue set the currentValue. */ @@ -63,6 +65,7 @@ public void setCurrentValue(Integer currentValue) { /** * This is the getter method this will return the attribute value. * Buffer usage threshold value. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return threshold */ @@ -74,6 +77,7 @@ public Integer getThreshold() { /** * This is the setter method to the attribute. * Buffer usage threshold value. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param threshold set the threshold. */ @@ -86,6 +90,7 @@ public void setThreshold(Integer threshold) { * This is the getter method this will return the attribute value. * Virtual service name. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return virtualService */ @@ -98,6 +103,7 @@ public String getVirtualService() { * This is the setter method to the attribute. * Virtual service name. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param virtualService set the virtualService. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SearchReplacePair.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SearchReplacePair.java index edcb0b11..1a323f17 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SearchReplacePair.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SearchReplacePair.java @@ -40,6 +40,7 @@ public class SearchReplacePair extends AviRestResource { * This is the getter method this will return the attribute value. * String to replace the searched value. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return replacementString */ @@ -52,6 +53,7 @@ public ReplaceStringVar getReplacementString() { * This is the setter method to the attribute. * String to replace the searched value. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param replacementString set the replacementString. */ @@ -64,6 +66,7 @@ public void setReplacementString(ReplaceStringVar replacementString) { * This is the getter method this will return the attribute value. * String to search for in the body. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return searchString */ @@ -76,6 +79,7 @@ public SearchStringVar getSearchString() { * This is the setter method to the attribute. * String to search for in the body. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param searchString set the searchString. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SearchStringVar.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SearchStringVar.java index fd061853..2ad86827 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SearchStringVar.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SearchStringVar.java @@ -40,6 +40,7 @@ public class SearchStringVar extends AviRestResource { * expression. * Enum options - SEARCH_DATASCRIPT_VAR, SEARCH_AVI_VAR, SEARCH_LITERAL_STRING, SEARCH_REGEX. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SEARCH_LITERAL_STRING". * @return type */ @@ -54,6 +55,7 @@ public String getType() { * expression. * Enum options - SEARCH_DATASCRIPT_VAR, SEARCH_AVI_VAR, SEARCH_LITERAL_STRING, SEARCH_REGEX. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SEARCH_LITERAL_STRING". * @param type set the type. */ @@ -67,6 +69,7 @@ public void setType(String type) { * Value of search string - can be a variable exposed from datascript, value of an http variable, a custom user-input literal string, or a regular * expression. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return val */ @@ -80,6 +83,7 @@ public String getVal() { * Value of search string - can be a variable exposed from datascript, value of an http variable, a custom user-input literal string, or a regular * expression. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param val set the val. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecMgrDataEvent.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecMgrDataEvent.java index 4bad3e85..fda0d3ba 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecMgrDataEvent.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecMgrDataEvent.java @@ -38,6 +38,7 @@ public class SecMgrDataEvent extends AviRestResource { * This is the getter method this will return the attribute value. * Type of the generated for an application. * 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 error */ @@ -50,6 +51,7 @@ public String getError() { * This is the setter method to the attribute. * Type of the generated for an application. * 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 error set the error. */ @@ -62,6 +64,7 @@ public void setError(String error) { * This is the getter method this will return the attribute value. * Name of the application. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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. * Name of the application. * 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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecMgrThreshold.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecMgrThreshold.java index 8d3ca98a..a182e516 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecMgrThreshold.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecMgrThreshold.java @@ -40,6 +40,7 @@ public class SecMgrThreshold extends AviRestResource { * PORT_SCAN, TCP_NON_SYN_FLOOD_OLD, SYN_FLOOD, BAD_RST_FLOOD, MALFORMED_FLOOD, FAKE_SESSION, ZERO_WINDOW_STRESS, SMALL_WINDOW_STRESS, * DOS_HTTP_TIMEOUT, DOS_HTTP_ERROR, DOS_HTTP_ABORT... * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attackType */ @@ -54,6 +55,7 @@ public String getAttackType() { * PORT_SCAN, TCP_NON_SYN_FLOOD_OLD, SYN_FLOOD, BAD_RST_FLOOD, MALFORMED_FLOOD, FAKE_SESSION, ZERO_WINDOW_STRESS, SMALL_WINDOW_STRESS, * DOS_HTTP_TIMEOUT, DOS_HTTP_ERROR, DOS_HTTP_ABORT... * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attackType set the attackType. */ @@ -65,6 +67,7 @@ public void setAttackType(String attackType) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return threshold */ @@ -76,6 +79,7 @@ public Integer getThreshold() { /** * This is the setter method to the attribute. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/SecMgrUAEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecMgrUAEventDetails.java index aa5de819..69ac5fa3 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecMgrUAEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecMgrUAEventDetails.java @@ -34,6 +34,7 @@ public class SecMgrUAEventDetails extends AviRestResource { * This is the getter method this will return the attribute value. * Error descibing ua cache status in controller. * Field introduced in 21.1.2. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return error */ @@ -46,6 +47,7 @@ public String getError() { * This is the setter method to the attribute. * Error descibing ua cache status in controller. * Field introduced in 21.1.2. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param error set the error. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecureChannelAvailableLocalIPs.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecureChannelAvailableLocalIPs.java index 29d8270f..fd2fdf76 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecureChannelAvailableLocalIPs.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecureChannelAvailableLocalIPs.java @@ -56,7 +56,7 @@ public class SecureChannelAvailableLocalIPs extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property end of obj type securechannelavailablelocalips 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 end */ @@ -67,7 +67,7 @@ public Integer getEnd() { /** * This is the setter method to the attribute. - * Placeholder for description of property end of obj type securechannelavailablelocalips 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 end set the end. */ @@ -79,6 +79,7 @@ public void setEnd(Integer end) { /** * 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 freeControllerIps */ @VsoMethod @@ -89,6 +90,7 @@ public List getFreeControllerIps() { /** * This is the setter method. this will set the freeControllerIps * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return freeControllerIps */ @VsoMethod @@ -99,6 +101,7 @@ public void setFreeControllerIps(List freeControllerIps) { /** * This is the setter method this will set the freeControllerIps * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return freeControllerIps */ @VsoMethod @@ -113,7 +116,7 @@ public SecureChannelAvailableLocalIPs addFreeControllerIpsItem(String freeContro /** * This is the getter method this will return the attribute value. - * Placeholder for description of property free_ips of obj type securechannelavailablelocalips 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 freeIps */ @@ -124,7 +127,7 @@ public List getFreeIps() { /** * This is the setter method. this will set the freeIps - * Placeholder for description of property free_ips of obj type securechannelavailablelocalips 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 freeIps */ @@ -135,7 +138,7 @@ public void setFreeIps(List freeIps) { /** * This is the setter method this will set the freeIps - * Placeholder for description of property free_ips of obj type securechannelavailablelocalips 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 freeIps */ @@ -151,7 +154,7 @@ public SecureChannelAvailableLocalIPs addFreeIpsItem(Integer freeIpsItem) { /** * 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 */ @@ -162,7 +165,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. */ @@ -173,7 +176,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property start of obj type securechannelavailablelocalips 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 start */ @@ -184,7 +187,7 @@ public Integer getStart() { /** * This is the setter method to the attribute. - * Placeholder for description of property start of obj type securechannelavailablelocalips 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 start set the start. */ @@ -214,7 +217,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 +228,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/SecureChannelConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecureChannelConfiguration.java index bb37ae93..a8f671d7 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecureChannelConfiguration.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecureChannelConfiguration.java @@ -40,6 +40,7 @@ public class SecureChannelConfiguration extends AviRestResource { * Forced updating has been disallowed. * Field deprecated in 18.2.8. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return bypassSecureChannelMustChecks */ @VsoMethod @@ -53,6 +54,7 @@ public Boolean getBypassSecureChannelMustChecks() { * Forced updating has been disallowed. * Field deprecated in 18.2.8. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param bypassSecureChannelMustChecks set the bypassSecureChannelMustChecks. */ @VsoMethod @@ -67,6 +69,7 @@ public void setBypassSecureChannelMustChecks(Boolean bypassSecureChannelMustChe * It is a reference to an object of type sslkeyandcertificate. * Field introduced in 18.1.4, 18.2.1. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslkeyandcertificateRefs */ @@ -82,6 +85,7 @@ public List getSslkeyandcertificateRefs() { * It is a reference to an object of type sslkeyandcertificate. * Field introduced in 18.1.4, 18.2.1. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslkeyandcertificateRefs */ @@ -97,6 +101,7 @@ public void setSslkeyandcertificateRefs(List sslkeyandcertificateRefs) * It is a reference to an object of type sslkeyandcertificate. * Field introduced in 18.1.4, 18.2.1. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslkeyandcertificateRefs */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecureChannelMapping.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecureChannelMapping.java index edae4e48..abfa3832 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecureChannelMapping.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecureChannelMapping.java @@ -78,6 +78,7 @@ public class SecureChannelMapping extends AviRestResource { * This is the getter method this will return the attribute value. * Auth_token used for se authorization. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authToken */ @@ -90,6 +91,7 @@ public String getAuthToken() { * This is the setter method to the attribute. * Auth_token used for se authorization. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param authToken set the authToken. */ @@ -101,6 +103,7 @@ public void setAuthToken(String authToken) { /** * This is the getter method this will return the attribute value. * Ip of se. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -112,6 +115,7 @@ public String getIp() { /** * This is the setter method to the attribute. * Ip of se. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -123,6 +127,7 @@ public void setIp(String ip) { /** * This is the getter method this will return the attribute value. * Whether this entry used for controller. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isController */ @@ -134,6 +139,7 @@ public Boolean getIsController() { /** * This is the setter method to the attribute. * Whether this entry used for controller. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isController set the isController. */ @@ -145,6 +151,7 @@ public void setIsController(Boolean isController) { /** * This is the getter method this will return the attribute value. * Local ip on controller side reserved for se. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return localIp */ @@ -156,6 +163,7 @@ public String getLocalIp() { /** * This is the setter method to the attribute. * Local ip on controller side reserved for se. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param localIp set the localIp. */ @@ -167,6 +175,7 @@ public void setLocalIp(String localIp) { /** * This is the getter method this will return the attribute value. * Whether this entry is marked for delete (first step of deletion). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return markedForDelete */ @@ -178,6 +187,7 @@ public Boolean getMarkedForDelete() { /** * This is the setter method to the attribute. * Whether this entry is marked for delete (first step of deletion). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param markedForDelete set the markedForDelete. */ @@ -190,6 +200,7 @@ public void setMarkedForDelete(Boolean markedForDelete) { * This is the getter method this will return the attribute value. * Metadata associated with auth_token. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metadata */ @@ -202,6 +213,7 @@ public List getMetadata() { * This is the setter method. this will set the metadata * Metadata associated with auth_token. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metadata */ @@ -214,6 +226,7 @@ public void setMetadata(List metadata) { * This is the setter method this will set the metadata * Metadata associated with auth_token. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metadata */ @@ -230,6 +243,7 @@ public SecureChannelMapping addMetadataItem(SecureChannelMetadata metadataItem) /** * This is the getter method this will return the attribute value. * Uuid of se. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -241,6 +255,7 @@ public String getName() { /** * This is the setter method to the attribute. * Uuid of se. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -252,6 +267,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Public key of se. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pubKey */ @@ -263,6 +279,7 @@ public String getPubKey() { /** * This is the setter method to the attribute. * Public key of se. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pubKey set the pubKey. */ @@ -274,6 +291,7 @@ public void setPubKey(String pubKey) { /** * This is the getter method this will return the attribute value. * Public key pem of se. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pubKeyPem */ @@ -285,6 +303,7 @@ public String getPubKeyPem() { /** * This is the setter method to the attribute. * Public key pem of se. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pubKeyPem set the pubKeyPem. */ @@ -298,6 +317,7 @@ public void setPubKeyPem(String pubKeyPem) { * Authorization status of current secure channel. * Enum options - SECURE_CHANNEL_NONE, SECURE_CHANNEL_CONNECTED, SECURE_CHANNEL_AUTH_SSH_SUCCESS, SECURE_CHANNEL_AUTH_SSH_FAILED, * SECURE_CHANNEL_AUTH_TOKEN_SUCCESS, SECURE_CHANNEL_AUTH_TOKEN_FAILED, SECURE_CHANNEL_AUTH_ERRORS, SECURE_CHANNEL_AUTH_IGNORED. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SECURE_CHANNEL_NONE". * @return status */ @@ -311,6 +331,7 @@ public String getStatus() { * Authorization status of current secure channel. * Enum options - SECURE_CHANNEL_NONE, SECURE_CHANNEL_CONNECTED, SECURE_CHANNEL_AUTH_SSH_SUCCESS, SECURE_CHANNEL_AUTH_SSH_FAILED, * SECURE_CHANNEL_AUTH_TOKEN_SUCCESS, SECURE_CHANNEL_AUTH_TOKEN_FAILED, SECURE_CHANNEL_AUTH_ERRORS, SECURE_CHANNEL_AUTH_IGNORED. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SECURE_CHANNEL_NONE". * @param status set the status. */ @@ -341,6 +362,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of se. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -352,6 +374,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of se. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/SecureChannelMetadata.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecureChannelMetadata.java index bb9807c8..de40d025 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecureChannelMetadata.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecureChannelMetadata.java @@ -36,7 +36,7 @@ public class SecureChannelMetadata extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property key of obj type securechannelmetadata field type str type string. + * Allowed in enterprise edition with any value, 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 securechannelmetadata field type str type string. + * Allowed in enterprise edition with any value, 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 val of obj type securechannelmetadata field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return val */ @@ -69,7 +69,7 @@ public String getVal() { /** * This is the setter method to the attribute. - * Placeholder for description of property val of obj type securechannelmetadata field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param val set the val. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecureChannelToken.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecureChannelToken.java index 8ba97fa2..aff6d18e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecureChannelToken.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecureChannelToken.java @@ -57,6 +57,7 @@ public class SecureChannelToken extends AviRestResource { /** * This is the getter method this will return the attribute value. * Expiry time for auth_token. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return expiryTime */ @@ -68,6 +69,7 @@ public Float getExpiryTime() { /** * This is the setter method to the attribute. * Expiry time for auth_token. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param expiryTime set the expiryTime. */ @@ -80,6 +82,7 @@ public void setExpiryTime(Float expiryTime) { * This is the getter method this will return the attribute value. * Whether this auth_token is used by some node(se/controller). * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return inUse */ @@ -92,6 +95,7 @@ public Boolean getInUse() { * This is the setter method to the attribute. * Whether this auth_token is used by some node(se/controller). * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param inUse set the inUse. */ @@ -103,6 +107,7 @@ public void setInUse(Boolean inUse) { /** * This is the getter method this will return the attribute value. * Metadata associated with auth_token. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metadata */ @@ -114,6 +119,7 @@ public List getMetadata() { /** * This is the setter method. this will set the metadata * Metadata associated with auth_token. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metadata */ @@ -125,6 +131,7 @@ public void setMetadata(List metadata) { /** * This is the setter method this will set the metadata * Metadata associated with auth_token. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metadata */ @@ -141,6 +148,7 @@ public SecureChannelToken addMetadataItem(SecureChannelMetadata metadataItem) { /** * This is the getter method this will return the attribute value. * Auth_token used for se/controller authorization. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -152,6 +160,7 @@ public String getName() { /** * This is the setter method to the attribute. * Auth_token used for se/controller authorization. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -164,6 +173,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Deprecated uuid of se or controller who is using this auth_token. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return nodeUuid */ @VsoMethod @@ -175,6 +185,7 @@ public String getNodeUuid() { * This is the setter method to the attribute. * Deprecated uuid of se or controller who is using this auth_token. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param nodeUuid set the nodeUuid. */ @VsoMethod @@ -204,6 +215,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Auth_token used for se/controller authorization. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -215,6 +227,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Auth_token used for se/controller authorization. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/SecureKeyExchangeDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecureKeyExchangeDetails.java index 843a6dbf..ec15e55d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecureKeyExchangeDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecureKeyExchangeDetails.java @@ -70,6 +70,7 @@ public class SecureKeyExchangeDetails extends AviRestResource { * This is the getter method this will return the attribute value. * Controller managememt ip for secure key exchange between controller and se. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ctlrMgmtIp */ @@ -82,6 +83,7 @@ public String getCtlrMgmtIp() { * This is the setter method to the attribute. * Controller managememt ip for secure key exchange between controller and se. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ctlrMgmtIp set the ctlrMgmtIp. */ @@ -94,6 +96,7 @@ public void setCtlrMgmtIp(String ctlrMgmtIp) { * This is the getter method this will return the attribute value. * Controller public ip for secure key exchange between controller and se. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ctlrPublicIp */ @@ -106,6 +109,7 @@ public String getCtlrPublicIp() { * This is the setter method to the attribute. * Controller public ip for secure key exchange between controller and se. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ctlrPublicIp set the ctlrPublicIp. */ @@ -118,6 +122,7 @@ public void setCtlrPublicIp(String ctlrPublicIp) { * This is the getter method this will return the attribute value. * Error message if secure key exchange failed. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return error */ @@ -130,6 +135,7 @@ public String getError() { * This is the setter method to the attribute. * Error message if secure key exchange failed. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param error set the error. */ @@ -142,6 +148,7 @@ public void setError(String error) { * This is the getter method this will return the attribute value. * Follower ip for secure key exchange between controller and controller. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return followerIp */ @@ -154,6 +161,7 @@ public String getFollowerIp() { * This is the setter method to the attribute. * Follower ip for secure key exchange between controller and controller. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param followerIp set the followerIp. */ @@ -166,6 +174,7 @@ public void setFollowerIp(String followerIp) { * This is the getter method this will return the attribute value. * Leader ip for secure key exchange between controller and controller. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return leaderIp */ @@ -178,6 +187,7 @@ public String getLeaderIp() { * This is the setter method to the attribute. * Leader ip for secure key exchange between controller and controller. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param leaderIp set the leaderIp. */ @@ -190,6 +200,7 @@ public void setLeaderIp(String leaderIp) { * This is the getter method this will return the attribute value. * Name of se/controller who initiates the secure key exchange. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -202,6 +213,7 @@ public String getName() { * This is the setter method to the attribute. * Name of se/controller who initiates the secure key exchange. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -214,6 +226,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Se ip for secure key exchange between controller and se. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seIp */ @@ -226,6 +239,7 @@ public String getSeIp() { * This is the setter method to the attribute. * Se ip for secure key exchange between controller and se. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seIp set the seIp. */ @@ -238,6 +252,7 @@ public void setSeIp(String seIp) { * This is the getter method this will return the attribute value. * Ip address of the client. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sourceIp */ @@ -250,6 +265,7 @@ public String getSourceIp() { * This is the setter method to the attribute. * Ip address of the client. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sourceIp set the sourceIp. */ @@ -265,6 +281,7 @@ public void setSourceIp(String sourceIp) { * 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 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 status */ @@ -280,6 +297,7 @@ 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 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 status set the status. */ @@ -292,6 +310,7 @@ public void setStatus(String status) { * This is the getter method this will return the attribute value. * Uuid of se/controller who initiates the secure key exchange. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -304,6 +323,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of se/controller who initiates the secure key exchange. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * 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/SecurityManagerData.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecurityManagerData.java index 2b797b40..4cc72f6d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecurityManagerData.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecurityManagerData.java @@ -50,6 +50,7 @@ public class SecurityManagerData extends AviRestResource { * This is the getter method this will return the attribute value. * Information about various applications. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appLearningInfo */ @@ -62,6 +63,7 @@ public List getAppLearningInfo() { * This is the setter method. this will set the appLearningInfo * Information about various applications. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appLearningInfo */ @@ -74,6 +76,7 @@ public void setAppLearningInfo(List appLearningInfo) { * This is the setter method this will set the appLearningInfo * Information about various applications. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return appLearningInfo */ @@ -91,6 +94,7 @@ public SecurityManagerData addAppLearningInfoItem(DbAppLearningInfo appLearningI * This is the getter method this will return the attribute value. * Virtualservice name. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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. * Virtualservice 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 name set the name. */ @@ -115,6 +120,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -127,6 +133,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -158,6 +165,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Virtualservice uuid. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -170,6 +178,7 @@ public String getUuid() { * This is the setter method to the attribute. * Virtualservice uuid. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/SecurityMgrDebugFilter.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecurityMgrDebugFilter.java index 609cb09d..3d671334 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecurityMgrDebugFilter.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecurityMgrDebugFilter.java @@ -38,6 +38,7 @@ public class SecurityMgrDebugFilter extends AviRestResource { * This is the getter method this will return the attribute value. * Dynamically adapt configuration parameters for application learning feature. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableAdaptiveConfig */ @@ -50,6 +51,7 @@ public Boolean getEnableAdaptiveConfig() { * This is the setter method to the attribute. * Dynamically adapt configuration parameters for application learning feature. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableAdaptiveConfig set the enableAdaptiveConfig. */ @@ -63,6 +65,7 @@ public void setEnableAdaptiveConfig(Boolean enableAdaptiveConfig) { * Uuid of the entity. * It is a reference to an object of type virtualservice. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return entityRef */ @@ -76,6 +79,7 @@ public String getEntityRef() { * Uuid of the entity. * It is a reference to an object of type virtualservice. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param entityRef set the entityRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecurityMgrRuntime.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecurityMgrRuntime.java index 542ad4b5..1a346ec8 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecurityMgrRuntime.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecurityMgrRuntime.java @@ -33,6 +33,7 @@ public class SecurityMgrRuntime extends AviRestResource { /** * This is the getter method this will return the attribute value. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return thresholds */ @@ -44,6 +45,7 @@ public List getThresholds() { /** * This is the setter method. this will set the thresholds * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return thresholds */ @@ -55,6 +57,7 @@ public void setThresholds(List thresholds) { /** * This is the setter method this will set the thresholds * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return thresholds */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecurityPolicy.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecurityPolicy.java index 8c2ccb70..e08b9f35 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecurityPolicy.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SecurityPolicy.java @@ -81,6 +81,7 @@ public class SecurityPolicy extends AviRestResource { * Security policy is used to specify various configuration information used to perform distributed denial of service (ddos) attacks detection and * mitigation. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -94,6 +95,7 @@ public String getDescription() { * Security policy is used to specify various configuration information used to perform distributed denial of service (ddos) attacks detection and * mitigation. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -106,6 +108,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Source ports and port ranges to deny in dns amplification attacks. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsAmplificationDenyports */ @@ -118,6 +121,7 @@ public PortMatchGeneric getDnsAmplificationDenyports() { * This is the setter method to the attribute. * Source ports and port ranges to deny in dns amplification attacks. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsAmplificationDenyports set the dnsAmplificationDenyports. */ @@ -130,6 +134,7 @@ public void setDnsAmplificationDenyports(PortMatchGeneric dnsAmplificationDenypo * This is the getter method this will return the attribute value. * Attacks utilizing the dns protocol operations. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsAttacks */ @@ -142,6 +147,7 @@ public DnsAttacks getDnsAttacks() { * This is the setter method to the attribute. * Attacks utilizing the dns protocol operations. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dnsAttacks set the dnsAttacks. */ @@ -154,6 +160,7 @@ public void setDnsAttacks(DnsAttacks dnsAttacks) { * This is the getter method this will return the attribute value. * Index of the dns policy to use for the mitigation rules applied to the dns attacks. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return dnsPolicyIndex */ @@ -166,6 +173,7 @@ public Integer getDnsPolicyIndex() { * This is the setter method to the attribute. * Index of the dns policy to use for the mitigation rules applied to the dns attacks. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param dnsPolicyIndex set the dnsPolicyIndex. */ @@ -181,6 +189,7 @@ public void setDnsPolicyIndex(Integer dnsPolicyIndex) { * 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 @@ -195,6 +204,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 @@ -209,6 +219,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 @@ -225,7 +236,8 @@ public SecurityPolicy 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 */ @@ -238,7 +250,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 */ @@ -251,7 +264,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 */ @@ -269,6 +283,7 @@ public SecurityPolicy addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * The name of the security policy. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -281,6 +296,7 @@ public String getName() { * This is the setter method to the attribute. * The name of the security policy. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -293,6 +309,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Index of the network security policy to use for the mitigation rules applied to the attacks. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return networkSecurityPolicyIndex */ @@ -305,6 +322,7 @@ public Integer getNetworkSecurityPolicyIndex() { * This is the setter method to the attribute. * Index of the network security policy to use for the mitigation rules applied to the attacks. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param networkSecurityPolicyIndex set the networkSecurityPolicyIndex. */ @@ -318,6 +336,7 @@ public void setNetworkSecurityPolicyIndex(Integer networkSecurityPolicyIndex) { * Mode of dealing with the attacks - perform detection only, or detect and mitigate the attacks. * Enum options - DETECTION, MITIGATION. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DETECTION". * @return operMode */ @@ -331,6 +350,7 @@ public String getOperMode() { * Mode of dealing with the attacks - perform detection only, or detect and mitigate the attacks. * Enum options - DETECTION, MITIGATION. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DETECTION". * @param operMode set the operMode. */ @@ -344,6 +364,7 @@ public void setOperMode(String operMode) { * Tenancy of the security policy. * It is a reference to an object of type tenant. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -357,6 +378,7 @@ public String getTenantRef() { * Tenancy of the security policy. * It is a reference to an object of type tenant. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -388,6 +410,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * The uuid of the security policy. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -400,6 +423,7 @@ public String getUuid() { * This is the setter method to the attribute. * The uuid of the security policy. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/Selector.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Selector.java index cdbd7b6c..3ef69e32 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Selector.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Selector.java @@ -39,6 +39,7 @@ public class Selector extends AviRestResource { * Labels as key value pairs to select on. * Field introduced in 20.1.3. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -52,6 +53,7 @@ public List getLabels() { * Labels as key value pairs to select on. * Field introduced in 20.1.3. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -65,6 +67,7 @@ public void setLabels(List labels) { * Labels as key value pairs to select on. * Field introduced in 20.1.3. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -83,6 +86,7 @@ public Selector addLabelsItem(KeyValueTuple labelsItem) { * Selector type. * Enum options - SELECTOR_IPAM. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -96,6 +100,7 @@ public String getType() { * Selector type. * Enum options - SELECTOR_IPAM. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * 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/SensitiveFieldRule.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SensitiveFieldRule.java index d7d125cd..539646cc 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SensitiveFieldRule.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SensitiveFieldRule.java @@ -52,6 +52,7 @@ public class SensitiveFieldRule extends AviRestResource { * Action for the matched log field, for instance the matched field can be removed or masked off. * Enum options - LOG_FIELD_REMOVE, LOG_FIELD_MASKOFF. * Field introduced in 17.2.10, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LOG_FIELD_REMOVE". * @return action */ @@ -65,6 +66,7 @@ public String getAction() { * Action for the matched log field, for instance the matched field can be removed or masked off. * Enum options - LOG_FIELD_REMOVE, LOG_FIELD_MASKOFF. * Field introduced in 17.2.10, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LOG_FIELD_REMOVE". * @param action set the action. */ @@ -77,6 +79,7 @@ public void setAction(String action) { * This is the getter method this will return the attribute value. * Enable rule to match the sensitive fields. * Field introduced in 17.2.10, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enabled */ @@ -89,6 +92,7 @@ public Boolean getEnabled() { * This is the setter method to the attribute. * Enable rule to match the sensitive fields. * Field introduced in 17.2.10, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enabled set the enabled. */ @@ -101,6 +105,7 @@ public void setEnabled(Boolean enabled) { * This is the getter method this will return the attribute value. * Index of the rule. * Field introduced in 17.2.10, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -113,6 +118,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Index of the rule. * Field introduced in 17.2.10, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -125,7 +131,7 @@ public void setIndex(Integer index) { * This is the getter method this will return the attribute value. * Criterion to use for matching in the log. * Field introduced in 17.2.10, 18.1.2. - * Allowed in 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 */ @@ -138,7 +144,7 @@ public StringMatch getMatch() { * This is the setter method to the attribute. * Criterion to use for matching in the log. * Field introduced in 17.2.10, 18.1.2. - * Allowed in 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. */ @@ -151,6 +157,7 @@ public void setMatch(StringMatch match) { * This is the getter method this will return the attribute value. * Name of the rule. * Field introduced in 17.2.10, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -163,6 +170,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the rule. * Field introduced in 17.2.10, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/SensitiveLogProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SensitiveLogProfile.java index 69a04202..db18f4a8 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SensitiveLogProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SensitiveLogProfile.java @@ -42,6 +42,7 @@ public class SensitiveLogProfile extends AviRestResource { * This is the getter method this will return the attribute value. * Match sensitive header fields in http application log. * Field introduced in 17.2.10, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headerFieldRules */ @@ -54,6 +55,7 @@ public List getHeaderFieldRules() { * This is the setter method. this will set the headerFieldRules * Match sensitive header fields in http application log. * Field introduced in 17.2.10, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headerFieldRules */ @@ -66,6 +68,7 @@ public void setHeaderFieldRules(List headerFieldRules) { * This is the setter method this will set the headerFieldRules * Match sensitive header fields in http application log. * Field introduced in 17.2.10, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headerFieldRules */ @@ -85,6 +88,7 @@ public SensitiveLogProfile addHeaderFieldRulesItem(SensitiveFieldRule headerFiel * Query params from the uri are extracted and checked for matching sensitive parameter names. * A successful match will mask the parameter values in accordance with this rule action. * Field introduced in 20.1.7, 21.1.2. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriQueryFieldRules */ @@ -99,6 +103,7 @@ public List getUriQueryFieldRules() { * Query params from the uri are extracted and checked for matching sensitive parameter names. * A successful match will mask the parameter values in accordance with this rule action. * Field introduced in 20.1.7, 21.1.2. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriQueryFieldRules */ @@ -113,6 +118,7 @@ public void setUriQueryFieldRules(List uriQueryFieldRules) * Query params from the uri are extracted and checked for matching sensitive parameter names. * A successful match will mask the parameter values in accordance with this rule action. * Field introduced in 20.1.7, 21.1.2. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriQueryFieldRules */ @@ -130,6 +136,7 @@ public SensitiveLogProfile addUriQueryFieldRulesItem(SensitiveFieldRule uriQuery * This is the getter method this will return the attribute value. * Match sensitive waf log fields in http application log. * Field introduced in 17.2.13, 18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return wafFieldRules */ @@ -142,6 +149,7 @@ public List getWafFieldRules() { * This is the setter method. this will set the wafFieldRules * Match sensitive waf log fields in http application log. * Field introduced in 17.2.13, 18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return wafFieldRules */ @@ -154,6 +162,7 @@ public void setWafFieldRules(List wafFieldRules) { * This is the setter method this will set the wafFieldRules * Match sensitive waf log fields in http application log. * Field introduced in 17.2.13, 18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return wafFieldRules */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Server.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Server.java index 94d448d5..9941a68e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Server.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Server.java @@ -124,7 +124,7 @@ public class Server extends AviRestResource { * This is the getter method this will return the attribute value. * Name of autoscaling group this server belongs to. * Field introduced in 17.1.2. - * Allowed in 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 autoscalingGroupName */ @@ -137,7 +137,7 @@ public String getAutoscalingGroupName() { * This is the setter method to the attribute. * Name of autoscaling group this server belongs to. * Field introduced in 17.1.2. - * Allowed in 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 autoscalingGroupName set the autoscalingGroupName. */ @@ -149,6 +149,7 @@ public void setAutoscalingGroupName(String autoscalingGroupName) { /** * This is the getter method this will return the attribute value. * Availability-zone of the server vm. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return availabilityZone */ @@ -160,6 +161,7 @@ public String getAvailabilityZone() { /** * This is the setter method to the attribute. * Availability-zone of the server vm. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param availabilityZone set the availabilityZone. */ @@ -171,6 +173,7 @@ public void setAvailabilityZone(String availabilityZone) { /** * This is the getter method this will return the attribute value. * A description of the server. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -182,6 +185,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * A description of the server. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -196,6 +200,7 @@ public void setDescription(String description) { * This field is deprecated. * It is a reference to an object of type network. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return discoveredNetworkRef */ @VsoMethod @@ -209,6 +214,7 @@ public List getDiscoveredNetworkRef() { * This field is deprecated. * It is a reference to an object of type network. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return discoveredNetworkRef */ @VsoMethod @@ -222,6 +228,7 @@ public void setDiscoveredNetworkRef(List discoveredNetworkRef) { * This field is deprecated. * It is a reference to an object of type network. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return discoveredNetworkRef */ @VsoMethod @@ -238,6 +245,7 @@ public Server addDiscoveredNetworkRefItem(String discoveredNetworkRefItem) { * This is the getter method this will return the attribute value. * (internal-use) discovered networks providing reachability for server ip. * This field is used internally by avi, not editable by the user. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return discoveredNetworks */ @@ -250,6 +258,7 @@ public List getDiscoveredNetworks() { * This is the setter method. this will set the discoveredNetworks * (internal-use) discovered networks providing reachability for server ip. * This field is used internally by avi, not editable by the user. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return discoveredNetworks */ @@ -262,6 +271,7 @@ public void setDiscoveredNetworks(List discoveredNetworks) { * This is the setter method this will set the discoveredNetworks * (internal-use) discovered networks providing reachability for server ip. * This field is used internally by avi, not editable by the user. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return discoveredNetworks */ @@ -280,6 +290,7 @@ public Server addDiscoveredNetworksItem(DiscoveredNetwork discoveredNetworksItem * (internal-use) discovered subnet for this server. * This field is deprecated. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return discoveredSubnet */ @VsoMethod @@ -292,6 +303,7 @@ public List getDiscoveredSubnet() { * (internal-use) discovered subnet for this server. * This field is deprecated. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return discoveredSubnet */ @VsoMethod @@ -304,6 +316,7 @@ public void setDiscoveredSubnet(List discoveredSubnet) { * (internal-use) discovered subnet for this server. * This field is deprecated. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return discoveredSubnet */ @VsoMethod @@ -319,6 +332,7 @@ public Server addDiscoveredSubnetItem(IpAddrPrefix discoveredSubnetItem) { /** * This is the getter method this will return the attribute value. * Enable, disable or graceful disable determine if new or existing connections to the server are allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -330,6 +344,7 @@ public Boolean getEnabled() { /** * This is the setter method to the attribute. * Enable, disable or graceful disable determine if new or existing connections to the server are allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -341,6 +356,7 @@ public void setEnabled(Boolean enabled) { /** * This is the getter method this will return the attribute value. * Uid of server in external orchestration systems. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return externalOrchestrationId */ @@ -352,6 +368,7 @@ public String getExternalOrchestrationId() { /** * This is the setter method to the attribute. * Uid of server in external orchestration systems. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param externalOrchestrationId set the externalOrchestrationId. */ @@ -363,6 +380,7 @@ public void setExternalOrchestrationId(String externalOrchestrationId) { /** * This is the getter method this will return the attribute value. * Uuid identifying vm in openstack and other external compute. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return externalUuid */ @@ -374,6 +392,7 @@ public String getExternalUuid() { /** * This is the setter method to the attribute. * Uuid identifying vm in openstack and other external compute. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param externalUuid set the externalUuid. */ @@ -386,6 +405,7 @@ public void setExternalUuid(String externalUuid) { * This is the getter method this will return the attribute value. * Dns resolvable name of the server. * May be used in place of the ip address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostname */ @@ -398,6 +418,7 @@ public String getHostname() { * This is the setter method to the attribute. * Dns resolvable name of the server. * May be used in place of the ip address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostname set the hostname. */ @@ -410,6 +431,7 @@ public void setHostname(String hostname) { * This is the getter method this will return the attribute value. * Ip address of the server. * Required if there is no resolvable host name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -422,6 +444,7 @@ public IpAddr getIp() { * This is the setter method to the attribute. * Ip address of the server. * Required if there is no resolvable host name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -433,6 +456,7 @@ public void setIp(IpAddr ip) { /** * This is the getter method this will return the attribute value. * If statically learned. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isStatic */ @@ -444,6 +468,7 @@ public Boolean getIsStatic() { /** * This is the setter method to the attribute. * If statically learned. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isStatic set the isStatic. */ @@ -456,7 +481,7 @@ public void setIsStatic(Boolean isStatic) { * This is the getter method this will return the attribute value. * (internal-use) geographic location of the server.currently only for internal usage. * Field introduced in 17.1.1. - * Allowed in 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 location */ @@ -469,7 +494,7 @@ public GeoLocation getLocation() { * This is the setter method to the attribute. * (internal-use) geographic location of the server.currently only for internal usage. * Field introduced in 17.1.1. - * Allowed in 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 location set the location. */ @@ -481,6 +506,7 @@ public void setLocation(GeoLocation location) { /** * This is the getter method this will return the attribute value. * Mac address of server. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return macAddress */ @@ -492,6 +518,7 @@ public String getMacAddress() { /** * This is the setter method to the attribute. * Mac address of server. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param macAddress set the macAddress. */ @@ -504,6 +531,7 @@ public void setMacAddress(String macAddress) { * This is the getter method this will return the attribute value. * (internal-use) this field is used internally by avi, not editable by the user. * It is a reference to an object of type vimgrnwruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nwRef */ @@ -516,6 +544,7 @@ public String getNwRef() { * This is the setter method to the attribute. * (internal-use) this field is used internally by avi, not editable by the user. * It is a reference to an object of type vimgrnwruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nwRef set the nwRef. */ @@ -529,7 +558,8 @@ public void setNwRef(String nwRef) { * Optionally specify the servers port number. * This will override the pool's default server port attribute. * Allowed values are 1-65535. - * Special values are 0- 'use backend port in pool'. + * Special values are 0- use backend port in 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 port */ @@ -543,7 +573,8 @@ public Integer getPort() { * Optionally specify the servers port number. * This will override the pool's default server port attribute. * Allowed values are 1-65535. - * Special values are 0- 'use backend port in pool'. + * Special values are 0- use backend port in 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 port set the port. */ @@ -555,6 +586,7 @@ public void setPort(Integer port) { /** * This is the getter method this will return the attribute value. * Header value for custom header persistence. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prstHdrVal */ @@ -566,6 +598,7 @@ public String getPrstHdrVal() { /** * This is the setter method to the attribute. * Header value for custom header persistence. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prstHdrVal set the prstHdrVal. */ @@ -578,6 +611,7 @@ public void setPrstHdrVal(String prstHdrVal) { * This is the getter method this will return the attribute value. * Ratio of selecting eligible servers in the pool. * Allowed values are 1-20. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return ratio */ @@ -590,6 +624,7 @@ public Integer getRatio() { * This is the setter method to the attribute. * Ratio of selecting eligible servers in the pool. * Allowed values are 1-20. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param ratio set the ratio. */ @@ -601,7 +636,8 @@ public void setRatio(Integer ratio) { /** * This is the getter method this will return the attribute value. * Auto resolve server's ip using dns name. - * Allowed in 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 resolveServerByDns */ @@ -613,7 +649,8 @@ public Boolean getResolveServerByDns() { /** * This is the setter method to the attribute. * Auto resolve server's ip using dns name. - * 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 resolveServerByDns set the resolveServerByDns. */ @@ -625,6 +662,7 @@ public void setResolveServerByDns(Boolean resolveServerByDns) { /** * This is the getter method this will return the attribute value. * Rewrite incoming host header to server name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return rewriteHostHeader */ @@ -636,6 +674,7 @@ public Boolean getRewriteHostHeader() { /** * This is the setter method to the attribute. * Rewrite incoming host header to server name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param rewriteHostHeader set the rewriteHostHeader. */ @@ -647,6 +686,7 @@ public void setRewriteHostHeader(Boolean rewriteHostHeader) { /** * This is the getter method this will return the attribute value. * Hostname of the node where the server vm or container resides. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverNode */ @@ -658,6 +698,7 @@ public String getServerNode() { /** * This is the setter method to the attribute. * Hostname of the node where the server vm or container resides. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverNode set the serverNode. */ @@ -670,6 +711,7 @@ public void setServerNode(String serverNode) { * This is the getter method this will return the attribute value. * Verify server belongs to a discovered network or reachable via a discovered network. * Verify reachable network isn't the openstack management network. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return verifyNetwork */ @@ -682,6 +724,7 @@ public Boolean getVerifyNetwork() { * This is the setter method to the attribute. * Verify server belongs to a discovered network or reachable via a discovered network. * Verify reachable network isn't the openstack management network. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param verifyNetwork set the verifyNetwork. */ @@ -694,6 +737,7 @@ public void setVerifyNetwork(Boolean verifyNetwork) { * This is the getter method this will return the attribute value. * (internal-use) this field is used internally by avi, not editable by the user. * It is a reference to an object of type vimgrvmruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vmRef */ @@ -706,6 +750,7 @@ public String getVmRef() { * This is the setter method to the attribute. * (internal-use) this field is used internally by avi, not editable by the user. * It is a reference to an object of type vimgrvmruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vmRef set the vmRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerAutoScaleFailedInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerAutoScaleFailedInfo.java index 4a452415..2a49e00f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerAutoScaleFailedInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerAutoScaleFailedInfo.java @@ -48,7 +48,7 @@ public class ServerAutoScaleFailedInfo extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_scalein_servers of obj type serverautoscalefailedinfo 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 numScaleinServers */ @@ -59,7 +59,7 @@ public Integer getNumScaleinServers() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_scalein_servers of obj type serverautoscalefailedinfo 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 numScaleinServers set the numScaleinServers. */ @@ -70,7 +70,7 @@ public void setNumScaleinServers(Integer numScaleinServers) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_servers_up of obj type serverautoscalefailedinfo 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 numServersUp */ @@ -81,7 +81,7 @@ public Integer getNumServersUp() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_servers_up of obj type serverautoscalefailedinfo 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 numServersUp set the numServersUp. */ @@ -94,6 +94,7 @@ public void setNumServersUp(Integer numServersUp) { * This is the getter method this will return the attribute value. * Uuid of the pool. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRef */ @@ -106,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. */ @@ -116,7 +118,7 @@ public void setPoolRef(String poolRef) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason of obj type serverautoscalefailedinfo field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -127,7 +129,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Placeholder for description of property reason of obj type serverautoscalefailedinfo field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -141,6 +143,7 @@ public void setReason(String reason) { * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SYSERR_SUCCESS". * @return reasonCode */ @@ -154,6 +157,7 @@ public String getReasonCode() { * 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 reasonCode set the reasonCode. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerAutoScaleInCompleteInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerAutoScaleInCompleteInfo.java index 7b072755..bb582ddd 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerAutoScaleInCompleteInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerAutoScaleInCompleteInfo.java @@ -48,7 +48,7 @@ public class ServerAutoScaleInCompleteInfo extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property nscalein of obj type serverautoscaleincompleteinfo 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 nscalein */ @@ -59,7 +59,7 @@ public Integer getNscalein() { /** * This is the setter method to the attribute. - * Placeholder for description of property nscalein of obj type serverautoscaleincompleteinfo 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 nscalein set the nscalein. */ @@ -72,6 +72,7 @@ public void setNscalein(Integer nscalein) { * This is the getter method this will return the attribute value. * Uuid of the pool. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRef */ @@ -84,6 +85,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. */ @@ -94,7 +96,7 @@ public void setPoolRef(String poolRef) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason of obj type serverautoscaleincompleteinfo field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -105,7 +107,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Placeholder for description of property reason of obj type serverautoscaleincompleteinfo field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -119,6 +121,7 @@ public void setReason(String reason) { * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SYSERR_SUCCESS". * @return reasonCode */ @@ -132,6 +135,7 @@ public String getReasonCode() { * 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 reasonCode set the reasonCode. */ @@ -142,7 +146,7 @@ public void setReasonCode(String reasonCode) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property scaled_in_servers of obj type serverautoscaleincompleteinfo 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 scaledInServers */ @@ -153,7 +157,7 @@ public List getScaledInServers() { /** * This is the setter method. this will set the scaledInServers - * Placeholder for description of property scaled_in_servers of obj type serverautoscaleincompleteinfo 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 scaledInServers */ @@ -164,7 +168,7 @@ public void setScaledInServers(List scaledInServers) { /** * This is the setter method this will set the scaledInServers - * Placeholder for description of property scaled_in_servers of obj type serverautoscaleincompleteinfo 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 scaledInServers */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerAutoScaleInInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerAutoScaleInInfo.java index 59697cbe..316b1e38 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerAutoScaleInInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerAutoScaleInInfo.java @@ -72,7 +72,7 @@ public class ServerAutoScaleInInfo extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property alertconfig_name of obj type serverautoscaleininfo field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return alertconfigName */ @@ -83,7 +83,7 @@ public String getAlertconfigName() { /** * This is the setter method to the attribute. - * Placeholder for description of property alertconfig_name of obj type serverautoscaleininfo field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param alertconfigName set the alertconfigName. */ @@ -95,6 +95,7 @@ public void setAlertconfigName(String alertconfigName) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type alertconfig. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return alertconfigRef */ @@ -106,6 +107,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. */ @@ -116,7 +118,7 @@ public void setAlertconfigRef(String alertconfigRef) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property available_capacity of obj type serverautoscaleininfo 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 availableCapacity */ @@ -127,7 +129,7 @@ public Float getAvailableCapacity() { /** * This is the setter method to the attribute. - * Placeholder for description of property available_capacity of obj type serverautoscaleininfo 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 availableCapacity set the availableCapacity. */ @@ -138,7 +140,7 @@ public void setAvailableCapacity(Float availableCapacity) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property load of obj type serverautoscaleininfo 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 load */ @@ -149,7 +151,7 @@ public Float getLoad() { /** * This is the setter method to the attribute. - * Placeholder for description of property load of obj type serverautoscaleininfo 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 load set the load. */ @@ -160,7 +162,7 @@ public void setLoad(Float load) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_scalein_servers of obj type serverautoscaleininfo 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 numScaleinServers */ @@ -171,7 +173,7 @@ public Integer getNumScaleinServers() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_scalein_servers of obj type serverautoscaleininfo 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 numScaleinServers set the numScaleinServers. */ @@ -182,7 +184,7 @@ public void setNumScaleinServers(Integer numScaleinServers) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_servers_up of obj type serverautoscaleininfo 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 numServersUp */ @@ -193,7 +195,7 @@ public Integer getNumServersUp() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_servers_up of obj type serverautoscaleininfo 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 numServersUp set the numServersUp. */ @@ -206,6 +208,7 @@ public void setNumServersUp(Integer numServersUp) { * This is the getter method this will return the attribute value. * Uuid of the pool. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRef */ @@ -218,6 +221,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. */ @@ -228,7 +232,7 @@ public void setPoolRef(String poolRef) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason of obj type serverautoscaleininfo field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -239,7 +243,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Placeholder for description of property reason of obj type serverautoscaleininfo field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -253,6 +257,7 @@ public void setReason(String reason) { * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SYSERR_SUCCESS". * @return reasonCode */ @@ -266,6 +271,7 @@ public String getReasonCode() { * 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 reasonCode set the reasonCode. */ @@ -276,7 +282,7 @@ public void setReasonCode(String reasonCode) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property scalein_server_candidates of obj type serverautoscaleininfo 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 scaleinServerCandidates */ @@ -287,7 +293,7 @@ public List getScaleinServerCandidates() { /** * This is the setter method. this will set the scaleinServerCandidates - * Placeholder for description of property scalein_server_candidates of obj type serverautoscaleininfo 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 scaleinServerCandidates */ @@ -298,7 +304,7 @@ public void setScaleinServerCandidates(List scaleinServerCandidates) /** * This is the setter method this will set the scaleinServerCandidates - * Placeholder for description of property scalein_server_candidates of obj type serverautoscaleininfo 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 scaleinServerCandidates */ @@ -316,6 +322,7 @@ public ServerAutoScaleInInfo addScaleinServerCandidatesItem(ServerId scaleinServ * This is the getter method this will return the attribute value. * Desired number of servers for scheduled autocale. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scheduledDesiredCapacity */ @@ -328,6 +335,7 @@ public Integer getScheduledDesiredCapacity() { * This is the setter method to the attribute. * Desired number of servers for scheduled autocale. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param scheduledDesiredCapacity set the scheduledDesiredCapacity. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerAutoScaleOutCompleteInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerAutoScaleOutCompleteInfo.java index 5a589d51..8c85d714 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerAutoScaleOutCompleteInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerAutoScaleOutCompleteInfo.java @@ -52,7 +52,7 @@ public class ServerAutoScaleOutCompleteInfo extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Unique object identifier of launch_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 launchConfigUuid */ @@ -63,7 +63,7 @@ public String getLaunchConfigUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of launch_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 launchConfigUuid set the launchConfigUuid. */ @@ -74,7 +74,7 @@ public void setLaunchConfigUuid(String launchConfigUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property nscaleout of obj type serverautoscaleoutcompleteinfo 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 nscaleout */ @@ -85,7 +85,7 @@ public Integer getNscaleout() { /** * This is the setter method to the attribute. - * Placeholder for description of property nscaleout of obj type serverautoscaleoutcompleteinfo 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 nscaleout set the nscaleout. */ @@ -98,6 +98,7 @@ public void setNscaleout(Integer nscaleout) { * This is the getter method this will return the attribute value. * Uuid of the pool. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRef */ @@ -110,6 +111,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. */ @@ -120,7 +122,7 @@ public void setPoolRef(String poolRef) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason of obj type serverautoscaleoutcompleteinfo field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -131,7 +133,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Placeholder for description of property reason of obj type serverautoscaleoutcompleteinfo field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -145,6 +147,7 @@ public void setReason(String reason) { * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SYSERR_SUCCESS". * @return reasonCode */ @@ -158,6 +161,7 @@ public String getReasonCode() { * 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 reasonCode set the reasonCode. */ @@ -168,7 +172,7 @@ public void setReasonCode(String reasonCode) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property scaled_out_servers of obj type serverautoscaleoutcompleteinfo 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 scaledOutServers */ @@ -179,7 +183,7 @@ public List getScaledOutServers() { /** * This is the setter method. this will set the scaledOutServers - * Placeholder for description of property scaled_out_servers of obj type serverautoscaleoutcompleteinfo 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 scaledOutServers */ @@ -190,7 +194,7 @@ public void setScaledOutServers(List scaledOutServers) { /** * This is the setter method this will set the scaledOutServers - * Placeholder for description of property scaled_out_servers of obj type serverautoscaleoutcompleteinfo 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 scaledOutServers */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerAutoScaleOutInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerAutoScaleOutInfo.java index be28cf6d..599c59d9 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerAutoScaleOutInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerAutoScaleOutInfo.java @@ -68,7 +68,7 @@ public class ServerAutoScaleOutInfo extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property alertconfig_name of obj type serverautoscaleoutinfo field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return alertconfigName */ @@ -79,7 +79,7 @@ public String getAlertconfigName() { /** * This is the setter method to the attribute. - * Placeholder for description of property alertconfig_name of obj type serverautoscaleoutinfo field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param alertconfigName set the alertconfigName. */ @@ -91,6 +91,7 @@ public void setAlertconfigName(String alertconfigName) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type alertconfig. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return alertconfigRef */ @@ -102,6 +103,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. */ @@ -112,7 +114,7 @@ public void setAlertconfigRef(String alertconfigRef) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property available_capacity of obj type serverautoscaleoutinfo 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 availableCapacity */ @@ -123,7 +125,7 @@ public Float getAvailableCapacity() { /** * This is the setter method to the attribute. - * Placeholder for description of property available_capacity of obj type serverautoscaleoutinfo 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 availableCapacity set the availableCapacity. */ @@ -134,7 +136,7 @@ public void setAvailableCapacity(Float availableCapacity) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property load of obj type serverautoscaleoutinfo 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 load */ @@ -145,7 +147,7 @@ public Float getLoad() { /** * This is the setter method to the attribute. - * Placeholder for description of property load of obj type serverautoscaleoutinfo 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 load set the load. */ @@ -156,7 +158,7 @@ public void setLoad(Float load) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_scaleout_servers of obj type serverautoscaleoutinfo 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 numScaleoutServers */ @@ -167,7 +169,7 @@ public Integer getNumScaleoutServers() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_scaleout_servers of obj type serverautoscaleoutinfo 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 numScaleoutServers set the numScaleoutServers. */ @@ -178,7 +180,7 @@ public void setNumScaleoutServers(Integer numScaleoutServers) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_servers_up of obj type serverautoscaleoutinfo 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 numServersUp */ @@ -189,7 +191,7 @@ public Integer getNumServersUp() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_servers_up of obj type serverautoscaleoutinfo 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 numServersUp set the numServersUp. */ @@ -202,6 +204,7 @@ public void setNumServersUp(Integer numServersUp) { * This is the getter method this will return the attribute value. * Uuid of the pool. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRef */ @@ -214,6 +217,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. */ @@ -224,7 +228,7 @@ public void setPoolRef(String poolRef) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason of obj type serverautoscaleoutinfo field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -235,7 +239,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Placeholder for description of property reason of obj type serverautoscaleoutinfo field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -249,6 +253,7 @@ public void setReason(String reason) { * Enum options - SYSERR_SUCCESS, SYSERR_FAILURE, SYSERR_OUT_OF_MEMORY, SYSERR_NO_ENT, SYSERR_INVAL, SYSERR_ACCESS, SYSERR_FAULT, SYSERR_IO, * SYSERR_TIMEOUT, SYSERR_NOT_SUPPORTED, SYSERR_NOT_READY, SYSERR_UPGRADE_IN_PROGRESS, SYSERR_WARM_START_IN_PROGRESS, SYSERR_TRY_AGAIN, * SYSERR_NOT_UPGRADING, SYSERR_PENDING, SYSERR_EVENT_GEN_FAILURE, SYSERR_CONFIG_PARAM_MISSING, SYSERR_RANGE, SYSERR_BAD_REQUEST... + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SYSERR_SUCCESS". * @return reasonCode */ @@ -262,6 +267,7 @@ public String getReasonCode() { * 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 reasonCode set the reasonCode. */ @@ -274,6 +280,7 @@ public void setReasonCode(String reasonCode) { * This is the getter method this will return the attribute value. * Desired number of servers for scheduled autoscale. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scheduledDesiredCapacity */ @@ -286,6 +293,7 @@ public Integer getScheduledDesiredCapacity() { * This is the setter method to the attribute. * Desired number of servers for scheduled autoscale. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param scheduledDesiredCapacity set the scheduledDesiredCapacity. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerAutoScalePolicy.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerAutoScalePolicy.java index eabf5dd3..c09be0f4 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerAutoScalePolicy.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerAutoScalePolicy.java @@ -115,6 +115,7 @@ public class ServerAutoScalePolicy extends AviRestResource { * Delay in minutes after which a down server will be removed from pool. * Value 0 disables this functionality. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return delayForServerGarbageCollection */ @@ -128,6 +129,7 @@ public Integer getDelayForServerGarbageCollection() { * Delay in minutes after which a down server will be removed from pool. * Value 0 disables this functionality. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param delayForServerGarbageCollection set the delayForServerGarbageCollection. */ @@ -138,7 +140,7 @@ public void setDelayForServerGarbageCollection(Integer delayForServerGarbageCol /** * 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 */ @@ -149,7 +151,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. */ @@ -161,6 +163,7 @@ public void setDescription(String description) { /** * This is the getter method this will return the attribute value. * Use avi intelligent autoscale algorithm where autoscale is performed by comparing load on the pool against estimated capacity of all the servers. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return intelligentAutoscale */ @@ -172,6 +175,7 @@ public Boolean getIntelligentAutoscale() { /** * This is the setter method to the attribute. * Use avi intelligent autoscale algorithm where autoscale is performed by comparing load on the pool against estimated capacity of all the servers. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param intelligentAutoscale set the intelligentAutoscale. */ @@ -185,6 +189,7 @@ public void setIntelligentAutoscale(Boolean intelligentAutoscale) { * Maximum extra capacity as percentage of load used by the intelligent scheme. * Scale-in is triggered when available capacity is more than this margin. * Allowed values are 1-99. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 40. * @return intelligentScaleinMargin */ @@ -198,6 +203,7 @@ public Integer getIntelligentScaleinMargin() { * Maximum extra capacity as percentage of load used by the intelligent scheme. * Scale-in is triggered when available capacity is more than this margin. * Allowed values are 1-99. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 40. * @param intelligentScaleinMargin set the intelligentScaleinMargin. */ @@ -211,6 +217,7 @@ public void setIntelligentScaleinMargin(Integer intelligentScaleinMargin) { * Minimum extra capacity as percentage of load used by the intelligent scheme. * Scale-out is triggered when available capacity is less than this margin. * Allowed values are 1-99. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return intelligentScaleoutMargin */ @@ -224,6 +231,7 @@ public Integer getIntelligentScaleoutMargin() { * Minimum extra capacity as percentage of load used by the intelligent scheme. * Scale-out is triggered when available capacity is less than this margin. * Allowed values are 1-99. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param intelligentScaleoutMargin set the intelligentScaleoutMargin. */ @@ -239,6 +247,7 @@ public void setIntelligentScaleoutMargin(Integer intelligentScaleoutMargin) { * Field deprecated in 20.1.5. * Field introduced in 20.1.3. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @return labels */ @VsoMethod @@ -253,6 +262,7 @@ public List getLabels() { * Field deprecated in 20.1.5. * Field introduced in 20.1.3. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @return labels */ @VsoMethod @@ -267,6 +277,7 @@ public void setLabels(List labels) { * Field deprecated in 20.1.5. * Field introduced in 20.1.3. * Maximum of 4 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @return labels */ @VsoMethod @@ -283,7 +294,8 @@ public ServerAutoScalePolicy 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 */ @@ -296,7 +308,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 */ @@ -309,7 +322,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 */ @@ -327,6 +341,7 @@ public ServerAutoScalePolicy addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * Maximum number of servers to scale-in simultaneously. * The actual number of servers to scale-in is chosen such that target number of servers is always more than or equal to the min_size. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return maxScaleinAdjustmentStep */ @@ -339,6 +354,7 @@ public Integer getMaxScaleinAdjustmentStep() { * This is the setter method to the attribute. * Maximum number of servers to scale-in simultaneously. * The actual number of servers to scale-in is chosen such that target number of servers is always more than or equal to the min_size. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param maxScaleinAdjustmentStep set the maxScaleinAdjustmentStep. */ @@ -351,6 +367,7 @@ public void setMaxScaleinAdjustmentStep(Integer maxScaleinAdjustmentStep) { * This is the getter method this will return the attribute value. * Maximum number of servers to scale-out simultaneously. * The actual number of servers to scale-out is chosen such that target number of servers is always less than or equal to the max_size. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return maxScaleoutAdjustmentStep */ @@ -363,6 +380,7 @@ public Integer getMaxScaleoutAdjustmentStep() { * This is the setter method to the attribute. * Maximum number of servers to scale-out simultaneously. * The actual number of servers to scale-out is chosen such that target number of servers is always less than or equal to the max_size. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param maxScaleoutAdjustmentStep set the maxScaleoutAdjustmentStep. */ @@ -375,6 +393,7 @@ public void setMaxScaleoutAdjustmentStep(Integer maxScaleoutAdjustmentStep) { * This is the getter method this will return the attribute value. * Maximum number of servers after scale-out. * Allowed values are 0-400. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxSize */ @@ -387,6 +406,7 @@ public Integer getMaxSize() { * This is the setter method to the attribute. * Maximum number of servers after scale-out. * Allowed values are 0-400. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxSize set the maxSize. */ @@ -399,6 +419,7 @@ public void setMaxSize(Integer maxSize) { * This is the getter method this will return the attribute value. * No scale-in happens once number of operationally up servers reach min_servers. * Allowed values are 0-400. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return minSize */ @@ -411,6 +432,7 @@ public Integer getMinSize() { * This is the setter method to the attribute. * No scale-in happens once number of operationally up servers reach min_servers. * Allowed values are 0-400. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param minSize set the minSize. */ @@ -421,7 +443,7 @@ public void setMinSize(Integer minSize) { /** * 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 */ @@ -432,7 +454,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. */ @@ -445,6 +467,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Trigger scale-in when alerts due to any of these alert configurations are raised. * It is a reference to an object of type alertconfig. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaleinAlertconfigRefs */ @@ -457,6 +480,7 @@ public List getScaleinAlertconfigRefs() { * This is the setter method. this will set the scaleinAlertconfigRefs * Trigger scale-in when alerts due to any of these alert configurations are raised. * It is a reference to an object of type alertconfig. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaleinAlertconfigRefs */ @@ -469,6 +493,7 @@ public void setScaleinAlertconfigRefs(List scaleinAlertconfigRefs) { * This is the setter method this will set the scaleinAlertconfigRefs * Trigger scale-in when alerts due to any of these alert configurations are raised. * It is a reference to an object of type alertconfig. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaleinAlertconfigRefs */ @@ -486,6 +511,7 @@ public ServerAutoScalePolicy addScaleinAlertconfigRefsItem(String scaleinAlertco * This is the getter method this will return the attribute value. * Cooldown period during which no new scale-in is triggered to allow previous scale-in to successfully complete. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return scaleinCooldown */ @@ -498,6 +524,7 @@ public Integer getScaleinCooldown() { * This is the setter method to the attribute. * Cooldown period during which no new scale-in is triggered to allow previous scale-in to successfully complete. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param scaleinCooldown set the scaleinCooldown. */ @@ -510,6 +537,7 @@ public void setScaleinCooldown(Integer scaleinCooldown) { * This is the getter method this will return the attribute value. * Trigger scale-out when alerts due to any of these alert configurations are raised. * It is a reference to an object of type alertconfig. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaleoutAlertconfigRefs */ @@ -522,6 +550,7 @@ public List getScaleoutAlertconfigRefs() { * This is the setter method. this will set the scaleoutAlertconfigRefs * Trigger scale-out when alerts due to any of these alert configurations are raised. * It is a reference to an object of type alertconfig. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaleoutAlertconfigRefs */ @@ -534,6 +563,7 @@ public void setScaleoutAlertconfigRefs(List scaleoutAlertconfigRefs) { * This is the setter method this will set the scaleoutAlertconfigRefs * Trigger scale-out when alerts due to any of these alert configurations are raised. * It is a reference to an object of type alertconfig. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaleoutAlertconfigRefs */ @@ -551,6 +581,7 @@ public ServerAutoScalePolicy addScaleoutAlertconfigRefsItem(String scaleoutAlert * This is the getter method this will return the attribute value. * Cooldown period during which no new scale-out is triggered to allow previous scale-out to successfully complete. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return scaleoutCooldown */ @@ -563,6 +594,7 @@ public Integer getScaleoutCooldown() { * This is the setter method to the attribute. * Cooldown period during which no new scale-out is triggered to allow previous scale-out to successfully complete. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param scaleoutCooldown set the scaleoutCooldown. */ @@ -577,6 +609,7 @@ public void setScaleoutCooldown(Integer scaleoutCooldown) { * During scheduled intervals, metrics based autoscale is not enabled and number of servers will be solely derived from schedulescale policy. * Field introduced in 21.1.1. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scheduledScalings */ @@ -591,6 +624,7 @@ public List getScheduledScalings() { * During scheduled intervals, metrics based autoscale is not enabled and number of servers will be solely derived from schedulescale policy. * Field introduced in 21.1.1. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scheduledScalings */ @@ -605,6 +639,7 @@ public void setScheduledScalings(List scheduledScalings) { * During scheduled intervals, metrics based autoscale is not enabled and number of servers will be solely derived from schedulescale policy. * Field introduced in 21.1.1. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scheduledScalings */ @@ -621,6 +656,7 @@ public ServerAutoScalePolicy addScheduledScalingsItem(ScheduledScaling scheduled /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -632,6 +668,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. */ @@ -662,6 +699,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Use predicted load rather than current load. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return usePredictedLoad */ @@ -673,6 +711,7 @@ public Boolean getUsePredictedLoad() { /** * This is the setter method to the attribute. * Use predicted load rather than current load. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param usePredictedLoad set the usePredictedLoad. */ @@ -683,7 +722,7 @@ public void setUsePredictedLoad(Boolean usePredictedLoad) { /** * 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 */ @@ -694,7 +733,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/ServerConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerConfig.java index 7def3f4c..739f4a9b 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerConfig.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerConfig.java @@ -71,7 +71,7 @@ public class ServerConfig extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property def_port of obj type serverconfig 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 defPort */ @@ -82,7 +82,7 @@ public Boolean getDefPort() { /** * This is the setter method to the attribute. - * Placeholder for description of property def_port of obj type serverconfig 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 defPort set the defPort. */ @@ -93,7 +93,7 @@ public void setDefPort(Boolean defPort) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property hostname of obj type serverconfig field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostname */ @@ -104,7 +104,7 @@ public String getHostname() { /** * This is the setter method to the attribute. - * Placeholder for description of property hostname of obj type serverconfig field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostname set the hostname. */ @@ -115,7 +115,7 @@ public void setHostname(String hostname) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip_addr of obj type serverconfig 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 ipAddr */ @@ -126,7 +126,7 @@ public IpAddr getIpAddr() { /** * This is the setter method to the attribute. - * Placeholder for description of property ip_addr of obj type serverconfig 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 ipAddr set the ipAddr. */ @@ -137,7 +137,7 @@ public void setIpAddr(IpAddr ipAddr) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property is_enabled of obj type serverconfig 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 isEnabled */ @@ -148,7 +148,7 @@ public Boolean getIsEnabled() { /** * This is the setter method to the attribute. - * Placeholder for description of property is_enabled of obj type serverconfig 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 isEnabled set the isEnabled. */ @@ -162,6 +162,7 @@ public void setIsEnabled(Boolean isEnabled) { * Enum options - OPER_UP, OPER_DOWN, OPER_CREATING, OPER_RESOURCES, OPER_INACTIVE, OPER_DISABLED, OPER_UNUSED, OPER_UNKNOWN, OPER_PROCESSING, * OPER_INITIALIZING, OPER_ERROR_DISABLED, OPER_AWAIT_MANUAL_PLACEMENT, OPER_UPGRADING, OPER_SE_PROCESSING, OPER_PARTITIONED, OPER_DISABLING, * OPER_FAILED, OPER_UNAVAIL. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "OPER_UNAVAIL". * @return lastState */ @@ -175,6 +176,7 @@ public String getLastState() { * Enum options - OPER_UP, OPER_DOWN, OPER_CREATING, OPER_RESOURCES, OPER_INACTIVE, OPER_DISABLED, OPER_UNUSED, OPER_UNKNOWN, OPER_PROCESSING, * OPER_INITIALIZING, OPER_ERROR_DISABLED, OPER_AWAIT_MANUAL_PLACEMENT, OPER_UPGRADING, OPER_SE_PROCESSING, OPER_PARTITIONED, OPER_DISABLING, * OPER_FAILED, OPER_UNAVAIL. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "OPER_UNAVAIL". * @param lastState set the lastState. */ @@ -186,6 +188,7 @@ public void setLastState(String lastState) { /** * This is the getter method this will return the attribute value. * Virtualservice member in case this server is a member of gs group, and geo location available. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return location */ @@ -197,6 +200,7 @@ public GeoLocation getLocation() { /** * This is the setter method to the attribute. * Virtualservice member in case this server is a member of gs group, and geo location available. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param location set the location. */ @@ -207,7 +211,7 @@ public void setLocation(GeoLocation location) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property oper_status of obj type serverconfig 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 operStatus */ @@ -218,7 +222,7 @@ public OperationalStatus getOperStatus() { /** * This is the setter method to the attribute. - * Placeholder for description of property oper_status of obj type serverconfig 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 operStatus set the operStatus. */ @@ -229,7 +233,7 @@ public void setOperStatus(OperationalStatus operStatus) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property port of obj type serverconfig 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 port */ @@ -240,7 +244,7 @@ public Integer getPort() { /** * This is the setter method to the attribute. - * Placeholder for description of property port of obj type serverconfig 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 port set the port. */ @@ -253,6 +257,7 @@ public void setPort(Integer port) { * This is the getter method this will return the attribute value. * If this is set, propogate this server state to other ses for this vs. * Applicable to eastwest vs and gs hm-sharding. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return propogateState */ @@ -265,6 +270,7 @@ public Boolean getPropogateState() { * This is the setter method to the attribute. * If this is set, propogate this server state to other ses for this vs. * Applicable to eastwest vs and gs hm-sharding. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param propogateState set the propogateState. */ @@ -275,7 +281,7 @@ public void setPropogateState(Boolean propogateState) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property timer_exists of obj type serverconfig 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 timerExists */ @@ -286,7 +292,7 @@ public Boolean getTimerExists() { /** * This is the setter method to the attribute. - * Placeholder for description of property timer_exists of obj type serverconfig 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 timerExists set the timerExists. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerId.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerId.java index 170c8632..a700c5d9 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerId.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerId.java @@ -42,6 +42,7 @@ public class ServerId extends AviRestResource { /** * This is the getter method this will return the attribute value. * This is the external cloud uuid of the pool server. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return externalUuid */ @@ -53,6 +54,7 @@ public String getExternalUuid() { /** * This is the setter method to the attribute. * This is the external cloud uuid of the pool server. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param externalUuid set the externalUuid. */ @@ -63,7 +65,7 @@ public void setExternalUuid(String externalUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip of obj type serverid 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 */ @@ -74,7 +76,7 @@ public IpAddr getIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property ip of obj type serverid 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. */ @@ -85,7 +87,7 @@ public void setIp(IpAddr ip) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property port of obj type serverid 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 port */ @@ -96,7 +98,7 @@ public Integer getPort() { /** * This is the setter method to the attribute. - * Placeholder for description of property port of obj type serverid 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 port set the port. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerScaleInParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerScaleInParams.java index 97645739..848c522e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerScaleInParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerScaleInParams.java @@ -41,6 +41,7 @@ public class ServerScaleInParams extends AviRestResource { /** * This is the getter method this will return the attribute value. * Reason for the manual scale-in. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -52,6 +53,7 @@ public String getReason() { /** * This is the setter method to the attribute. * Reason for the manual scale-in. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -63,6 +65,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. * List of server ids that should be scaled in. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servers */ @@ -74,6 +77,7 @@ public List getServers() { /** * This is the setter method. this will set the servers * List of server ids that should be scaled in. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servers */ @@ -85,6 +89,7 @@ public void setServers(List servers) { /** * This is the setter method this will set the servers * List of server ids that should be scaled in. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servers */ @@ -100,7 +105,7 @@ public ServerScaleInParams addServersItem(ServerId serversItem) { /** * 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 */ @@ -111,7 +116,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/ServerScaleOutParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerScaleOutParams.java index 57d1ed6b..fefe0b87 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerScaleOutParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServerScaleOutParams.java @@ -37,6 +37,7 @@ public class ServerScaleOutParams extends AviRestResource { /** * This is the getter method this will return the attribute value. * Reason for the manual scale-out. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -48,6 +49,7 @@ public String getReason() { /** * This is the setter method to the attribute. * Reason for the manual scale-out. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -58,7 +60,7 @@ public void setReason(String reason) { /** * 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/Service.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Service.java index 0d130742..1553061f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Service.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Service.java @@ -57,7 +57,8 @@ public class Service extends AviRestResource { * This is the getter method this will return the attribute value. * Enable http2 on this port. * 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 enableHttp2 */ @@ -70,7 +71,8 @@ public Boolean getEnableHttp2() { * This is the setter method to the attribute. * Enable http2 on this port. * Field introduced in 20.1.1. - * Allowed in 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 enableHttp2 set the enableHttp2. */ @@ -82,6 +84,7 @@ public void setEnableHttp2(Boolean enableHttp2) { /** * This is the getter method this will return the attribute value. * Enable ssl termination and offload for traffic from clients. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableSsl */ @@ -93,6 +96,7 @@ public Boolean getEnableSsl() { /** * This is the setter method to the attribute. * Enable ssl termination and offload for traffic from clients. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableSsl set the enableSsl. */ @@ -106,6 +110,7 @@ public void setEnableSsl(Boolean enableSsl) { * Used for horizon deployment. * If set used for l7 redirect. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return horizonInternalPorts */ @@ -119,6 +124,7 @@ public Boolean getHorizonInternalPorts() { * Used for horizon deployment. * If set used for l7 redirect. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param horizonInternalPorts set the horizonInternalPorts. */ @@ -132,7 +138,7 @@ public void setHorizonInternalPorts(Boolean horizonInternalPorts) { * Enable application layer specific features for the this specific service. * It is a reference to an object of type applicationprofile. * Field introduced in 17.2.4. - * Allowed in 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 overrideApplicationProfileRef */ @@ -146,7 +152,7 @@ public String getOverrideApplicationProfileRef() { * Enable application layer specific features for the this specific service. * It is a reference to an object of type applicationprofile. * Field introduced in 17.2.4. - * Allowed in 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 overrideApplicationProfileRef set the overrideApplicationProfileRef. */ @@ -159,6 +165,7 @@ public void setOverrideApplicationProfileRef(String overrideApplicationProfileR * This is the getter method this will return the attribute value. * Override the network profile for this specific service port. * It is a reference to an object of type networkprofile. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return overrideNetworkProfileRef */ @@ -171,6 +178,7 @@ public String getOverrideNetworkProfileRef() { * This is the setter method to the attribute. * Override the network profile for this specific service port. * It is a reference to an object of type networkprofile. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param overrideNetworkProfileRef set the overrideNetworkProfileRef. */ @@ -183,6 +191,7 @@ public void setOverrideNetworkProfileRef(String overrideNetworkProfileRef) { * This is the getter method this will return the attribute value. * The virtual service's port number. * Allowed values are 0-65535. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return port */ @@ -195,6 +204,7 @@ public Integer getPort() { * This is the setter method to the attribute. * The virtual service's port number. * Allowed values are 0-65535. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param port set the port. */ @@ -207,7 +217,8 @@ public void setPort(Integer port) { * This is the getter method this will return the attribute value. * The end of the virtual service's port number range. * Allowed values are 1-65535. - * Special values are 0- 'single port'. + * Special values are 0- single 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 0. * @return portRangeEnd */ @@ -220,7 +231,8 @@ public Integer getPortRangeEnd() { * This is the setter method to the attribute. * The end of the virtual service's port number range. * Allowed values are 1-65535. - * Special values are 0- 'single port'. + * Special values are 0- single 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 0. * @param portRangeEnd set the portRangeEnd. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServiceEngine.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServiceEngine.java index b87f266b..3e0f9646 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServiceEngine.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServiceEngine.java @@ -102,7 +102,7 @@ public class ServiceEngine extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property availability_zone of obj type serviceengine field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -113,7 +113,7 @@ public String getAvailabilityZone() { /** * This is the setter method to the attribute. - * Placeholder for description of property availability_zone of obj type serviceengine field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -125,6 +125,7 @@ public void setAvailabilityZone(String availabilityZone) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -136,6 +137,7 @@ public String getCloudRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -146,7 +148,7 @@ public void setCloudRef(String cloudRef) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property container_mode of obj type serviceengine 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 containerMode */ @@ -157,7 +159,7 @@ public Boolean getContainerMode() { /** * This is the setter method to the attribute. - * Placeholder for description of property container_mode of obj type serviceengine 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 containerMode set the containerMode. */ @@ -169,6 +171,7 @@ public void setContainerMode(Boolean containerMode) { /** * This is the getter method this will return the attribute value. * Enum options - CONTAINER_TYPE_BRIDGE, CONTAINER_TYPE_HOST, CONTAINER_TYPE_HOST_DPDK. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "CONTAINER_TYPE_HOST". * @return containerType */ @@ -180,6 +183,7 @@ public String getContainerType() { /** * This is the setter method to the attribute. * Enum options - CONTAINER_TYPE_BRIDGE, CONTAINER_TYPE_HOST, CONTAINER_TYPE_HOST_DPDK. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "CONTAINER_TYPE_HOST". * @param containerType set the containerType. */ @@ -190,7 +194,7 @@ public void setContainerType(String containerType) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property controller_created of obj type serviceengine 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 controllerCreated */ @@ -201,7 +205,7 @@ public Boolean getControllerCreated() { /** * This is the setter method to the attribute. - * Placeholder for description of property controller_created of obj type serviceengine 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 controllerCreated set the controllerCreated. */ @@ -212,7 +216,7 @@ public void setControllerCreated(Boolean controllerCreated) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property controller_ip of obj type serviceengine field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerIp */ @@ -223,7 +227,7 @@ public String getControllerIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property controller_ip of obj type serviceengine field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerIp set the controllerIp. */ @@ -234,7 +238,7 @@ public void setControllerIp(String controllerIp) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property data_vnics of obj type serviceengine 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 dataVnics */ @@ -245,7 +249,7 @@ public List getDataVnics() { /** * This is the setter method. this will set the dataVnics - * Placeholder for description of property data_vnics of obj type serviceengine 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 dataVnics */ @@ -256,7 +260,7 @@ public void setDataVnics(List dataVnics) { /** * This is the setter method this will set the dataVnics - * Placeholder for description of property data_vnics of obj type serviceengine 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 dataVnics */ @@ -274,6 +278,7 @@ public ServiceEngine addDataVnicsItem(vNIC dataVnicsItem) { * This is the getter method this will return the attribute value. * Inorder to disable se set this field appropriately. * Enum options - SE_STATE_ENABLED, SE_STATE_DISABLED_FOR_PLACEMENT, SE_STATE_DISABLED, SE_STATE_DISABLED_FORCE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_STATE_ENABLED". * @return enableState */ @@ -286,6 +291,7 @@ public String getEnableState() { * This is the setter method to the attribute. * Inorder to disable se set this field appropriately. * Enum options - SE_STATE_ENABLED, SE_STATE_DISABLED_FOR_PLACEMENT, SE_STATE_DISABLED, SE_STATE_DISABLED_FORCE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_STATE_ENABLED". * @param enableState set the enableState. */ @@ -296,7 +302,7 @@ public void setEnableState(String enableState) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property flavor of obj type serviceengine field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flavor */ @@ -307,7 +313,7 @@ public String getFlavor() { /** * This is the setter method to the attribute. - * Placeholder for description of property flavor of obj type serviceengine field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param flavor set the flavor. */ @@ -319,6 +325,7 @@ public void setFlavor(String flavor) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vimgrhostruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostRef */ @@ -330,6 +337,7 @@ public String getHostRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type vimgrhostruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostRef set the hostRef. */ @@ -341,6 +349,7 @@ public void setHostRef(String hostRef) { /** * This is the getter method this will return the attribute value. * Enum options - DEFAULT, VMWARE_ESX, KVM, VMWARE_VSAN, XEN. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hypervisor */ @@ -352,6 +361,7 @@ public String getHypervisor() { /** * This is the setter method to the attribute. * Enum options - DEFAULT, VMWARE_ESX, KVM, VMWARE_VSAN, XEN. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hypervisor set the hypervisor. */ @@ -362,7 +372,7 @@ public void setHypervisor(String hypervisor) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property mgmt_vnic of obj type serviceengine 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 mgmtVnic */ @@ -373,7 +383,7 @@ public vNIC getMgmtVnic() { /** * This is the setter method to the attribute. - * Placeholder for description of property mgmt_vnic of obj type serviceengine 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 mgmtVnic set the mgmtVnic. */ @@ -384,7 +394,7 @@ public void setMgmtVnic(vNIC mgmtVnic) { /** * 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 "VM name unknown". * @return name */ @@ -395,7 +405,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 "VM name unknown". * @param name set the name. */ @@ -406,7 +416,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property resources of obj type serviceengine 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 resources */ @@ -417,7 +427,7 @@ public SeResources getResources() { /** * This is the setter method to the attribute. - * Placeholder for description of property resources of obj type serviceengine 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 resources set the resources. */ @@ -429,6 +439,7 @@ public void setResources(SeResources resources) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceenginegroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRef */ @@ -440,6 +451,7 @@ public String getSeGroupRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type serviceenginegroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupRef set the seGroupRef. */ @@ -451,6 +463,7 @@ public void setSeGroupRef(String seGroupRef) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -462,6 +475,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. */ @@ -491,7 +505,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 */ @@ -502,7 +516,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/ServiceEngineCloudLimits.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServiceEngineCloudLimits.java index 45360de3..fb50c705 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServiceEngineCloudLimits.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServiceEngineCloudLimits.java @@ -40,6 +40,7 @@ public class ServiceEngineCloudLimits extends AviRestResource { * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -54,6 +55,7 @@ public String getType() { * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -66,6 +68,7 @@ public void setType(String type) { * This is the getter method this will return the attribute value. * Maximum number of vrfcontexts per serviceengine. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfsPerServiceengine */ @@ -78,6 +81,7 @@ public Integer getVrfsPerServiceengine() { * This is the setter method to the attribute. * Maximum number of vrfcontexts per serviceengine. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfsPerServiceengine set the vrfsPerServiceengine. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServiceEngineGroup.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServiceEngineGroup.java index 10d10af2..09a1a964 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServiceEngineGroup.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServiceEngineGroup.java @@ -1121,6 +1121,10 @@ public class ServiceEngineGroup extends AviRestResource { @JsonInclude(Include.NON_NULL) private VcenterHosts vcenterHosts = null; + @JsonProperty("vcenter_parking_vnic_pg") + @JsonInclude(Include.NON_NULL) + private String vcenterParkingVnicPg = null; + @JsonProperty("vcenters") @JsonInclude(Include.NON_NULL) private List vcenters = null; @@ -1217,6 +1221,7 @@ public class ServiceEngineGroup extends AviRestResource { * Accelerated networking enables single root i/o virtualization (sr-iov) to a se vm. * This improves networking performance. * Field introduced in 17.2.14,18.1.5,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return acceleratedNetworking */ @@ -1231,6 +1236,7 @@ public Boolean getAcceleratedNetworking() { * Accelerated networking enables single root i/o virtualization (sr-iov) to a se vm. * This improves networking performance. * Field introduced in 17.2.14,18.1.5,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param acceleratedNetworking set the acceleratedNetworking. */ @@ -1242,6 +1248,7 @@ public void setAcceleratedNetworking(Boolean acceleratedNetworking) { /** * This is the getter method this will return the attribute value. * Service engines in active/standby mode for ha failover. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return activeStandby */ @@ -1253,6 +1260,7 @@ public Boolean getActiveStandby() { /** * This is the setter method to the attribute. * Service engines in active/standby mode for ha failover. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param activeStandby set the activeStandby. */ @@ -1268,6 +1276,7 @@ public void setActiveStandby(Boolean activeStandby) { * Field deprecated in 18.1.2. * Field introduced in 18.1.1. * Unit is percent. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return additionalConfigMemory */ @VsoMethod @@ -1282,6 +1291,7 @@ public Integer getAdditionalConfigMemory() { * Field deprecated in 18.1.2. * Field introduced in 18.1.1. * Unit is percent. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param additionalConfigMemory set the additionalConfigMemory. */ @VsoMethod @@ -1293,6 +1303,7 @@ public void setAdditionalConfigMemory(Integer additionalConfigMemory) { * This is the getter method this will return the attribute value. * Advertise reach-ability of backend server networks via adc through bgp for default gateway feature. * Field deprecated in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return advertiseBackendNetworks */ @VsoMethod @@ -1304,6 +1315,7 @@ public Boolean getAdvertiseBackendNetworks() { * This is the setter method to the attribute. * Advertise reach-ability of backend server networks via adc through bgp for default gateway feature. * Field deprecated in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param advertiseBackendNetworks set the advertiseBackendNetworks. */ @VsoMethod @@ -1314,7 +1326,8 @@ public void setAdvertiseBackendNetworks(Boolean advertiseBackendNetworks) { /** * This is the getter method this will return the attribute value. * Enable aggressive failover configuration for ha. - * 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 aggressiveFailureDetection */ @@ -1326,7 +1339,8 @@ public Boolean getAggressiveFailureDetection() { /** * This is the setter method to the attribute. * Enable aggressive failover configuration for ha. - * 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 aggressiveFailureDetection set the aggressiveFailureDetection. */ @@ -1339,6 +1353,7 @@ public void setAggressiveFailureDetection(Boolean aggressiveFailureDetection) { * This is the getter method this will return the attribute value. * In compact placement, virtual services are placed on existing ses until max_vs_per_se limit is reached. * Enum options - PLACEMENT_ALGO_PACKED, PLACEMENT_ALGO_DISTRIBUTED. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "PLACEMENT_ALGO_PACKED". * @return algo */ @@ -1351,6 +1366,7 @@ public String getAlgo() { * This is the setter method to the attribute. * In compact placement, virtual services are placed on existing ses until max_vs_per_se limit is reached. * Enum options - PLACEMENT_ALGO_PACKED, PLACEMENT_ALGO_DISTRIBUTED. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "PLACEMENT_ALGO_PACKED". * @param algo set the algo. */ @@ -1363,6 +1379,7 @@ public void setAlgo(String algo) { * This is the getter method this will return the attribute value. * Allow ses to be created using burst license. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowBurst */ @@ -1375,6 +1392,7 @@ public Boolean getAllowBurst() { * This is the setter method to the attribute. * Allow ses to be created using burst license. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param allowBurst set the allowBurst. */ @@ -1388,11 +1406,12 @@ public void setAllowBurst(Boolean allowBurst) { * A percent value of total se memory reserved for applicationcaching. * This is an se bootup property and requires se restart.requires se reboot. * Allowed values are 0 - 100. - * Special values are 0- 'disable'. + * Special values are 0- disable. * Field introduced in 18.2.3. * Unit is percent. - * 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 10. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud + * services edition. + * Special default for essentials edition is 0, basic edition is 0, enterprise is 10. * @return appCachePercent */ @VsoMethod @@ -1405,11 +1424,12 @@ public Integer getAppCachePercent() { * A percent value of total se memory reserved for applicationcaching. * This is an se bootup property and requires se restart.requires se reboot. * Allowed values are 0 - 100. - * Special values are 0- 'disable'. + * Special values are 0- disable. * Field introduced in 18.2.3. * Unit is percent. - * 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 10. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 0), basic edition(allowed values- 0), enterprise with cloud + * services edition. + * Special default for essentials edition is 0, basic edition is 0, enterprise is 10. * @param appCachePercent set the appCachePercent. */ @VsoMethod @@ -1421,9 +1441,10 @@ public void setAppCachePercent(Integer appCachePercent) { * This is the getter method this will return the attribute value. * The max memory that can be allocated for the app cache. * This value will act as an upper bound on the cache size specified in app_cache_percent. - * Special values are 0- 'disable'. + * Special values are 0- disable. * Field introduced in 20.1.1. * Unit is gb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return appCacheThreshold */ @@ -1436,9 +1457,10 @@ public Integer getAppCacheThreshold() { * This is the setter method to the attribute. * The max memory that can be allocated for the app cache. * This value will act as an upper bound on the cache size specified in app_cache_percent. - * Special values are 0- 'disable'. + * Special values are 0- disable. * Field introduced in 20.1.1. * Unit is gb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param appCacheThreshold set the appCacheThreshold. */ @@ -1454,6 +1476,7 @@ public void setAppCacheThreshold(Integer appCacheThreshold) { * Allowed values are 0 - 10. * Field introduced in 18.2.3. * Unit is percent. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return appLearningMemoryPercent */ @@ -1469,6 +1492,7 @@ public Integer getAppLearningMemoryPercent() { * Allowed values are 0 - 10. * Field introduced in 18.2.3. * Unit is percent. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param appLearningMemoryPercent set the appLearningMemoryPercent. */ @@ -1482,6 +1506,7 @@ public void setAppLearningMemoryPercent(Integer appLearningMemoryPercent) { * Amount of se memory in gb until which shared memory is collected in core archive. * Field introduced in 17.1.3. * Unit is gb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @return archiveShmLimit */ @@ -1495,6 +1520,7 @@ public Integer getArchiveShmLimit() { * Amount of se memory in gb until which shared memory is collected in core archive. * Field introduced in 17.1.3. * Unit is gb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @param archiveShmLimit set the archiveShmLimit. */ @@ -1506,7 +1532,8 @@ public void setArchiveShmLimit(Integer archiveShmLimit) { /** * This is the getter method this will return the attribute value. * Ssl handshakes will be handled by dedicated ssl threads.requires se reboot. - * Allowed in 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 asyncSsl */ @@ -1518,7 +1545,8 @@ public Boolean getAsyncSsl() { /** * This is the setter method to the attribute. * Ssl handshakes will be handled by dedicated ssl threads.requires se reboot. - * Allowed in 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 asyncSsl set the asyncSsl. */ @@ -1531,6 +1559,7 @@ public void setAsyncSsl(Boolean asyncSsl) { * This is the getter method this will return the attribute value. * Number of async ssl threads per se_dp.requires se reboot. * Allowed values are 1-16. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return asyncSslThreads */ @@ -1543,6 +1572,7 @@ public Integer getAsyncSslThreads() { * This is the setter method to the attribute. * Number of async ssl threads per se_dp.requires se reboot. * Allowed values are 1-16. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param asyncSslThreads set the asyncSslThreads. */ @@ -1555,7 +1585,8 @@ public void setAsyncSslThreads(Integer asyncSslThreads) { * This is the getter method this will return the attribute value. * If set, virtual services will be automatically migrated when load on an se is less than minimum or more than maximum thresholds. * Only alerts are generated when the auto_rebalance is not set. - * Allowed in 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 autoRebalance */ @@ -1568,7 +1599,8 @@ public Boolean getAutoRebalance() { * This is the setter method to the attribute. * If set, virtual services will be automatically migrated when load on an se is less than minimum or more than maximum thresholds. * Only alerts are generated when the auto_rebalance is not set. - * Allowed in 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 autoRebalance set the autoRebalance. */ @@ -1581,6 +1613,7 @@ public void setAutoRebalance(Boolean autoRebalance) { * This is the getter method this will return the attribute value. * Capacities of se for auto rebalance for each criteria. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return autoRebalanceCapacityPerSe */ @@ -1593,6 +1626,7 @@ public List getAutoRebalanceCapacityPerSe() { * This is the setter method. this will set the autoRebalanceCapacityPerSe * Capacities of se for auto rebalance for each criteria. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return autoRebalanceCapacityPerSe */ @@ -1605,6 +1639,7 @@ public void setAutoRebalanceCapacityPerSe(List autoRebalanceCapacityPe * This is the setter method this will set the autoRebalanceCapacityPerSe * Capacities of se for auto rebalance for each criteria. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return autoRebalanceCapacityPerSe */ @@ -1623,6 +1658,7 @@ public ServiceEngineGroup addAutoRebalanceCapacityPerSeItem(Integer autoRebalanc * Set of criteria for se auto rebalance. * Enum options - SE_AUTO_REBALANCE_CPU, SE_AUTO_REBALANCE_PPS, SE_AUTO_REBALANCE_MBPS, SE_AUTO_REBALANCE_OPEN_CONNS, SE_AUTO_REBALANCE_CPS. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return autoRebalanceCriteria */ @@ -1636,6 +1672,7 @@ public List getAutoRebalanceCriteria() { * Set of criteria for se auto rebalance. * Enum options - SE_AUTO_REBALANCE_CPU, SE_AUTO_REBALANCE_PPS, SE_AUTO_REBALANCE_MBPS, SE_AUTO_REBALANCE_OPEN_CONNS, SE_AUTO_REBALANCE_CPS. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return autoRebalanceCriteria */ @@ -1649,6 +1686,7 @@ public void setAutoRebalanceCriteria(List autoRebalanceCriteria) { * Set of criteria for se auto rebalance. * Enum options - SE_AUTO_REBALANCE_CPU, SE_AUTO_REBALANCE_PPS, SE_AUTO_REBALANCE_MBPS, SE_AUTO_REBALANCE_OPEN_CONNS, SE_AUTO_REBALANCE_CPS. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return autoRebalanceCriteria */ @@ -1666,6 +1704,7 @@ public ServiceEngineGroup addAutoRebalanceCriteriaItem(String autoRebalanceCrite * This is the getter method this will return the attribute value. * Frequency of rebalance, if 'auto rebalance' is enabled. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return autoRebalanceInterval */ @@ -1678,6 +1717,7 @@ public Integer getAutoRebalanceInterval() { * This is the setter method to the attribute. * Frequency of rebalance, if 'auto rebalance' is enabled. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param autoRebalanceInterval set the autoRebalanceInterval. */ @@ -1690,7 +1730,8 @@ public void setAutoRebalanceInterval(Integer autoRebalanceInterval) { * This is the getter method this will return the attribute value. * Redistribution of virtual services from the takeover se to the replacement se can cause momentary traffic loss. * If the auto-redistribute load option is left in its default off state, any desired rebalancing requires calls to rest api. - * Allowed in 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 autoRedistributeActiveStandbyLoad */ @@ -1703,7 +1744,8 @@ public Boolean getAutoRedistributeActiveStandbyLoad() { * This is the setter method to the attribute. * Redistribution of virtual services from the takeover se to the replacement se can cause momentary traffic loss. * If the auto-redistribute load option is left in its default off state, any desired rebalancing requires calls to rest api. - * Allowed in 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 autoRedistributeActiveStandbyLoad set the autoRedistributeActiveStandbyLoad. */ @@ -1717,6 +1759,7 @@ public void setAutoRedistributeActiveStandbyLoad(Boolean autoRedistributeActive * Availability zones for virtual service high availability. * It is a reference to an object of type availabilityzone. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return availabilityZoneRefs */ @@ -1730,6 +1773,7 @@ public List getAvailabilityZoneRefs() { * Availability zones for virtual service high availability. * It is a reference to an object of type availabilityzone. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return availabilityZoneRefs */ @@ -1743,6 +1787,7 @@ public void setAvailabilityZoneRefs(List availabilityZoneRefs) { * Availability zones for virtual service high availability. * It is a reference to an object of type availabilityzone. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return availabilityZoneRefs */ @@ -1760,7 +1805,8 @@ public ServiceEngineGroup addAvailabilityZoneRefsItem(String availabilityZoneRef * This is the getter method this will return the attribute value. * Control if dispatcher core also handles tcp flows in baremetal se. * Field introduced in 21.1.3. - * Allowed in 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 false. * @return baremetalDispatcherHandlesFlows */ @@ -1773,7 +1819,8 @@ public Boolean getBaremetalDispatcherHandlesFlows() { * This is the setter method to the attribute. * Control if dispatcher core also handles tcp flows in baremetal se. * Field introduced in 21.1.3. - * Allowed in 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 false. * @param baremetalDispatcherHandlesFlows set the baremetalDispatcherHandlesFlows. */ @@ -1786,6 +1833,7 @@ public void setBaremetalDispatcherHandlesFlows(Boolean baremetalDispatcherHandl * This is the getter method this will return the attribute value. * Enable bgp peer monitoring based failover. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return bgpPeerMonitorFailoverEnabled */ @@ -1798,6 +1846,7 @@ public Boolean getBgpPeerMonitorFailoverEnabled() { * This is the setter method to the attribute. * Enable bgp peer monitoring based failover. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param bgpPeerMonitorFailoverEnabled set the bgpPeerMonitorFailoverEnabled. */ @@ -1812,6 +1861,7 @@ public void setBgpPeerMonitorFailoverEnabled(Boolean bgpPeerMonitorFailoverEnab * Allowed values are 5-100. * Field introduced in 17.2.14,18.1.5,18.2.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return bgpStateUpdateInterval */ @@ -1826,6 +1876,7 @@ public Integer getBgpStateUpdateInterval() { * Allowed values are 5-100. * Field introduced in 17.2.14,18.1.5,18.2.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param bgpStateUpdateInterval set the bgpStateUpdateInterval. */ @@ -1837,6 +1888,7 @@ public void setBgpStateUpdateInterval(Integer bgpStateUpdateInterval) { /** * This is the getter method this will return the attribute value. * Excess service engine capacity provisioned for ha failover. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return bufferSe */ @@ -1848,6 +1900,7 @@ public Integer getBufferSe() { /** * This is the setter method to the attribute. * Excess service engine capacity provisioned for ha failover. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param bufferSe set the bufferSe. */ @@ -1859,6 +1912,7 @@ public void setBufferSe(Integer bufferSe) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -1870,6 +1924,7 @@ public String getCloudRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -1882,6 +1937,7 @@ public void setCloudRef(String cloudRef) { * This is the getter method this will return the attribute value. * Compress ip rules into a single subnet based ip rule for each north-south ipam subnet configured in pcap mode in openshift/kubernetes node. * Field introduced in 18.2.9, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return compressIpRulesForEachNsSubnet */ @@ -1894,6 +1950,7 @@ public Boolean getCompressIpRulesForEachNsSubnet() { * This is the setter method to the attribute. * Compress ip rules into a single subnet based ip rule for each north-south ipam subnet configured in pcap mode in openshift/kubernetes node. * Field introduced in 18.2.9, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param compressIpRulesForEachNsSubnet set the compressIpRulesForEachNsSubnet. */ @@ -1906,6 +1963,7 @@ public void setCompressIpRulesForEachNsSubnet(Boolean compressIpRulesForEachNsS * This is the getter method this will return the attribute value. * Enable config debugs on all cores of se. * Field introduced in 17.2.13,18.1.5,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return configDebugsOnAllCores */ @@ -1918,6 +1976,7 @@ public Boolean getConfigDebugsOnAllCores() { * This is the setter method to the attribute. * Enable config debugs on all cores of se. * Field introduced in 17.2.13,18.1.5,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param configDebugsOnAllCores set the configDebugsOnAllCores. */ @@ -1932,6 +1991,7 @@ public void setConfigDebugsOnAllCores(Boolean configDebugsOnAllCores) { * This will come at the expense of memory used for http in-memory cache. * Allowed values are 10-90. * Unit is percent. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 50. * @return connectionMemoryPercentage */ @@ -1946,6 +2006,7 @@ public Integer getConnectionMemoryPercentage() { * This will come at the expense of memory used for http in-memory cache. * Allowed values are 10-90. * Unit is percent. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 50. * @param connectionMemoryPercentage set the connectionMemoryPercentage. */ @@ -1958,6 +2019,7 @@ public void setConnectionMemoryPercentage(Integer connectionMemoryPercentage) { * This is the getter method this will return the attribute value. * Include shared memory for app cache in core file.requires se reboot. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return coreShmAppCache */ @@ -1970,6 +2032,7 @@ public Boolean getCoreShmAppCache() { * This is the setter method to the attribute. * Include shared memory for app cache in core file.requires se reboot. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param coreShmAppCache set the coreShmAppCache. */ @@ -1982,6 +2045,7 @@ public void setCoreShmAppCache(Boolean coreShmAppCache) { * This is the getter method this will return the attribute value. * Include shared memory for app learning in core file.requires se reboot. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return coreShmAppLearning */ @@ -1994,6 +2058,7 @@ public Boolean getCoreShmAppLearning() { * This is the setter method to the attribute. * Include shared memory for app learning in core file.requires se reboot. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param coreShmAppLearning set the coreShmAppLearning. */ @@ -2004,7 +2069,7 @@ public void setCoreShmAppLearning(Boolean coreShmAppLearning) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cpu_reserve of obj type serviceenginegroup 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 cpuReserve */ @@ -2015,7 +2080,7 @@ public Boolean getCpuReserve() { /** * This is the setter method to the attribute. - * Placeholder for description of property cpu_reserve of obj type serviceenginegroup 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 cpuReserve set the cpuReserve. */ @@ -2028,6 +2093,7 @@ public void setCpuReserve(Boolean cpuReserve) { * This is the getter method this will return the attribute value. * Allocate all the cpu cores for the service engine virtual machines on the same cpu socket. * Applicable only for vcenter cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return cpuSocketAffinity */ @@ -2040,6 +2106,7 @@ public Boolean getCpuSocketAffinity() { * This is the setter method to the attribute. * Allocate all the cpu cores for the service engine virtual machines on the same cpu socket. * Applicable only for vcenter cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param cpuSocketAffinity set the cpuSocketAffinity. */ @@ -2052,6 +2119,7 @@ public void setCpuSocketAffinity(Boolean cpuSocketAffinity) { * This is the getter method this will return the attribute value. * Custom security groups to be associated with data vnics for se instances in openstack and aws clouds. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customSecuritygroupsData */ @@ -2064,6 +2132,7 @@ public List getCustomSecuritygroupsData() { * This is the setter method. this will set the customSecuritygroupsData * Custom security groups to be associated with data vnics for se instances in openstack and aws clouds. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customSecuritygroupsData */ @@ -2076,6 +2145,7 @@ public void setCustomSecuritygroupsData(List customSecuritygroupsData) * This is the setter method this will set the customSecuritygroupsData * Custom security groups to be associated with data vnics for se instances in openstack and aws clouds. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customSecuritygroupsData */ @@ -2093,6 +2163,7 @@ public ServiceEngineGroup addCustomSecuritygroupsDataItem(String customSecurityg * This is the getter method this will return the attribute value. * Custom security groups to be associated with management vnic for se instances in openstack and aws clouds. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customSecuritygroupsMgmt */ @@ -2105,6 +2176,7 @@ public List getCustomSecuritygroupsMgmt() { * This is the setter method. this will set the customSecuritygroupsMgmt * Custom security groups to be associated with management vnic for se instances in openstack and aws clouds. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customSecuritygroupsMgmt */ @@ -2117,6 +2189,7 @@ public void setCustomSecuritygroupsMgmt(List customSecuritygroupsMgmt) * This is the setter method this will set the customSecuritygroupsMgmt * Custom security groups to be associated with management vnic for se instances in openstack and aws clouds. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customSecuritygroupsMgmt */ @@ -2134,6 +2207,7 @@ public ServiceEngineGroup addCustomSecuritygroupsMgmtItem(String customSecurityg * This is the getter method this will return the attribute value. * Custom tag will be used to create the tags for se instance in aws. * Note this is not the same as the prefix for se name. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customTag */ @@ -2146,6 +2220,7 @@ public List getCustomTag() { * This is the setter method. this will set the customTag * Custom tag will be used to create the tags for se instance in aws. * Note this is not the same as the prefix for se name. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customTag */ @@ -2158,6 +2233,7 @@ public void setCustomTag(List customTag) { * This is the setter method this will set the customTag * Custom tag will be used to create the tags for se instance in aws. * Note this is not the same as the prefix for se name. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customTag */ @@ -2176,6 +2252,7 @@ public ServiceEngineGroup addCustomTagItem(CustomTag customTagItem) { * Subnet used to spin up the data nic for service engines, used only for azure cloud. * Overrides the cloud level setting for service engine subnet. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dataNetworkId */ @@ -2189,6 +2266,7 @@ public String getDataNetworkId() { * Subnet used to spin up the data nic for service engines, used only for azure cloud. * Overrides the cloud level setting for service engine subnet. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dataNetworkId set the dataNetworkId. */ @@ -2202,6 +2280,7 @@ public void setDataNetworkId(String dataNetworkId) { * Number of instructions before datascript times out. * Allowed values are 0-100000000. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000000. * @return datascriptTimeout */ @@ -2215,6 +2294,7 @@ public Integer getDatascriptTimeout() { * Number of instructions before datascript times out. * Allowed values are 0-100000000. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1000000. * @param datascriptTimeout set the datascriptTimeout. */ @@ -2227,6 +2307,7 @@ public void setDatascriptTimeout(Integer datascriptTimeout) { * This is the getter method this will return the attribute value. * If activated, ipv6 address and route discovery are deactivated.requires se reboot. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return deactivateIpv6Discovery */ @@ -2239,6 +2320,7 @@ public Boolean getDeactivateIpv6Discovery() { * This is the setter method to the attribute. * If activated, ipv6 address and route discovery are deactivated.requires se reboot. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param deactivateIpv6Discovery set the deactivateIpv6Discovery. */ @@ -2252,6 +2334,7 @@ public void setDeactivateIpv6Discovery(Boolean deactivateIpv6Discovery) { * Deactivate filtering of packets to kni interface. * To be used under surveillance of avi support. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return deactivateKniFilteringAtDispatcher */ @@ -2265,6 +2348,7 @@ public Boolean getDeactivateKniFilteringAtDispatcher() { * Deactivate filtering of packets to kni interface. * To be used under surveillance of avi support. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param deactivateKniFilteringAtDispatcher set the deactivateKniFilteringAtDispatcher. */ @@ -2277,6 +2361,7 @@ public void setDeactivateKniFilteringAtDispatcher(Boolean deactivateKniFilterin * This is the getter method this will return the attribute value. * Dedicate the core that handles packet receive/transmit from the network to just the dispatching function. * Don't use it for tcp/ip and ssl functions. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return dedicatedDispatcherCore */ @@ -2289,6 +2374,7 @@ public Boolean getDedicatedDispatcherCore() { * This is the setter method to the attribute. * Dedicate the core that handles packet receive/transmit from the network to just the dispatching function. * Don't use it for tcp/ip and ssl functions. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param dedicatedDispatcherCore set the dedicatedDispatcherCore. */ @@ -2299,7 +2385,7 @@ public void setDedicatedDispatcherCore(Boolean dedicatedDispatcherCore) { /** * 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 */ @@ -2310,7 +2396,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. */ @@ -2326,6 +2412,7 @@ public void setDescription(String description) { * Avi will only make use of custom security groups provided by user. * This option is supported for aws and openstack cloud types. * Field introduced in 17.2.13,18.1.4,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableAviSecuritygroups */ @@ -2341,6 +2428,7 @@ public Boolean getDisableAviSecuritygroups() { * Avi will only make use of custom security groups provided by user. * This option is supported for aws and openstack cloud types. * Field introduced in 17.2.13,18.1.4,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableAviSecuritygroups set the disableAviSecuritygroups. */ @@ -2353,6 +2441,7 @@ public void setDisableAviSecuritygroups(Boolean disableAviSecuritygroups) { * This is the getter method this will return the attribute value. * Stop using tcp/udp and ip checksum offload features of nics. * Field introduced in 17.1.14, 17.2.5, 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableCsumOffloads */ @@ -2365,6 +2454,7 @@ public Boolean getDisableCsumOffloads() { * This is the setter method to the attribute. * Stop using tcp/udp and ip checksum offload features of nics. * Field introduced in 17.1.14, 17.2.5, 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableCsumOffloads set the disableCsumOffloads. */ @@ -2377,6 +2467,7 @@ public void setDisableCsumOffloads(Boolean disableCsumOffloads) { * This is the getter method this will return the attribute value. * Disable flow probes for scaled out vs'es. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableFlowProbes */ @@ -2389,6 +2480,7 @@ public Boolean getDisableFlowProbes() { * This is the setter method to the attribute. * Disable flow probes for scaled out vs'es. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableFlowProbes set the disableFlowProbes. */ @@ -2402,6 +2494,7 @@ public void setDisableFlowProbes(Boolean disableFlowProbes) { * Disable generic receive offload (gro) in dpdk poll-mode driver packet receive path. * Gro is on by default on nics that do not support lro (large receive offload) or do not gain performance boost from lro. * Field introduced in 17.2.5, 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 true. * @return disableGro */ @@ -2415,6 +2508,7 @@ public Boolean getDisableGro() { * Disable generic receive offload (gro) in dpdk poll-mode driver packet receive path. * Gro is on by default on nics that do not support lro (large receive offload) or do not gain performance boost from lro. * Field introduced in 17.2.5, 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 true. * @param disableGro set the disableGro. */ @@ -2427,6 +2521,7 @@ public void setDisableGro(Boolean disableGro) { * This is the getter method this will return the attribute value. * If set, disable the config memory check done in service engine. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableSeMemoryCheck */ @@ -2439,6 +2534,7 @@ public Boolean getDisableSeMemoryCheck() { * This is the setter method to the attribute. * If set, disable the config memory check done in service engine. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableSeMemoryCheck set the disableSeMemoryCheck. */ @@ -2452,6 +2548,7 @@ public void setDisableSeMemoryCheck(Boolean disableSeMemoryCheck) { * Disable tcp segmentation offload (tso) in dpdk poll-mode driver packet transmit path. * Tso is on by default on nics that support it. * Field introduced in 17.2.5, 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return disableTso */ @@ -2465,6 +2562,7 @@ public Boolean getDisableTso() { * Disable tcp segmentation offload (tso) in dpdk poll-mode driver packet transmit path. * Tso is on by default on nics that support it. * Field introduced in 17.2.5, 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param disableTso set the disableTso. */ @@ -2477,6 +2575,7 @@ public void setDisableTso(Boolean disableTso) { * This is the getter method this will return the attribute value. * Amount of disk space for each of the service engine virtual machines. * Unit is gb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 15. * @return diskPerSe */ @@ -2489,6 +2588,7 @@ public Integer getDiskPerSe() { * This is the setter method to the attribute. * Amount of disk space for each of the service engine virtual machines. * Unit is gb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 15. * @param diskPerSe set the diskPerSe. */ @@ -2500,7 +2600,8 @@ public void setDiskPerSe(Integer diskPerSe) { /** * This is the getter method this will return the attribute value. * Use both the active and standby service engines for virtual service placement in the legacy active standby ha mode. - * Allowed in 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 distributeLoadActiveStandby */ @@ -2512,7 +2613,8 @@ public Boolean getDistributeLoadActiveStandby() { /** * This is the setter method to the attribute. * Use both the active and standby service engines for virtual service placement in the legacy active standby ha mode. - * Allowed in 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 distributeLoadActiveStandby set the distributeLoadActiveStandby. */ @@ -2527,7 +2629,8 @@ public void setDistributeLoadActiveStandby(Boolean distributeLoadActiveStandby) * Requires se reboot. * Deprecated from 18.2.8, instead use max_queues_per_vnic. * Field introduced in 17.2.8. - * Allowed in 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 distributeQueues */ @@ -2542,7 +2645,8 @@ public Boolean getDistributeQueues() { * Requires se reboot. * Deprecated from 18.2.8, instead use max_queues_per_vnic. * Field introduced in 17.2.8. - * Allowed in 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 distributeQueues set the distributeQueues. */ @@ -2555,7 +2659,8 @@ public void setDistributeQueues(Boolean distributeQueues) { * This is the getter method this will return the attribute value. * Distributes vnic ownership among cores so multiple cores handle dispatcher duties.requires se reboot. * Field introduced in 18.2.5. - * Allowed in 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 distributeVnics */ @@ -2568,7 +2673,8 @@ public Boolean getDistributeVnics() { * This is the setter method to the attribute. * Distributes vnic ownership among cores so multiple cores handle dispatcher duties.requires se reboot. * Field introduced in 18.2.5. - * Allowed in 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 distributeVnics set the distributeVnics. */ @@ -2582,6 +2688,7 @@ public void setDistributeVnics(Boolean distributeVnics) { * Timeout for downstream to become writable. * Field introduced in 21.1.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @return downstreamSendTimeout */ @@ -2595,6 +2702,7 @@ public Integer getDownstreamSendTimeout() { * Timeout for downstream to become writable. * Field introduced in 21.1.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @param downstreamSendTimeout set the downstreamSendTimeout. */ @@ -2609,7 +2717,8 @@ public void setDownstreamSendTimeout(Integer downstreamSendTimeout) { * Allowed values are 1-1000. * Field introduced in 21.1.1. * Unit is milliseconds. - * 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 1. * @return dpAggressiveDeqIntervalMsec */ @@ -2624,7 +2733,8 @@ public Integer getDpAggressiveDeqIntervalMsec() { * Allowed values are 1-1000. * Field introduced in 21.1.1. * Unit is milliseconds. - * 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 1. * @param dpAggressiveDeqIntervalMsec set the dpAggressiveDeqIntervalMsec. */ @@ -2639,7 +2749,8 @@ public void setDpAggressiveDeqIntervalMsec(Integer dpAggressiveDeqIntervalMsec) * Allowed values are 1-1000. * Field introduced in 21.1.1. * Unit is milliseconds. - * 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 1. * @return dpAggressiveEnqIntervalMsec */ @@ -2654,7 +2765,8 @@ public Integer getDpAggressiveEnqIntervalMsec() { * Allowed values are 1-1000. * Field introduced in 21.1.1. * Unit is milliseconds. - * 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 1. * @param dpAggressiveEnqIntervalMsec set the dpAggressiveEnqIntervalMsec. */ @@ -2668,6 +2780,7 @@ public void setDpAggressiveEnqIntervalMsec(Integer dpAggressiveEnqIntervalMsec) * Frequency of se - se hb messages when aggressive failure mode detection is enabled. * Field introduced in 20.1.3. * Unit is milliseconds. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return dpAggressiveHbFrequency */ @@ -2681,6 +2794,7 @@ public Integer getDpAggressiveHbFrequency() { * Frequency of se - se hb messages when aggressive failure mode detection is enabled. * Field introduced in 20.1.3. * Unit is milliseconds. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param dpAggressiveHbFrequency set the dpAggressiveHbFrequency. */ @@ -2693,6 +2807,7 @@ public void setDpAggressiveHbFrequency(Integer dpAggressiveHbFrequency) { * This is the getter method this will return the attribute value. * Consecutive hb failures after which failure is reported to controller,when aggressive failure mode detection is enabled. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return dpAggressiveHbTimeoutCount */ @@ -2705,6 +2820,7 @@ public Integer getDpAggressiveHbTimeoutCount() { * This is the setter method to the attribute. * Consecutive hb failures after which failure is reported to controller,when aggressive failure mode detection is enabled. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param dpAggressiveHbTimeoutCount set the dpAggressiveHbTimeoutCount. */ @@ -2719,7 +2835,8 @@ public void setDpAggressiveHbTimeoutCount(Integer dpAggressiveHbTimeoutCount) { * Allowed values are 1-1000. * Field introduced in 21.1.1. * Unit is milliseconds. - * 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 20. * @return dpDeqIntervalMsec */ @@ -2734,7 +2851,8 @@ public Integer getDpDeqIntervalMsec() { * Allowed values are 1-1000. * Field introduced in 21.1.1. * Unit is milliseconds. - * 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 20. * @param dpDeqIntervalMsec set the dpDeqIntervalMsec. */ @@ -2749,7 +2867,8 @@ public void setDpDeqIntervalMsec(Integer dpDeqIntervalMsec) { * Allowed values are 1-1000. * Field introduced in 21.1.1. * Unit is milliseconds. - * 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 20. * @return dpEnqIntervalMsec */ @@ -2764,7 +2883,8 @@ public Integer getDpEnqIntervalMsec() { * Allowed values are 1-1000. * Field introduced in 21.1.1. * Unit is milliseconds. - * 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 20. * @param dpEnqIntervalMsec set the dpEnqIntervalMsec. */ @@ -2778,6 +2898,7 @@ public void setDpEnqIntervalMsec(Integer dpEnqIntervalMsec) { * Frequency of se - se hb messages when aggressive failure mode detection is not enabled. * Field introduced in 20.1.3. * Unit is milliseconds. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return dpHbFrequency */ @@ -2791,6 +2912,7 @@ public Integer getDpHbFrequency() { * Frequency of se - se hb messages when aggressive failure mode detection is not enabled. * Field introduced in 20.1.3. * Unit is milliseconds. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param dpHbFrequency set the dpHbFrequency. */ @@ -2803,6 +2925,7 @@ public void setDpHbFrequency(Integer dpHbFrequency) { * This is the getter method this will return the attribute value. * Consecutive hb failures after which failure is reported to controller, when aggressive failure mode detection is not enabled. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return dpHbTimeoutCount */ @@ -2815,6 +2938,7 @@ public Integer getDpHbTimeoutCount() { * This is the setter method to the attribute. * Consecutive hb failures after which failure is reported to controller, when aggressive failure mode detection is not enabled. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param dpHbTimeoutCount set the dpHbTimeoutCount. */ @@ -2827,6 +2951,7 @@ public void setDpHbTimeoutCount(Integer dpHbTimeoutCount) { * This is the getter method this will return the attribute value. * Enable gratarp for vip_ip. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableGratarpPermanent */ @@ -2839,6 +2964,7 @@ public Boolean getEnableGratarpPermanent() { * This is the setter method to the attribute. * Enable gratarp for vip_ip. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableGratarpPermanent set the enableGratarpPermanent. */ @@ -2851,6 +2977,7 @@ public void setEnableGratarpPermanent(Boolean enableGratarpPermanent) { * This is the getter method this will return the attribute value. * Enable hsm luna engine logs. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableHsmLog */ @@ -2863,6 +2990,7 @@ public Boolean getEnableHsmLog() { * This is the setter method to the attribute. * Enable hsm luna engine logs. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableHsmLog set the enableHsmLog. */ @@ -2877,6 +3005,7 @@ public void setEnableHsmLog(Boolean enableHsmLog) { * Enable hsm key priming. * If enabled, key handles on the hsm will be synced to se before processing client connections. * Field introduced in 17.2.7, 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableHsmPriming */ @@ -2891,6 +3020,7 @@ public Boolean getEnableHsmPriming() { * Enable hsm key priming. * If enabled, key handles on the hsm will be synced to se before processing client connections. * Field introduced in 17.2.7, 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableHsmPriming set the enableHsmPriming. */ @@ -2904,6 +3034,7 @@ public void setEnableHsmPriming(Boolean enableHsmPriming) { * Applicable only for azure cloud with basic sku lb. * If set, additional azure lbs will be automatically created if resources in existing lb are exhausted. * Field introduced in 17.2.10, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableMultiLb */ @@ -2917,6 +3048,7 @@ public Boolean getEnableMultiLb() { * Applicable only for azure cloud with basic sku lb. * If set, additional azure lbs will be automatically created if resources in existing lb are exhausted. * Field introduced in 17.2.10, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableMultiLb set the enableMultiLb. */ @@ -2932,6 +3064,7 @@ public void setEnableMultiLb(Boolean enableMultiLb) { * Deprecated from 18.2.8, instead use pcap_tx_mode. * Requires se reboot. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enablePcapTxRing */ @@ -2947,6 +3080,7 @@ public Boolean getEnablePcapTxRing() { * Deprecated from 18.2.8, instead use pcap_tx_mode. * Requires se reboot. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enablePcapTxRing set the enablePcapTxRing. */ @@ -2959,7 +3093,8 @@ public void setEnablePcapTxRing(Boolean enablePcapTxRing) { * This is the getter method this will return the attribute value. * Enable routing for this serviceenginegroup. * Field deprecated in 18.2.5. - * 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 enableRouting */ @VsoMethod @@ -2971,7 +3106,8 @@ public Boolean getEnableRouting() { * This is the setter method to the attribute. * Enable routing for this serviceenginegroup. * Field deprecated in 18.2.5. - * 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 enableRouting set the enableRouting. */ @VsoMethod @@ -2984,6 +3120,7 @@ public void setEnableRouting(Boolean enableRouting) { * Enable vip on all interfaces of se. * Field deprecated in 18.2.5. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return enableVipOnAllInterfaces */ @VsoMethod @@ -2996,6 +3133,7 @@ public Boolean getEnableVipOnAllInterfaces() { * Enable vip on all interfaces of se. * Field deprecated in 18.2.5. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param enableVipOnAllInterfaces set the enableVipOnAllInterfaces. */ @VsoMethod @@ -3007,6 +3145,7 @@ public void setEnableVipOnAllInterfaces(Boolean enableVipOnAllInterfaces) { * This is the getter method this will return the attribute value. * Use virtual mac address for interfaces on which floating interface ips are placed. * Field deprecated in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return enableVmac */ @VsoMethod @@ -3018,6 +3157,7 @@ public Boolean getEnableVmac() { * This is the setter method to the attribute. * Use virtual mac address for interfaces on which floating interface ips are placed. * Field deprecated in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param enableVmac set the enableVmac. */ @VsoMethod @@ -3029,6 +3169,7 @@ public void setEnableVmac(Boolean enableVmac) { * This is the getter method this will return the attribute value. * End local ephemeral port number for outbound connections. * Field introduced in 17.2.13, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ephemeralPortrangeEnd */ @@ -3041,6 +3182,7 @@ public Integer getEphemeralPortrangeEnd() { * This is the setter method to the attribute. * End local ephemeral port number for outbound connections. * Field introduced in 17.2.13, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ephemeralPortrangeEnd set the ephemeralPortrangeEnd. */ @@ -3053,6 +3195,7 @@ public void setEphemeralPortrangeEnd(Integer ephemeralPortrangeEnd) { * This is the getter method this will return the attribute value. * Start local ephemeral port number for outbound connections. * Field introduced in 17.2.13, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ephemeralPortrangeStart */ @@ -3065,6 +3208,7 @@ public Integer getEphemeralPortrangeStart() { * This is the setter method to the attribute. * Start local ephemeral port number for outbound connections. * Field introduced in 17.2.13, 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ephemeralPortrangeStart set the ephemeralPortrangeStart. */ @@ -3076,6 +3220,7 @@ public void setEphemeralPortrangeStart(Integer ephemeralPortrangeStart) { /** * This is the getter method this will return the attribute value. * Multiplier for extra config to support large vs/pool config. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @return extraConfigMultiplier */ @@ -3087,6 +3232,7 @@ public Float getExtraConfigMultiplier() { /** * This is the setter method to the attribute. * Multiplier for extra config to support large vs/pool config. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @param extraConfigMultiplier set the extraConfigMultiplier. */ @@ -3100,6 +3246,7 @@ public void setExtraConfigMultiplier(Float extraConfigMultiplier) { * Extra config memory to support large geo db configuration. * Field introduced in 17.1.1. * Unit is mb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return extraSharedConfigMemory */ @@ -3113,6 +3260,7 @@ public Integer getExtraSharedConfigMemory() { * Extra config memory to support large geo db configuration. * Field introduced in 17.1.1. * Unit is mb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param extraSharedConfigMemory set the extraSharedConfigMemory. */ @@ -3128,6 +3276,7 @@ public void setExtraSharedConfigMemory(Integer extraSharedConfigMemory) { * Only active se hosting vs tagged with active standby se 1 tag will advertise this floating ip when manual load distribution is enabled. * Field deprecated in 18.2.5. * Maximum of 32 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return floatingIntfIp */ @VsoMethod @@ -3142,6 +3291,7 @@ public List getFloatingIntfIp() { * Only active se hosting vs tagged with active standby se 1 tag will advertise this floating ip when manual load distribution is enabled. * Field deprecated in 18.2.5. * Maximum of 32 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return floatingIntfIp */ @VsoMethod @@ -3156,6 +3306,7 @@ public void setFloatingIntfIp(List floatingIntfIp) { * Only active se hosting vs tagged with active standby se 1 tag will advertise this floating ip when manual load distribution is enabled. * Field deprecated in 18.2.5. * Maximum of 32 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return floatingIntfIp */ @VsoMethod @@ -3175,6 +3326,7 @@ public ServiceEngineGroup addFloatingIntfIpItem(IpAddr floatingIntfIpItem) { * Only active se hosting vs tagged with active standby se 2 tag will advertise this floating ip when manual load distribution is enabled. * Field deprecated in 18.2.5. * Maximum of 32 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @return floatingIntfIpSe2 */ @VsoMethod @@ -3189,6 +3341,7 @@ public List getFloatingIntfIpSe2() { * Only active se hosting vs tagged with active standby se 2 tag will advertise this floating ip when manual load distribution is enabled. * Field deprecated in 18.2.5. * Maximum of 32 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @return floatingIntfIpSe2 */ @VsoMethod @@ -3203,6 +3356,7 @@ public void setFloatingIntfIpSe2(List floatingIntfIpSe2) { * Only active se hosting vs tagged with active standby se 2 tag will advertise this floating ip when manual load distribution is enabled. * Field deprecated in 18.2.5. * Maximum of 32 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @return floatingIntfIpSe2 */ @VsoMethod @@ -3219,6 +3373,7 @@ public ServiceEngineGroup addFloatingIntfIpSe2Item(IpAddr floatingIntfIpSe2Item) * This is the getter method this will return the attribute value. * Maximum number of flow table entries that have not completed tcp three-way handshake yet. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return flowTableNewSynMaxEntries */ @@ -3231,6 +3386,7 @@ public Integer getFlowTableNewSynMaxEntries() { * This is the setter method to the attribute. * Maximum number of flow table entries that have not completed tcp three-way handshake yet. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param flowTableNewSynMaxEntries set the flowTableNewSynMaxEntries. */ @@ -3243,6 +3399,7 @@ public void setFlowTableNewSynMaxEntries(Integer flowTableNewSynMaxEntries) { * This is the getter method this will return the attribute value. * Number of entries in the free list. * Field introduced in 17.2.10, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @return freeListSize */ @@ -3255,6 +3412,7 @@ public Integer getFreeListSize() { * This is the setter method to the attribute. * Number of entries in the free list. * Field introduced in 17.2.10, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @param freeListSize set the freeListSize. */ @@ -3267,6 +3425,7 @@ public void setFreeListSize(Integer freeListSize) { * This is the getter method this will return the attribute value. * Google cloud platform, service engine group configuration. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gcpConfig */ @@ -3279,6 +3438,7 @@ public GCPSeGroupConfig getGcpConfig() { * This is the setter method to the attribute. * Google cloud platform, service engine group configuration. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gcpConfig set the gcpConfig. */ @@ -3293,6 +3453,7 @@ public void setGcpConfig(GCPSeGroupConfig gcpConfig) { * Allowed values are 5-30. * Field introduced in 18.2.3. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return gratarpPermanentPeriodicity */ @@ -3307,6 +3468,7 @@ public Integer getGratarpPermanentPeriodicity() { * Allowed values are 5-30. * Field introduced in 18.2.3. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param gratarpPermanentPeriodicity set the gratarpPermanentPeriodicity. */ @@ -3319,9 +3481,9 @@ public void setGratarpPermanentPeriodicity(Integer gratarpPermanentPeriodicity) * This is the getter method this will return the attribute value. * High availability mode for all the virtual services using this service engine group. * Enum options - HA_MODE_SHARED_PAIR, HA_MODE_SHARED, HA_MODE_LEGACY_ACTIVE_STANDBY. - * Allowed in basic(allowed values- ha_mode_legacy_active_standby) edition, essentials(allowed values- ha_mode_legacy_active_standby) edition, - * enterprise edition. - * Special default for basic edition is ha_mode_legacy_active_standby, essentials edition is ha_mode_legacy_active_standby, enterprise is + * Allowed in enterprise edition with any value, essentials edition(allowed values- ha_mode_legacy_active_standby), basic edition(allowed values- + * ha_mode_legacy_active_standby), enterprise with cloud services edition. + * Special default for essentials edition is ha_mode_legacy_active_standby, basic edition is ha_mode_legacy_active_standby, enterprise is * ha_mode_shared. * @return haMode */ @@ -3334,9 +3496,9 @@ public String getHaMode() { * This is the setter method to the attribute. * High availability mode for all the virtual services using this service engine group. * Enum options - HA_MODE_SHARED_PAIR, HA_MODE_SHARED, HA_MODE_LEGACY_ACTIVE_STANDBY. - * Allowed in basic(allowed values- ha_mode_legacy_active_standby) edition, essentials(allowed values- ha_mode_legacy_active_standby) edition, - * enterprise edition. - * Special default for basic edition is ha_mode_legacy_active_standby, essentials edition is ha_mode_legacy_active_standby, enterprise is + * Allowed in enterprise edition with any value, essentials edition(allowed values- ha_mode_legacy_active_standby), basic edition(allowed values- + * ha_mode_legacy_active_standby), enterprise with cloud services edition. + * Special default for essentials edition is ha_mode_legacy_active_standby, basic edition is ha_mode_legacy_active_standby, enterprise is * ha_mode_shared. * @param haMode set the haMode. */ @@ -3350,6 +3512,7 @@ public void setHaMode(String haMode) { * Configuration to handle per packet attack handling.for example, dns reflection attack is a type of attack where a response packet is sent to the * dns vs.this configuration tells if such packets should be dropped without further processing. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return handlePerPktAttack */ @@ -3363,6 +3526,7 @@ public Boolean getHandlePerPktAttack() { * Configuration to handle per packet attack handling.for example, dns reflection attack is a type of attack where a response packet is sent to the * dns vs.this configuration tells if such packets should be dropped without further processing. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param handlePerPktAttack set the handlePerPktAttack. */ @@ -3374,6 +3538,7 @@ public void setHandlePerPktAttack(Boolean handlePerPktAttack) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type hardwaresecuritymodulegroup. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hardwaresecuritymodulegroupRef */ @@ -3385,6 +3550,7 @@ public String getHardwaresecuritymodulegroupRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type hardwaresecuritymodulegroup. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hardwaresecuritymodulegroupRef set the hardwaresecuritymodulegroupRef. */ @@ -3399,6 +3565,7 @@ public void setHardwaresecuritymodulegroupRef(String hardwaresecuritymodulegrou * Allowed values are 0-100. * Field introduced in 18.1.2. * Unit is mb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @return heapMinimumConfigMemory */ @@ -3413,6 +3580,7 @@ public Integer getHeapMinimumConfigMemory() { * Allowed values are 0-100. * Field introduced in 18.1.2. * Unit is mb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @param heapMinimumConfigMemory set the heapMinimumConfigMemory. */ @@ -3424,8 +3592,9 @@ public void setHeapMinimumConfigMemory(Integer heapMinimumConfigMemory) { /** * This is the getter method this will return the attribute value. * Enable active health monitoring from the standby se for all placed virtual services. - * Allowed in 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 hmOnStandby */ @VsoMethod @@ -3436,8 +3605,9 @@ public Boolean getHmOnStandby() { /** * This is the setter method to the attribute. * Enable active health monitoring from the standby se for all placed virtual services. - * Allowed in 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 hmOnStandby set the hmOnStandby. */ @VsoMethod @@ -3455,6 +3625,7 @@ public void setHmOnStandby(Boolean hmOnStandby) { * A openshift/kubernetes namespace maybe annotated with a matching se group label as openshift.io/node-selector apptype=prod. * When multiple se groups are used in a cloud with host attributes specified,just a single se group can exist as a match-all se group without a * host_attribute_key. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostAttributeKey */ @@ -3473,6 +3644,7 @@ public String getHostAttributeKey() { * A openshift/kubernetes namespace maybe annotated with a matching se group label as openshift.io/node-selector apptype=prod. * When multiple se groups are used in a cloud with host attributes specified,just a single se group can exist as a match-all se group without a * host_attribute_key. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostAttributeKey set the hostAttributeKey. */ @@ -3485,6 +3657,7 @@ public void setHostAttributeKey(String hostAttributeKey) { * This is the getter method this will return the attribute value. * Value of a (key, value) pair identifying a label for a set of nodes usually in container clouds. * Needs to be specified together with host_attribute_key. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostAttributeValue */ @@ -3497,6 +3670,7 @@ public String getHostAttributeValue() { * This is the setter method to the attribute. * Value of a (key, value) pair identifying a label for a set of nodes usually in container clouds. * Needs to be specified together with host_attribute_key. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostAttributeValue set the hostAttributeValue. */ @@ -3510,6 +3684,7 @@ public void setHostAttributeValue(String hostAttributeValue) { * Enable the host gateway monitor when service engine is deployed as docker container. * Disabled by default. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return hostGatewayMonitor */ @@ -3523,6 +3698,7 @@ public Boolean getHostGatewayMonitor() { * Enable the host gateway monitor when service engine is deployed as docker container. * Disabled by default. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param hostGatewayMonitor set the hostGatewayMonitor. */ @@ -3535,7 +3711,8 @@ public void setHostGatewayMonitor(Boolean hostGatewayMonitor) { * This is the getter method this will return the attribute value. * Enable javascript console logs on the client browser when collecting client insights. * Field introduced in 21.1.1. - * Allowed in 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 httpRumConsoleLog */ @@ -3548,7 +3725,8 @@ public Boolean getHttpRumConsoleLog() { * This is the setter method to the attribute. * Enable javascript console logs on the client browser when collecting client insights. * Field introduced in 21.1.1. - * Allowed in 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 httpRumConsoleLog set the httpRumConsoleLog. */ @@ -3561,7 +3739,8 @@ public void setHttpRumConsoleLog(Boolean httpRumConsoleLog) { * This is the getter method this will return the attribute value. * Minimum response size content length to sample for client insights. * Field introduced in 21.1.1. - * Allowed in basic(allowed values- 64) edition, essentials(allowed values- 64) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 64), basic edition(allowed values- 64), enterprise with cloud + * services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @return httpRumMinContentLength */ @@ -3574,7 +3753,8 @@ public Integer getHttpRumMinContentLength() { * This is the setter method to the attribute. * Minimum response size content length to sample for client insights. * Field introduced in 21.1.1. - * Allowed in basic(allowed values- 64) edition, essentials(allowed values- 64) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 64), basic edition(allowed values- 64), enterprise with cloud + * services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @param httpRumMinContentLength set the httpRumMinContentLength. */ @@ -3589,6 +3769,7 @@ public void setHttpRumMinContentLength(Integer httpRumMinContentLength) { * standalonehybrid instance performing both dispatcher and proxy function. * Requires reboot. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return hybridRssMode */ @@ -3603,6 +3784,7 @@ public Boolean getHybridRssMode() { * standalonehybrid instance performing both dispatcher and proxy function. * Requires reboot. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param hybridRssMode set the hybridRssMode. */ @@ -3615,6 +3797,7 @@ public void setHybridRssMode(Boolean hybridRssMode) { * This is the getter method this will return the attribute value. * Override default hypervisor. * Enum options - DEFAULT, VMWARE_ESX, KVM, VMWARE_VSAN, XEN. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hypervisor */ @@ -3627,6 +3810,7 @@ public String getHypervisor() { * This is the setter method to the attribute. * Override default hypervisor. * Enum options - DEFAULT, VMWARE_ESX, KVM, VMWARE_VSAN, XEN. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hypervisor set the hypervisor. */ @@ -3639,7 +3823,8 @@ public void setHypervisor(String hypervisor) { * This is the getter method this will return the attribute value. * Ignore docker mac change. * Field introduced in 21.1.3. - * Allowed in 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 true. * @return ignoreDockerMacChange */ @@ -3652,7 +3837,8 @@ public Boolean getIgnoreDockerMacChange() { * This is the setter method to the attribute. * Ignore docker mac change. * 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 true. * @param ignoreDockerMacChange set the ignoreDockerMacChange. */ @@ -3666,6 +3852,7 @@ public void setIgnoreDockerMacChange(Boolean ignoreDockerMacChange) { * Ignore rtt samples if it is above threshold. * Field introduced in 17.1.6,17.2.2. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5000. * @return ignoreRttThreshold */ @@ -3679,6 +3866,7 @@ public Integer getIgnoreRttThreshold() { * Ignore rtt samples if it is above threshold. * Field introduced in 17.1.6,17.2.2. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5000. * @param ignoreRttThreshold set the ignoreRttThreshold. */ @@ -3692,6 +3880,7 @@ public void setIgnoreRttThreshold(Integer ignoreRttThreshold) { * Program se security group ingress rules to allow vip data access from remote cidr type. * Enum options - SG_INGRESS_ACCESS_NONE, SG_INGRESS_ACCESS_ALL, SG_INGRESS_ACCESS_VPC. * Field introduced in 17.1.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SG_INGRESS_ACCESS_ALL". * @return ingressAccessData */ @@ -3705,6 +3894,7 @@ public String getIngressAccessData() { * Program se security group ingress rules to allow vip data access from remote cidr type. * Enum options - SG_INGRESS_ACCESS_NONE, SG_INGRESS_ACCESS_ALL, SG_INGRESS_ACCESS_VPC. * Field introduced in 17.1.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SG_INGRESS_ACCESS_ALL". * @param ingressAccessData set the ingressAccessData. */ @@ -3718,6 +3908,7 @@ public void setIngressAccessData(String ingressAccessData) { * Program se security group ingress rules to allow ssh/icmp management access from remote cidr type. * Enum options - SG_INGRESS_ACCESS_NONE, SG_INGRESS_ACCESS_ALL, SG_INGRESS_ACCESS_VPC. * Field introduced in 17.1.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SG_INGRESS_ACCESS_ALL". * @return ingressAccessMgmt */ @@ -3731,6 +3922,7 @@ public String getIngressAccessMgmt() { * Program se security group ingress rules to allow ssh/icmp management access from remote cidr type. * Enum options - SG_INGRESS_ACCESS_NONE, SG_INGRESS_ACCESS_ALL, SG_INGRESS_ACCESS_VPC. * Field introduced in 17.1.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SG_INGRESS_ACCESS_ALL". * @param ingressAccessMgmt set the ingressAccessMgmt. */ @@ -3742,6 +3934,7 @@ public void setIngressAccessMgmt(String ingressAccessMgmt) { /** * This is the getter method this will return the attribute value. * Instance/flavor name for se instance. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return instanceFlavor */ @@ -3753,6 +3946,7 @@ public String getInstanceFlavor() { /** * This is the setter method to the attribute. * Instance/flavor name for se instance. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param instanceFlavor set the instanceFlavor. */ @@ -3765,6 +3959,7 @@ public void setInstanceFlavor(String instanceFlavor) { * This is the getter method this will return the attribute value. * Iptable rules. * Maximum of 128 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return iptables */ @@ -3777,6 +3972,7 @@ public List getIptables() { * This is the setter method. this will set the iptables * Iptable rules. * Maximum of 128 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return iptables */ @@ -3789,6 +3985,7 @@ public void setIptables(List iptables) { * This is the setter method this will set the iptables * Iptable rules. * Maximum of 128 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return iptables */ @@ -3806,6 +4003,7 @@ public ServiceEngineGroup addIptablesItem(IptableRuleSet iptablesItem) { * This is the getter method this will return the attribute value. * Port ranges for any servers running in inband linuxserver clouds. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return kniAllowedServerPorts */ @@ -3818,6 +4016,7 @@ public List getKniAllowedServerPorts() { * This is the setter method. this will set the kniAllowedServerPorts * Port ranges for any servers running in inband linuxserver clouds. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return kniAllowedServerPorts */ @@ -3830,6 +4029,7 @@ public void setKniAllowedServerPorts(List kniAllowedServerPorts) * This is the setter method this will set the kniAllowedServerPorts * Port ranges for any servers running in inband linuxserver clouds. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return kniAllowedServerPorts */ @@ -3847,6 +4047,7 @@ public ServiceEngineGroup addKniAllowedServerPortsItem(KniPortRange kniAllowedSe * This is the getter method this will return the attribute value. * Number of l7 connections that can be cached per core. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 16384. * @return l7ConnsPerCore */ @@ -3859,6 +4060,7 @@ public Integer getL7ConnsPerCore() { * This is the setter method to the attribute. * Number of l7 connections that can be cached per core. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 16384. * @param l7ConnsPerCore set the l7ConnsPerCore. */ @@ -3871,6 +4073,7 @@ public void setL7ConnsPerCore(Integer l7ConnsPerCore) { * This is the getter method this will return the attribute value. * Number of reserved l7 listener connections per core. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 256. * @return l7ResvdListenConnsPerCore */ @@ -3883,6 +4086,7 @@ public Integer getL7ResvdListenConnsPerCore() { * This is the setter method to the attribute. * Number of reserved l7 listener connections per core. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 256. * @param l7ResvdListenConnsPerCore set the l7ResvdListenConnsPerCore. */ @@ -3896,6 +4100,7 @@ public void setL7ResvdListenConnsPerCore(Integer l7ResvdListenConnsPerCore) { * Labels associated with this se group. * Field introduced in 20.1.1. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -3909,6 +4114,7 @@ public List getLabels() { * Labels associated with this se group. * Field introduced in 20.1.1. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -3922,6 +4128,7 @@ public void setLabels(List labels) { * Labels associated with this se group. * Field introduced in 20.1.1. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -3940,6 +4147,7 @@ public ServiceEngineGroup addLabelsItem(KeyValue labelsItem) { * Number of requests to dispatch from the request. * Queue at a regular interval. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return lbactionNumRequestsToDispatch */ @@ -3953,6 +4161,7 @@ public Integer getLbactionNumRequestsToDispatch() { * Number of requests to dispatch from the request. * Queue at a regular interval. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param lbactionNumRequestsToDispatch set the lbactionNumRequestsToDispatch. */ @@ -3965,6 +4174,7 @@ public void setLbactionNumRequestsToDispatch(Integer lbactionNumRequestsToDispa * This is the getter method this will return the attribute value. * Maximum retries per request in the request queue. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 22. * @return lbactionRqPerRequestMaxRetries */ @@ -3977,6 +4187,7 @@ public Integer getLbactionRqPerRequestMaxRetries() { * This is the setter method to the attribute. * Maximum retries per request in the request queue. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 22. * @param lbactionRqPerRequestMaxRetries set the lbactionRqPerRequestMaxRetries. */ @@ -3988,6 +4199,7 @@ public void setLbactionRqPerRequestMaxRetries(Integer lbactionRqPerRequestMaxRe /** * This is the getter method this will return the attribute value. * Select core with least load for new flow. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return leastLoadCoreSelection */ @@ -3999,6 +4211,7 @@ public Boolean getLeastLoadCoreSelection() { /** * This is the setter method to the attribute. * Select core with least load for new flow. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param leastLoadCoreSelection set the leastLoadCoreSelection. */ @@ -4013,6 +4226,7 @@ public void setLeastLoadCoreSelection(Boolean leastLoadCoreSelection) { * This field by default inherits the value from cloud. * Enum options - ENTERPRISE_16, ENTERPRISE, ENTERPRISE_18, BASIC, ESSENTIALS, ENTERPRISE_WITH_CLOUD_SERVICES. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseTier */ @@ -4027,6 +4241,7 @@ public String getLicenseTier() { * This field by default inherits the value from cloud. * Enum options - ENTERPRISE_16, ENTERPRISE, ENTERPRISE_18, BASIC, ESSENTIALS, ENTERPRISE_WITH_CLOUD_SERVICES. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseTier set the licenseTier. */ @@ -4040,6 +4255,7 @@ public void setLicenseTier(String licenseTier) { * If no license type is specified then default license enforcement for the cloud type is chosen. * Enum options - LIC_BACKEND_SERVERS, LIC_SOCKETS, LIC_CORES, LIC_HOSTS, LIC_SE_BANDWIDTH, LIC_METERED_SE_BANDWIDTH. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseType */ @@ -4053,6 +4269,7 @@ public String getLicenseType() { * If no license type is specified then default license enforcement for the cloud type is chosen. * Enum options - LIC_BACKEND_SERVERS, LIC_SOCKETS, LIC_CORES, LIC_HOSTS, LIC_SE_BANDWIDTH, LIC_METERED_SE_BANDWIDTH. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseType set the licenseType. */ @@ -4065,6 +4282,7 @@ public void setLicenseType(String licenseType) { * This is the getter method this will return the attribute value. * Flag to indicate if log files are compressed upon full on the service engine. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return logAgentCompressLogs */ @@ -4077,6 +4295,7 @@ public Boolean getLogAgentCompressLogs() { * This is the setter method to the attribute. * Flag to indicate if log files are compressed upon full on the service engine. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param logAgentCompressLogs set the logAgentCompressLogs. */ @@ -4091,6 +4310,7 @@ public void setLogAgentCompressLogs(Boolean logAgentCompressLogs) { * This includes all other debugging logs. * Debug logs can also be explcitly enabled from the cli shell. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return logAgentDebugEnabled */ @@ -4105,6 +4325,7 @@ public Boolean getLogAgentDebugEnabled() { * This includes all other debugging logs. * Debug logs can also be explcitly enabled from the cli shell. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param logAgentDebugEnabled set the logAgentDebugEnabled. */ @@ -4117,6 +4338,7 @@ public void setLogAgentDebugEnabled(Boolean logAgentDebugEnabled) { * This is the getter method this will return the attribute value. * Maximum application log file size before rollover. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return logAgentFileSzAppl */ @@ -4129,6 +4351,7 @@ public Integer getLogAgentFileSzAppl() { * This is the setter method to the attribute. * Maximum application log file size before rollover. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param logAgentFileSzAppl set the logAgentFileSzAppl. */ @@ -4141,6 +4364,7 @@ public void setLogAgentFileSzAppl(Integer logAgentFileSzAppl) { * This is the getter method this will return the attribute value. * Maximum connection log file size before rollover. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return logAgentFileSzConn */ @@ -4153,6 +4377,7 @@ public Integer getLogAgentFileSzConn() { * This is the setter method to the attribute. * Maximum connection log file size before rollover. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param logAgentFileSzConn set the logAgentFileSzConn. */ @@ -4165,6 +4390,7 @@ public void setLogAgentFileSzConn(Integer logAgentFileSzConn) { * This is the getter method this will return the attribute value. * Maximum debug log file size before rollover. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return logAgentFileSzDebug */ @@ -4177,6 +4403,7 @@ public Integer getLogAgentFileSzDebug() { * This is the setter method to the attribute. * Maximum debug log file size before rollover. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param logAgentFileSzDebug set the logAgentFileSzDebug. */ @@ -4189,6 +4416,7 @@ public void setLogAgentFileSzDebug(Integer logAgentFileSzDebug) { * This is the getter method this will return the attribute value. * Maximum event log file size before rollover. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return logAgentFileSzEvent */ @@ -4201,6 +4429,7 @@ public Integer getLogAgentFileSzEvent() { * This is the setter method to the attribute. * Maximum event log file size before rollover. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param logAgentFileSzEvent set the logAgentFileSzEvent. */ @@ -4214,6 +4443,7 @@ public void setLogAgentFileSzEvent(Integer logAgentFileSzEvent) { * Minimum storage allocated for logs irrespective of memory and cores. * Field introduced in 21.1.1. * Unit is mb. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @return logAgentLogStorageMinSz */ @@ -4227,6 +4457,7 @@ public Integer getLogAgentLogStorageMinSz() { * Minimum storage allocated for logs irrespective of memory and cores. * Field introduced in 21.1.1. * Unit is mb. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @param logAgentLogStorageMinSz set the logAgentLogStorageMinSz. */ @@ -4239,6 +4470,7 @@ public void setLogAgentLogStorageMinSz(Integer logAgentLogStorageMinSz) { * This is the getter method this will return the attribute value. * Maximum concurrent rsync requests initiated from log-agent to the controller. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @return logAgentMaxConcurrentRsync */ @@ -4251,6 +4483,7 @@ public Integer getLogAgentMaxConcurrentRsync() { * This is the setter method to the attribute. * Maximum concurrent rsync requests initiated from log-agent to the controller. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @param logAgentMaxConcurrentRsync set the logAgentMaxConcurrentRsync. */ @@ -4263,6 +4496,7 @@ public void setLogAgentMaxConcurrentRsync(Integer logAgentMaxConcurrentRsync) { * This is the getter method this will return the attribute value. * Excess percentage threshold of disk size to trigger cleanup of logs on the service engine. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 110. * @return logAgentMaxStorageExcessPercent */ @@ -4275,6 +4509,7 @@ public Integer getLogAgentMaxStorageExcessPercent() { * This is the setter method to the attribute. * Excess percentage threshold of disk size to trigger cleanup of logs on the service engine. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 110. * @param logAgentMaxStorageExcessPercent set the logAgentMaxStorageExcessPercent. */ @@ -4287,6 +4522,7 @@ public void setLogAgentMaxStorageExcessPercent(Integer logAgentMaxStorageExcess * This is the getter method this will return the attribute value. * Maximum storage on the disk not allocated for logs on the service engine. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20.0f. * @return logAgentMaxStorageIgnorePercent */ @@ -4299,6 +4535,7 @@ public Float getLogAgentMaxStorageIgnorePercent() { * This is the setter method to the attribute. * Maximum storage on the disk not allocated for logs on the service engine. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20.0f. * @param logAgentMaxStorageIgnorePercent set the logAgentMaxStorageIgnorePercent. */ @@ -4311,6 +4548,7 @@ public void setLogAgentMaxStorageIgnorePercent(Float logAgentMaxStorageIgnorePe * This is the getter method this will return the attribute value. * Minimum storage allocated to any given virtualservice on the service engine. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return logAgentMinStoragePerVs */ @@ -4323,6 +4561,7 @@ public Integer getLogAgentMinStoragePerVs() { * This is the setter method to the attribute. * Minimum storage allocated to any given virtualservice on the service engine. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param logAgentMinStoragePerVs set the logAgentMinStoragePerVs. */ @@ -4336,6 +4575,7 @@ public void setLogAgentMinStoragePerVs(Integer logAgentMinStoragePerVs) { * Internal timer to stall log-agent and prevent it from hogging cpu cycles on the service engine. * Field introduced in 21.1.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return logAgentSleepInterval */ @@ -4349,6 +4589,7 @@ public Integer getLogAgentSleepInterval() { * Internal timer to stall log-agent and prevent it from hogging cpu cycles on the service engine. * Field introduced in 21.1.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param logAgentSleepInterval set the logAgentSleepInterval. */ @@ -4362,6 +4603,7 @@ public void setLogAgentSleepInterval(Integer logAgentSleepInterval) { * Enable trace logs by default on service engine. * Configuration operations are logged along with other important logs by service engine. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return logAgentTraceEnabled */ @@ -4375,6 +4617,7 @@ public Boolean getLogAgentTraceEnabled() { * Enable trace logs by default on service engine. * Configuration operations are logged along with other important logs by service engine. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param logAgentTraceEnabled set the logAgentTraceEnabled. */ @@ -4388,6 +4631,7 @@ public void setLogAgentTraceEnabled(Boolean logAgentTraceEnabled) { * Timeout to purge unknown virtual service logs from the service engine. * Field introduced in 21.1.1. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1800. * @return logAgentUnknownVsTimer */ @@ -4401,6 +4645,7 @@ public Integer getLogAgentUnknownVsTimer() { * Timeout to purge unknown virtual service logs from the service engine. * Field introduced in 21.1.1. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1800. * @param logAgentUnknownVsTimer set the logAgentUnknownVsTimer. */ @@ -4414,6 +4659,7 @@ public void setLogAgentUnknownVsTimer(Integer logAgentUnknownVsTimer) { * Maximum disk capacity (in mb) to be allocated to an se. * This is exclusively used for debug and log data. * Unit is mb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @return logDisksz */ @@ -4427,6 +4673,7 @@ public Integer getLogDisksz() { * Maximum disk capacity (in mb) to be allocated to an se. * This is exclusively used for debug and log data. * Unit is mb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @param logDisksz set the logDisksz. */ @@ -4439,7 +4686,8 @@ public void setLogDisksz(Integer logDisksz) { * This is the getter method this will return the attribute value. * Se will log memory allocation related failure to the se_trace file, wherever available. * Field introduced in 20.1.2. - * Allowed in 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 logMallocFailure */ @@ -4452,7 +4700,8 @@ public Boolean getLogMallocFailure() { * This is the setter method to the attribute. * Se will log memory allocation related failure to the se_trace file, wherever available. * Field introduced in 20.1.2. - * Allowed in 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 logMallocFailure set the logMallocFailure. */ @@ -4465,6 +4714,7 @@ public void setLogMallocFailure(Boolean logMallocFailure) { * This is the getter method this will return the attribute value. * Maximum number of file names in a log message. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @return logMessageMaxFileListSize */ @@ -4477,6 +4727,7 @@ public Integer getLogMessageMaxFileListSize() { * This is the setter method to the attribute. * Maximum number of file names in a log message. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @param logMessageMaxFileListSize set the logMessageMaxFileListSize. */ @@ -4489,7 +4740,8 @@ public void setLogMessageMaxFileListSize(Integer logMessageMaxFileListSize) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.7. - * Allowed in 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 */ @@ -4502,7 +4754,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.7. - * 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 */ @@ -4515,7 +4768,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.7. - * 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 */ @@ -4533,8 +4787,9 @@ public ServiceEngineGroup addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * Maximum number of external health monitors that can run concurrently in a service engine. * This helps control the cpu and memory use by external health monitors. - * Special values are 0- 'value will be internally calculated based on cpu and memory'. + * Special values are 0- value will be internally calculated based on cpu and memory. * Field introduced in 18.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxConcurrentExternalHm */ @@ -4547,8 +4802,9 @@ public Integer getMaxConcurrentExternalHm() { * This is the setter method to the attribute. * Maximum number of external health monitors that can run concurrently in a service engine. * This helps control the cpu and memory use by external health monitors. - * Special values are 0- 'value will be internally calculated based on cpu and memory'. + * Special values are 0- value will be internally calculated based on cpu and memory. * Field introduced in 18.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxConcurrentExternalHm set the maxConcurrentExternalHm. */ @@ -4563,6 +4819,7 @@ public void setMaxConcurrentExternalHm(Integer maxConcurrentExternalHm) { * A new se may be created as part of this process. * Allowed values are 40-90. * Unit is percent. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 80. * @return maxCpuUsage */ @@ -4577,6 +4834,7 @@ public Integer getMaxCpuUsage() { * A new se may be created as part of this process. * Allowed values are 40-90. * Unit is percent. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 80. * @param maxCpuUsage set the maxCpuUsage. */ @@ -4590,6 +4848,7 @@ public void setMaxCpuUsage(Integer maxCpuUsage) { * Max bytes that can be allocated in a single mempool. * Field introduced in 18.1.5. * Unit is mb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @return maxMemoryPerMempool */ @@ -4603,6 +4862,7 @@ public Integer getMaxMemoryPerMempool() { * Max bytes that can be allocated in a single mempool. * Field introduced in 18.1.5. * Unit is mb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @param maxMemoryPerMempool set the maxMemoryPerMempool. */ @@ -4618,7 +4878,8 @@ public void setMaxMemoryPerMempool(Integer maxMemoryPerMempool) { * If decreased, it will only take effect after se reboot. * Allowed values are 1-128. * Field introduced in 20.1.1. - * Allowed in 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 null. * @return maxNumSeDps */ @@ -4634,7 +4895,8 @@ public Integer getMaxNumSeDps() { * If decreased, it will only take effect after se reboot. * Allowed values are 1-128. * Field introduced in 20.1.1. - * Allowed in 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 null. * @param maxNumSeDps set the maxNumSeDps. */ @@ -4648,6 +4910,7 @@ public void setMaxNumSeDps(Integer maxNumSeDps) { * Applicable to azure platform only. * Maximum number of public ips per azure lb. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @return maxPublicIpsPerLb */ @@ -4661,6 +4924,7 @@ public Integer getMaxPublicIpsPerLb() { * Applicable to azure platform only. * Maximum number of public ips per azure lb. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @param maxPublicIpsPerLb set the maxPublicIpsPerLb. */ @@ -4674,7 +4938,8 @@ public void setMaxPublicIpsPerLb(Integer maxPublicIpsPerLb) { * Maximum number of queues per vnic setting to '0' utilises all queues that are distributed across dispatcher cores. * Allowed values are 0,1,2,4,8,16. * Field introduced in 18.2.7, 20.1.1. - * Allowed in basic(allowed values- 1) edition, essentials(allowed values- 1) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 1), basic edition(allowed values- 1), enterprise with cloud + * services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return maxQueuesPerVnic */ @@ -4688,7 +4953,8 @@ public Integer getMaxQueuesPerVnic() { * Maximum number of queues per vnic setting to '0' utilises all queues that are distributed across dispatcher cores. * Allowed values are 0,1,2,4,8,16. * Field introduced in 18.2.7, 20.1.1. - * Allowed in basic(allowed values- 1) edition, essentials(allowed values- 1) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 1), basic edition(allowed values- 1), enterprise with cloud + * services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param maxQueuesPerVnic set the maxQueuesPerVnic. */ @@ -4702,6 +4968,7 @@ public void setMaxQueuesPerVnic(Integer maxQueuesPerVnic) { * Applicable to azure platform only. * Maximum number of rules per azure lb. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 150. * @return maxRulesPerLb */ @@ -4715,6 +4982,7 @@ public Integer getMaxRulesPerLb() { * Applicable to azure platform only. * Maximum number of rules per azure lb. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 150. * @param maxRulesPerLb set the maxRulesPerLb. */ @@ -4727,6 +4995,7 @@ public void setMaxRulesPerLb(Integer maxRulesPerLb) { * This is the getter method this will return the attribute value. * Maximum number of active service engines for the virtual service. * Allowed values are 1-64. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return maxScaleoutPerVs */ @@ -4739,6 +5008,7 @@ public Integer getMaxScaleoutPerVs() { * This is the setter method to the attribute. * Maximum number of active service engines for the virtual service. * Allowed values are 1-64. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param maxScaleoutPerVs set the maxScaleoutPerVs. */ @@ -4751,6 +5021,7 @@ public void setMaxScaleoutPerVs(Integer maxScaleoutPerVs) { * This is the getter method this will return the attribute value. * Maximum number of services engines in this group. * Allowed values are 0-1000. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return maxSe */ @@ -4763,6 +5034,7 @@ public Integer getMaxSe() { * This is the setter method to the attribute. * Maximum number of services engines in this group. * Allowed values are 0-1000. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param maxSe set the maxSe. */ @@ -4778,6 +5050,7 @@ public void setMaxSe(Integer maxSe) { * Requires se reboot. * Allowed values are 1-17. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 17. * @return maxSkbFrags */ @@ -4793,6 +5066,7 @@ public Integer getMaxSkbFrags() { * Requires se reboot. * Allowed values are 1-17. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 17. * @param maxSkbFrags set the maxSkbFrags. */ @@ -4805,6 +5079,7 @@ public void setMaxSkbFrags(Integer maxSkbFrags) { * This is the getter method this will return the attribute value. * Maximum number of virtual services that can be placed on a single service engine. * Allowed values are 1-1000. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return maxVsPerSe */ @@ -4817,6 +5092,7 @@ public Integer getMaxVsPerSe() { * This is the setter method to the attribute. * Maximum number of virtual services that can be placed on a single service engine. * Allowed values are 1-1000. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param maxVsPerSe set the maxVsPerSe. */ @@ -4827,7 +5103,7 @@ public void setMaxVsPerSe(Integer maxVsPerSe) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property mem_reserve of obj type serviceenginegroup 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 memReserve */ @@ -4838,7 +5114,7 @@ public Boolean getMemReserve() { /** * This is the setter method to the attribute. - * Placeholder for description of property mem_reserve of obj type serviceenginegroup 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 memReserve set the memReserve. */ @@ -4853,6 +5129,7 @@ public void setMemReserve(Boolean memReserve) { * Allowed values are 0-100. * Field introduced in 18.1.2. * Unit is percent. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 15. * @return memoryForConfigUpdate */ @@ -4867,6 +5144,7 @@ public Integer getMemoryForConfigUpdate() { * Allowed values are 0-100. * Field introduced in 18.1.2. * Unit is percent. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 15. * @param memoryForConfigUpdate set the memoryForConfigUpdate. */ @@ -4879,6 +5157,7 @@ public void setMemoryForConfigUpdate(Integer memoryForConfigUpdate) { * This is the getter method this will return the attribute value. * Amount of memory for each of the service engine virtual machines. * Changes to this setting do not affect existing ses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2048. * @return memoryPerSe */ @@ -4891,6 +5170,7 @@ public Integer getMemoryPerSe() { * This is the setter method to the attribute. * Amount of memory for each of the service engine virtual machines. * Changes to this setting do not affect existing ses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2048. * @param memoryPerSe set the memoryPerSe. */ @@ -4903,6 +5183,7 @@ public void setMemoryPerSe(Integer memoryPerSe) { * This is the getter method this will return the attribute value. * Management network to use for avi service engines. * It is a reference to an object of type network. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mgmtNetworkRef */ @@ -4915,6 +5196,7 @@ public String getMgmtNetworkRef() { * This is the setter method to the attribute. * Management network to use for avi service engines. * It is a reference to an object of type network. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mgmtNetworkRef set the mgmtNetworkRef. */ @@ -4926,6 +5208,7 @@ public void setMgmtNetworkRef(String mgmtNetworkRef) { /** * This is the getter method this will return the attribute value. * Management subnet to use for avi service engines. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mgmtSubnet */ @@ -4937,6 +5220,7 @@ public IpAddrPrefix getMgmtSubnet() { /** * This is the setter method to the attribute. * Management subnet to use for avi service engines. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mgmtSubnet set the mgmtSubnet. */ @@ -4951,6 +5235,7 @@ public void setMgmtSubnet(IpAddrPrefix mgmtSubnet) { * After consolidation, unused service engines may then be eligible for deletion. * Allowed values are 20-60. * Unit is percent. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @return minCpuUsage */ @@ -4965,6 +5250,7 @@ public Integer getMinCpuUsage() { * After consolidation, unused service engines may then be eligible for deletion. * Allowed values are 20-60. * Unit is percent. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @param minCpuUsage set the minCpuUsage. */ @@ -4977,6 +5263,7 @@ public void setMinCpuUsage(Integer minCpuUsage) { * This is the getter method this will return the attribute value. * Minimum number of active service engines for the virtual service. * Allowed values are 1-64. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return minScaleoutPerVs */ @@ -4989,6 +5276,7 @@ public Integer getMinScaleoutPerVs() { * This is the setter method to the attribute. * Minimum number of active service engines for the virtual service. * Allowed values are 1-64. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param minScaleoutPerVs set the minScaleoutPerVs. */ @@ -5002,6 +5290,7 @@ public void setMinScaleoutPerVs(Integer minScaleoutPerVs) { * Minimum number of services engines in this group (relevant for se autorebalance only). * Allowed values are 0-1000. * Field introduced in 17.2.13,18.1.3,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return minSe */ @@ -5015,6 +5304,7 @@ public Integer getMinSe() { * Minimum number of services engines in this group (relevant for se autorebalance only). * Allowed values are 0-1000. * Field introduced in 17.2.13,18.1.3,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param minSe set the minSe. */ @@ -5029,6 +5319,7 @@ public void setMinSe(Integer minSe) { * Allowed values are 0-100. * Field introduced in 18.1.2. * Unit is percent. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return minimumConnectionMemory */ @@ -5043,6 +5334,7 @@ public Integer getMinimumConnectionMemory() { * Allowed values are 0-100. * Field introduced in 18.1.2. * Unit is percent. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param minimumConnectionMemory set the minimumConnectionMemory. */ @@ -5058,6 +5350,7 @@ public void setMinimumConnectionMemory(Integer minimumConnectionMemory) { * Field deprecated in 18.1.2. * Field introduced in 18.1.1. * Unit is percent. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return minimumRequiredConfigMemory */ @VsoMethod @@ -5072,6 +5365,7 @@ public Integer getMinimumRequiredConfigMemory() { * Field deprecated in 18.1.2. * Field introduced in 18.1.1. * Unit is percent. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param minimumRequiredConfigMemory set the minimumRequiredConfigMemory. */ @VsoMethod @@ -5084,6 +5378,7 @@ public void setMinimumRequiredConfigMemory(Integer minimumRequiredConfigMemory) * Number of threads to use for log streaming. * Allowed values are 1-100. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return nLogStreamingThreads */ @@ -5097,6 +5392,7 @@ public Integer getNLogStreamingThreads() { * Number of threads to use for log streaming. * Allowed values are 1-100. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param nLogStreamingThreads set the nLogStreamingThreads. */ @@ -5107,7 +5403,7 @@ public void setNLogStreamingThreads(Integer nLogStreamingThreads) { /** * 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 */ @@ -5118,7 +5414,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. */ @@ -5134,6 +5430,7 @@ public void setName(String name) { * Field deprecated in 18.2.5. * Field introduced in 18.2.5. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return natFlowTcpClosedTimeout */ @VsoMethod @@ -5148,6 +5445,7 @@ public Integer getNatFlowTcpClosedTimeout() { * Field deprecated in 18.2.5. * Field introduced in 18.2.5. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param natFlowTcpClosedTimeout set the natFlowTcpClosedTimeout. */ @VsoMethod @@ -5162,6 +5460,7 @@ public void setNatFlowTcpClosedTimeout(Integer natFlowTcpClosedTimeout) { * Field deprecated in 18.2.5. * Field introduced in 18.2.5. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return natFlowTcpEstablishedTimeout */ @VsoMethod @@ -5176,6 +5475,7 @@ public Integer getNatFlowTcpEstablishedTimeout() { * Field deprecated in 18.2.5. * Field introduced in 18.2.5. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param natFlowTcpEstablishedTimeout set the natFlowTcpEstablishedTimeout. */ @VsoMethod @@ -5190,6 +5490,7 @@ public void setNatFlowTcpEstablishedTimeout(Integer natFlowTcpEstablishedTimeou * Field deprecated in 18.2.5. * Field introduced in 18.2.5. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return natFlowTcpHalfClosedTimeout */ @VsoMethod @@ -5204,6 +5505,7 @@ public Integer getNatFlowTcpHalfClosedTimeout() { * Field deprecated in 18.2.5. * Field introduced in 18.2.5. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param natFlowTcpHalfClosedTimeout set the natFlowTcpHalfClosedTimeout. */ @VsoMethod @@ -5218,6 +5520,7 @@ public void setNatFlowTcpHalfClosedTimeout(Integer natFlowTcpHalfClosedTimeout) * Field deprecated in 18.2.5. * Field introduced in 18.2.5. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return natFlowTcpHandshakeTimeout */ @VsoMethod @@ -5232,6 +5535,7 @@ public Integer getNatFlowTcpHandshakeTimeout() { * Field deprecated in 18.2.5. * Field introduced in 18.2.5. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param natFlowTcpHandshakeTimeout set the natFlowTcpHandshakeTimeout. */ @VsoMethod @@ -5246,6 +5550,7 @@ public void setNatFlowTcpHandshakeTimeout(Integer natFlowTcpHandshakeTimeout) { * Field deprecated in 18.2.5. * Field introduced in 18.2.5. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return natFlowUdpNoresponseTimeout */ @VsoMethod @@ -5260,6 +5565,7 @@ public Integer getNatFlowUdpNoresponseTimeout() { * Field deprecated in 18.2.5. * Field introduced in 18.2.5. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param natFlowUdpNoresponseTimeout set the natFlowUdpNoresponseTimeout. */ @VsoMethod @@ -5274,6 +5580,7 @@ public void setNatFlowUdpNoresponseTimeout(Integer natFlowUdpNoresponseTimeout) * Field deprecated in 18.2.5. * Field introduced in 18.2.5. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return natFlowUdpResponseTimeout */ @VsoMethod @@ -5288,6 +5595,7 @@ public Integer getNatFlowUdpResponseTimeout() { * Field deprecated in 18.2.5. * Field introduced in 18.2.5. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param natFlowUdpResponseTimeout set the natFlowUdpResponseTimeout. */ @VsoMethod @@ -5301,6 +5609,7 @@ public void setNatFlowUdpResponseTimeout(Integer natFlowUdpResponseTimeout) { * Requires se reboot. * Allowed values are 1-32. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return netlinkPollerThreads */ @@ -5315,6 +5624,7 @@ public Integer getNetlinkPollerThreads() { * Requires se reboot. * Allowed values are 1-32. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param netlinkPollerThreads set the netlinkPollerThreads. */ @@ -5330,6 +5640,7 @@ public void setNetlinkPollerThreads(Integer netlinkPollerThreads) { * Allowed values are 1-128. * Field introduced in 21.1.1. * Unit is mega_bytes. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return netlinkSockBufSize */ @@ -5345,6 +5656,7 @@ public Integer getNetlinkSockBufSize() { * Allowed values are 1-128. * Field introduced in 21.1.1. * Unit is mega_bytes. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param netlinkSockBufSize set the netlinkSockBufSize. */ @@ -5357,6 +5669,7 @@ public void setNetlinkSockBufSize(Integer netlinkSockBufSize) { * This is the getter method this will return the attribute value. * Free the connection stack. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return ngxFreeConnectionStack */ @@ -5369,6 +5682,7 @@ public Boolean getNgxFreeConnectionStack() { * This is the setter method to the attribute. * Free the connection stack. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param ngxFreeConnectionStack set the ngxFreeConnectionStack. */ @@ -5384,6 +5698,7 @@ public void setNgxFreeConnectionStack(Boolean ngxFreeConnectionStack) { * Set it to zero (0) to deactivate throttling. * Field introduced in 17.1.3. * Unit is per_second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return nonSignificantLogThrottle */ @@ -5399,6 +5714,7 @@ public Integer getNonSignificantLogThrottle() { * Set it to zero (0) to deactivate throttling. * Field introduced in 17.1.3. * Unit is per_second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param nonSignificantLogThrottle set the nonSignificantLogThrottle. */ @@ -5413,7 +5729,8 @@ public void setNonSignificantLogThrottle(Integer nonSignificantLogThrottle) { * Allowed values are 1-1000. * Field introduced in 21.1.1. * Unit is milliseconds. - * 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 20. * @return nsHelperDeqIntervalMsec */ @@ -5428,7 +5745,8 @@ public Integer getNsHelperDeqIntervalMsec() { * Allowed values are 1-1000. * Field introduced in 21.1.1. * Unit is milliseconds. - * 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 20. * @param nsHelperDeqIntervalMsec set the nsHelperDeqIntervalMsec. */ @@ -5443,7 +5761,8 @@ public void setNsHelperDeqIntervalMsec(Integer nsHelperDeqIntervalMsec) { * If set to 0, then number of dispatcher cores is deduced automatically.requires se reboot. * Allowed values are 0,1,2,4,8,16. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in 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 numDispatcherCores */ @@ -5458,7 +5777,8 @@ public Integer getNumDispatcherCores() { * If set to 0, then number of dispatcher cores is deduced automatically.requires se reboot. * Allowed values are 0,1,2,4,8,16. * Field introduced in 17.2.12, 18.1.3, 18.2.1. - * Allowed in 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 numDispatcherCores set the numDispatcherCores. */ @@ -5471,8 +5791,9 @@ public void setNumDispatcherCores(Integer numDispatcherCores) { * This is the getter method this will return the attribute value. * Number of queues to each dispatcher. * Allowed values are 2-8. - * Special values are 0 - 'auto-compute', 1 - 'single-queue'. + * Special values are 0 - auto-compute, 1 - single-queue. * 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 1. * @return numDispatcherQueues */ @@ -5485,8 +5806,9 @@ public Integer getNumDispatcherQueues() { * This is the setter method to the attribute. * Number of queues to each dispatcher. * Allowed values are 2-8. - * Special values are 0 - 'auto-compute', 1 - 'single-queue'. + * Special values are 0 - auto-compute, 1 - single-queue. * 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 1. * @param numDispatcherQueues set the numDispatcherQueues. */ @@ -5498,6 +5820,7 @@ public void setNumDispatcherQueues(Integer numDispatcherQueues) { /** * This is the getter method this will return the attribute value. * Number of changes in num flow cores sum to ignore. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @return numFlowCoresSumChangesToIgnore */ @@ -5509,6 +5832,7 @@ public Integer getNumFlowCoresSumChangesToIgnore() { /** * This is the setter method to the attribute. * Number of changes in num flow cores sum to ignore. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @param numFlowCoresSumChangesToIgnore set the numFlowCoresSumChangesToIgnore. */ @@ -5521,6 +5845,7 @@ public void setNumFlowCoresSumChangesToIgnore(Integer numFlowCoresSumChangesToI * This is the getter method this will return the attribute value. * Configuration knobs for interse object distribution. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objsyncConfig */ @@ -5533,6 +5858,7 @@ public ObjSyncConfig getObjsyncConfig() { * This is the setter method to the attribute. * Configuration knobs for interse object distribution. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objsyncConfig set the objsyncConfig. */ @@ -5548,6 +5874,7 @@ public void setObjsyncConfig(ObjSyncConfig objsyncConfig) { * Not supported on full access deployments. * Requires se reboot. * 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 9001. * @return objsyncPort */ @@ -5563,6 +5890,7 @@ public Integer getObjsyncPort() { * Not supported on full access deployments. * Requires se reboot. * 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 9001. * @param objsyncPort set the objsyncPort. */ @@ -5574,6 +5902,7 @@ public void setObjsyncPort(Integer objsyncPort) { /** * This is the getter method this will return the attribute value. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return openstackAvailabilityZone */ @VsoMethod @@ -5584,6 +5913,7 @@ public String getOpenstackAvailabilityZone() { /** * This is the setter method to the attribute. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param openstackAvailabilityZone set the openstackAvailabilityZone. */ @VsoMethod @@ -5595,6 +5925,7 @@ public void setOpenstackAvailabilityZone(String openstackAvailabilityZone) { * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. * Maximum of 5 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return openstackAvailabilityZones */ @@ -5607,6 +5938,7 @@ public List getOpenstackAvailabilityZones() { * This is the setter method. this will set the openstackAvailabilityZones * Field introduced in 17.1.1. * Maximum of 5 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return openstackAvailabilityZones */ @@ -5619,6 +5951,7 @@ public void setOpenstackAvailabilityZones(List openstackAvailabilityZon * This is the setter method this will set the openstackAvailabilityZones * Field introduced in 17.1.1. * Maximum of 5 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return openstackAvailabilityZones */ @@ -5635,6 +5968,7 @@ public ServiceEngineGroup addOpenstackAvailabilityZonesItem(String openstackAvai /** * This is the getter method this will return the attribute value. * Avi management network name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return openstackMgmtNetworkName */ @@ -5646,6 +5980,7 @@ public String getOpenstackMgmtNetworkName() { /** * This is the setter method to the attribute. * Avi management network name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param openstackMgmtNetworkName set the openstackMgmtNetworkName. */ @@ -5657,6 +5992,7 @@ public void setOpenstackMgmtNetworkName(String openstackMgmtNetworkName) { /** * This is the getter method this will return the attribute value. * Management network uuid. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return openstackMgmtNetworkUuid */ @@ -5668,6 +6004,7 @@ public String getOpenstackMgmtNetworkUuid() { /** * This is the setter method to the attribute. * Management network uuid. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param openstackMgmtNetworkUuid set the openstackMgmtNetworkUuid. */ @@ -5680,6 +6017,7 @@ public void setOpenstackMgmtNetworkUuid(String openstackMgmtNetworkUuid) { * This is the getter method this will return the attribute value. * Amount of extra memory to be reserved for use by the operating system on a service engine. * Unit is mb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return osReservedMemory */ @@ -5692,6 +6030,7 @@ public Integer getOsReservedMemory() { * This is the setter method to the attribute. * Amount of extra memory to be reserved for use by the operating system on a service engine. * Unit is mb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param osReservedMemory set the osReservedMemory. */ @@ -5706,6 +6045,7 @@ public void setOsReservedMemory(Integer osReservedMemory) { * Requires se reboot. * Enum options - PCAP_TX_AUTO, PCAP_TX_SOCKET, PCAP_TX_RING. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "PCAP_TX_AUTO". * @return pcapTxMode */ @@ -5720,6 +6060,7 @@ public String getPcapTxMode() { * Requires se reboot. * Enum options - PCAP_TX_AUTO, PCAP_TX_SOCKET, PCAP_TX_RING. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "PCAP_TX_AUTO". * @param pcapTxMode set the pcapTxMode. */ @@ -5736,6 +6077,7 @@ public void setPcapTxMode(String pcapTxMode) { * Allowed values are 10-100. * Field introduced in 20.1.3. * Unit is percent. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return pcapTxRingRdBalancingFactor */ @@ -5752,6 +6094,7 @@ public Integer getPcapTxRingRdBalancingFactor() { * Allowed values are 10-100. * Field introduced in 20.1.3. * Unit is percent. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param pcapTxRingRdBalancingFactor set the pcapTxRingRdBalancingFactor. */ @@ -5765,7 +6108,8 @@ public void setPcapTxRingRdBalancingFactor(Integer pcapTxRingRdBalancingFactor) * Per-app se mode is designed for deploying dedicated load balancers per app (vs). * In this mode, each se is limited to a max of 2 vss. * Vcpus in per-app ses count towards licensing usage at 25% rate. - * Allowed in 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 perApp */ @@ -5779,7 +6123,8 @@ public Boolean getPerApp() { * Per-app se mode is designed for deploying dedicated load balancers per app (vs). * In this mode, each se is limited to a max of 2 vss. * Vcpus in per-app ses count towards licensing usage at 25% rate. - * Allowed in 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 perApp set the perApp. */ @@ -5793,6 +6138,7 @@ public void setPerApp(Boolean perApp) { * Enable/disable per vs level admission control.enabling this feature will cause the connection and packet throttling on a particular vs that has * high packet buffer consumption. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return perVsAdmissionControl */ @@ -5806,6 +6152,7 @@ public Boolean getPerVsAdmissionControl() { * Enable/disable per vs level admission control.enabling this feature will cause the connection and packet throttling on a particular vs that has * high packet buffer consumption. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param perVsAdmissionControl set the perVsAdmissionControl. */ @@ -5818,6 +6165,7 @@ public void setPerVsAdmissionControl(Boolean perVsAdmissionControl) { * This is the getter method this will return the attribute value. * If placement mode is 'auto', virtual services are automatically placed on service engines. * Enum options - PLACEMENT_MODE_AUTO. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "PLACEMENT_MODE_AUTO". * @return placementMode */ @@ -5830,6 +6178,7 @@ public String getPlacementMode() { * This is the setter method to the attribute. * If placement mode is 'auto', virtual services are automatically placed on service engines. * Enum options - PLACEMENT_MODE_AUTO. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "PLACEMENT_MODE_AUTO". * @param placementMode set the placementMode. */ @@ -5841,6 +6190,7 @@ public void setPlacementMode(String placementMode) { /** * This is the getter method this will return the attribute value. * Enable or deactivate real time se metrics. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return realtimeSeMetrics */ @@ -5852,6 +6202,7 @@ public MetricsRealTimeUpdate getRealtimeSeMetrics() { /** * This is the setter method to the attribute. * Enable or deactivate real time se metrics. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param realtimeSeMetrics set the realtimeSeMetrics. */ @@ -5864,6 +6215,7 @@ public void setRealtimeSeMetrics(MetricsRealTimeUpdate realtimeSeMetrics) { * This is the getter method this will return the attribute value. * Reboot the vm or host on kernel panic. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return rebootOnPanic */ @@ -5876,6 +6228,7 @@ public Boolean getRebootOnPanic() { * This is the setter method to the attribute. * Reboot the vm or host on kernel panic. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param rebootOnPanic set the rebootOnPanic. */ @@ -5888,6 +6241,7 @@ public void setRebootOnPanic(Boolean rebootOnPanic) { * This is the getter method this will return the attribute value. * Reboot the system if the se is stopped. * Field deprecated in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return rebootOnStop */ @VsoMethod @@ -5899,6 +6253,7 @@ public Boolean getRebootOnStop() { * This is the setter method to the attribute. * Reboot the system if the se is stopped. * Field deprecated in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param rebootOnStop set the rebootOnStop. */ @VsoMethod @@ -5912,6 +6267,7 @@ public void setRebootOnStop(Boolean rebootOnStop) { * Allowed values are 8-600000. * Field introduced in 20.1.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 65536. * @return resyncTimeInterval */ @@ -5926,6 +6282,7 @@ public Integer getResyncTimeInterval() { * Allowed values are 8-600000. * Field introduced in 20.1.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 65536. * @param resyncTimeInterval set the resyncTimeInterval. */ @@ -5940,7 +6297,8 @@ public void setResyncTimeInterval(Integer resyncTimeInterval) { * Allowed values are 1-10000. * Field introduced in 21.1.1. * Unit is milliseconds. - * 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 100. * @return sdbFlushInterval */ @@ -5955,7 +6313,8 @@ public Integer getSdbFlushInterval() { * Allowed values are 1-10000. * Field introduced in 21.1.1. * Unit is milliseconds. - * 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 100. * @param sdbFlushInterval set the sdbFlushInterval. */ @@ -5969,7 +6328,8 @@ public void setSdbFlushInterval(Integer sdbFlushInterval) { * Sdb pipeline size. * Allowed values are 1-10000. * 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 100. * @return sdbPipelineSize */ @@ -5983,7 +6343,8 @@ public Integer getSdbPipelineSize() { * Sdb pipeline size. * Allowed values are 1-10000. * 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 100. * @param sdbPipelineSize set the sdbPipelineSize. */ @@ -5997,7 +6358,8 @@ public void setSdbPipelineSize(Integer sdbPipelineSize) { * Sdb scan count. * Allowed values are 1-1000. * 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 1000. * @return sdbScanCount */ @@ -6011,7 +6373,8 @@ public Integer getSdbScanCount() { * Sdb scan count. * Allowed values are 1-1000. * 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 1000. * @param sdbScanCount set the sdbScanCount. */ @@ -6025,7 +6388,8 @@ public void setSdbScanCount(Integer sdbScanCount) { * Select the se bandwidth for the bandwidth license. * Enum options - SE_BANDWIDTH_UNLIMITED, SE_BANDWIDTH_25M, SE_BANDWIDTH_200M, SE_BANDWIDTH_1000M, SE_BANDWIDTH_10000M. * Field introduced in 17.2.5. - * Allowed in basic(allowed values- se_bandwidth_unlimited) edition, essentials(allowed values- se_bandwidth_unlimited) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- se_bandwidth_unlimited), basic edition(allowed values- + * se_bandwidth_unlimited), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seBandwidthType */ @@ -6039,7 +6403,8 @@ public String getSeBandwidthType() { * Select the se bandwidth for the bandwidth license. * Enum options - SE_BANDWIDTH_UNLIMITED, SE_BANDWIDTH_25M, SE_BANDWIDTH_200M, SE_BANDWIDTH_1000M, SE_BANDWIDTH_10000M. * Field introduced in 17.2.5. - * Allowed in basic(allowed values- se_bandwidth_unlimited) edition, essentials(allowed values- se_bandwidth_unlimited) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- se_bandwidth_unlimited), basic edition(allowed values- + * se_bandwidth_unlimited), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seBandwidthType set the seBandwidthType. */ @@ -6053,7 +6418,8 @@ public void setSeBandwidthType(String seBandwidthType) { * Delay the cleanup of flowtable entry. * To be used under surveillance of avi support. * Field introduced in 20.1.2. - * 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 seDelayedFlowDelete */ @@ -6067,7 +6433,8 @@ public Boolean getSeDelayedFlowDelete() { * Delay the cleanup of flowtable entry. * To be used under surveillance of avi support. * Field introduced in 20.1.2. - * Allowed in 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 seDelayedFlowDelete set the seDelayedFlowDelete. */ @@ -6083,6 +6450,7 @@ public void setSeDelayedFlowDelete(Boolean seDelayedFlowDelete) { * If this value is set to 0, controller will never delete any ses and administrator has to manually cleanup unused ses. * Allowed values are 0-525600. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 120. * @return seDeprovisionDelay */ @@ -6098,6 +6466,7 @@ public Integer getSeDeprovisionDelay() { * If this value is set to 0, controller will never delete any ses and administrator has to manually cleanup unused ses. * Allowed values are 0-525600. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 120. * @param seDeprovisionDelay set the seDeprovisionDelay. */ @@ -6108,7 +6477,7 @@ public void setSeDeprovisionDelay(Integer seDeprovisionDelay) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_dos_profile of obj type serviceenginegroup 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 seDosProfile */ @@ -6119,7 +6488,7 @@ public DosThresholdProfile getSeDosProfile() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_dos_profile of obj type serviceenginegroup 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 seDosProfile set the seDosProfile. */ @@ -6133,6 +6502,7 @@ public void setSeDosProfile(DosThresholdProfile seDosProfile) { * Internal only. * Used to simulate se - se hb failure. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seDpHmDrops */ @@ -6146,6 +6516,7 @@ public Integer getSeDpHmDrops() { * Internal only. * Used to simulate se - se hb failure. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seDpHmDrops set the seDpHmDrops. */ @@ -6158,7 +6529,8 @@ public void setSeDpHmDrops(Integer seDpHmDrops) { * This is the getter method this will return the attribute value. * Number of jiffies between polling interface state. * Field introduced in 21.1.3. - * Allowed in 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 10. * @return seDpIfStatePollInterval */ @@ -6171,7 +6543,8 @@ public Integer getSeDpIfStatePollInterval() { * This is the setter method to the attribute. * Number of jiffies between polling interface state. * Field introduced in 21.1.3. - * Allowed in 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 10. * @param seDpIfStatePollInterval set the seDpIfStatePollInterval. */ @@ -6188,6 +6561,7 @@ public void setSeDpIfStatePollInterval(Integer seDpIfStatePollInterval) { * Supported for >= 8 cpus. * Requires se reboot. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return seDpIsolation */ @@ -6204,6 +6578,7 @@ public Boolean getSeDpIsolation() { * Supported for >= 8 cpus. * Requires se reboot. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param seDpIsolation set the seDpIsolation. */ @@ -6219,8 +6594,9 @@ public void setSeDpIsolation(Boolean seDpIsolation) { * It is recommended to reserve an even number of cpus for hyper-threaded processors. * Requires se reboot. * Allowed values are 1-8. - * Special values are 0- 'auto'. + * Special values are 0- auto. * 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 0. * @return seDpIsolationNumNonDpCpus */ @@ -6236,8 +6612,9 @@ public Integer getSeDpIsolationNumNonDpCpus() { * It is recommended to reserve an even number of cpus for hyper-threaded processors. * Requires se reboot. * Allowed values are 1-8. - * Special values are 0- 'auto'. + * Special values are 0- auto. * 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 0. * @param seDpIsolationNumNonDpCpus set the seDpIsolationNumNonDpCpus. */ @@ -6250,6 +6627,7 @@ public void setSeDpIsolationNumNonDpCpus(Integer seDpIsolationNumNonDpCpus) { * This is the getter method this will return the attribute value. * Internal buffer full indicator on the service engine beyond which the unfiltered logs are abandoned. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 70. * @return seDpLogNfEnqueuePercent */ @@ -6262,6 +6640,7 @@ public Integer getSeDpLogNfEnqueuePercent() { * This is the setter method to the attribute. * Internal buffer full indicator on the service engine beyond which the unfiltered logs are abandoned. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 70. * @param seDpLogNfEnqueuePercent set the seDpLogNfEnqueuePercent. */ @@ -6274,6 +6653,7 @@ public void setSeDpLogNfEnqueuePercent(Integer seDpLogNfEnqueuePercent) { * This is the getter method this will return the attribute value. * Internal buffer full indicator on the service engine beyond which the user filtered logs are abandoned. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 90. * @return seDpLogUdfEnqueuePercent */ @@ -6286,6 +6666,7 @@ public Integer getSeDpLogUdfEnqueuePercent() { * This is the setter method to the attribute. * Internal buffer full indicator on the service engine beyond which the user filtered logs are abandoned. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 90. * @param seDpLogUdfEnqueuePercent set the seDpLogUdfEnqueuePercent. */ @@ -6300,6 +6681,7 @@ public void setSeDpLogUdfEnqueuePercent(Integer seDpLogUdfEnqueuePercent) { * This version is reported by secondary se to primary se in heartbeat response messages. * Allowed values are 1-3. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @return seDpMaxHbVersion */ @@ -6314,6 +6696,7 @@ public Integer getSeDpMaxHbVersion() { * This version is reported by secondary se to primary se in heartbeat response messages. * Allowed values are 1-3. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @param seDpMaxHbVersion set the seDpMaxHbVersion. */ @@ -6326,6 +6709,7 @@ public void setSeDpMaxHbVersion(Integer seDpMaxHbVersion) { * This is the getter method this will return the attribute value. * Time (in seconds) service engine waits for after generating a vnic transmit queue stall event before resetting thenic. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seDpVnicQueueStallEventSleep */ @@ -6338,6 +6722,7 @@ public Integer getSeDpVnicQueueStallEventSleep() { * This is the setter method to the attribute. * Time (in seconds) service engine waits for after generating a vnic transmit queue stall event before resetting thenic. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seDpVnicQueueStallEventSleep set the seDpVnicQueueStallEventSleep. */ @@ -6350,6 +6735,7 @@ public void setSeDpVnicQueueStallEventSleep(Integer seDpVnicQueueStallEventSlee * This is the getter method this will return the attribute value. * Number of consecutive transmit failures to look for before generating a vnic transmit queue stall event. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2000. * @return seDpVnicQueueStallThreshold */ @@ -6362,6 +6748,7 @@ public Integer getSeDpVnicQueueStallThreshold() { * This is the setter method to the attribute. * Number of consecutive transmit failures to look for before generating a vnic transmit queue stall event. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2000. * @param seDpVnicQueueStallThreshold set the seDpVnicQueueStallThreshold. */ @@ -6374,6 +6761,7 @@ public void setSeDpVnicQueueStallThreshold(Integer seDpVnicQueueStallThreshold) * This is the getter method this will return the attribute value. * Time (in milliseconds) to wait for network/nic recovery on detecting a transmit queue stall after which service engine resets the nic. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @return seDpVnicQueueStallTimeout */ @@ -6386,6 +6774,7 @@ public Integer getSeDpVnicQueueStallTimeout() { * This is the setter method to the attribute. * Time (in milliseconds) to wait for network/nic recovery on detecting a transmit queue stall after which service engine resets the nic. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @param seDpVnicQueueStallTimeout set the seDpVnicQueueStallTimeout. */ @@ -6398,6 +6787,7 @@ public void setSeDpVnicQueueStallTimeout(Integer seDpVnicQueueStallTimeout) { * This is the getter method this will return the attribute value. * Number of consecutive transmit queue stall events in se_dp_vnic_stall_se_restart_window to look for before restarting se. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @return seDpVnicRestartOnQueueStallCount */ @@ -6410,6 +6800,7 @@ public Integer getSeDpVnicRestartOnQueueStallCount() { * This is the setter method to the attribute. * Number of consecutive transmit queue stall events in se_dp_vnic_stall_se_restart_window to look for before restarting se. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3. * @param seDpVnicRestartOnQueueStallCount set the seDpVnicRestartOnQueueStallCount. */ @@ -6422,6 +6813,7 @@ public void setSeDpVnicRestartOnQueueStallCount(Integer seDpVnicRestartOnQueueS * This is the getter method this will return the attribute value. * Window of time (in seconds) during which se_dp_vnic_restart_on_queue_stall_count number of consecutive stalls results in a se restart. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600. * @return seDpVnicStallSeRestartWindow */ @@ -6434,6 +6826,7 @@ public Integer getSeDpVnicStallSeRestartWindow() { * This is the setter method to the attribute. * Window of time (in seconds) during which se_dp_vnic_restart_on_queue_stall_count number of consecutive stalls results in a se restart. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600. * @param seDpVnicStallSeRestartWindow set the seDpVnicStallSeRestartWindow. */ @@ -6448,6 +6841,7 @@ public void setSeDpVnicStallSeRestartWindow(Integer seDpVnicStallSeRestartWindo * poll mode driver 2 don't use dpdk poll mode driver.requires se reboot. * Allowed values are 0-2. * Field introduced in 18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seDpdkPmd */ @@ -6462,6 +6856,7 @@ public Integer getSeDpdkPmd() { * poll mode driver 2 don't use dpdk poll mode driver.requires se reboot. * Allowed values are 0-2. * Field introduced in 18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seDpdkPmd set the seDpdkPmd. */ @@ -6474,7 +6869,8 @@ public void setSeDpdkPmd(Integer seDpdkPmd) { * This is the getter method this will return the attribute value. * Enable core dump on assert. * Field introduced in 21.1.3. - * Allowed in 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 false. * @return seDumpCoreOnAssert */ @@ -6487,7 +6883,8 @@ public Boolean getSeDumpCoreOnAssert() { * This is the setter method to the attribute. * Enable core dump on assert. * 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 false. * @param seDumpCoreOnAssert set the seDumpCoreOnAssert. */ @@ -6501,7 +6898,8 @@ public void setSeDumpCoreOnAssert(Boolean seDumpCoreOnAssert) { * Use this to emulate more/less cpus than is actually available. * One datapath process is started for each core. * Field introduced in 21.1.3. - * Allowed in 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 seEmulatedCores */ @@ -6515,7 +6913,8 @@ public Integer getSeEmulatedCores() { * Use this to emulate more/less cpus than is actually available. * One datapath process is started for each core. * Field introduced in 21.1.3. - * Allowed in 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 seEmulatedCores set the seEmulatedCores. */ @@ -6529,6 +6928,7 @@ public void setSeEmulatedCores(Integer seEmulatedCores) { * Flow probe retry count if no replies are received.requires se reboot. * Allowed values are 0-5. * Field introduced in 18.1.4, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return seFlowProbeRetries */ @@ -6542,6 +6942,7 @@ public Integer getSeFlowProbeRetries() { * Flow probe retry count if no replies are received.requires se reboot. * Allowed values are 0-5. * Field introduced in 18.1.4, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param seFlowProbeRetries set the seFlowProbeRetries. */ @@ -6556,6 +6957,7 @@ public void setSeFlowProbeRetries(Integer seFlowProbeRetries) { * Allowed values are 20-50. * Field introduced in 18.2.5. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 40. * @return seFlowProbeRetryTimer */ @@ -6570,6 +6972,7 @@ public Integer getSeFlowProbeRetryTimer() { * Allowed values are 20-50. * Field introduced in 18.2.5. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 40. * @param seFlowProbeRetryTimer set the seFlowProbeRetryTimer. */ @@ -6585,6 +6988,7 @@ public void setSeFlowProbeRetryTimer(Integer seFlowProbeRetryTimer) { * Field deprecated in 18.2.5. * Field introduced in 18.1.4, 18.2.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seFlowProbeTimer */ @VsoMethod @@ -6599,6 +7003,7 @@ public Integer getSeFlowProbeTimer() { * Field deprecated in 18.2.5. * Field introduced in 18.1.4, 18.2.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param seFlowProbeTimer set the seFlowProbeTimer. */ @VsoMethod @@ -6610,6 +7015,7 @@ public void setSeFlowProbeTimer(Integer seFlowProbeTimer) { * This is the getter method this will return the attribute value. * Analytics policy for serviceenginegroup. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupAnalyticsPolicy */ @@ -6622,6 +7028,7 @@ public SeGroupAnalyticsPolicy getSeGroupAnalyticsPolicy() { * This is the setter method to the attribute. * Analytics policy for serviceenginegroup. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupAnalyticsPolicy set the seGroupAnalyticsPolicy. */ @@ -6638,6 +7045,7 @@ public void setSeGroupAnalyticsPolicy(SeGroupAnalyticsPolicy seGroupAnalyticsPol * For more details please refer to se placement kb. * Enum options - SE_CPU_HT_AUTO, SE_CPU_HT_SPARSE_DISPATCHER_PRIORITY, SE_CPU_HT_SPARSE_PROXY_PRIORITY, SE_CPU_HT_PACKED_CORES. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_CPU_HT_AUTO". * @return seHyperthreadedMode */ @@ -6654,6 +7062,7 @@ public String getSeHyperthreadedMode() { * For more details please refer to se placement kb. * Enum options - SE_CPU_HT_AUTO, SE_CPU_HT_SPARSE_DISPATCHER_PRIORITY, SE_CPU_HT_SPARSE_PROXY_PRIORITY, SE_CPU_HT_PACKED_CORES. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SE_CPU_HT_AUTO". * @param seHyperthreadedMode set the seHyperthreadedMode. */ @@ -6667,6 +7076,7 @@ public void setSeHyperthreadedMode(String seHyperthreadedMode) { * Determines if se-se ipc messages are encapsulated in an ip header 0 automatically determine based on hypervisor type 1 use * ip encap unconditionally ~[0,1] don't use ip encaprequires se reboot. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seIpEncapIpc */ @@ -6680,6 +7090,7 @@ public Integer getSeIpEncapIpc() { * Determines if se-se ipc messages are encapsulated in an ip header 0 automatically determine based on hypervisor type 1 use * ip encap unconditionally ~[0,1] don't use ip encaprequires se reboot. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seIpEncapIpc set the seIpEncapIpc. */ @@ -6693,6 +7104,7 @@ public void setSeIpEncapIpc(Integer seIpEncapIpc) { * Udp port for se_dp ipc in docker bridge mode. * Field deprecated in 20.1.1. * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seIpcUdpPort */ @VsoMethod @@ -6705,6 +7117,7 @@ public Integer getSeIpcUdpPort() { * Udp port for se_dp ipc in docker bridge mode. * Field deprecated in 20.1.1. * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param seIpcUdpPort set the seIpcUdpPort. */ @VsoMethod @@ -6721,6 +7134,7 @@ public void setSeIpcUdpPort(Integer seIpcUdpPort) { * 2-quadruples the burst size and kni resources. * Allowed values are 0-2. * 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 0. * @return seKniBurstFactor */ @@ -6738,6 +7152,7 @@ public Integer getSeKniBurstFactor() { * 2-quadruples the burst size and kni resources. * Allowed values are 0-2. * 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 0. * @param seKniBurstFactor set the seKniBurstFactor. */ @@ -6751,6 +7166,7 @@ public void setSeKniBurstFactor(Integer seKniBurstFactor) { * Determines if se-se ipc messages use se interface ip instead of vip 0 automatically determine based on hypervisor type 1 * use se interface ip unconditionally ~[0,1] don't use se interface iprequires se reboot. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seL3EncapIpc */ @@ -6764,6 +7180,7 @@ public Integer getSeL3EncapIpc() { * Determines if se-se ipc messages use se interface ip instead of vip 0 automatically determine based on hypervisor type 1 * use se interface ip unconditionally ~[0,1] don't use se interface iprequires se reboot. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seL3EncapIpc set the seL3EncapIpc. */ @@ -6776,6 +7193,7 @@ public void setSeL3EncapIpc(Integer seL3EncapIpc) { * This is the getter method this will return the attribute value. * Internal flag that blocks dataplane until all application logs are flushed to log-agent process. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return seLogBufferAppBlockingDequeue */ @@ -6788,6 +7206,7 @@ public Boolean getSeLogBufferAppBlockingDequeue() { * This is the setter method to the attribute. * Internal flag that blocks dataplane until all application logs are flushed to log-agent process. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param seLogBufferAppBlockingDequeue set the seLogBufferAppBlockingDequeue. */ @@ -6800,6 +7219,7 @@ public void setSeLogBufferAppBlockingDequeue(Boolean seLogBufferAppBlockingDequ * This is the getter method this will return the attribute value. * Internal flag that blocks dataplane until all connection logs are flushed to log-agent process. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return seLogBufferConnBlockingDequeue */ @@ -6812,6 +7232,7 @@ public Boolean getSeLogBufferConnBlockingDequeue() { * This is the setter method to the attribute. * Internal flag that blocks dataplane until all connection logs are flushed to log-agent process. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param seLogBufferConnBlockingDequeue set the seLogBufferConnBlockingDequeue. */ @@ -6824,6 +7245,7 @@ public void setSeLogBufferConnBlockingDequeue(Boolean seLogBufferConnBlockingDe * This is the getter method this will return the attribute value. * Internal flag that blocks dataplane until all outstanding events are flushed to log-agent process. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return seLogBufferEventsBlockingDequeue */ @@ -6836,6 +7258,7 @@ public Boolean getSeLogBufferEventsBlockingDequeue() { * This is the setter method to the attribute. * Internal flag that blocks dataplane until all outstanding events are flushed to log-agent process. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param seLogBufferEventsBlockingDequeue set the seLogBufferEventsBlockingDequeue. */ @@ -6849,6 +7272,7 @@ public void setSeLogBufferEventsBlockingDequeue(Boolean seLogBufferEventsBlocki * Enable or disable large receive optimization for vnics. * Requires se reboot. * 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 seLro */ @@ -6862,6 +7286,7 @@ public Boolean getSeLro() { * Enable or disable large receive optimization for vnics. * Requires se reboot. * 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 seLro set the seLro. */ @@ -6875,7 +7300,8 @@ public void setSeLro(Boolean seLro) { * The retry count for the multi-producer enqueue before yielding the cpu. * To be used under surveillance of avi support. * Field introduced in 20.1.3. - * Allowed in 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 seMpRingRetryCount */ @@ -6889,7 +7315,8 @@ public Integer getSeMpRingRetryCount() { * The retry count for the multi-producer enqueue before yielding the cpu. * To be used under surveillance of avi support. * Field introduced in 20.1.3. - * Allowed in 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 seMpRingRetryCount set the seMpRingRetryCount. */ @@ -6903,6 +7330,7 @@ public void setSeMpRingRetryCount(Integer seMpRingRetryCount) { * Mtu for the vnics of ses in the se group. * Allowed values are 512-9000. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seMtu */ @@ -6916,6 +7344,7 @@ public Integer getSeMtu() { * Mtu for the vnics of ses in the se group. * Allowed values are 512-9000. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seMtu set the seMtu. */ @@ -6927,6 +7356,7 @@ public void setSeMtu(Integer seMtu) { /** * This is the getter method this will return the attribute value. * Prefix to use for virtual machine name of service engines. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "Avi". * @return seNamePrefix */ @@ -6938,6 +7368,7 @@ public String getSeNamePrefix() { /** * This is the setter method to the attribute. * Prefix to use for virtual machine name of service engines. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "Avi". * @param seNamePrefix set the seNamePrefix. */ @@ -6951,7 +7382,8 @@ public void setSeNamePrefix(String seNamePrefix) { * Internal use only. * Used to artificially reduce the available number of packet buffers. * Field introduced in 21.1.3. - * Allowed in 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 0. * @return sePacketBufferMax */ @@ -6965,7 +7397,8 @@ public Integer getSePacketBufferMax() { * Internal use only. * Used to artificially reduce the available number of packet buffers. * 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 0. * @param sePacketBufferMax set the sePacketBufferMax. */ @@ -6980,6 +7413,7 @@ public void setSePacketBufferMax(Integer sePacketBufferMax) { * Introduced to overcome an issue with hv_netvsc driver. * Lookahead mode attempts to ensure that application and kernel's view of the receive rings are consistent. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return sePcapLookahead */ @@ -6994,6 +7428,7 @@ public Boolean getSePcapLookahead() { * Introduced to overcome an issue with hv_netvsc driver. * Lookahead mode attempts to ensure that application and kernel's view of the receive rings are consistent. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param sePcapLookahead set the sePcapLookahead. */ @@ -7007,6 +7442,7 @@ public void setSePcapLookahead(Boolean sePcapLookahead) { * Max number of packets the pcap interface can hold and if the value is 0 the optimum value will be chosen. * The optimum value will be chosen based on se-memory, cloud type and number of interfaces.requires se reboot. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return sePcapPktCount */ @@ -7020,6 +7456,7 @@ public Integer getSePcapPktCount() { * Max number of packets the pcap interface can hold and if the value is 0 the optimum value will be chosen. * The optimum value will be chosen based on se-memory, cloud type and number of interfaces.requires se reboot. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param sePcapPktCount set the sePcapPktCount. */ @@ -7033,6 +7470,7 @@ public void setSePcapPktCount(Integer sePcapPktCount) { * Max size of each packet in the pcap interface. * Requires se reboot. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 69632. * @return sePcapPktSz */ @@ -7046,6 +7484,7 @@ public Integer getSePcapPktSz() { * Max size of each packet in the pcap interface. * Requires se reboot. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 69632. * @param sePcapPktSz set the sePcapPktSz. */ @@ -7060,6 +7499,7 @@ public void setSePcapPktSz(Integer sePcapPktSz) { * Enabling this feature results in egress packets not being captured in host tcpdump. * Note brief packet reordering or loss may occur upon toggle. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return sePcapQdiscBypass */ @@ -7074,6 +7514,7 @@ public Boolean getSePcapQdiscBypass() { * Enabling this feature results in egress packets not being captured in host tcpdump. * Note brief packet reordering or loss may occur upon toggle. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param sePcapQdiscBypass set the sePcapQdiscBypass. */ @@ -7088,9 +7529,10 @@ public void setSePcapQdiscBypass(Boolean sePcapQdiscBypass) { * May be used in conjunction with the configuration pcap_reinit_threshold. * (valid range 15 mins - 12 hours, 0 - disables). * Allowed values are 900-43200. - * Special values are 0- 'disable'. + * Special values are 0- disable. * Field introduced in 17.2.13, 18.1.3, 18.2.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return sePcapReinitFrequency */ @@ -7105,9 +7547,10 @@ public Integer getSePcapReinitFrequency() { * May be used in conjunction with the configuration pcap_reinit_threshold. * (valid range 15 mins - 12 hours, 0 - disables). * Allowed values are 900-43200. - * Special values are 0- 'disable'. + * Special values are 0- disable. * Field introduced in 17.2.13, 18.1.3, 18.2.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param sePcapReinitFrequency set the sePcapReinitFrequency. */ @@ -7123,6 +7566,7 @@ public void setSePcapReinitFrequency(Integer sePcapReinitFrequency) { * This value is checked every pcap_reinit_frequency interval. * Field introduced in 17.2.13, 18.1.3, 18.2.1. * Unit is metric_count. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return sePcapReinitThreshold */ @@ -7138,6 +7582,7 @@ public Integer getSePcapReinitThreshold() { * This value is checked every pcap_reinit_frequency interval. * Field introduced in 17.2.13, 18.1.3, 18.2.1. * Unit is metric_count. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param sePcapReinitThreshold set the sePcapReinitThreshold. */ @@ -7150,6 +7595,7 @@ public void setSePcapReinitThreshold(Integer sePcapReinitThreshold) { * This is the getter method this will return the attribute value. * Tcp port on se where echo service will be run. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 7. * @return seProbePort */ @@ -7162,6 +7608,7 @@ public Integer getSeProbePort() { * This is the setter method to the attribute. * Tcp port on se where echo service will be run. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 7. * @param seProbePort set the seProbePort. */ @@ -7175,6 +7622,7 @@ public void setSeProbePort(Integer seProbePort) { * Udp port for punted packets in docker bridge mode. * Field deprecated in 20.1.1. * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seRemotePuntUdpPort */ @VsoMethod @@ -7187,6 +7635,7 @@ public Integer getSeRemotePuntUdpPort() { * Udp port for punted packets in docker bridge mode. * Field deprecated in 20.1.1. * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param seRemotePuntUdpPort set the seRemotePuntUdpPort. */ @VsoMethod @@ -7198,6 +7647,7 @@ public void setSeRemotePuntUdpPort(Integer seRemotePuntUdpPort) { * This is the getter method this will return the attribute value. * Rate limiter properties. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRlProp */ @@ -7210,6 +7660,7 @@ public RateLimiterProperties getSeRlProp() { * This is the setter method to the attribute. * Rate limiter properties. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRlProp set the seRlProp. */ @@ -7225,6 +7676,7 @@ public void setSeRlProp(RateLimiterProperties seRlProp) { * Ip routing needs to be enabled in service engine group for se routing to be effective. * Field deprecated in 18.2.5. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return seRouting */ @VsoMethod @@ -7239,6 +7691,7 @@ public Boolean getSeRouting() { * Ip routing needs to be enabled in service engine group for se routing to be effective. * Field deprecated in 18.2.5. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param seRouting set the seRouting. */ @VsoMethod @@ -7251,6 +7704,7 @@ public void setSeRouting(Boolean seRouting) { * Minimum time to wait on server between taking sampleswhen sampling the navigation timing data from the end user client. * Field introduced in 18.2.6. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return seRumSamplingNavInterval */ @@ -7264,6 +7718,7 @@ public Integer getSeRumSamplingNavInterval() { * Minimum time to wait on server between taking sampleswhen sampling the navigation timing data from the end user client. * Field introduced in 18.2.6. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param seRumSamplingNavInterval set the seRumSamplingNavInterval. */ @@ -7276,6 +7731,7 @@ public void setSeRumSamplingNavInterval(Integer seRumSamplingNavInterval) { * This is the getter method this will return the attribute value. * Percentage of navigation timing data from the end user client, used for sampling to get client insights. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return seRumSamplingNavPercent */ @@ -7288,6 +7744,7 @@ public Integer getSeRumSamplingNavPercent() { * This is the setter method to the attribute. * Percentage of navigation timing data from the end user client, used for sampling to get client insights. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param seRumSamplingNavPercent set the seRumSamplingNavPercent. */ @@ -7301,6 +7758,7 @@ public void setSeRumSamplingNavPercent(Integer seRumSamplingNavPercent) { * Minimum time to wait on server between taking sampleswhen sampling the resource timing data from the end user client. * Field introduced in 18.2.6. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return seRumSamplingResInterval */ @@ -7314,6 +7772,7 @@ public Integer getSeRumSamplingResInterval() { * Minimum time to wait on server between taking sampleswhen sampling the resource timing data from the end user client. * Field introduced in 18.2.6. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param seRumSamplingResInterval set the seRumSamplingResInterval. */ @@ -7326,6 +7785,7 @@ public void setSeRumSamplingResInterval(Integer seRumSamplingResInterval) { * This is the getter method this will return the attribute value. * Percentage of resource timing data from the end user client used for sampling to get client insight. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return seRumSamplingResPercent */ @@ -7338,6 +7798,7 @@ public Integer getSeRumSamplingResPercent() { * This is the setter method to the attribute. * Percentage of resource timing data from the end user client used for sampling to get client insight. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param seRumSamplingResPercent set the seRumSamplingResPercent. */ @@ -7350,6 +7811,7 @@ public void setSeRumSamplingResPercent(Integer seRumSamplingResPercent) { * This is the getter method this will return the attribute value. * Sideband traffic will be handled by a dedicated core.requires se reboot. * Field introduced in 16.5.2, 17.1.9, 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return seSbDedicatedCore */ @@ -7362,6 +7824,7 @@ public Boolean getSeSbDedicatedCore() { * This is the setter method to the attribute. * Sideband traffic will be handled by a dedicated core.requires se reboot. * Field introduced in 16.5.2, 17.1.9, 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param seSbDedicatedCore set the seSbDedicatedCore. */ @@ -7375,6 +7838,7 @@ public void setSeSbDedicatedCore(Boolean seSbDedicatedCore) { * Number of sideband threads per se.requires se reboot. * Allowed values are 1-128. * Field introduced in 16.5.2, 17.1.9, 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return seSbThreads */ @@ -7388,6 +7852,7 @@ public Integer getSeSbThreads() { * Number of sideband threads per se.requires se reboot. * Allowed values are 1-128. * Field introduced in 16.5.2, 17.1.9, 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param seSbThreads set the seSbThreads. */ @@ -7400,7 +7865,8 @@ public void setSeSbThreads(Integer seSbThreads) { * This is the getter method this will return the attribute value. * Multiplier for se threads based on vcpu. * Allowed values are 1-10. - * Allowed in basic(allowed values- 1) edition, essentials(allowed values- 1) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 1), basic edition(allowed values- 1), enterprise with cloud + * services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return seThreadMultiplier */ @@ -7413,7 +7879,8 @@ public Integer getSeThreadMultiplier() { * This is the setter method to the attribute. * Multiplier for se threads based on vcpu. * Allowed values are 1-10. - * Allowed in basic(allowed values- 1) edition, essentials(allowed values- 1) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 1), basic edition(allowed values- 1), enterprise with cloud + * services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param seThreadMultiplier set the seThreadMultiplier. */ @@ -7426,6 +7893,7 @@ public void setSeThreadMultiplier(Integer seThreadMultiplier) { * This is the getter method this will return the attribute value. * Traceroute port range. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seTracertPortRange */ @@ -7438,6 +7906,7 @@ public PortRange getSeTracertPortRange() { * This is the setter method to the attribute. * Traceroute port range. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seTracertPortRange set the seTracertPortRange. */ @@ -7454,7 +7923,8 @@ public void setSeTracertPortRange(PortRange seTracertPortRange) { * Tunnel mode can be enabled or disabled at run-time. * Allowed values are 0-2. * Field introduced in 17.1.1. - * Allowed in 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 seTunnelMode */ @@ -7471,7 +7941,8 @@ public Integer getSeTunnelMode() { * Tunnel mode can be enabled or disabled at run-time. * Allowed values are 0-2. * Field introduced in 17.1.1. - * Allowed in 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 seTunnelMode set the seTunnelMode. */ @@ -7484,6 +7955,7 @@ public void setSeTunnelMode(Integer seTunnelMode) { * This is the getter method this will return the attribute value. * Udp port for tunneled packets from secondary to primary se in docker bridge mode.requires se reboot. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1550. * @return seTunnelUdpPort */ @@ -7496,6 +7968,7 @@ public Integer getSeTunnelUdpPort() { * This is the setter method to the attribute. * Udp port for tunneled packets from secondary to primary se in docker bridge mode.requires se reboot. * Field introduced in 17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1550. * @param seTunnelUdpPort set the seTunnelUdpPort. */ @@ -7509,6 +7982,7 @@ public void setSeTunnelUdpPort(Integer seTunnelUdpPort) { * Number of packets to batch for transmit to the nic. * Requires se reboot. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @return seTxBatchSize */ @@ -7522,6 +7996,7 @@ public Integer getSeTxBatchSize() { * Number of packets to batch for transmit to the nic. * Requires se reboot. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @param seTxBatchSize set the seTxBatchSize. */ @@ -7536,7 +8011,8 @@ public void setSeTxBatchSize(Integer seTxBatchSize) { * To be used under surveillance of avi support. * Allowed values are 512-32768. * Field introduced in 20.1.2. - * Allowed in basic(allowed values- 2048) edition, essentials(allowed values- 2048) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 2048), basic edition(allowed values- 2048), enterprise with + * cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2048. * @return seTxqThreshold */ @@ -7551,7 +8027,8 @@ public Integer getSeTxqThreshold() { * To be used under surveillance of avi support. * Allowed values are 512-32768. * Field introduced in 20.1.2. - * Allowed in basic(allowed values- 2048) edition, essentials(allowed values- 2048) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 2048), basic edition(allowed values- 2048), enterprise with + * cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2048. * @param seTxqThreshold set the seTxqThreshold. */ @@ -7566,6 +8043,7 @@ public void setSeTxqThreshold(Integer seTxqThreshold) { * 1 use udp encap unconditionally.requires se reboot. * Allowed values are 0-1. * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seUdpEncapIpc */ @@ -7580,6 +8058,7 @@ public Integer getSeUdpEncapIpc() { * 1 use udp encap unconditionally.requires se reboot. * Allowed values are 0-1. * Field introduced in 17.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seUdpEncapIpc set the seUdpEncapIpc. */ @@ -7594,6 +8073,7 @@ public void setSeUdpEncapIpc(Integer seUdpEncapIpc) { * don't use dpdk. * Allowed values are 0-2. * Field introduced in 18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seUseDpdk */ @@ -7608,6 +8088,7 @@ public Integer getSeUseDpdk() { * don't use dpdk. * Allowed values are 0-2. * Field introduced in 18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seUseDpdk set the seUseDpdk. */ @@ -7621,9 +8102,10 @@ public void setSeUseDpdk(Integer seUseDpdk) { * Configure the frequency in milliseconds of software transmit spillover queue flush when enabled. * This is necessary to flush any packets in the spillover queue in the absence of a packet transmit in the normal course of operation. * Allowed values are 50-500. - * Special values are 0- 'disable'. + * Special values are 0- disable. * Field introduced in 20.1.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return seVnicTxSwQueueFlushFrequency */ @@ -7637,9 +8119,10 @@ public Integer getSeVnicTxSwQueueFlushFrequency() { * Configure the frequency in milliseconds of software transmit spillover queue flush when enabled. * This is necessary to flush any packets in the spillover queue in the absence of a packet transmit in the normal course of operation. * Allowed values are 50-500. - * Special values are 0- 'disable'. + * Special values are 0- disable. * Field introduced in 20.1.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param seVnicTxSwQueueFlushFrequency set the seVnicTxSwQueueFlushFrequency. */ @@ -7654,6 +8137,7 @@ public void setSeVnicTxSwQueueFlushFrequency(Integer seVnicTxSwQueueFlushFreque * Requires se reboot. * Allowed values are 128-2048. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 256. * @return seVnicTxSwQueueSize */ @@ -7668,6 +8152,7 @@ public Integer getSeVnicTxSwQueueSize() { * Requires se reboot. * Allowed values are 128-2048. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 256. * @param seVnicTxSwQueueSize set the seVnicTxSwQueueSize. */ @@ -7681,6 +8166,7 @@ public void setSeVnicTxSwQueueSize(Integer seVnicTxSwQueueSize) { * Maximum number of aggregated vs heartbeat packets to send in a batch. * Allowed values are 1-256. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @return seVsHbMaxPktsInBatch */ @@ -7694,6 +8180,7 @@ public Integer getSeVsHbMaxPktsInBatch() { * Maximum number of aggregated vs heartbeat packets to send in a batch. * Allowed values are 1-256. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @param seVsHbMaxPktsInBatch set the seVsHbMaxPktsInBatch. */ @@ -7707,6 +8194,7 @@ public void setSeVsHbMaxPktsInBatch(Integer seVsHbMaxPktsInBatch) { * Maximum number of virtualservices for which heartbeat messages are aggregated in one packet. * Allowed values are 1-1024. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 256. * @return seVsHbMaxVsInPkt */ @@ -7720,6 +8208,7 @@ public Integer getSeVsHbMaxVsInPkt() { * Maximum number of virtualservices for which heartbeat messages are aggregated in one packet. * Allowed values are 1-1024. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 256. * @param seVsHbMaxVsInPkt set the seVsHbMaxVsInPkt. */ @@ -7732,7 +8221,8 @@ public void setSeVsHbMaxVsInPkt(Integer seVsHbMaxVsInPkt) { * This is the getter method this will return the attribute value. * Enable ses to elect a primary amongst themselves in the absence of a connectivity to controller. * Field introduced in 18.1.2. - * Allowed in 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 selfSeElection */ @@ -7745,7 +8235,8 @@ public Boolean getSelfSeElection() { * This is the setter method to the attribute. * Enable ses to elect a primary amongst themselves in the absence of a connectivity to controller. * Field introduced in 18.1.2. - * Allowed in 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 selfSeElection set the selfSeElection. */ @@ -7760,7 +8251,8 @@ public void setSelfSeElection(Boolean selfSeElection) { * Allowed values are 10-600. * Field introduced in 21.1.1. * Unit is seconds. - * 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 300. * @return sendSeReadyTimeout */ @@ -7775,7 +8267,8 @@ public Integer getSendSeReadyTimeout() { * Allowed values are 10-600. * Field introduced in 21.1.1. * Unit is seconds. - * 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 300. * @param sendSeReadyTimeout set the sendSeReadyTimeout. */ @@ -7790,6 +8283,7 @@ public void setSendSeReadyTimeout(Integer sendSeReadyTimeout) { * Required for vs group placement. * Field introduced in 18.1.1. * Maximum of 128 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceIp6Subnets */ @@ -7804,6 +8298,7 @@ public List getServiceIp6Subnets() { * Required for vs group placement. * Field introduced in 18.1.1. * Maximum of 128 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceIp6Subnets */ @@ -7818,6 +8313,7 @@ public void setServiceIp6Subnets(List serviceIp6Subnets) { * Required for vs group placement. * Field introduced in 18.1.1. * Maximum of 128 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceIp6Subnets */ @@ -7837,6 +8333,7 @@ public ServiceEngineGroup addServiceIp6SubnetsItem(IpAddrPrefix serviceIp6Subnet * Required for vs group placement. * Field introduced in 17.1.1. * Maximum of 128 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceIpSubnets */ @@ -7851,6 +8348,7 @@ public List getServiceIpSubnets() { * Required for vs group placement. * Field introduced in 17.1.1. * Maximum of 128 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceIpSubnets */ @@ -7865,6 +8363,7 @@ public void setServiceIpSubnets(List serviceIpSubnets) { * Required for vs group placement. * Field introduced in 17.1.1. * Maximum of 128 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceIpSubnets */ @@ -7884,6 +8383,7 @@ public ServiceEngineGroup addServiceIpSubnetsItem(IpAddrPrefix serviceIpSubnetsI * Allowed values are 0-100. * Field introduced in 18.1.2. * Unit is mb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return shmMinimumConfigMemory */ @@ -7898,6 +8398,7 @@ public Integer getShmMinimumConfigMemory() { * Allowed values are 0-100. * Field introduced in 18.1.2. * Unit is mb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param shmMinimumConfigMemory set the shmMinimumConfigMemory. */ @@ -7913,6 +8414,7 @@ public void setShmMinimumConfigMemory(Integer shmMinimumConfigMemory) { * Set it to zero (0) to deactivate throttling. * Field introduced in 17.1.3. * Unit is per_second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return significantLogThrottle */ @@ -7928,6 +8430,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 100. * @param significantLogThrottle set the significantLogThrottle. */ @@ -7941,6 +8444,7 @@ public void setSignificantLogThrottle(Integer significantLogThrottle) { * (beta) preprocess ssl client hello for sni hostname extension.if set to true, this will apply sni child's ssl protocol(s), if they are different * from sni parent's allowed ssl protocol(s). * Field introduced in 17.2.12, 18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return sslPreprocessSniHostname */ @@ -7954,6 +8458,7 @@ public Boolean getSslPreprocessSniHostname() { * (beta) preprocess ssl client hello for sni hostname extension.if set to true, this will apply sni child's ssl protocol(s), if they are different * from sni parent's allowed ssl protocol(s). * Field introduced in 17.2.12, 18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param sslPreprocessSniHostname set the sslPreprocessSniHostname. */ @@ -7966,6 +8471,7 @@ public void setSslPreprocessSniHostname(Boolean sslPreprocessSniHostname) { * This is the getter method this will return the attribute value. * Number of ssl sessions that can be cached per vs. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @return sslSessCachePerVs */ @@ -7978,6 +8484,7 @@ public Integer getSslSessCachePerVs() { * This is the setter method to the attribute. * Number of ssl sessions that can be cached per vs. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4096. * @param sslSessCachePerVs set the sslSessCachePerVs. */ @@ -7989,6 +8496,7 @@ public void setSslSessCachePerVs(Integer sslSessCachePerVs) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -8000,6 +8508,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. */ @@ -8014,6 +8523,7 @@ public void setTenantRef(String tenantRef) { * Allowed values are 0-100. * Field introduced in 20.1.1. * Unit is percent. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @return transientSharedMemoryMax */ @@ -8028,6 +8538,7 @@ public Integer getTransientSharedMemoryMax() { * Allowed values are 0-100. * Field introduced in 20.1.1. * Unit is percent. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @param transientSharedMemoryMax set the transientSharedMemoryMax. */ @@ -8044,6 +8555,7 @@ public void setTransientSharedMemoryMax(Integer transientSharedMemoryMax) { * Set it to zero (0) to deactivate throttling. * Field introduced in 17.1.3. * Unit is per_second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return udfLogThrottle */ @@ -8060,6 +8572,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 100. * @param udfLogThrottle set the udfLogThrottle. */ @@ -8073,6 +8586,7 @@ public void setUdfLogThrottle(Integer udfLogThrottle) { * Timeout for backend connection. * Field introduced in 21.1.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @return upstreamConnectTimeout */ @@ -8086,6 +8600,7 @@ public Integer getUpstreamConnectTimeout() { * Timeout for backend connection. * Field introduced in 21.1.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @param upstreamConnectTimeout set the upstreamConnectTimeout. */ @@ -8098,6 +8613,7 @@ public void setUpstreamConnectTimeout(Integer upstreamConnectTimeout) { * This is the getter method this will return the attribute value. * Enable upstream connection pool,. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return upstreamConnpoolEnable */ @@ -8110,6 +8626,7 @@ public Boolean getUpstreamConnpoolEnable() { * This is the setter method to the attribute. * Enable upstream connection pool,. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param upstreamConnpoolEnable set the upstreamConnpoolEnable. */ @@ -8123,6 +8640,7 @@ public void setUpstreamConnpoolEnable(Boolean upstreamConnpoolEnable) { * Timeout for data to be received from backend. * Field introduced in 21.1.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @return upstreamReadTimeout */ @@ -8136,6 +8654,7 @@ public Integer getUpstreamReadTimeout() { * Timeout for data to be received from backend. * Field introduced in 21.1.1. * Unit is milliseconds. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @param upstreamReadTimeout set the upstreamReadTimeout. */ @@ -8149,7 +8668,8 @@ public void setUpstreamReadTimeout(Integer upstreamReadTimeout) { * Timeout for upstream to become writable. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in basic(allowed values- 3600000) edition, essentials(allowed values- 3600000) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 3600000), basic edition(allowed values- 3600000), enterprise + * with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @return upstreamSendTimeout */ @@ -8163,7 +8683,8 @@ public Integer getUpstreamSendTimeout() { * Timeout for upstream to become writable. * Field introduced in 21.1.1. * Unit is milliseconds. - * Allowed in basic(allowed values- 3600000) edition, essentials(allowed values- 3600000) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 3600000), basic edition(allowed values- 3600000), enterprise + * with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600000. * @param upstreamSendTimeout set the upstreamSendTimeout. */ @@ -8196,6 +8717,7 @@ public void setUrl(String url) { * Enables the use of hyper-threaded cores on se. * Requires se reboot. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return useHyperthreadedCores */ @@ -8209,6 +8731,7 @@ public Boolean getUseHyperthreadedCores() { * Enables the use of hyper-threaded cores on se. * Requires se reboot. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param useHyperthreadedCores set the useHyperthreadedCores. */ @@ -8221,6 +8744,7 @@ public void setUseHyperthreadedCores(Boolean useHyperthreadedCores) { * This is the getter method this will return the attribute value. * Enable legacy model of netlink notifications. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useLegacyNetlink */ @@ -8233,6 +8757,7 @@ public Boolean getUseLegacyNetlink() { * This is the setter method to the attribute. * Enable legacy model of netlink notifications. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useLegacyNetlink set the useLegacyNetlink. */ @@ -8245,7 +8770,8 @@ public void setUseLegacyNetlink(Boolean useLegacyNetlink) { * This is the getter method this will return the attribute value. * Enable interse objsyc distribution framework. * Field introduced in 20.1.3. - * Allowed in 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 true. * @return useObjsync */ @@ -8258,7 +8784,8 @@ public Boolean getUseObjsync() { * This is the setter method to the attribute. * Enable interse objsyc distribution framework. * Field introduced in 20.1.3. - * Allowed in 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 true. * @param useObjsync set the useObjsync. */ @@ -8273,6 +8800,7 @@ public void setUseObjsync(Boolean useObjsync) { * By default cloud level flag is set. * If not set, it inherits/uses the use_standard_alb flag from the cloud. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return useStandardAlb */ @@ -8287,6 +8815,7 @@ public Boolean getUseStandardAlb() { * By default cloud level flag is set. * If not set, it inherits/uses the use_standard_alb flag from the cloud. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param useStandardAlb set the useStandardAlb. */ @@ -8299,6 +8828,7 @@ public void setUseStandardAlb(Boolean useStandardAlb) { * This is the getter method this will return the attribute value. * Configuration for user-agent cache used in bot management. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return userAgentCacheConfig */ @@ -8311,6 +8841,7 @@ public UserAgentCacheConfig getUserAgentCacheConfig() { * This is the setter method to the attribute. * Configuration for user-agent cache used in bot management. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param userAgentCacheConfig set the userAgentCacheConfig. */ @@ -8324,6 +8855,7 @@ public void setUserAgentCacheConfig(UserAgentCacheConfig userAgentCacheConfig) { * Defines in seconds how long before an unused user-defined-metric is garbage collected. * Field introduced in 21.1.1. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return userDefinedMetricAge */ @@ -8337,6 +8869,7 @@ public Integer getUserDefinedMetricAge() { * Defines in seconds how long before an unused user-defined-metric is garbage collected. * Field introduced in 21.1.1. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param userDefinedMetricAge set the userDefinedMetricAge. */ @@ -8347,7 +8880,7 @@ public void setUserDefinedMetricAge(Integer userDefinedMetricAge) { /** * 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 */ @@ -8358,7 +8891,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. */ @@ -8369,7 +8902,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_clusters of obj type serviceenginegroup 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 vcenterClusters */ @@ -8380,7 +8913,7 @@ public VcenterClusters getVcenterClusters() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcenter_clusters of obj type serviceenginegroup 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 vcenterClusters set the vcenterClusters. */ @@ -8392,6 +8925,7 @@ public void setVcenterClusters(VcenterClusters vcenterClusters) { /** * This is the getter method this will return the attribute value. * Enum options - VCENTER_DATASTORE_ANY, VCENTER_DATASTORE_LOCAL, VCENTER_DATASTORE_SHARED. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "VCENTER_DATASTORE_ANY". * @return vcenterDatastoreMode */ @@ -8403,6 +8937,7 @@ public String getVcenterDatastoreMode() { /** * This is the setter method to the attribute. * Enum options - VCENTER_DATASTORE_ANY, VCENTER_DATASTORE_LOCAL, VCENTER_DATASTORE_SHARED. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "VCENTER_DATASTORE_ANY". * @param vcenterDatastoreMode set the vcenterDatastoreMode. */ @@ -8413,7 +8948,7 @@ public void setVcenterDatastoreMode(String vcenterDatastoreMode) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_datastores of obj type serviceenginegroup 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 vcenterDatastores */ @@ -8424,7 +8959,7 @@ public List getVcenterDatastores() { /** * This is the setter method. this will set the vcenterDatastores - * Placeholder for description of property vcenter_datastores of obj type serviceenginegroup 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 vcenterDatastores */ @@ -8435,7 +8970,7 @@ public void setVcenterDatastores(List vcenterDatastores) { /** * This is the setter method this will set the vcenterDatastores - * Placeholder for description of property vcenter_datastores of obj type serviceenginegroup 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 vcenterDatastores */ @@ -8451,7 +8986,7 @@ public ServiceEngineGroup addVcenterDatastoresItem(VcenterDatastore vcenterDatas /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_datastores_include of obj type serviceenginegroup 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 vcenterDatastoresInclude */ @@ -8462,7 +8997,7 @@ public Boolean getVcenterDatastoresInclude() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcenter_datastores_include of obj type serviceenginegroup 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 vcenterDatastoresInclude set the vcenterDatastoresInclude. */ @@ -8474,6 +9009,7 @@ public void setVcenterDatastoresInclude(Boolean vcenterDatastoresInclude) { /** * This is the getter method this will return the attribute value. * Folder to place all the service engine virtual machines in vcenter. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AviSeFolder". * @return vcenterFolder */ @@ -8485,6 +9021,7 @@ public String getVcenterFolder() { /** * This is the setter method to the attribute. * Folder to place all the service engine virtual machines in vcenter. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AviSeFolder". * @param vcenterFolder set the vcenterFolder. */ @@ -8495,7 +9032,7 @@ public void setVcenterFolder(String vcenterFolder) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_hosts of obj type serviceenginegroup 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 vcenterHosts */ @@ -8506,7 +9043,7 @@ public VcenterHosts getVcenterHosts() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcenter_hosts of obj type serviceenginegroup 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 vcenterHosts set the vcenterHosts. */ @@ -8515,10 +9052,37 @@ public void setVcenterHosts(VcenterHosts vcenterHosts) { this.vcenterHosts = vcenterHosts; } + /** + * This is the getter method this will return the attribute value. + * Parking port group to be used by 9 vnics at the time of se creation. + * Field introduced in 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 null. + * @return vcenterParkingVnicPg + */ + @VsoMethod + public String getVcenterParkingVnicPg() { + return vcenterParkingVnicPg; + } + + /** + * This is the setter method to the attribute. + * Parking port group to be used by 9 vnics at the time of se creation. + * Field introduced in 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 null. + * @param vcenterParkingVnicPg set the vcenterParkingVnicPg. + */ + @VsoMethod + public void setVcenterParkingVnicPg(String vcenterParkingVnicPg) { + this.vcenterParkingVnicPg = vcenterParkingVnicPg; + } + /** * This is the getter method this will return the attribute value. * Vcenter information for scoping at host/cluster level. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenters */ @@ -8531,6 +9095,7 @@ public List getVcenters() { * This is the setter method. this will set the vcenters * Vcenter information for scoping at host/cluster level. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenters */ @@ -8543,6 +9108,7 @@ public void setVcenters(List vcenters) { * This is the setter method this will set the vcenters * Vcenter information for scoping at host/cluster level. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenters */ @@ -8560,6 +9126,7 @@ public ServiceEngineGroup addVcentersItem(PlacementScopeConfig vcentersItem) { * This is the getter method this will return the attribute value. * Number of vcpus for each of the service engine virtual machines. * Changes to this setting do not affect existing ses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return vcpusPerSe */ @@ -8572,6 +9139,7 @@ public Integer getVcpusPerSe() { * This is the setter method to the attribute. * Number of vcpus for each of the service engine virtual machines. * Changes to this setting do not affect existing ses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param vcpusPerSe set the vcpusPerSe. */ @@ -8584,6 +9152,7 @@ public void setVcpusPerSe(Integer vcpusPerSe) { * This is the getter method this will return the attribute value. * When vip_asg is set, vip configuration will be managed by avi.user will be able to configure vip_asg or vips individually at the time of create. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipAsg */ @@ -8596,6 +9165,7 @@ public VipAutoscaleGroup getVipAsg() { * This is the setter method to the attribute. * When vip_asg is set, vip configuration will be managed by avi.user will be able to configure vip_asg or vips individually at the time of create. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipAsg set the vipAsg. */ @@ -8610,7 +9180,8 @@ public void setVipAsg(VipAutoscaleGroup vipAsg) { * Allowed values are 1-1000. * Field introduced in 21.1.1. * Unit is sec. - * 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 6. * @return vnicDhcpIpCheckInterval */ @@ -8625,7 +9196,8 @@ public Integer getVnicDhcpIpCheckInterval() { * Allowed values are 1-1000. * Field introduced in 21.1.1. * Unit is sec. - * 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 6. * @param vnicDhcpIpCheckInterval set the vnicDhcpIpCheckInterval. */ @@ -8638,7 +9210,8 @@ public void setVnicDhcpIpCheckInterval(Integer vnicDhcpIpCheckInterval) { * This is the getter method this will return the attribute value. * Dhcp ip max retries. * Field introduced in 21.1.1. - * Allowed in 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 10. * @return vnicDhcpIpMaxRetries */ @@ -8651,7 +9224,8 @@ public Integer getVnicDhcpIpMaxRetries() { * This is the setter method to the attribute. * Dhcp ip max retries. * 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 10. * @param vnicDhcpIpMaxRetries set the vnicDhcpIpMaxRetries. */ @@ -8665,7 +9239,8 @@ public void setVnicDhcpIpMaxRetries(Integer vnicDhcpIpMaxRetries) { * Wait interval before deleting ip. * Field introduced in 21.1.1. * Unit is sec. - * 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 5. * @return vnicIpDeleteInterval */ @@ -8679,7 +9254,8 @@ public Integer getVnicIpDeleteInterval() { * Wait interval before deleting ip. * Field introduced in 21.1.1. * Unit is sec. - * 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 5. * @param vnicIpDeleteInterval set the vnicIpDeleteInterval. */ @@ -8693,7 +9269,8 @@ public void setVnicIpDeleteInterval(Integer vnicIpDeleteInterval) { * Probe vnic interval. * Field introduced in 21.1.1. * Unit is sec. - * 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 5. * @return vnicProbeInterval */ @@ -8707,7 +9284,8 @@ public Integer getVnicProbeInterval() { * Probe vnic interval. * Field introduced in 21.1.1. * Unit is sec. - * 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 5. * @param vnicProbeInterval set the vnicProbeInterval. */ @@ -8721,7 +9299,8 @@ public void setVnicProbeInterval(Integer vnicProbeInterval) { * Time interval for retrying the failed vnic rpc requests. * Field introduced in 21.1.1. * Unit is sec. - * Allowed in 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 5. * @return vnicRpcRetryInterval */ @@ -8735,7 +9314,8 @@ public Integer getVnicRpcRetryInterval() { * Time interval for retrying the failed vnic rpc requests. * Field introduced in 21.1.1. * Unit is sec. - * 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 5. * @param vnicRpcRetryInterval set the vnicRpcRetryInterval. */ @@ -8749,7 +9329,8 @@ public void setVnicRpcRetryInterval(Integer vnicRpcRetryInterval) { * Size of vnicdb command history. * Allowed values are 0-65535. * 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 256. * @return vnicdbCmdHistorySize */ @@ -8763,7 +9344,8 @@ public Integer getVnicdbCmdHistorySize() { * Size of vnicdb command history. * Allowed values are 0-65535. * 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 256. * @param vnicdbCmdHistorySize set the vnicdbCmdHistorySize. */ @@ -8775,8 +9357,9 @@ public void setVnicdbCmdHistorySize(Integer vnicdbCmdHistorySize) { /** * This is the getter method this will return the attribute value. * Ensure primary and secondary service engines are deployed on different physical hosts. - * Allowed in basic(allowed values- true) edition, essentials(allowed values- true) edition, enterprise edition. - * Special default for basic edition is true, essentials edition is true, enterprise is true. + * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with + * cloud services edition. + * Special default for essentials edition is true, basic edition is true, enterprise is true. * @return vsHostRedundancy */ @VsoMethod @@ -8787,8 +9370,9 @@ public Boolean getVsHostRedundancy() { /** * This is the setter method to the attribute. * Ensure primary and secondary service engines are deployed on different physical hosts. - * Allowed in basic(allowed values- true) edition, essentials(allowed values- true) edition, enterprise edition. - * Special default for basic edition is true, essentials edition is true, enterprise is true. + * Allowed in enterprise edition with any value, essentials edition(allowed values- true), basic edition(allowed values- true), enterprise with + * cloud services edition. + * Special default for essentials edition is true, basic edition is true, enterprise is true. * @param vsHostRedundancy set the vsHostRedundancy. */ @VsoMethod @@ -8800,6 +9384,7 @@ public void setVsHostRedundancy(Boolean vsHostRedundancy) { * This is the getter method this will return the attribute value. * Time to wait for the scaled in se to drain existing flows before marking the scalein done. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @return vsScaleinTimeout */ @@ -8812,6 +9397,7 @@ public Integer getVsScaleinTimeout() { * This is the setter method to the attribute. * Time to wait for the scaled in se to drain existing flows before marking the scalein done. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @param vsScaleinTimeout set the vsScaleinTimeout. */ @@ -8824,6 +9410,7 @@ public void setVsScaleinTimeout(Integer vsScaleinTimeout) { * This is the getter method this will return the attribute value. * During se upgrade, time to wait for the scaled-in se to drain existing flows before marking the scalein done. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @return vsScaleinTimeoutForUpgrade */ @@ -8836,6 +9423,7 @@ public Integer getVsScaleinTimeoutForUpgrade() { * This is the setter method to the attribute. * During se upgrade, time to wait for the scaled-in se to drain existing flows before marking the scalein done. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @param vsScaleinTimeoutForUpgrade set the vsScaleinTimeoutForUpgrade. */ @@ -8848,6 +9436,7 @@ public void setVsScaleinTimeoutForUpgrade(Integer vsScaleinTimeoutForUpgrade) { * This is the getter method this will return the attribute value. * Time to wait for the scaled out se to become ready before marking the scaleout done. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 600. * @return vsScaleoutTimeout */ @@ -8860,6 +9449,7 @@ public Integer getVsScaleoutTimeout() { * This is the setter method to the attribute. * Time to wait for the scaled out se to become ready before marking the scaleout done. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 600. * @param vsScaleoutTimeout set the vsScaleoutTimeout. */ @@ -8876,6 +9466,7 @@ public void setVsScaleoutTimeout(Integer vsScaleoutTimeout) { * Allowed values are 0-20. * Field introduced in 18.1.5,18.2.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return vsSeScaleoutAdditionalWaitTime */ @@ -8892,6 +9483,7 @@ public Integer getVsSeScaleoutAdditionalWaitTime() { * Allowed values are 0-20. * Field introduced in 18.1.5,18.2.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param vsSeScaleoutAdditionalWaitTime set the vsSeScaleoutAdditionalWaitTime. */ @@ -8906,6 +9498,7 @@ public void setVsSeScaleoutAdditionalWaitTime(Integer vsSeScaleoutAdditionalWai * Allowed values are 0-90. * Field introduced in 18.1.5,18.2.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return vsSeScaleoutReadyTimeout */ @@ -8920,6 +9513,7 @@ public Integer getVsSeScaleoutReadyTimeout() { * Allowed values are 0-90. * Field introduced in 18.1.5,18.2.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param vsSeScaleoutReadyTimeout set the vsSeScaleoutReadyTimeout. */ @@ -8933,6 +9527,7 @@ public void setVsSeScaleoutReadyTimeout(Integer vsSeScaleoutReadyTimeout) { * During se upgrade in a legacy active/standby segroup, time to wait for the new primary se to accept flows before marking the switchover done. * Field introduced in 17.2.13,18.1.4,18.2.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @return vsSwitchoverTimeout */ @@ -8946,6 +9541,7 @@ public Integer getVsSwitchoverTimeout() { * During se upgrade in a legacy active/standby segroup, time to wait for the new primary se to accept flows before marking the switchover done. * Field introduced in 17.2.13,18.1.4,18.2.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300. * @param vsSwitchoverTimeout set the vsSwitchoverTimeout. */ @@ -8958,6 +9554,7 @@ public void setVsSwitchoverTimeout(Integer vsSwitchoverTimeout) { * This is the getter method this will return the attribute value. * Parameters to place virtual services on only a subset of the cores of an se. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vssPlacement */ @@ -8970,6 +9567,7 @@ public VssPlacement getVssPlacement() { * This is the setter method to the attribute. * Parameters to place virtual services on only a subset of the cores of an se. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vssPlacement set the vssPlacement. */ @@ -8982,6 +9580,7 @@ public void setVssPlacement(VssPlacement vssPlacement) { * This is the getter method this will return the attribute value. * If set, virtual services will be placed on only a subset of the cores of an se. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return vssPlacementEnabled */ @@ -8994,6 +9593,7 @@ public Boolean getVssPlacementEnabled() { * This is the setter method to the attribute. * If set, virtual services will be placed on only a subset of the cores of an se. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param vssPlacementEnabled set the vssPlacementEnabled. */ @@ -9009,6 +9609,7 @@ public void setVssPlacementEnabled(Boolean vssPlacementEnabled) { * Field deprecated in 18.2.3. * Field introduced in 18.1.2. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return wafLearningInterval */ @VsoMethod @@ -9023,6 +9624,7 @@ public Integer getWafLearningInterval() { * Field deprecated in 18.2.3. * Field introduced in 18.1.2. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param wafLearningInterval set the wafLearningInterval. */ @VsoMethod @@ -9037,6 +9639,7 @@ public void setWafLearningInterval(Integer wafLearningInterval) { * Field deprecated in 18.2.3. * Field introduced in 18.1.2. * Unit is mb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return wafLearningMemory */ @VsoMethod @@ -9051,6 +9654,7 @@ public Integer getWafLearningMemory() { * Field deprecated in 18.2.3. * Field introduced in 18.1.2. * Unit is mb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param wafLearningMemory set the wafLearningMemory. */ @VsoMethod @@ -9062,6 +9666,7 @@ public void setWafLearningMemory(Integer wafLearningMemory) { * This is the getter method this will return the attribute value. * Enable memory pool for waf.requires se reboot. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return wafMempool */ @@ -9074,6 +9679,7 @@ public Boolean getWafMempool() { * This is the setter method to the attribute. * Enable memory pool for waf.requires se reboot. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param wafMempool set the wafMempool. */ @@ -9087,6 +9693,7 @@ public void setWafMempool(Boolean wafMempool) { * Memory pool size used for waf.requires se reboot. * Field introduced in 17.2.3. * Unit is kb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @return wafMempoolSize */ @@ -9100,6 +9707,7 @@ public Integer getWafMempoolSize() { * Memory pool size used for waf.requires se reboot. * Field introduced in 17.2.3. * Unit is kb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @param wafMempoolSize set the wafMempoolSize. */ @@ -9413,7 +10021,8 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.hybridRssMode, objServiceEngineGroup.hybridRssMode)&& Objects.equals(this.numDispatcherQueues, objServiceEngineGroup.numDispatcherQueues)&& Objects.equals(this.kniAllowedServerPorts, objServiceEngineGroup.kniAllowedServerPorts)&& - Objects.equals(this.deactivateKniFilteringAtDispatcher, objServiceEngineGroup.deactivateKniFilteringAtDispatcher); + Objects.equals(this.deactivateKniFilteringAtDispatcher, objServiceEngineGroup.deactivateKniFilteringAtDispatcher)&& + Objects.equals(this.vcenterParkingVnicPg, objServiceEngineGroup.vcenterParkingVnicPg); } @Override @@ -9690,6 +10299,7 @@ public String toString() { sb.append(" vcenterDatastoresInclude: ").append(toIndentedString(vcenterDatastoresInclude)).append("\n"); sb.append(" vcenterFolder: ").append(toIndentedString(vcenterFolder)).append("\n"); sb.append(" vcenterHosts: ").append(toIndentedString(vcenterHosts)).append("\n"); + sb.append(" vcenterParkingVnicPg: ").append(toIndentedString(vcenterParkingVnicPg)).append("\n"); sb.append(" vcenters: ").append(toIndentedString(vcenters)).append("\n"); sb.append(" vcpusPerSe: ").append(toIndentedString(vcpusPerSe)).append("\n"); sb.append(" vipAsg: ").append(toIndentedString(vipAsg)).append("\n"); diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServiceEngineLimits.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServiceEngineLimits.java index f69e4dad..f7a2ada7 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServiceEngineLimits.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServiceEngineLimits.java @@ -66,6 +66,7 @@ public class ServiceEngineLimits extends AviRestResource { * This is the getter method this will return the attribute value. * Maximum number of virtualservices per serviceengine, including east-west virtualservices. * 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 allVirtualservicesPerServiceengine */ @@ -78,6 +79,7 @@ public Integer getAllVirtualservicesPerServiceengine() { * This is the setter method to the attribute. * Maximum number of virtualservices per serviceengine, including east-west virtualservices. * 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 allVirtualservicesPerServiceengine set the allVirtualservicesPerServiceengine. */ @@ -90,6 +92,7 @@ public void setAllVirtualservicesPerServiceengine(Integer allVirtualservicesPer * This is the getter method this will return the attribute value. * Maximum number of east-west virtualservices per serviceengine, excluding north-south virtualservices. * Field 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 ewVirtualservicesPerServiceengine */ @@ -102,6 +105,7 @@ public Integer getEwVirtualservicesPerServiceengine() { * This is the setter method to the attribute. * Maximum number of east-west virtualservices per serviceengine, excluding north-south virtualservices. * 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 ewVirtualservicesPerServiceengine set the ewVirtualservicesPerServiceengine. */ @@ -114,6 +118,7 @@ public void setEwVirtualservicesPerServiceengine(Integer ewVirtualservicesPerSe * This is the getter method this will return the attribute value. * Maximum number of north-south virtualservices per serviceengine, excluding east-west virtualservices. * Field 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 nsVirtualservicesPerServiceengine */ @@ -126,6 +131,7 @@ public Integer getNsVirtualservicesPerServiceengine() { * This is the setter method to the attribute. * Maximum number of north-south virtualservices per serviceengine, excluding east-west virtualservices. * 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 nsVirtualservicesPerServiceengine set the nsVirtualservicesPerServiceengine. */ @@ -138,6 +144,7 @@ public void setNsVirtualservicesPerServiceengine(Integer nsVirtualservicesPerSe * This is the getter method this will return the attribute value. * Maximum number of logical interfaces (vlan, bond) per serviceengine. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numLogicalIntfPerSe */ @@ -150,6 +157,7 @@ public Integer getNumLogicalIntfPerSe() { * This is the setter method to the attribute. * Maximum number of logical interfaces (vlan, bond) per serviceengine. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numLogicalIntfPerSe set the numLogicalIntfPerSe. */ @@ -162,6 +170,7 @@ public void setNumLogicalIntfPerSe(Integer numLogicalIntfPerSe) { * This is the getter method this will return the attribute value. * Maximum number of physical interfaces per serviceengine. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numPhyIntfPerSe */ @@ -174,6 +183,7 @@ public Integer getNumPhyIntfPerSe() { * This is the setter method to the attribute. * Maximum number of physical interfaces per serviceengine. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numPhyIntfPerSe set the numPhyIntfPerSe. */ @@ -186,6 +196,7 @@ public void setNumPhyIntfPerSe(Integer numPhyIntfPerSe) { * This is the getter method this will return the attribute value. * Maximum number of virtualservices with realtime metrics enabled. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numVirtualservicesRtMetrics */ @@ -198,6 +209,7 @@ public Integer getNumVirtualservicesRtMetrics() { * This is the setter method to the attribute. * Maximum number of virtualservices with realtime metrics enabled. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numVirtualservicesRtMetrics set the numVirtualservicesRtMetrics. */ @@ -210,6 +222,7 @@ public void setNumVirtualservicesRtMetrics(Integer numVirtualservicesRtMetrics) * This is the getter method this will return the attribute value. * Maximum number of vlan interfaces per physical interface. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numVlanIntfPerPhyIntf */ @@ -222,6 +235,7 @@ public Integer getNumVlanIntfPerPhyIntf() { * This is the setter method to the attribute. * Maximum number of vlan interfaces per physical interface. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numVlanIntfPerPhyIntf set the numVlanIntfPerPhyIntf. */ @@ -234,6 +248,7 @@ public void setNumVlanIntfPerPhyIntf(Integer numVlanIntfPerPhyIntf) { * This is the getter method this will return the attribute value. * Maximum number of vlan interfaces per serviceengine. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numVlanIntfPerSe */ @@ -246,6 +261,7 @@ public Integer getNumVlanIntfPerSe() { * This is the setter method to the attribute. * Maximum number of vlan interfaces per serviceengine. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numVlanIntfPerSe set the numVlanIntfPerSe. */ @@ -258,6 +274,7 @@ public void setNumVlanIntfPerSe(Integer numVlanIntfPerSe) { * This is the getter method this will return the attribute value. * Serviceengine system limits specific to cloud type. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceengineCloudLimits */ @@ -270,6 +287,7 @@ public List getServiceengineCloudLimits() { * This is the setter method. this will set the serviceengineCloudLimits * Serviceengine system limits specific to cloud type. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceengineCloudLimits */ @@ -282,6 +300,7 @@ public void setServiceengineCloudLimits(List servicee * This is the setter method this will set the serviceengineCloudLimits * Serviceengine system limits specific to cloud type. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceengineCloudLimits */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServiceMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServiceMatch.java index c47c5bdd..da7cc0f4 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServiceMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServiceMatch.java @@ -45,6 +45,7 @@ public class ServiceMatch extends AviRestResource { * This is the getter method this will return the attribute value. * Destination port of the packet. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return destinationPort */ @@ -57,6 +58,7 @@ public PortMatch getDestinationPort() { * This is the setter method to the attribute. * Destination port of the packet. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param destinationPort set the destinationPort. */ @@ -70,6 +72,7 @@ public void setDestinationPort(PortMatch destinationPort) { * Protocol to match. * Supported protocols are tcp, udp and icmp. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return protocol */ @@ -83,6 +86,7 @@ public L4RuleProtocolMatch getProtocol() { * Protocol to match. * Supported protocols are tcp, udp and icmp. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param protocol set the protocol. */ @@ -95,6 +99,7 @@ public void setProtocol(L4RuleProtocolMatch protocol) { * This is the getter method this will return the attribute value. * Source port of the packet. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sourcePort */ @@ -107,6 +112,7 @@ public PortMatch getSourcePort() { * This is the setter method to the attribute. * Source port of the packet. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sourcePort set the sourcePort. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServicePoolSelector.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServicePoolSelector.java index 0646602c..01182072 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServicePoolSelector.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServicePoolSelector.java @@ -49,6 +49,7 @@ public class ServicePoolSelector extends AviRestResource { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type poolgroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servicePoolGroupRef */ @@ -60,6 +61,7 @@ public String getServicePoolGroupRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type poolgroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param servicePoolGroupRef set the servicePoolGroupRef. */ @@ -71,6 +73,7 @@ public void setServicePoolGroupRef(String servicePoolGroupRef) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servicePoolRef */ @@ -82,6 +85,7 @@ public String getServicePoolRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param servicePoolRef set the servicePoolRef. */ @@ -94,6 +98,7 @@ public void setServicePoolRef(String servicePoolRef) { * This is the getter method this will return the attribute value. * Pool based destination port. * Allowed values are 1-65535. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servicePort */ @@ -106,6 +111,7 @@ public Integer getServicePort() { * This is the setter method to the attribute. * Pool based destination port. * Allowed values are 1-65535. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param servicePort set the servicePort. */ @@ -118,8 +124,9 @@ public void setServicePort(Integer servicePort) { * This is the getter method this will return the attribute value. * The end of the service port number range. * Allowed values are 1-65535. - * Special values are 0- 'single port'. + * Special values are 0- single port. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return servicePortRangeEnd */ @@ -132,8 +139,9 @@ public Integer getServicePortRangeEnd() { * This is the setter method to the attribute. * The end of the service port number range. * Allowed values are 1-65535. - * Special values are 0- 'single port'. + * Special values are 0- single port. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param servicePortRangeEnd set the servicePortRangeEnd. */ @@ -147,6 +155,7 @@ public void setServicePortRangeEnd(Integer servicePortRangeEnd) { * Destination protocol to match for the pool selection. * If not specified, it will match any protocol. * Enum options - PROTOCOL_TYPE_TCP_PROXY, PROTOCOL_TYPE_TCP_FAST_PATH, PROTOCOL_TYPE_UDP_FAST_PATH, PROTOCOL_TYPE_UDP_PROXY. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceProtocol */ @@ -160,6 +169,7 @@ public String getServiceProtocol() { * Destination protocol to match for the pool selection. * If not specified, it will match any protocol. * Enum options - PROTOCOL_TYPE_TCP_PROXY, PROTOCOL_TYPE_TCP_FAST_PATH, PROTOCOL_TYPE_UDP_FAST_PATH, PROTOCOL_TYPE_UDP_PROXY. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceProtocol set the serviceProtocol. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServiceengineFaults.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServiceengineFaults.java index 4a52cebf..d6101e79 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServiceengineFaults.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/ServiceengineFaults.java @@ -34,6 +34,7 @@ public class ServiceengineFaults extends AviRestResource { * This is the getter method this will return the attribute value. * Enable debug faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return debugFaults */ @@ -46,6 +47,7 @@ public Boolean getDebugFaults() { * This is the setter method to the attribute. * Enable debug faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param debugFaults set the debugFaults. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SidebandProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SidebandProfile.java index ca16768c..4196c34d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SidebandProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SidebandProfile.java @@ -37,6 +37,7 @@ public class SidebandProfile extends AviRestResource { /** * This is the getter method this will return the attribute value. * Ip address of the sideband server. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -48,6 +49,7 @@ public List getIp() { /** * This is the setter method. this will set the ip * Ip address of the sideband server. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -59,6 +61,7 @@ public void setIp(List ip) { /** * This is the setter method this will set the ip * Ip address of the sideband server. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -77,6 +80,7 @@ public SidebandProfile addIpItem(IpAddr ipItem) { * Maximum size of the request body that will be sent on the sideband. * Allowed values are 0-16384. * Unit is bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @return sidebandMaxRequestBodySize */ @@ -90,6 +94,7 @@ public Integer getSidebandMaxRequestBodySize() { * Maximum size of the request body that will be sent on the sideband. * Allowed values are 0-16384. * Unit is bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @param sidebandMaxRequestBodySize set the sidebandMaxRequestBodySize. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SingleLicense.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SingleLicense.java index 270d5c8a..a81c08fe 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SingleLicense.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SingleLicense.java @@ -135,6 +135,7 @@ public class SingleLicense extends AviRestResource { * Features supported by the add-on license. * Enum options - LICENSE_UNKNOWN_ADDON, LICENSE_LEGACY_ADDON. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addons */ @@ -148,6 +149,7 @@ public List getAddons() { * Features supported by the add-on license. * Enum options - LICENSE_UNKNOWN_ADDON, LICENSE_LEGACY_ADDON. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addons */ @@ -161,6 +163,7 @@ public void setAddons(List addons) { * Features supported by the add-on license. * Enum options - LICENSE_UNKNOWN_ADDON, LICENSE_LEGACY_ADDON. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addons */ @@ -178,6 +181,7 @@ public SingleLicense addAddonsItem(String addonsItem) { * This is the getter method this will return the attribute value. * Total number of service engine burst cores for core based licenses. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return burstCores */ @@ -190,6 +194,7 @@ public Integer getBurstCores() { * This is the setter method to the attribute. * Total number of service engine burst cores for core based licenses. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param burstCores set the burstCores. */ @@ -202,6 +207,7 @@ public void setBurstCores(Integer burstCores) { * This is the getter method this will return the attribute value. * Total licensing capacity available for all the resoures available in a single license. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @return capacity */ @@ -214,6 +220,7 @@ public Float getCapacity() { * This is the setter method to the attribute. * Total licensing capacity available for all the resoures available in a single license. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @param capacity set the capacity. */ @@ -226,6 +233,7 @@ public void setCapacity(Float capacity) { * This is the getter method this will return the attribute value. * Number of concurrent vmware horizon users. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return ccu */ @@ -238,6 +246,7 @@ public Integer getCcu() { * This is the setter method to the attribute. * Number of concurrent vmware horizon users. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param ccu set the ccu. */ @@ -249,6 +258,7 @@ public void setCcu(Integer ccu) { /** * This is the getter method this will return the attribute value. * Number of service engine cores in non-container clouds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cores */ @@ -260,6 +270,7 @@ public Float getCores() { /** * This is the setter method to the attribute. * Number of service engine cores in non-container clouds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cores set the cores. */ @@ -272,6 +283,7 @@ public void setCores(Float cores) { * This is the getter method this will return the attribute value. * Total number of cpu cores. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @return cpuCores */ @@ -284,6 +296,7 @@ public Float getCpuCores() { * This is the setter method to the attribute. * Total number of cpu cores. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @param cpuCores set the cpuCores. */ @@ -294,7 +307,7 @@ public void setCpuCores(Float cpuCores) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property created_on of obj type singlelicense field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdOn */ @@ -305,7 +318,7 @@ public String getCreatedOn() { /** * This is the setter method to the attribute. - * Placeholder for description of property created_on of obj type singlelicense field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdOn set the createdOn. */ @@ -316,7 +329,7 @@ public void setCreatedOn(String createdOn) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property customer_name of obj type singlelicense field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return customerName */ @@ -327,7 +340,7 @@ public String getCustomerName() { /** * This is the setter method to the attribute. - * Placeholder for description of property customer_name of obj type singlelicense field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param customerName set the customerName. */ @@ -338,7 +351,7 @@ public void setCustomerName(String customerName) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property enforced_params of obj type singlelicense 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 enforcedParams */ @@ -349,7 +362,7 @@ public List getEnforcedParams() { /** * This is the setter method. this will set the enforcedParams - * Placeholder for description of property enforced_params of obj type singlelicense 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 enforcedParams */ @@ -360,7 +373,7 @@ public void setEnforcedParams(List enforcedParams) { /** * This is the setter method this will set the enforcedParams - * Placeholder for description of property enforced_params of obj type singlelicense 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 enforcedParams */ @@ -378,6 +391,7 @@ public SingleLicense addEnforcedParamsItem(String enforcedParamsItem) { * This is the getter method this will return the attribute value. * Flag to track license expiry. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return expired */ @@ -390,6 +404,7 @@ public Boolean getExpired() { * This is the setter method to the attribute. * Flag to track license expiry. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param expired set the expired. */ @@ -400,7 +415,7 @@ public void setExpired(Boolean expired) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property last_update of obj type singlelicense field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -411,7 +426,7 @@ public String getLastUpdate() { /** * This is the setter method to the attribute. - * Placeholder for description of property last_update of obj type singlelicense field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -422,7 +437,7 @@ public void setLastUpdate(String lastUpdate) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property license_id of obj type singlelicense field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseId */ @@ -433,7 +448,7 @@ public String getLicenseId() { /** * This is the setter method to the attribute. - * Placeholder for description of property license_id of obj type singlelicense field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseId set the licenseId. */ @@ -444,7 +459,7 @@ public void setLicenseId(String licenseId) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property license_name of obj type singlelicense field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseName */ @@ -455,7 +470,7 @@ public String getLicenseName() { /** * This is the setter method to the attribute. - * Placeholder for description of property license_name of obj type singlelicense field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseName set the licenseName. */ @@ -466,7 +481,7 @@ public void setLicenseName(String licenseName) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property license_string of obj type singlelicense field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return licenseString */ @@ -477,7 +492,7 @@ public String getLicenseString() { /** * This is the setter method to the attribute. - * Placeholder for description of property license_string of obj type singlelicense field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param licenseString set the licenseString. */ @@ -488,7 +503,7 @@ public void setLicenseString(String licenseString) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property license_tier of obj type singlelicense 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 licenseTier */ @@ -499,7 +514,7 @@ public List getLicenseTier() { /** * This is the setter method. this will set the licenseTier - * Placeholder for description of property license_tier of obj type singlelicense 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 licenseTier */ @@ -510,7 +525,7 @@ public void setLicenseTier(List licenseTier) { /** * This is the setter method this will set the licenseTier - * Placeholder for description of property license_tier of obj type singlelicense 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 licenseTier */ @@ -526,7 +541,7 @@ public SingleLicense addLicenseTierItem(String licenseTierItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property license_type of obj type singlelicense field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -537,7 +552,7 @@ public String getLicenseType() { /** * This is the setter method to the attribute. - * Placeholder for description of property license_type of obj type singlelicense field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -549,6 +564,7 @@ public void setLicenseType(String licenseType) { /** * This is the getter method this will return the attribute value. * Number of service engines hosts in container clouds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxSes */ @@ -560,6 +576,7 @@ public Integer getMaxSes() { /** * This is the setter method to the attribute. * Number of service engines hosts in container clouds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxSes set the maxSes. */ @@ -572,6 +589,7 @@ public void setMaxSes(Integer maxSes) { * This is the getter method this will return the attribute value. * Service engine bandwidth limits for bandwidth based licenses. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seBandwidthLimits */ @@ -584,6 +602,7 @@ public List getSeBandwidthLimits() { * This is the setter method. this will set the seBandwidthLimits * Service engine bandwidth limits for bandwidth based licenses. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seBandwidthLimits */ @@ -596,6 +615,7 @@ public void setSeBandwidthLimits(List seBandwidthLimits) { * This is the setter method this will set the seBandwidthLimits * Service engine bandwidth limits for bandwidth based licenses. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seBandwidthLimits */ @@ -613,6 +633,7 @@ public SingleLicense addSeBandwidthLimitsItem(SEBandwidthLimit seBandwidthLimits * This is the getter method this will return the attribute value. * Serial key (hyphen separated 25 char wide alphanumeric key ex aa123-23bas-383as-383ud-fhsfg). * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serialKey */ @@ -625,6 +646,7 @@ public String getSerialKey() { * This is the setter method to the attribute. * Serial key (hyphen separated 25 char wide alphanumeric key ex aa123-23bas-383as-383ud-fhsfg). * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serialKey set the serialKey. */ @@ -637,6 +659,7 @@ public void setSerialKey(String serialKey) { * This is the getter method this will return the attribute value. * Total number of service cores equivalent to all the resoures available in the single license. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @return serviceCores */ @@ -649,6 +672,7 @@ public Float getServiceCores() { * This is the setter method to the attribute. * Total number of service cores equivalent to all the resoures available in the single license. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0.0f. * @param serviceCores set the serviceCores. */ @@ -660,6 +684,7 @@ public void setServiceCores(Float serviceCores) { /** * This is the getter method this will return the attribute value. * Number of physical cpu sockets across service engines in no access and linux server clouds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sockets */ @@ -671,6 +696,7 @@ public Integer getSockets() { /** * This is the setter method to the attribute. * Number of physical cpu sockets across service engines in no access and linux server clouds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sockets set the sockets. */ @@ -681,7 +707,7 @@ public void setSockets(Integer sockets) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property start_on of obj type singlelicense field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startOn */ @@ -692,7 +718,7 @@ public String getStartOn() { /** * This is the setter method to the attribute. - * Placeholder for description of property start_on of obj type singlelicense field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startOn set the startOn. */ @@ -706,6 +732,7 @@ public void setStartOn(String startOn) { * Specifies the licensed tier. * Enum options - ENTERPRISE_16, ENTERPRISE, ENTERPRISE_18, BASIC, ESSENTIALS, ENTERPRISE_WITH_CLOUD_SERVICES. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tierType */ @@ -719,6 +746,7 @@ public String getTierType() { * Specifies the licensed tier. * Enum options - ENTERPRISE_16, ENTERPRISE, ENTERPRISE_18, BASIC, ESSENTIALS, ENTERPRISE_WITH_CLOUD_SERVICES. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tierType set the tierType. */ @@ -732,6 +760,7 @@ public void setTierType(String tierType) { * Units in which resources will be licensed. * Enum options - UNNOWN_UNIT, SERVICE_UNIT, LEGACY_ADDON_UNIT. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SERVICE_UNIT". * @return unit */ @@ -745,6 +774,7 @@ public String getUnit() { * Units in which resources will be licensed. * Enum options - UNNOWN_UNIT, SERVICE_UNIT, LEGACY_ADDON_UNIT. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SERVICE_UNIT". * @param unit set the unit. */ @@ -755,7 +785,7 @@ public void setUnit(String unit) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property valid_until of obj type singlelicense field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return validUntil */ @@ -766,7 +796,7 @@ public String getValidUntil() { /** * This is the setter method to the attribute. - * Placeholder for description of property valid_until of obj type singlelicense field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param validUntil set the validUntil. */ @@ -777,7 +807,7 @@ public void setValidUntil(String validUntil) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property version of obj type singlelicense field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -788,7 +818,7 @@ public String getVersion() { /** * This is the setter method to the attribute. - * Placeholder for description of property version of obj type singlelicense field type str type string. + * Allowed in enterprise edition with any value, 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/RediscoverVcenterParam.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SingleOptionalFieldMessage.java similarity index 53% rename from o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RediscoverVcenterParam.java rename to o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SingleOptionalFieldMessage.java index 8309bd00..d8843365 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/RediscoverVcenterParam.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SingleOptionalFieldMessage.java @@ -12,44 +12,48 @@ import org.springframework.stereotype.Service; /** - * The RediscoverVcenterParam is a POJO class extends AviRestResource that used for creating - * RediscoverVcenterParam. + * The SingleOptionalFieldMessage is a POJO class extends AviRestResource that used for creating + * SingleOptionalFieldMessage. * * @version 1.0 * @since * */ -@VsoObject(create = false, name = "RediscoverVcenterParam") -@VsoFinder(name = Constants.FINDER_VRO_REDISCOVERVCENTERPARAM) +@VsoObject(create = false, name = "SingleOptionalFieldMessage") +@VsoFinder(name = Constants.FINDER_VRO_SINGLEOPTIONALFIELDMESSAGE) @JsonIgnoreProperties(ignoreUnknown = true) @Service -public class RediscoverVcenterParam extends AviRestResource { - @JsonProperty("cloud") +public class SingleOptionalFieldMessage extends AviRestResource { + @JsonProperty("optional_string") @JsonInclude(Include.NON_NULL) - private String cloud = null; + private String optionalString = null; /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cloud of obj type rediscovervcenterparam field type str type string. + * Optional string field for nested f_mandatory test cases-level3. + * 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 cloud + * @return optionalString */ @VsoMethod - public String getCloud() { - return cloud; + public String getOptionalString() { + return optionalString; } /** * This is the setter method to the attribute. - * Placeholder for description of property cloud of obj type rediscovervcenterparam field type str type string. + * Optional string field for nested f_mandatory test cases-level3. + * 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 cloud set the cloud. + * @param optionalString set the optionalString. */ @VsoMethod - public void setCloud(String cloud) { - this.cloud = cloud; + public void setOptionalString(String optionalString) { + this.optionalString = optionalString; } @@ -62,15 +66,15 @@ public boolean equals(java.lang.Object o) { if (o == null || getClass() != o.getClass()) { return false; } - RediscoverVcenterParam objRediscoverVcenterParam = (RediscoverVcenterParam) o; - return Objects.equals(this.cloud, objRediscoverVcenterParam.cloud); + SingleOptionalFieldMessage objSingleOptionalFieldMessage = (SingleOptionalFieldMessage) o; + return Objects.equals(this.optionalString, objSingleOptionalFieldMessage.optionalString); } @Override public String toString() { StringBuilder sb = new StringBuilder(); - sb.append("class RediscoverVcenterParam {\n"); - sb.append(" cloud: ").append(toIndentedString(cloud)).append("\n"); + sb.append("class SingleOptionalFieldMessage {\n"); + sb.append(" optionalString: ").append(toIndentedString(optionalString)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrInterestedEntity.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SingleOptionalStringField.java similarity index 56% rename from o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrInterestedEntity.java rename to o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SingleOptionalStringField.java index 3baf3565..76118a83 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrInterestedEntity.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SingleOptionalStringField.java @@ -12,44 +12,48 @@ import org.springframework.stereotype.Service; /** - * The VIMgrInterestedEntity is a POJO class extends AviRestResource that used for creating - * VIMgrInterestedEntity. + * The SingleOptionalStringField is a POJO class extends AviRestResource that used for creating + * SingleOptionalStringField. * * @version 1.0 * @since * */ -@VsoObject(create = false, name = "VIMgrInterestedEntity") -@VsoFinder(name = Constants.FINDER_VRO_VIMGRINTERESTEDENTITY) +@VsoObject(create = false, name = "SingleOptionalStringField") +@VsoFinder(name = Constants.FINDER_VRO_SINGLEOPTIONALSTRINGFIELD) @JsonIgnoreProperties(ignoreUnknown = true) @Service -public class VIMgrInterestedEntity extends AviRestResource { - @JsonProperty("interested_uuid") +public class SingleOptionalStringField extends AviRestResource { + @JsonProperty("test_string") @JsonInclude(Include.NON_NULL) - private String interestedUuid = null; + private String testString = null; /** * This is the getter method this will return the attribute value. - * Unique object identifier of interested. + * Optional string field. + * 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 interestedUuid + * @return testString */ @VsoMethod - public String getInterestedUuid() { - return interestedUuid; + public String getTestString() { + return testString; } /** * This is the setter method to the attribute. - * Unique object identifier of interested. + * Optional string field. + * 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 interestedUuid set the interestedUuid. + * @param testString set the testString. */ @VsoMethod - public void setInterestedUuid(String interestedUuid) { - this.interestedUuid = interestedUuid; + public void setTestString(String testString) { + this.testString = testString; } @@ -62,15 +66,15 @@ public boolean equals(java.lang.Object o) { if (o == null || getClass() != o.getClass()) { return false; } - VIMgrInterestedEntity objVIMgrInterestedEntity = (VIMgrInterestedEntity) o; - return Objects.equals(this.interestedUuid, objVIMgrInterestedEntity.interestedUuid); + SingleOptionalStringField objSingleOptionalStringField = (SingleOptionalStringField) o; + return Objects.equals(this.testString, objSingleOptionalStringField.testString); } @Override public String toString() { StringBuilder sb = new StringBuilder(); - sb.append("class VIMgrInterestedEntity {\n"); - sb.append(" interestedUuid: ").append(toIndentedString(interestedUuid)).append("\n"); + sb.append("class SingleOptionalStringField {\n"); + sb.append(" testString: ").append(toIndentedString(testString)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SipLog.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SipLog.java index 770bed0a..1d490ebc 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SipLog.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SipLog.java @@ -55,6 +55,7 @@ public class SipLog extends AviRestResource { * Server connection protocol type. * Enum options - PROTOCOL_ICMP, PROTOCOL_TCP, PROTOCOL_UDP. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverProtocol */ @@ -68,6 +69,7 @@ public String getServerProtocol() { * Server connection protocol type. * Enum options - PROTOCOL_ICMP, PROTOCOL_TCP, PROTOCOL_UDP. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverProtocol set the serverProtocol. */ @@ -80,6 +82,7 @@ public void setServerProtocol(String serverProtocol) { * This is the getter method this will return the attribute value. * Sip callid header. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sipCallidHdr */ @@ -92,6 +95,7 @@ public String getSipCallidHdr() { * This is the setter method to the attribute. * Sip callid header. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sipCallidHdr set the sipCallidHdr. */ @@ -104,6 +108,7 @@ public void setSipCallidHdr(String sipCallidHdr) { * This is the getter method this will return the attribute value. * Client's sip contact header. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sipContactHdr */ @@ -116,6 +121,7 @@ public String getSipContactHdr() { * This is the setter method to the attribute. * Client's sip contact header. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sipContactHdr set the sipContactHdr. */ @@ -128,6 +134,7 @@ public void setSipContactHdr(String sipContactHdr) { * This is the getter method this will return the attribute value. * Sip from header. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sipFromHdr */ @@ -140,6 +147,7 @@ public String getSipFromHdr() { * This is the setter method to the attribute. * Sip from header. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sipFromHdr set the sipFromHdr. */ @@ -152,6 +160,7 @@ public void setSipFromHdr(String sipFromHdr) { * This is the getter method this will return the attribute value. * Sip messages. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sipMessages */ @@ -164,6 +173,7 @@ public List getSipMessages() { * This is the setter method. this will set the sipMessages * Sip messages. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sipMessages */ @@ -176,6 +186,7 @@ public void setSipMessages(List sipMessages) { * This is the setter method this will set the sipMessages * Sip messages. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sipMessages */ @@ -193,6 +204,7 @@ public SipLog addSipMessagesItem(SipMessage sipMessagesItem) { * This is the getter method this will return the attribute value. * Sip to header. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sipToHdr */ @@ -205,6 +217,7 @@ public String getSipToHdr() { * This is the setter method to the attribute. * Sip to header. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sipToHdr set the sipToHdr. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SipMessage.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SipMessage.java index cfa9b282..fea555e2 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SipMessage.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SipMessage.java @@ -62,6 +62,7 @@ public class SipMessage extends AviRestResource { * This is the getter method this will return the attribute value. * Contents up to first 128 bytes of a sip message for which could not be parsed. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return content */ @@ -74,6 +75,7 @@ public String getContent() { * This is the setter method to the attribute. * Contents up to first 128 bytes of a sip message for which could not be parsed. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param content set the content. */ @@ -86,6 +88,7 @@ public void setContent(String content) { * This is the getter method this will return the attribute value. * Indicates if sip message is received from a client. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fromClient */ @@ -98,6 +101,7 @@ public Boolean getFromClient() { * This is the setter method to the attribute. * Indicates if sip message is received from a client. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fromClient set the fromClient. */ @@ -110,6 +114,7 @@ public void setFromClient(Boolean fromClient) { * This is the getter method this will return the attribute value. * Sip request method string. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return method */ @@ -122,6 +127,7 @@ public String getMethod() { * This is the setter method to the attribute. * Sip request method string. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param method set the method. */ @@ -134,6 +140,7 @@ public void setMethod(String method) { * This is the getter method this will return the attribute value. * Sip message receive time stamp. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rcvTimestamp */ @@ -146,6 +153,7 @@ public Integer getRcvTimestamp() { * This is the setter method to the attribute. * Sip message receive time stamp. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rcvTimestamp set the rcvTimestamp. */ @@ -158,6 +166,7 @@ public void setRcvTimestamp(Integer rcvTimestamp) { * This is the getter method this will return the attribute value. * Sip message size before modifications. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rxBytes */ @@ -170,6 +179,7 @@ public Integer getRxBytes() { * This is the setter method to the attribute. * Sip message size before modifications. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rxBytes set the rxBytes. */ @@ -182,6 +192,7 @@ public void setRxBytes(Integer rxBytes) { * This is the getter method this will return the attribute value. * Sip response status string. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -194,6 +205,7 @@ public String getStatus() { * This is the setter method to the attribute. * Sip response status string. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ @@ -206,6 +218,7 @@ public void setStatus(String status) { * This is the getter method this will return the attribute value. * Sip response status code, 2xx response means success. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return statusCode */ @@ -218,6 +231,7 @@ public Integer getStatusCode() { * This is the setter method to the attribute. * Sip response status code, 2xx response means success. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param statusCode set the statusCode. */ @@ -230,6 +244,7 @@ public void setStatusCode(Integer statusCode) { * This is the getter method this will return the attribute value. * Sip message size post modifications. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return txBytes */ @@ -242,6 +257,7 @@ public Integer getTxBytes() { * This is the setter method to the attribute. * Sip message size post modifications. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param txBytes set the txBytes. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SipServiceApplicationProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SipServiceApplicationProfile.java index 7cd54d4d..fa578f38 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SipServiceApplicationProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SipServiceApplicationProfile.java @@ -36,6 +36,7 @@ public class SipServiceApplicationProfile extends AviRestResource { * Allowed values are 2-512. * Field introduced in 17.2.8, 18.1.3, 18.2.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 32. * @return transactionTimeout */ @@ -50,6 +51,7 @@ public Integer getTransactionTimeout() { * Allowed values are 2-512. * Field introduced in 17.2.8, 18.1.3, 18.2.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 32. * @param transactionTimeout set the transactionTimeout. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SiteVersion.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SiteVersion.java index 53b27612..47a70a2c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SiteVersion.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SiteVersion.java @@ -82,6 +82,7 @@ public class SiteVersion extends AviRestResource { * This is the getter method this will return the attribute value. * This field represents the creation time of the federateddiff. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datetime */ @@ -94,6 +95,7 @@ public String getDatetime() { * This is the setter method to the attribute. * This field represents the creation time of the federateddiff. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param datetime set the datetime. */ @@ -106,6 +108,7 @@ public void setDatetime(String datetime) { * This is the getter method this will return the attribute value. * Name of the site. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -118,6 +121,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the site. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -130,6 +134,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Previous targer version for a site. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prevTargetVersion */ @@ -142,6 +147,7 @@ public Integer getPrevTargetVersion() { * This is the setter method to the attribute. * Previous targer version for a site. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prevTargetVersion set the prevTargetVersion. */ @@ -156,6 +162,7 @@ public void setPrevTargetVersion(Integer prevTargetVersion) { * Enum options - REPLICATION_STATE_FASTFORWARD, REPLICATION_STATE_FORCESYNC, REPLICATION_STATE_STREAMING, REPLICATION_STATE_SUSPENDED, * REPLICATION_STATE_INIT, REPLICATION_STATE_WAIT, REPLICATION_STATE_NOT_APPLICABLE. * 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 replicationState */ @@ -170,6 +177,7 @@ public String getReplicationState() { * Enum options - REPLICATION_STATE_FASTFORWARD, REPLICATION_STATE_FORCESYNC, REPLICATION_STATE_STREAMING, REPLICATION_STATE_SUSPENDED, * REPLICATION_STATE_INIT, REPLICATION_STATE_WAIT, REPLICATION_STATE_NOT_APPLICABLE. * 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 replicationState set the replicationState. */ @@ -182,6 +190,7 @@ public void setReplicationState(String replicationState) { * This is the getter method this will return the attribute value. * Cluster uuid of the site. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return siteId */ @@ -194,6 +203,7 @@ public String getSiteId() { * This is the setter method to the attribute. * Cluster uuid of the site. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param siteId set the siteId. */ @@ -206,6 +216,7 @@ public void setSiteId(String siteId) { * This is the getter method this will return the attribute value. * Target timeline of the site. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return targetTimeline */ @@ -218,6 +229,7 @@ public String getTargetTimeline() { * This is the setter method to the attribute. * Target timeline of the site. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param targetTimeline set the targetTimeline. */ @@ -230,6 +242,7 @@ public void setTargetTimeline(String targetTimeline) { * This is the getter method this will return the attribute value. * Target version of the site. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return targetVersion */ @@ -242,6 +255,7 @@ public Integer getTargetVersion() { * This is the setter method to the attribute. * Target version of the site. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param targetVersion set the targetVersion. */ @@ -255,6 +269,7 @@ public void setTargetVersion(Integer targetVersion) { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -268,6 +283,7 @@ public String getTenantRef() { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -280,6 +296,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Timeline of the site. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return timeline */ @@ -292,6 +309,7 @@ public String getTimeline() { * This is the setter method to the attribute. * Timeline of the site. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param timeline set the timeline. */ @@ -323,6 +341,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the siteversion object. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -335,6 +354,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the siteversion object. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -347,6 +367,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * Version of the site. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -359,6 +380,7 @@ public Integer getVersion() { * This is the setter method to the attribute. * Version of the site. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param version set the version. */ @@ -372,6 +394,7 @@ public void setVersion(Integer version) { * Type of message for which version is maintained. * Enum options - CONFIG_VERSION, HEALTH_STATUS_VERSION. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return versionType */ @@ -385,6 +408,7 @@ public String getVersionType() { * Type of message for which version is maintained. * Enum options - CONFIG_VERSION, HEALTH_STATUS_VERSION. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param versionType set the versionType. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SnmpConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SnmpConfiguration.java index 5a8886fc..d8858f3a 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SnmpConfiguration.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SnmpConfiguration.java @@ -54,6 +54,7 @@ public class SnmpConfiguration extends AviRestResource { /** * This is the getter method this will return the attribute value. * Community string for snmp v2c. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return community */ @@ -65,6 +66,7 @@ public String getCommunity() { /** * This is the setter method to the attribute. * Community string for snmp v2c. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param community set the community. */ @@ -77,6 +79,7 @@ public void setCommunity(String community) { * This is the getter method this will return the attribute value. * Support for 4096 bytes trap payload. * Field introduced in 17.2.13,18.1.4,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return largeTrapPayload */ @@ -89,6 +92,7 @@ public Boolean getLargeTrapPayload() { * This is the setter method to the attribute. * Support for 4096 bytes trap payload. * Field introduced in 17.2.13,18.1.4,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param largeTrapPayload set the largeTrapPayload. */ @@ -101,6 +105,7 @@ public void setLargeTrapPayload(Boolean largeTrapPayload) { * This is the getter method this will return the attribute value. * Snmp version 3 configuration. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return snmpV3Config */ @@ -113,6 +118,7 @@ public SnmpV3Configuration getSnmpV3Config() { * This is the setter method to the attribute. * Snmp version 3 configuration. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param snmpV3Config set the snmpV3Config. */ @@ -124,6 +130,7 @@ public void setSnmpV3Config(SnmpV3Configuration snmpV3Config) { /** * This is the getter method this will return the attribute value. * Sets the syscontact in system mib. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "support@avinetworks.com". * @return sysContact */ @@ -135,6 +142,7 @@ public String getSysContact() { /** * This is the setter method to the attribute. * Sets the syscontact in system mib. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "support@avinetworks.com". * @param sysContact set the sysContact. */ @@ -146,6 +154,7 @@ public void setSysContact(String sysContact) { /** * This is the getter method this will return the attribute value. * Sets the syslocation in system mib. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sysLocation */ @@ -157,6 +166,7 @@ public String getSysLocation() { /** * This is the setter method to the attribute. * Sets the syslocation in system mib. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sysLocation set the sysLocation. */ @@ -171,6 +181,7 @@ public void setSysLocation(String sysLocation) { * V2 or v3. * Enum options - SNMP_VER2, SNMP_VER3. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SNMP_VER2". * @return version */ @@ -185,6 +196,7 @@ public String getVersion() { * V2 or v3. * Enum options - SNMP_VER2, SNMP_VER3. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SNMP_VER2". * @param version set the version. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SnmpTrapProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SnmpTrapProfile.java index 1c68fb2d..5e605e1c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SnmpTrapProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SnmpTrapProfile.java @@ -49,6 +49,7 @@ public class SnmpTrapProfile extends AviRestResource { /** * This is the getter method this will return the attribute value. * A user-friendly name of the snmp trap configuration. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -60,6 +61,7 @@ public String getName() { /** * This is the setter method to the attribute. * A user-friendly name of the snmp trap configuration. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -71,6 +73,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 */ @@ -82,6 +85,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. */ @@ -93,6 +97,7 @@ public void setTenantRef(String tenantRef) { /** * This is the getter method this will return the attribute value. * The ip address or hostname of the snmp trap destination server. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return trapServers */ @@ -104,6 +109,7 @@ public List getTrapServers() { /** * This is the setter method. this will set the trapServers * The ip address or hostname of the snmp trap destination server. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return trapServers */ @@ -115,6 +121,7 @@ public void setTrapServers(List trapServers) { /** * This is the setter method this will set the trapServers * The ip address or hostname of the snmp trap destination server. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return trapServers */ @@ -150,6 +157,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the snmp trap profile object. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -161,6 +169,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the snmp trap profile object. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/SnmpTrapServer.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SnmpTrapServer.java index 3b8df7d1..5799d9a4 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SnmpTrapServer.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SnmpTrapServer.java @@ -51,6 +51,7 @@ public class SnmpTrapServer extends AviRestResource { /** * This is the getter method this will return the attribute value. * The community string to communicate with the trap server. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return community */ @@ -62,6 +63,7 @@ public String getCommunity() { /** * This is the setter method to the attribute. * The community string to communicate with the trap server. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param community set the community. */ @@ -73,6 +75,7 @@ public void setCommunity(String community) { /** * This is the getter method this will return the attribute value. * Ip address of the snmp trap 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 ipAddr */ @@ -84,6 +87,7 @@ public IpAddr getIpAddr() { /** * This is the setter method to the attribute. * Ip address of the snmp trap 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 ipAddr set the ipAddr. */ @@ -96,6 +100,7 @@ public void setIpAddr(IpAddr ipAddr) { * This is the getter method this will return the attribute value. * The udp port of the trap server. * Field introduced in 16.5.4,17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 162. * @return port */ @@ -108,6 +113,7 @@ public Integer getPort() { * This is the setter method to the attribute. * The udp port of the trap server. * Field introduced in 16.5.4,17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 162. * @param port set the port. */ @@ -120,6 +126,7 @@ public void setPort(Integer port) { * This is the getter method this will return the attribute value. * Snmp version 3 configuration. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return user */ @@ -132,6 +139,7 @@ public SnmpV3UserParams getUser() { * This is the setter method to the attribute. * Snmp version 3 configuration. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param user set the user. */ @@ -146,6 +154,7 @@ public void setUser(SnmpV3UserParams user) { * V2 or v3. * Enum options - SNMP_VER2, SNMP_VER3. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SNMP_VER2". * @return version */ @@ -160,6 +169,7 @@ public String getVersion() { * V2 or v3. * Enum options - SNMP_VER2, SNMP_VER3. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SNMP_VER2". * @param version set the version. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SnmpV3Configuration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SnmpV3Configuration.java index 97a05386..0643aed6 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SnmpV3Configuration.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SnmpV3Configuration.java @@ -39,6 +39,7 @@ public class SnmpV3Configuration extends AviRestResource { * This is the getter method this will return the attribute value. * Engine id of the avi controller snmp. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return engineId */ @@ -51,6 +52,7 @@ public String getEngineId() { * This is the setter method to the attribute. * Engine id of the avi controller snmp. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param engineId set the engineId. */ @@ -63,6 +65,7 @@ public void setEngineId(String engineId) { * This is the getter method this will return the attribute value. * Snmp ver 3 user definition. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return user */ @@ -75,6 +78,7 @@ public SnmpV3UserParams getUser() { * This is the setter method to the attribute. * Snmp ver 3 user definition. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/SnmpV3UserParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SnmpV3UserParams.java index b20bdb35..cadc8d8a 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SnmpV3UserParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SnmpV3UserParams.java @@ -50,6 +50,7 @@ public class SnmpV3UserParams extends AviRestResource { * This is the getter method this will return the attribute value. * Snmp v3 authentication passphrase. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "avinetworks". * @return authPassphrase */ @@ -62,6 +63,7 @@ public String getAuthPassphrase() { * This is the setter method to the attribute. * Snmp v3 authentication passphrase. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "avinetworks". * @param authPassphrase set the authPassphrase. */ @@ -75,6 +77,7 @@ public void setAuthPassphrase(String authPassphrase) { * Snmp v3 user authentication type. * Enum options - SNMP_V3_AUTH_MD5, SNMP_V3_AUTH_SHA, SNMP_V3_AUTH_SHA_224, SNMP_V3_AUTH_SHA_256, SNMP_V3_AUTH_SHA_384, SNMP_V3_AUTH_SHA_512. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SNMP_V3_AUTH_MD5". * @return authType */ @@ -88,6 +91,7 @@ public String getAuthType() { * Snmp v3 user authentication type. * Enum options - SNMP_V3_AUTH_MD5, SNMP_V3_AUTH_SHA, SNMP_V3_AUTH_SHA_224, SNMP_V3_AUTH_SHA_256, SNMP_V3_AUTH_SHA_384, SNMP_V3_AUTH_SHA_512. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SNMP_V3_AUTH_MD5". * @param authType set the authType. */ @@ -100,6 +104,7 @@ public void setAuthType(String authType) { * This is the getter method this will return the attribute value. * Snmp v3 privacy passphrase. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "avinetworks". * @return privPassphrase */ @@ -112,6 +117,7 @@ public String getPrivPassphrase() { * This is the setter method to the attribute. * Snmp v3 privacy passphrase. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "avinetworks". * @param privPassphrase set the privPassphrase. */ @@ -125,6 +131,7 @@ public void setPrivPassphrase(String privPassphrase) { * Snmp v3 privacy setting. * Enum options - SNMP_V3_PRIV_DES, SNMP_V3_PRIV_AES. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SNMP_V3_PRIV_DES". * @return privType */ @@ -138,6 +145,7 @@ public String getPrivType() { * Snmp v3 privacy setting. * Enum options - SNMP_V3_PRIV_DES, SNMP_V3_PRIV_AES. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SNMP_V3_PRIV_DES". * @param privType set the privType. */ @@ -150,6 +158,7 @@ public void setPrivType(String privType) { * This is the getter method this will return the attribute value. * Snmp username to be used by snmp clients for performing snmp walk. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return username */ @@ -162,6 +171,7 @@ public String getUsername() { * This is the setter method to the attribute. * Snmp username to be used by snmp clients for performing snmp walk. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/StateCacheMgrDebugFilter.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StateCacheMgrDebugFilter.java index 9e5902cc..dc2b2885 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StateCacheMgrDebugFilter.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StateCacheMgrDebugFilter.java @@ -38,6 +38,7 @@ public class StateCacheMgrDebugFilter extends AviRestResource { * This is the getter method this will return the attribute value. * Pool uuid. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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 uuid. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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. * Virtualservice uuid. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsRef */ @@ -74,6 +77,7 @@ public String getVsRef() { * This is the setter method to the attribute. * Virtualservice uuid. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsRef set the vsRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StatediffEvent.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StatediffEvent.java index 57b93bcb..35342253 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StatediffEvent.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StatediffEvent.java @@ -55,6 +55,7 @@ public class StatediffEvent extends AviRestResource { * Time taken to complete statediff event in seconds. * Field introduced in 21.1.3. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return duration */ @@ -68,6 +69,7 @@ public Integer getDuration() { * Time taken to complete statediff event in seconds. * Field introduced in 21.1.3. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param duration set the duration. */ @@ -80,6 +82,7 @@ public void setDuration(Integer duration) { * This is the getter method this will return the attribute value. * Task end time. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endTime */ @@ -92,6 +95,7 @@ public String getEndTime() { * This is the setter method to the attribute. * Task end time. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endTime set the endTime. */ @@ -104,6 +108,7 @@ public void setEndTime(String endTime) { * This is the getter method this will return the attribute value. * Statediff event message if any. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return message */ @@ -116,6 +121,7 @@ public String getMessage() { * This is the setter method to the attribute. * Statediff event message if any. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param message set the message. */ @@ -128,6 +134,7 @@ public void setMessage(String message) { * This is the getter method this will return the attribute value. * Task start time. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startTime */ @@ -140,6 +147,7 @@ public String getStartTime() { * This is the setter method to the attribute. * Task start time. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startTime set the startTime. */ @@ -153,6 +161,7 @@ public void setStartTime(String startTime) { * Statediff event status. * Enum options - FB_INIT, FB_IN_PROGRESS, FB_COMPLETED, FB_FAILED, FB_COMPLETED_WITH_ERRORS. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "FB_INIT". * @return status */ @@ -166,6 +175,7 @@ public String getStatus() { * Statediff event status. * Enum options - FB_INIT, FB_IN_PROGRESS, FB_COMPLETED, FB_FAILED, FB_COMPLETED_WITH_ERRORS. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "FB_INIT". * @param status set the status. */ @@ -178,6 +188,7 @@ public void setStatus(String status) { * This is the getter method this will return the attribute value. * Name of statediff task. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return taskName */ @@ -190,6 +201,7 @@ public String getTaskName() { * This is the setter method to the attribute. * Name of statediff task. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param taskName set the taskName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StatediffOperation.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StatediffOperation.java index c67dc842..055b1e68 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StatediffOperation.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StatediffOperation.java @@ -66,6 +66,7 @@ public class StatediffOperation extends AviRestResource { * This is the getter method this will return the attribute value. * Info for each statediff event. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return events */ @@ -78,6 +79,7 @@ public List getEvents() { * This is the setter method. this will set the events * Info for each statediff event. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return events */ @@ -90,6 +92,7 @@ public void setEvents(List events) { * This is the setter method this will set the events * Info for each statediff event. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return events */ @@ -107,6 +110,7 @@ public StatediffOperation addEventsItem(StatediffEvent eventsItem) { * This is the getter method this will return the attribute value. * Name of statediff operation. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -119,6 +123,7 @@ public String getName() { * This is the setter method to the attribute. * Name of statediff operation. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -131,6 +136,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Uuid of node for statediff operation entry. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeUuid */ @@ -143,6 +149,7 @@ public String getNodeUuid() { * This is the setter method to the attribute. * Uuid of node for statediff operation entry. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeUuid set the nodeUuid. */ @@ -156,6 +163,7 @@ public void setNodeUuid(String nodeUuid) { * Type of statediff operation. * Enum options - FB_UPGRADE, FB_ROLLBACK, FB_PATCH, FB_ROLLBACK_PATCH. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return operation */ @@ -169,6 +177,7 @@ public String getOperation() { * Type of statediff operation. * Enum options - FB_UPGRADE, FB_ROLLBACK, FB_PATCH, FB_ROLLBACK_PATCH. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param operation set the operation. */ @@ -182,6 +191,7 @@ public void setOperation(String operation) { * Phase of statediff operation. * Enum options - FB_PRE_SNAPSHOT, FB_POST_SNAPSHOT. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return phase */ @@ -195,6 +205,7 @@ public String getPhase() { * Phase of statediff operation. * Enum options - FB_PRE_SNAPSHOT, FB_POST_SNAPSHOT. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param phase set the phase. */ @@ -208,6 +219,7 @@ public void setPhase(String phase) { * Status of statediff operation. * Enum options - FB_INIT, FB_IN_PROGRESS, FB_COMPLETED, FB_FAILED, FB_COMPLETED_WITH_ERRORS. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return status */ @@ -221,6 +233,7 @@ public String getStatus() { * Status of statediff operation. * Enum options - FB_INIT, FB_IN_PROGRESS, FB_COMPLETED, FB_FAILED, FB_COMPLETED_WITH_ERRORS. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param status set the status. */ @@ -234,6 +247,7 @@ public void setStatus(String status) { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -247,6 +261,7 @@ public String getTenantRef() { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -278,6 +293,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Unique identifier for statediff entry. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -290,6 +306,7 @@ public String getUuid() { * This is the setter method to the attribute. * Unique identifier for statediff entry. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * 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/StatediffSnapshot.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StatediffSnapshot.java index 45504490..f96ded02 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StatediffSnapshot.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StatediffSnapshot.java @@ -104,6 +104,7 @@ public class StatediffSnapshot extends AviRestResource { * This is the getter method this will return the attribute value. * Name of gslb object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbName */ @@ -116,6 +117,7 @@ public String getGslbName() { * This is the setter method to the attribute. * Name of gslb object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gslbName set the gslbName. */ @@ -128,6 +130,7 @@ public void setGslbName(String gslbName) { * This is the getter method this will return the attribute value. * Reference to base gslb object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbUuid */ @@ -140,6 +143,7 @@ public String getGslbUuid() { * This is the setter method to the attribute. * Reference to base gslb object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gslbUuid set the gslbUuid. */ @@ -152,6 +156,7 @@ public void setGslbUuid(String gslbUuid) { * This is the getter method this will return the attribute value. * Name of statediff operation. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -164,6 +169,7 @@ public String getName() { * This is the setter method to the attribute. * Name of statediff operation. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -176,6 +182,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Name of pool object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolName */ @@ -188,6 +195,7 @@ public String getPoolName() { * This is the setter method to the attribute. * Name of pool object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolName set the poolName. */ @@ -200,6 +208,7 @@ public void setPoolName(String poolName) { * This is the getter method this will return the attribute value. * Reference to base pool object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolUuid */ @@ -212,6 +221,7 @@ public String getPoolUuid() { * This is the setter method to the attribute. * Reference to base pool object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolUuid set the poolUuid. */ @@ -224,6 +234,7 @@ public void setPoolUuid(String poolUuid) { * This is the getter method this will return the attribute value. * Post-upgrade snapshot for vs. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return postSnapshot */ @@ -236,6 +247,7 @@ public postsnapshot getPostSnapshot() { * This is the setter method to the attribute. * Post-upgrade snapshot for vs. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param postSnapshot set the postSnapshot. */ @@ -248,6 +260,7 @@ public void setPostSnapshot(postsnapshot postSnapshot) { * This is the getter method this will return the attribute value. * Pre-upgrade snapshot for vs. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return preSnapshot */ @@ -260,6 +273,7 @@ public presnapshot getPreSnapshot() { * This is the setter method to the attribute. * Pre-upgrade snapshot for vs. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param preSnapshot set the preSnapshot. */ @@ -272,6 +286,7 @@ public void setPreSnapshot(presnapshot preSnapshot) { * This is the getter method this will return the attribute value. * Name of seg object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupName */ @@ -284,6 +299,7 @@ public String getSeGroupName() { * This is the setter method to the attribute. * Name of seg object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupName set the seGroupName. */ @@ -296,6 +312,7 @@ public void setSeGroupName(String seGroupName) { * This is the getter method this will return the attribute value. * Reference to base seg object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupUuid */ @@ -308,6 +325,7 @@ public String getSeGroupUuid() { * This is the setter method to the attribute. * Reference to base seg object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupUuid set the seGroupUuid. */ @@ -320,6 +338,7 @@ public void setSeGroupUuid(String seGroupUuid) { * This is the getter method this will return the attribute value. * Name of seg object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seName */ @@ -332,6 +351,7 @@ public String getSeName() { * This is the setter method to the attribute. * Name of seg object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seName set the seName. */ @@ -344,6 +364,7 @@ public void setSeName(String seName) { * This is the getter method this will return the attribute value. * Reference to base se object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUuid */ @@ -356,6 +377,7 @@ public String getSeUuid() { * This is the setter method to the attribute. * Reference to base se object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seUuid set the seUuid. */ @@ -370,6 +392,7 @@ public void setSeUuid(String seUuid) { * Vs_snapshot, se_snapshot etc. * Enum options - FB_VS_SNAPSHOT, FB_SE_SNAPSHOT, FB_GSLB_SNAPSHOT, FB_POOL_SNAPSHOT. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return snapshotType */ @@ -384,6 +407,7 @@ public String getSnapshotType() { * Vs_snapshot, se_snapshot etc. * Enum options - FB_VS_SNAPSHOT, FB_SE_SNAPSHOT, FB_GSLB_SNAPSHOT, FB_POOL_SNAPSHOT. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param snapshotType set the snapshotType. */ @@ -397,6 +421,7 @@ public void setSnapshotType(String snapshotType) { * Statediff operation uuid for identifying the operation. * It is a reference to an object of type statediffoperation. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return statediffOperationRef */ @@ -410,6 +435,7 @@ public String getStatediffOperationRef() { * Statediff operation uuid for identifying the operation. * It is a reference to an object of type statediffoperation. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param statediffOperationRef set the statediffOperationRef. */ @@ -423,6 +449,7 @@ public void setStatediffOperationRef(String statediffOperationRef) { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -436,6 +463,7 @@ public String getTenantRef() { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -467,6 +495,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Unique identifier for statediff entry. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -479,6 +508,7 @@ public String getUuid() { * This is the setter method to the attribute. * Unique identifier for statediff entry. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -491,6 +521,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * Name of vs object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -503,6 +534,7 @@ public String getVsName() { * This is the setter method to the attribute. * Name of vs object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsName set the vsName. */ @@ -515,6 +547,7 @@ public void setVsName(String vsName) { * This is the getter method this will return the attribute value. * Reference to base vs object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -527,6 +560,7 @@ public String getVsUuid() { * This is the setter method to the attribute. * Reference to base vs object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StaticIpAllocInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StaticIpAllocInfo.java index 1bd457e4..ed7b4ecf 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StaticIpAllocInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StaticIpAllocInfo.java @@ -43,6 +43,7 @@ public class StaticIpAllocInfo extends AviRestResource { * This is the getter method this will return the attribute value. * Ip address. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -55,6 +56,7 @@ public IpAddr getIp() { * This is the setter method to the attribute. * Ip address. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -67,6 +69,7 @@ public void setIp(IpAddr ip) { * This is the getter method this will return the attribute value. * Object metadata. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objInfo */ @@ -79,6 +82,7 @@ public String getObjInfo() { * This is the setter method to the attribute. * Object metadata. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objInfo set the objInfo. */ @@ -91,6 +95,7 @@ public void setObjInfo(String objInfo) { * This is the getter method this will return the attribute value. * Object which this ip address is allocated to. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objUuid */ @@ -103,6 +108,7 @@ public String getObjUuid() { * This is the setter method to the attribute. * Object which this ip address is allocated to. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objUuid set the objUuid. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StaticIpRange.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StaticIpRange.java index 44c5422b..ae87803a 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StaticIpRange.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StaticIpRange.java @@ -39,6 +39,7 @@ public class StaticIpRange extends AviRestResource { * This is the getter method this will return the attribute value. * Ip range. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return range */ @@ -51,6 +52,7 @@ public IpAddrRange getRange() { * This is the setter method to the attribute. * Ip range. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param range set the range. */ @@ -64,6 +66,7 @@ public void setRange(IpAddrRange range) { * Object type (vip only, service engine only, or both) which can use this ip range. * Enum options - STATIC_IPS_FOR_SE, STATIC_IPS_FOR_VIP, STATIC_IPS_FOR_VIP_AND_SE. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "STATIC_IPS_FOR_VIP_AND_SE". * @return type */ @@ -77,6 +80,7 @@ public String getType() { * Object type (vip only, service engine only, or both) which can use this ip range. * Enum options - STATIC_IPS_FOR_SE, STATIC_IPS_FOR_VIP, STATIC_IPS_FOR_VIP_AND_SE. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "STATIC_IPS_FOR_VIP_AND_SE". * @param type set the type. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StaticIpRangeRuntime.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StaticIpRangeRuntime.java index db8e799d..641cbf70 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StaticIpRangeRuntime.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StaticIpRangeRuntime.java @@ -46,6 +46,7 @@ public class StaticIpRangeRuntime extends AviRestResource { * This is the getter method this will return the attribute value. * Allocated ips. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allocatedIps */ @@ -58,6 +59,7 @@ public List getAllocatedIps() { * This is the setter method. this will set the allocatedIps * Allocated ips. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allocatedIps */ @@ -70,6 +72,7 @@ public void setAllocatedIps(List allocatedIps) { * This is the setter method this will set the allocatedIps * Allocated ips. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allocatedIps */ @@ -87,6 +90,7 @@ public StaticIpRangeRuntime addAllocatedIpsItem(StaticIpAllocInfo allocatedIpsIt * This is the getter method this will return the attribute value. * Free ip count. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return freeIpCount */ @@ -99,6 +103,7 @@ public Integer getFreeIpCount() { * This is the setter method to the attribute. * Free ip count. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param freeIpCount set the freeIpCount. */ @@ -111,6 +116,7 @@ public void setFreeIpCount(Integer freeIpCount) { * This is the getter method this will return the attribute value. * Total ip count. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return totalIpCount */ @@ -123,6 +129,7 @@ public Integer getTotalIpCount() { * This is the setter method to the attribute. * Total ip count. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param totalIpCount set the totalIpCount. */ @@ -136,6 +143,7 @@ public void setTotalIpCount(Integer totalIpCount) { * Object type (vip only, service engine only, or both) which is using this ip group. * Enum options - STATIC_IPS_FOR_SE, STATIC_IPS_FOR_VIP, STATIC_IPS_FOR_VIP_AND_SE. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "STATIC_IPS_FOR_VIP_AND_SE". * @return type */ @@ -149,6 +157,7 @@ public String getType() { * Object type (vip only, service engine only, or both) which is using this ip group. * Enum options - STATIC_IPS_FOR_SE, STATIC_IPS_FOR_VIP, STATIC_IPS_FOR_VIP_AND_SE. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "STATIC_IPS_FOR_VIP_AND_SE". * @param type set the type. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StaticRoute.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StaticRoute.java index 5495122f..c1994afe 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StaticRoute.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StaticRoute.java @@ -57,6 +57,7 @@ public class StaticRoute extends AviRestResource { * Disable the gateway monitor for default gateway. * They are monitored by default. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return disableGatewayMonitor */ @@ -70,6 +71,7 @@ public Boolean getDisableGatewayMonitor() { * Disable the gateway monitor for default gateway. * They are monitored by default. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param disableGatewayMonitor set the disableGatewayMonitor. */ @@ -80,7 +82,7 @@ public void setDisableGatewayMonitor(Boolean disableGatewayMonitor) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property if_name of obj type staticroute field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ifName */ @@ -91,7 +93,7 @@ public String getIfName() { /** * This is the setter method to the attribute. - * Placeholder for description of property if_name of obj type staticroute field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ifName set the ifName. */ @@ -105,6 +107,7 @@ public void setIfName(String ifName) { * Labels associated with this route. * Field introduced in 20.1.1. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -118,6 +121,7 @@ public List getLabels() { * Labels associated with this route. * Field introduced in 20.1.1. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -131,6 +135,7 @@ public void setLabels(List labels) { * Labels associated with this route. * Field introduced in 20.1.1. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labels */ @@ -146,7 +151,7 @@ public StaticRoute addLabelsItem(KeyValue labelsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property next_hop of obj type staticroute 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 nextHop */ @@ -157,7 +162,7 @@ public IpAddr getNextHop() { /** * This is the setter method to the attribute. - * Placeholder for description of property next_hop of obj type staticroute 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 nextHop set the nextHop. */ @@ -168,7 +173,7 @@ public void setNextHop(IpAddr nextHop) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property prefix of obj type staticroute 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 prefix */ @@ -179,7 +184,7 @@ public IpAddrPrefix getPrefix() { /** * This is the setter method to the attribute. - * Placeholder for description of property prefix of obj type staticroute 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 prefix set the prefix. */ @@ -190,7 +195,7 @@ public void setPrefix(IpAddrPrefix prefix) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property route_id of obj type staticroute field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return routeId */ @@ -201,7 +206,7 @@ public String getRouteId() { /** * This is the setter method to the attribute. - * Placeholder for description of property route_id of obj type staticroute field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param routeId set the routeId. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StreamingSyslogConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StreamingSyslogConfig.java index 7ad3dc16..0ca68145 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StreamingSyslogConfig.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StreamingSyslogConfig.java @@ -51,6 +51,7 @@ public class StreamingSyslogConfig extends AviRestResource { * Facility value, as defined in rfc5424, must be between 0 and 23 inclusive. * Allowed values are 0-23. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 16. * @return facility */ @@ -64,6 +65,7 @@ public Integer getFacility() { * Facility value, as defined in rfc5424, must be between 0 and 23 inclusive. * Allowed values are 0-23. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 16. * @param facility set the facility. */ @@ -78,6 +80,7 @@ public void setFacility(Integer facility) { * This must be between 0 and 7 inclusive. * Allowed values are 0-7. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return filteredLogSeverity */ @@ -92,6 +95,7 @@ public Integer getFilteredLogSeverity() { * This must be between 0 and 7 inclusive. * Allowed values are 0-7. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param filteredLogSeverity set the filteredLogSeverity. */ @@ -105,6 +109,7 @@ public void setFilteredLogSeverity(Integer filteredLogSeverity) { * String to use as the hostname in the syslog messages. * This string can contain only printable ascii characters (hex 21 to hex 7e; no space allowed). * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AviVantage". * @return hostname */ @@ -118,6 +123,7 @@ public String getHostname() { * String to use as the hostname in the syslog messages. * This string can contain only printable ascii characters (hex 21 to hex 7e; no space allowed). * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AviVantage". * @param hostname set the hostname. */ @@ -132,6 +138,7 @@ public void setHostname(String hostname) { * This must be between 0 and 7 inclusive. * Allowed values are 0-7. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 6. * @return nonSignificantLogSeverity */ @@ -146,6 +153,7 @@ public Integer getNonSignificantLogSeverity() { * This must be between 0 and 7 inclusive. * Allowed values are 0-7. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 6. * @param nonSignificantLogSeverity set the nonSignificantLogSeverity. */ @@ -160,6 +168,7 @@ public void setNonSignificantLogSeverity(Integer nonSignificantLogSeverity) { * This must be between 0 and 7 inclusive. * Allowed values are 0-7. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return significantLogSeverity */ @@ -174,6 +183,7 @@ public Integer getSignificantLogSeverity() { * This must be between 0 and 7 inclusive. * Allowed values are 0-7. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param significantLogSeverity set the significantLogSeverity. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StringGroup.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StringGroup.java index b595b4f0..ed626530 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StringGroup.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StringGroup.java @@ -68,7 +68,7 @@ public class StringGroup 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 */ @@ -79,7 +79,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. */ @@ -91,6 +91,7 @@ public void setDescription(String description) { /** * This is the getter method this will return the attribute value. * Configure key value in the string group. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return kv */ @@ -102,6 +103,7 @@ public List getKv() { /** * This is the setter method. this will set the kv * Configure key value in the string group. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return kv */ @@ -113,6 +115,7 @@ public void setKv(List kv) { /** * This is the setter method this will set the kv * Configure key value in the string group. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return kv */ @@ -133,6 +136,7 @@ public StringGroup addKvItem(KeyValue kvItem) { * 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 @@ -147,6 +151,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 @@ -161,6 +166,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 @@ -177,6 +183,7 @@ public StringGroup addLabelsItem(KeyValue labelsItem) { * This is the getter method this will return the attribute value. * Enable the longest match, default is the shortest match. * Field introduced in 18.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return longestMatch */ @@ -189,6 +196,7 @@ public Boolean getLongestMatch() { * This is the setter method to the attribute. * Enable the longest match, default is the shortest match. * Field introduced in 18.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param longestMatch set the longestMatch. */ @@ -201,7 +209,8 @@ public void setLongestMatch(Boolean longestMatch) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in 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 */ @@ -214,7 +223,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 */ @@ -227,7 +237,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 */ @@ -244,6 +255,7 @@ public StringGroup addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. * Name of the string group. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -255,6 +267,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of the string group. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -266,6 +279,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 */ @@ -277,6 +291,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. */ @@ -289,6 +304,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Type of stringgroup. * Enum options - SG_TYPE_STRING, SG_TYPE_KEYVAL. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SG_TYPE_STRING". * @return type */ @@ -301,6 +317,7 @@ public String getType() { * This is the setter method to the attribute. * Type of stringgroup. * Enum options - SG_TYPE_STRING, SG_TYPE_KEYVAL. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SG_TYPE_STRING". * @param type set the type. */ @@ -331,6 +348,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the string group. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -342,6 +360,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the string group. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/StringMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StringMatch.java index e6d7c140..34fcde97 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StringMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/StringMatch.java @@ -43,9 +43,10 @@ public class StringMatch extends AviRestResource { * Criterion to use for string matching the http request. * Enum options - BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS, DOES_NOT_EQUAL, REGEX_MATCH, * REGEX_DOES_NOT_MATCH. - * Allowed in 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 matchCriteria */ @@ -59,9 +60,10 @@ public String getMatchCriteria() { * Criterion to use for string matching the http request. * Enum options - BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS, DOES_NOT_EQUAL, REGEX_MATCH, * REGEX_DOES_NOT_MATCH. - * Allowed in 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 matchCriteria set the matchCriteria. */ @@ -73,6 +75,7 @@ public void setMatchCriteria(String matchCriteria) { /** * This is the getter method this will return the attribute value. * String value(s). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchStr */ @@ -84,6 +87,7 @@ public List getMatchStr() { /** * This is the setter method. this will set the matchStr * String value(s). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchStr */ @@ -95,6 +99,7 @@ public void setMatchStr(List matchStr) { /** * This is the setter method this will set the matchStr * String value(s). + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchStr */ @@ -112,6 +117,7 @@ public StringMatch addMatchStrItem(String matchStrItem) { * This is the getter method this will return the attribute value. * Uuid of the string group(s). * It is a reference to an object of type stringgroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ @@ -124,6 +130,7 @@ public List getStringGroupRefs() { * This is the setter method. this will set the stringGroupRefs * Uuid of the string group(s). * It is a reference to an object of type stringgroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ @@ -136,6 +143,7 @@ public void setStringGroupRefs(List stringGroupRefs) { * This is the setter method this will set the stringGroupRefs * Uuid of the string group(s). * It is a reference to an object of type stringgroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SubJob.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SubJob.java index 8e39f973..f19da7db 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SubJob.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SubJob.java @@ -45,6 +45,7 @@ public class SubJob extends AviRestResource { /** * 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 expiresAt */ @@ -56,6 +57,7 @@ public String getExpiresAt() { /** * This is the setter method to the attribute. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param expiresAt set the expiresAt. */ @@ -67,6 +69,7 @@ public void setExpiresAt(String expiresAt) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metadata */ @@ -78,6 +81,7 @@ public String getMetadata() { /** * This is the setter method to the attribute. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metadata set the metadata. */ @@ -90,6 +94,7 @@ public void setMetadata(String metadata) { * This is the getter method this will return the attribute value. * Number of times the sub job got scheduled. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numRetries */ @@ -102,6 +107,7 @@ public Integer getNumRetries() { * This is the setter method to the attribute. * Number of times the sub job got scheduled. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numRetries set the numRetries. */ @@ -117,6 +123,7 @@ public void setNumRetries(Integer numRetries) { * JOB_TYPE_VS_ROTATE_KEYS, JOB_TYPE_POOL_DNS, JOB_TYPE_GSLB_SERVICE, JOB_TYPE_APP_PERSISTENCE, JOB_TYPE_PROCESS_LOCKED_USER_ACCOUNTS, * JOB_TYPE_SESSION, JOB_TYPE_AUTHTOKEN, JOB_TYPE_CLUSTER, JOB_TYPE_SE_SECURE_CHANNEL_CLEANUP... * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -132,6 +139,7 @@ public String getType() { * JOB_TYPE_VS_ROTATE_KEYS, JOB_TYPE_POOL_DNS, JOB_TYPE_GSLB_SERVICE, JOB_TYPE_APP_PERSISTENCE, JOB_TYPE_PROCESS_LOCKED_USER_ACCOUNTS, * JOB_TYPE_SESSION, JOB_TYPE_AUTHTOKEN, JOB_TYPE_CLUSTER, JOB_TYPE_SE_SECURE_CHANNEL_CLEANUP... * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/SubRequestLog.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SubRequestLog.java index e7a73c60..523756e8 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SubRequestLog.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SubRequestLog.java @@ -94,6 +94,7 @@ public class SubRequestLog extends AviRestResource { * This is the getter method this will return the attribute value. * Response headers received from the server. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headersReceivedFromServer */ @@ -106,6 +107,7 @@ public String getHeadersReceivedFromServer() { * This is the setter method to the attribute. * Response headers received from the server. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param headersReceivedFromServer set the headersReceivedFromServer. */ @@ -118,6 +120,7 @@ public void setHeadersReceivedFromServer(String headersReceivedFromServer) { * This is the getter method this will return the attribute value. * Request headers sent to the server. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headersSentToServer */ @@ -130,6 +133,7 @@ public String getHeadersSentToServer() { * This is the setter method to the attribute. * Request headers sent to the server. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param headersSentToServer set the headersSentToServer. */ @@ -142,6 +146,7 @@ public void setHeadersSentToServer(String headersSentToServer) { * This is the getter method this will return the attribute value. * The http response code received from the server. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpResponseCode */ @@ -154,6 +159,7 @@ public Integer getHttpResponseCode() { * This is the setter method to the attribute. * The http response code received from the server. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpResponseCode set the httpResponseCode. */ @@ -167,6 +173,7 @@ public void setHttpResponseCode(Integer httpResponseCode) { * The http version of the sub-request. * Enum options - ZERO_NINE, ONE_ZERO, ONE_ONE, TWO_ZERO. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpVersion */ @@ -180,6 +187,7 @@ public String getHttpVersion() { * The http version of the sub-request. * Enum options - ZERO_NINE, ONE_ZERO, ONE_ONE, TWO_ZERO. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param httpVersion set the httpVersion. */ @@ -195,6 +203,7 @@ public void setHttpVersion(String httpVersion) { * HTTP_METHOD_CONNECT, HTTP_METHOD_PATCH, HTTP_METHOD_PROPFIND, HTTP_METHOD_PROPPATCH, HTTP_METHOD_MKCOL, HTTP_METHOD_COPY, HTTP_METHOD_MOVE, * HTTP_METHOD_LOCK, HTTP_METHOD_UNLOCK. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return method */ @@ -210,6 +219,7 @@ public String getMethod() { * HTTP_METHOD_CONNECT, HTTP_METHOD_PATCH, HTTP_METHOD_PROPFIND, HTTP_METHOD_PROPPATCH, HTTP_METHOD_MKCOL, HTTP_METHOD_COPY, HTTP_METHOD_MOVE, * HTTP_METHOD_LOCK, HTTP_METHOD_UNLOCK. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param method set the method. */ @@ -222,6 +232,7 @@ public void setMethod(String method) { * This is the getter method this will return the attribute value. * The name of the pool that was used for the sub-request. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolName */ @@ -234,6 +245,7 @@ public String getPoolName() { * This is the setter method to the attribute. * The name of the pool that was used for the sub-request. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolName set the poolName. */ @@ -246,6 +258,7 @@ public void setPoolName(String poolName) { * This is the getter method this will return the attribute value. * The uuid of the pool that was used for the sub-request. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolUuid */ @@ -258,6 +271,7 @@ public String getPoolUuid() { * This is the setter method to the attribute. * The uuid of the pool that was used for the sub-request. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolUuid set the poolUuid. */ @@ -271,6 +285,7 @@ public void setPoolUuid(String poolUuid) { * Length of the request sent in bytes. * Field introduced in 21.1.3. * Unit is bytes. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestLength */ @@ -284,6 +299,7 @@ public Integer getRequestLength() { * Length of the request sent in bytes. * Field introduced in 21.1.3. * Unit is bytes. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param requestLength set the requestLength. */ @@ -297,6 +313,7 @@ public void setRequestLength(Integer requestLength) { * Length of the response received in bytes. * Field introduced in 21.1.3. * Unit is bytes. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return responseLength */ @@ -310,6 +327,7 @@ public Integer getResponseLength() { * Length of the response received in bytes. * Field introduced in 21.1.3. * Unit is bytes. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param responseLength set the responseLength. */ @@ -322,6 +340,7 @@ public void setResponseLength(Integer responseLength) { * This is the getter method this will return the attribute value. * The ip of the server that was used for the sub-request. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverIp */ @@ -334,6 +353,7 @@ public Integer getServerIp() { * This is the setter method to the attribute. * The ip of the server that was used for the sub-request. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverIp set the serverIp. */ @@ -346,6 +366,7 @@ public void setServerIp(Integer serverIp) { * This is the getter method this will return the attribute value. * The name of the server that was used for the sub-request. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverName */ @@ -358,6 +379,7 @@ public String getServerName() { * This is the setter method to the attribute. * The name of the server that was used for the sub-request. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverName set the serverName. */ @@ -370,6 +392,7 @@ public void setServerName(String serverName) { * This is the getter method this will return the attribute value. * The port of the server that was used for the sub-request. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverPort */ @@ -382,6 +405,7 @@ public Integer getServerPort() { * This is the setter method to the attribute. * The port of the server that was used for the sub-request. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverPort set the serverPort. */ @@ -394,6 +418,7 @@ public void setServerPort(Integer serverPort) { * This is the getter method this will return the attribute value. * The source port for this request. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sourcePort */ @@ -406,6 +431,7 @@ public Integer getSourcePort() { * This is the setter method to the attribute. * The source port for this request. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sourcePort set the sourcePort. */ @@ -420,6 +446,7 @@ public void setSourcePort(Integer sourcePort) { * This is the time taken from the 1st byte of the request sent to the last byte of the response received. * Field introduced in 21.1.3. * Unit is milliseconds. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return totalTime */ @@ -434,6 +461,7 @@ public Integer getTotalTime() { * This is the time taken from the 1st byte of the request sent to the last byte of the response received. * Field introduced in 21.1.3. * Unit is milliseconds. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param totalTime set the totalTime. */ @@ -446,6 +474,7 @@ public void setTotalTime(Integer totalTime) { * This is the getter method this will return the attribute value. * The uri path of the sub-request. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriPath */ @@ -458,6 +487,7 @@ public String getUriPath() { * This is the setter method to the attribute. * The uri path of the sub-request. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uriPath set the uriPath. */ @@ -470,6 +500,7 @@ public void setUriPath(String uriPath) { * This is the getter method this will return the attribute value. * The uri query of the sub-request. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriQuery */ @@ -482,6 +513,7 @@ public String getUriQuery() { * This is the setter method to the attribute. * The uri query of the sub-request. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uriQuery set the uriQuery. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SubResource.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SubResource.java index 2b01e8cc..d2d73834 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SubResource.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SubResource.java @@ -38,6 +38,7 @@ public class SubResource extends AviRestResource { * This is the getter method this will return the attribute value. * Allows modification of all fields except for the specified subresources. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return excludeSubresources */ @@ -50,6 +51,7 @@ public Boolean getExcludeSubresources() { * This is the setter method to the attribute. * Allows modification of all fields except for the specified subresources. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param excludeSubresources set the excludeSubresources. */ @@ -69,6 +71,7 @@ public void setExcludeSubresources(Boolean excludeSubresources) { * SUBRESOURCE_GSLBSERVICE_GROUP_MEMBER_ENABLED. * Field introduced in 20.1.5. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subresources */ @@ -88,6 +91,7 @@ public List getSubresources() { * SUBRESOURCE_GSLBSERVICE_GROUP_MEMBER_ENABLED. * Field introduced in 20.1.5. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subresources */ @@ -107,6 +111,7 @@ public void setSubresources(List subresources) { * SUBRESOURCE_GSLBSERVICE_GROUP_MEMBER_ENABLED. * Field introduced in 20.1.5. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subresources */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Subnet.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Subnet.java index 9ab34ce2..d2db47ea 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Subnet.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Subnet.java @@ -46,6 +46,7 @@ public class Subnet extends AviRestResource { /** * This is the getter method this will return the attribute value. * Specify an ip subnet prefix for this network. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prefix */ @@ -57,6 +58,7 @@ public IpAddrPrefix getPrefix() { /** * This is the setter method to the attribute. * Specify an ip subnet prefix for this network. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prefix set the prefix. */ @@ -69,6 +71,7 @@ public void setPrefix(IpAddrPrefix prefix) { * This is the getter method this will return the attribute value. * Static ip ranges for this subnet. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return staticIpRanges */ @@ -81,6 +84,7 @@ public List getStaticIpRanges() { * This is the setter method. this will set the staticIpRanges * Static ip ranges for this subnet. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return staticIpRanges */ @@ -93,6 +97,7 @@ public void setStaticIpRanges(List staticIpRanges) { * This is the setter method this will set the staticIpRanges * Static ip ranges for this subnet. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return staticIpRanges */ @@ -110,6 +115,7 @@ public Subnet addStaticIpRangesItem(StaticIpRange staticIpRangesItem) { * This is the getter method this will return the attribute value. * Use static_ip_ranges. * Field deprecated in 20.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return staticIps */ @VsoMethod @@ -121,6 +127,7 @@ public List getStaticIps() { * This is the setter method. this will set the staticIps * Use static_ip_ranges. * Field deprecated in 20.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return staticIps */ @VsoMethod @@ -132,6 +139,7 @@ public void setStaticIps(List staticIps) { * This is the setter method this will set the staticIps * Use static_ip_ranges. * Field deprecated in 20.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return staticIps */ @VsoMethod @@ -148,6 +156,7 @@ public Subnet addStaticIpsItem(IpAddr staticIpsItem) { * This is the getter method this will return the attribute value. * Use static_ip_ranges. * Field deprecated in 20.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return staticRanges */ @VsoMethod @@ -159,6 +168,7 @@ public List getStaticRanges() { * This is the setter method. this will set the staticRanges * Use static_ip_ranges. * Field deprecated in 20.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return staticRanges */ @VsoMethod @@ -170,6 +180,7 @@ public void setStaticRanges(List staticRanges) { * This is the setter method this will set the staticRanges * Use static_ip_ranges. * Field deprecated in 20.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return staticRanges */ @VsoMethod diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SubnetRuntime.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SubnetRuntime.java index 43a06d58..27d1810d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SubnetRuntime.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SubnetRuntime.java @@ -55,6 +55,7 @@ public class SubnetRuntime extends AviRestResource { * This is the getter method this will return the attribute value. * Moved to staticiprangeruntime. * Field deprecated in 20.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return freeIpCount */ @VsoMethod @@ -66,6 +67,7 @@ public Integer getFreeIpCount() { * This is the setter method to the attribute. * Moved to staticiprangeruntime. * Field deprecated in 20.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param freeIpCount set the freeIpCount. */ @VsoMethod @@ -77,6 +79,7 @@ public void setFreeIpCount(Integer freeIpCount) { * This is the getter method this will return the attribute value. * Use allocated_ips in staticiprangeruntime. * Field deprecated in 20.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return ipAlloced */ @VsoMethod @@ -88,6 +91,7 @@ public List getIpAlloced() { * This is the setter method. this will set the ipAlloced * Use allocated_ips in staticiprangeruntime. * Field deprecated in 20.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return ipAlloced */ @VsoMethod @@ -99,6 +103,7 @@ public void setIpAlloced(List ipAlloced) { * This is the setter method this will set the ipAlloced * Use allocated_ips in staticiprangeruntime. * Field deprecated in 20.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return ipAlloced */ @VsoMethod @@ -115,6 +120,7 @@ public SubnetRuntime addIpAllocedItem(IpAllocInfo ipAllocedItem) { * This is the getter method this will return the attribute value. * Static ip range runtime. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipRangeRuntimes */ @@ -127,6 +133,7 @@ public List getIpRangeRuntimes() { * This is the setter method. this will set the ipRangeRuntimes * Static ip range runtime. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipRangeRuntimes */ @@ -139,6 +146,7 @@ public void setIpRangeRuntimes(List ipRangeRuntimes) { * This is the setter method this will set the ipRangeRuntimes * Static ip range runtime. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipRangeRuntimes */ @@ -154,7 +162,7 @@ public SubnetRuntime addIpRangeRuntimesItem(StaticIpRangeRuntime ipRangeRuntimes /** * This is the getter method this will return the attribute value. - * Placeholder for description of property prefix of obj type subnetruntime 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 prefix */ @@ -165,7 +173,7 @@ public IpAddrPrefix getPrefix() { /** * This is the setter method to the attribute. - * Placeholder for description of property prefix of obj type subnetruntime 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 prefix set the prefix. */ @@ -178,6 +186,7 @@ public void setPrefix(IpAddrPrefix prefix) { * This is the getter method this will return the attribute value. * Moved to staticiprangeruntime. * Field deprecated in 20.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return totalIpCount */ @VsoMethod @@ -189,6 +198,7 @@ public Integer getTotalIpCount() { * This is the setter method to the attribute. * Moved to staticiprangeruntime. * Field deprecated in 20.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param totalIpCount set the totalIpCount. */ @VsoMethod @@ -200,6 +210,7 @@ public void setTotalIpCount(Integer totalIpCount) { * This is the getter method this will return the attribute value. * Can be derived from total - free in staticiprangeruntime. * Field deprecated in 20.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return usedIpCount */ @VsoMethod @@ -211,6 +222,7 @@ public Integer getUsedIpCount() { * This is the setter method to the attribute. * Can be derived from total - free in staticiprangeruntime. * Field deprecated in 20.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param usedIpCount set the usedIpCount. */ @VsoMethod diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SummarizedInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SummarizedInfo.java index d8931aa2..b8d6585a 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SummarizedInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SummarizedInfo.java @@ -32,7 +32,7 @@ public class SummarizedInfo extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property subnet_info of obj type summarizedinfo 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 subnetInfo */ @@ -43,7 +43,7 @@ public List getSubnetInfo() { /** * This is the setter method. this will set the subnetInfo - * Placeholder for description of property subnet_info of obj type summarizedinfo 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 subnetInfo */ @@ -54,7 +54,7 @@ public void setSubnetInfo(List subnetInfo) { /** * This is the setter method this will set the subnetInfo - * Placeholder for description of property subnet_info of obj type summarizedinfo 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 subnetInfo */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SummarizedSubnetInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SummarizedSubnetInfo.java index 864ccd33..8db2e88f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SummarizedSubnetInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SummarizedSubnetInfo.java @@ -36,7 +36,7 @@ public class SummarizedSubnetInfo extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cidr_prefix of obj type summarizedsubnetinfo field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cidrPrefix */ @@ -47,7 +47,7 @@ public String getCidrPrefix() { /** * This is the setter method to the attribute. - * Placeholder for description of property cidr_prefix of obj type summarizedsubnetinfo field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cidrPrefix set the cidrPrefix. */ @@ -58,7 +58,7 @@ public void setCidrPrefix(String cidrPrefix) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property network of obj type summarizedsubnetinfo field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return network */ @@ -69,7 +69,7 @@ public String getNetwork() { /** * This is the setter method to the attribute. - * Placeholder for description of property network of obj type summarizedsubnetinfo field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param network set the network. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SupportedMigrations.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SupportedMigrations.java index e9c88354..3476931c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SupportedMigrations.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SupportedMigrations.java @@ -60,6 +60,14 @@ public class SupportedMigrations extends AviRestResource { @JsonInclude(Include.NON_NULL) private String minSupportedApiVersion = null; + @JsonProperty("podman_controller_host_min_free_disk_size") + @JsonInclude(Include.NON_NULL) + private Integer podmanControllerHostMinFreeDiskSize = 24; + + @JsonProperty("podman_se_host_min_free_disk_size") + @JsonInclude(Include.NON_NULL) + private Integer podmanSeHostMinFreeDiskSize = 12; + @JsonProperty("rollback_controller_disk_space") @JsonInclude(Include.NON_NULL) private Integer rollbackControllerDiskSpace = 2; @@ -98,6 +106,7 @@ public class SupportedMigrations extends AviRestResource { * This is the getter method this will return the attribute value. * Minimum accepted api version. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return apiVersion */ @@ -110,6 +119,7 @@ public String getApiVersion() { * This is the setter method to the attribute. * Minimum accepted api version. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param apiVersion set the apiVersion. */ @@ -123,6 +133,7 @@ public void setApiVersion(String apiVersion) { * Minimum space required(in gb) on controller host for this image installation. * Field introduced in 18.2.6. * Unit is gb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return controllerHostMinFreeDiskSize */ @@ -136,6 +147,7 @@ public Integer getControllerHostMinFreeDiskSize() { * Minimum space required(in gb) on controller host for this image installation. * Field introduced in 18.2.6. * Unit is gb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param controllerHostMinFreeDiskSize set the controllerHostMinFreeDiskSize. */ @@ -148,7 +160,8 @@ public void setControllerHostMinFreeDiskSize(Integer controllerHostMinFreeDiskS * This is the getter method this will return the attribute value. * Minimum number of cores required for controller. * Field introduced in 18.2.10, 20.1.2. - * Allowed in 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 8. * @return controllerMinCores */ @@ -161,7 +174,8 @@ public Integer getControllerMinCores() { * This is the setter method to the attribute. * Minimum number of cores required for controller. * Field introduced in 18.2.10, 20.1.2. - * Allowed in 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 8. * @param controllerMinCores set the controllerMinCores. */ @@ -174,6 +188,7 @@ public void setControllerMinCores(Integer controllerMinCores) { * This is the getter method this will return the attribute value. * Minimum supported docker version required for controller. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "1.6.1". * @return controllerMinDockerVersion */ @@ -186,6 +201,7 @@ public String getControllerMinDockerVersion() { * This is the setter method to the attribute. * Minimum supported docker version required for controller. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "1.6.1". * @param controllerMinDockerVersion set the controllerMinDockerVersion. */ @@ -199,6 +215,7 @@ public void setControllerMinDockerVersion(String controllerMinDockerVersion) { * Minimum space required(in gb) on controller for this image installation. * Field introduced in 18.2.6. * Unit is gb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return controllerMinFreeDiskSize */ @@ -212,6 +229,7 @@ public Integer getControllerMinFreeDiskSize() { * Minimum space required(in gb) on controller for this image installation. * Field introduced in 18.2.6. * Unit is gb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param controllerMinFreeDiskSize set the controllerMinFreeDiskSize. */ @@ -225,7 +243,8 @@ public void setControllerMinFreeDiskSize(Integer controllerMinFreeDiskSize) { * Minimum memory required(in gb) for controller. * Field introduced in 18.2.10, 20.1.2. * Unit is gb. - * Allowed in 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 24. * @return controllerMinMemory */ @@ -239,7 +258,8 @@ public Integer getControllerMinMemory() { * Minimum memory required(in gb) for controller. * Field introduced in 18.2.10, 20.1.2. * Unit is gb. - * 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 24. * @param controllerMinMemory set the controllerMinMemory. */ @@ -253,7 +273,8 @@ public void setControllerMinMemory(Integer controllerMinMemory) { * Minimum space required(in gb) for controller. * Field introduced in 18.2.10, 20.1.2. * Unit is gb. - * Allowed in 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 128. * @return controllerMinTotalDisk */ @@ -267,7 +288,8 @@ public Integer getControllerMinTotalDisk() { * Minimum space required(in gb) for controller. * Field introduced in 18.2.10, 20.1.2. * Unit is gb. - * 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 128. * @param controllerMinTotalDisk set the controllerMinTotalDisk. */ @@ -280,6 +302,7 @@ public void setControllerMinTotalDisk(Integer controllerMinTotalDisk) { * This is the getter method this will return the attribute value. * Supported active versions for this image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return maxActiveVersions */ @@ -292,6 +315,7 @@ public Integer getMaxActiveVersions() { * This is the setter method to the attribute. * Supported active versions for this image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param maxActiveVersions set the maxActiveVersions. */ @@ -304,6 +328,7 @@ public void setMaxActiveVersions(Integer maxActiveVersions) { * This is the getter method this will return the attribute value. * Minimum supported api version. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return minSupportedApiVersion */ @@ -316,6 +341,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. */ @@ -324,11 +350,68 @@ public void setMinSupportedApiVersion(String minSupportedApiVersion) { this.minSupportedApiVersion = minSupportedApiVersion; } + /** + * This is the getter method this will return the attribute value. + * Minimum space required(in gb) on podman controller host for this image installation. + * Field introduced in 21.1.4. + * Unit is gb. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 24. + * @return podmanControllerHostMinFreeDiskSize + */ + @VsoMethod + public Integer getPodmanControllerHostMinFreeDiskSize() { + return podmanControllerHostMinFreeDiskSize; + } + + /** + * This is the setter method to the attribute. + * Minimum space required(in gb) on podman controller host for this image installation. + * Field introduced in 21.1.4. + * Unit is gb. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 24. + * @param podmanControllerHostMinFreeDiskSize set the podmanControllerHostMinFreeDiskSize. + */ + @VsoMethod + public void setPodmanControllerHostMinFreeDiskSize(Integer podmanControllerHostMinFreeDiskSize) { + this.podmanControllerHostMinFreeDiskSize = podmanControllerHostMinFreeDiskSize; + } + + /** + * This is the getter method this will return the attribute value. + * Minimum space required(in gb) on podman se host for this image installation. + * Field introduced in 21.1.4. + * Unit is gb. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 12. + * @return podmanSeHostMinFreeDiskSize + */ + @VsoMethod + public Integer getPodmanSeHostMinFreeDiskSize() { + return podmanSeHostMinFreeDiskSize; + } + + /** + * This is the setter method to the attribute. + * Minimum space required(in gb) on podman se host for this image installation. + * Field introduced in 21.1.4. + * Unit is gb. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as 12. + * @param podmanSeHostMinFreeDiskSize set the podmanSeHostMinFreeDiskSize. + */ + @VsoMethod + public void setPodmanSeHostMinFreeDiskSize(Integer podmanSeHostMinFreeDiskSize) { + this.podmanSeHostMinFreeDiskSize = podmanSeHostMinFreeDiskSize; + } + /** * This is the getter method this will return the attribute value. * Minimum space required(in gb) on controller for rollback. * Field introduced in 18.2.6. * Unit is gb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return rollbackControllerDiskSpace */ @@ -342,6 +425,7 @@ public Integer getRollbackControllerDiskSpace() { * Minimum space required(in gb) on controller for rollback. * Field introduced in 18.2.6. * Unit is gb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param rollbackControllerDiskSpace set the rollbackControllerDiskSpace. */ @@ -355,6 +439,7 @@ public void setRollbackControllerDiskSpace(Integer rollbackControllerDiskSpace) * Minimum space required(in gb) on se for rollback. * Field introduced in 18.2.6. * Unit is gb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return rollbackSeDiskSpace */ @@ -368,6 +453,7 @@ public Integer getRollbackSeDiskSpace() { * Minimum space required(in gb) on se for rollback. * Field introduced in 18.2.6. * Unit is gb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param rollbackSeDiskSpace set the rollbackSeDiskSpace. */ @@ -381,6 +467,7 @@ public void setRollbackSeDiskSpace(Integer rollbackSeDiskSpace) { * Minimum space required(in gb) on se host for this image installation. * Field introduced in 18.2.6. * Unit is gb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return seHostMinFreeDiskSize */ @@ -394,6 +481,7 @@ public Integer getSeHostMinFreeDiskSize() { * Minimum space required(in gb) on se host for this image installation. * Field introduced in 18.2.6. * Unit is gb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param seHostMinFreeDiskSize set the seHostMinFreeDiskSize. */ @@ -406,7 +494,8 @@ public void setSeHostMinFreeDiskSize(Integer seHostMinFreeDiskSize) { * This is the getter method this will return the attribute value. * Minimum number of cores required for se. * Field introduced in 18.2.10, 20.1.2. - * Allowed in 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 2. * @return seMinCores */ @@ -419,7 +508,8 @@ public Integer getSeMinCores() { * This is the setter method to the attribute. * Minimum number of cores required for se. * Field introduced in 18.2.10, 20.1.2. - * Allowed in 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 2. * @param seMinCores set the seMinCores. */ @@ -433,6 +523,7 @@ public void setSeMinCores(Integer seMinCores) { * Minimum space required(in gb) on se for this image installation for non-fips mode(+1 gb for fips mode). * Field introduced in 18.2.6. * Unit is gb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return seMinFreeDiskSize */ @@ -446,6 +537,7 @@ public Integer getSeMinFreeDiskSize() { * Minimum space required(in gb) on se for this image installation for non-fips mode(+1 gb for fips mode). * Field introduced in 18.2.6. * Unit is gb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param seMinFreeDiskSize set the seMinFreeDiskSize. */ @@ -459,7 +551,8 @@ public void setSeMinFreeDiskSize(Integer seMinFreeDiskSize) { * Minimum memory required(in gb) for se. * Field introduced in 18.2.10, 20.1.2. * Unit is gb. - * Allowed in 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 2. * @return seMinMemory */ @@ -473,7 +566,8 @@ public Integer getSeMinMemory() { * Minimum memory required(in gb) for se. * Field introduced in 18.2.10, 20.1.2. * Unit is gb. - * 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 2. * @param seMinMemory set the seMinMemory. */ @@ -487,7 +581,8 @@ public void setSeMinMemory(Integer seMinMemory) { * Minimum space required(in gb) for se. * Field introduced in 18.2.10, 20.1.2. * Unit is gb. - * Allowed in 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 10. * @return seMinTotalDisk */ @@ -501,7 +596,8 @@ public Integer getSeMinTotalDisk() { * Minimum space required(in gb) for se. * Field introduced in 18.2.10, 20.1.2. * Unit is gb. - * 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 10. * @param seMinTotalDisk set the seMinTotalDisk. */ @@ -514,6 +610,7 @@ public void setSeMinTotalDisk(Integer seMinTotalDisk) { * This is the getter method this will return the attribute value. * Supported compatible versions for this image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return versions */ @@ -526,6 +623,7 @@ public List getVersions() { * This is the setter method. this will set the versions * Supported compatible versions for this image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return versions */ @@ -538,6 +636,7 @@ public void setVersions(List versions) { * This is the setter method this will set the versions * Supported compatible versions for this image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return versions */ @@ -578,7 +677,9 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.controllerMinMemory, objSupportedMigrations.controllerMinMemory)&& Objects.equals(this.controllerMinCores, objSupportedMigrations.controllerMinCores)&& Objects.equals(this.controllerMinDockerVersion, objSupportedMigrations.controllerMinDockerVersion)&& - Objects.equals(this.minSupportedApiVersion, objSupportedMigrations.minSupportedApiVersion); + Objects.equals(this.minSupportedApiVersion, objSupportedMigrations.minSupportedApiVersion)&& + Objects.equals(this.podmanControllerHostMinFreeDiskSize, objSupportedMigrations.podmanControllerHostMinFreeDiskSize)&& + Objects.equals(this.podmanSeHostMinFreeDiskSize, objSupportedMigrations.podmanSeHostMinFreeDiskSize); } @Override @@ -594,6 +695,8 @@ public String toString() { sb.append(" controllerMinTotalDisk: ").append(toIndentedString(controllerMinTotalDisk)).append("\n"); sb.append(" maxActiveVersions: ").append(toIndentedString(maxActiveVersions)).append("\n"); sb.append(" minSupportedApiVersion: ").append(toIndentedString(minSupportedApiVersion)).append("\n"); + sb.append(" podmanControllerHostMinFreeDiskSize: ").append(toIndentedString(podmanControllerHostMinFreeDiskSize)).append("\n"); + sb.append(" podmanSeHostMinFreeDiskSize: ").append(toIndentedString(podmanSeHostMinFreeDiskSize)).append("\n"); sb.append(" rollbackControllerDiskSpace: ").append(toIndentedString(rollbackControllerDiskSpace)).append("\n"); sb.append(" rollbackSeDiskSpace: ").append(toIndentedString(rollbackSeDiskSpace)).append("\n"); sb.append(" seHostMinFreeDiskSize: ").append(toIndentedString(seHostMinFreeDiskSize)).append("\n"); diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SwitchoverEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SwitchoverEventDetails.java index 961d28f9..5db7d708 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SwitchoverEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SwitchoverEventDetails.java @@ -56,7 +56,7 @@ public class SwitchoverEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property from_se_name of obj type switchovereventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fromSeName */ @@ -67,7 +67,7 @@ public String getFromSeName() { /** * This is the setter method to the attribute. - * Placeholder for description of property from_se_name of obj type switchovereventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fromSeName set the fromSeName. */ @@ -78,7 +78,7 @@ public void setFromSeName(String fromSeName) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip of obj type switchovereventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -89,7 +89,7 @@ public String getIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property ip of obj type switchovereventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -100,7 +100,7 @@ public void setIp(String ip) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip6 of obj type switchovereventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -111,7 +111,7 @@ public String getIp6() { /** * This is the setter method to the attribute. - * Placeholder for description of property ip6 of obj type switchovereventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -124,6 +124,7 @@ public void setIp6(String ip6) { * This is the getter method this will return the attribute value. * Reason for switchover. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -136,6 +137,7 @@ public String getReason() { * This is the setter method to the attribute. * Reason for switchover. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -146,7 +148,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property to_se_name of obj type switchovereventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return toSeName */ @@ -157,7 +159,7 @@ public String getToSeName() { /** * This is the setter method to the attribute. - * Placeholder for description of property to_se_name of obj type switchovereventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param toSeName set the toSeName. */ @@ -168,7 +170,7 @@ public void setToSeName(String toSeName) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vs_name of obj type switchovereventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -179,7 +181,7 @@ public String getVsName() { /** * This is the setter method to the attribute. - * Placeholder for description of property vs_name of obj type switchovereventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsName set the vsName. */ @@ -190,7 +192,7 @@ public void setVsName(String vsName) { /** * 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 */ @@ -201,7 +203,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SwitchoverFailEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SwitchoverFailEventDetails.java index 51132494..ad86b561 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SwitchoverFailEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SwitchoverFailEventDetails.java @@ -52,7 +52,7 @@ public class SwitchoverFailEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property from_se_name of obj type switchoverfaileventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fromSeName */ @@ -63,7 +63,7 @@ public String getFromSeName() { /** * This is the setter method to the attribute. - * Placeholder for description of property from_se_name of obj type switchoverfaileventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fromSeName set the fromSeName. */ @@ -74,7 +74,7 @@ public void setFromSeName(String fromSeName) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip of obj type switchoverfaileventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -85,7 +85,7 @@ public String getIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property ip of obj type switchoverfaileventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -96,7 +96,7 @@ public void setIp(String ip) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip6 of obj type switchoverfaileventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -107,7 +107,7 @@ public String getIp6() { /** * This is the setter method to the attribute. - * Placeholder for description of property ip6 of obj type switchoverfaileventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -118,7 +118,7 @@ public void setIp6(String ip6) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason of obj type switchoverfaileventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -129,7 +129,7 @@ public String getReason() { /** * This is the setter method to the attribute. - * Placeholder for description of property reason of obj type switchoverfaileventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -140,7 +140,7 @@ public void setReason(String reason) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vs_name of obj type switchoverfaileventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsName */ @@ -151,7 +151,7 @@ public String getVsName() { /** * This is the setter method to the attribute. - * Placeholder for description of property vs_name of obj type switchoverfaileventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsName set the vsName. */ @@ -162,7 +162,7 @@ public void setVsName(String vsName) { /** * 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 */ @@ -173,7 +173,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SysTestEmailParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SysTestEmailParams.java index 8f89301a..882509c4 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SysTestEmailParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SysTestEmailParams.java @@ -45,6 +45,7 @@ public class SysTestEmailParams 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 */ @@ -56,6 +57,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. */ @@ -67,6 +69,7 @@ public void setCcEmails(String ccEmails) { /** * This is the getter method this will return the attribute value. * The subject line of the originating email from avi controller. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subject */ @@ -78,6 +81,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. */ @@ -89,6 +93,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 */ @@ -100,6 +105,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. */ @@ -111,6 +117,7 @@ public void setText(String text) { /** * This is the getter method this will return the attribute value. * Alerts are sent to the comma separated list of email recipients. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return toEmails */ @@ -122,6 +129,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SystemConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SystemConfiguration.java index d62d30cb..f4c60b43 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SystemConfiguration.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SystemConfiguration.java @@ -132,7 +132,7 @@ public class SystemConfiguration extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property admin_auth_configuration of obj type systemconfiguration 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 adminAuthConfiguration */ @@ -143,7 +143,7 @@ public AdminAuthConfiguration getAdminAuthConfiguration() { /** * This is the setter method to the attribute. - * Placeholder for description of property admin_auth_configuration of obj type systemconfiguration 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 adminAuthConfiguration set the adminAuthConfiguration. */ @@ -156,6 +156,7 @@ public void setAdminAuthConfiguration(AdminAuthConfiguration adminAuthConfigurat * This is the getter method this will return the attribute value. * Common criteria mode's current state. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return commonCriteriaMode */ @@ -168,6 +169,7 @@ public Boolean getCommonCriteriaMode() { * This is the setter method to the attribute. * Common criteria mode's current state. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param commonCriteriaMode set the commonCriteriaMode. */ @@ -181,6 +183,7 @@ public void setCommonCriteriaMode(Boolean commonCriteriaMode) { * Controller metrics event dynamic thresholds can be set here. * Controller_cpu_high and controller_mem_high evets can take configured dynamic thresholds. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerAnalyticsPolicy */ @@ -194,6 +197,7 @@ public ControllerAnalyticsPolicy getControllerAnalyticsPolicy() { * Controller metrics event dynamic thresholds can be set here. * Controller_cpu_high and controller_mem_high evets can take configured dynamic thresholds. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerAnalyticsPolicy set the controllerAnalyticsPolicy. */ @@ -207,8 +211,8 @@ public void setControllerAnalyticsPolicy(ControllerAnalyticsPolicy controllerAna * Specifies the default license tier which would be used by new clouds. * Enum options - ENTERPRISE_16, ENTERPRISE, ENTERPRISE_18, BASIC, ESSENTIALS, ENTERPRISE_WITH_CLOUD_SERVICES. * Field introduced in 17.2.5. - * Allowed in basic edition, essentials edition, enterprise edition. - * Special default for basic edition is basic, essentials edition is essentials, enterprise is enterprise_with_cloud_services. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Special default for essentials edition is essentials, basic edition is basic, enterprise is enterprise_with_cloud_services. * @return defaultLicenseTier */ @VsoMethod @@ -221,8 +225,8 @@ public String getDefaultLicenseTier() { * Specifies the default license tier which would be used by new clouds. * Enum options - ENTERPRISE_16, ENTERPRISE, ENTERPRISE_18, BASIC, ESSENTIALS, ENTERPRISE_WITH_CLOUD_SERVICES. * Field introduced in 17.2.5. - * Allowed in basic edition, essentials edition, enterprise edition. - * Special default for basic edition is basic, essentials edition is essentials, enterprise is enterprise_with_cloud_services. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. + * Special default for essentials edition is essentials, basic edition is basic, enterprise is enterprise_with_cloud_services. * @param defaultLicenseTier set the defaultLicenseTier. */ @VsoMethod @@ -232,7 +236,7 @@ public void setDefaultLicenseTier(String defaultLicenseTier) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property dns_configuration of obj type systemconfiguration 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 dnsConfiguration */ @@ -243,7 +247,7 @@ public DNSConfiguration getDnsConfiguration() { /** * This is the setter method to the attribute. - * Placeholder for description of property dns_configuration of obj type systemconfiguration 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 dnsConfiguration set the dnsConfiguration. */ @@ -258,6 +262,7 @@ public void setDnsConfiguration(DNSConfiguration dnsConfiguration) { * If no virtualservices are provided, avi vantage will provide dns services for configured applications. * Switching back to avi vantage from dns virtualservices is not allowed. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsVirtualserviceRefs */ @@ -272,6 +277,7 @@ public List getDnsVirtualserviceRefs() { * If no virtualservices are provided, avi vantage will provide dns services for configured applications. * Switching back to avi vantage from dns virtualservices is not allowed. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsVirtualserviceRefs */ @@ -286,6 +292,7 @@ public void setDnsVirtualserviceRefs(List dnsVirtualserviceRefs) { * If no virtualservices are provided, avi vantage will provide dns services for configured applications. * Switching back to avi vantage from dns virtualservices is not allowed. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsVirtualserviceRefs */ @@ -301,7 +308,7 @@ public SystemConfiguration addDnsVirtualserviceRefsItem(String dnsVirtualservice /** * This is the getter method this will return the attribute value. - * Placeholder for description of property docker_mode of obj type systemconfiguration 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 dockerMode */ @@ -312,7 +319,7 @@ public Boolean getDockerMode() { /** * This is the setter method to the attribute. - * Placeholder for description of property docker_mode of obj type systemconfiguration 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 dockerMode set the dockerMode. */ @@ -323,7 +330,7 @@ public void setDockerMode(Boolean dockerMode) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property email_configuration of obj type systemconfiguration 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 emailConfiguration */ @@ -334,7 +341,7 @@ public EmailConfiguration getEmailConfiguration() { /** * This is the setter method to the attribute. - * Placeholder for description of property email_configuration of obj type systemconfiguration 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 emailConfiguration set the emailConfiguration. */ @@ -347,7 +354,8 @@ public void setEmailConfiguration(EmailConfiguration emailConfiguration) { * This is the getter method this will return the attribute value. * Enable cors header. * Field introduced in 20.1.3. - * Allowed in 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 false. * @return enableCors */ @@ -360,7 +368,8 @@ public Boolean getEnableCors() { * This is the setter method to the attribute. * Enable cors header. * Field introduced in 20.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 false. * @param enableCors set the enableCors. */ @@ -373,6 +382,7 @@ public void setEnableCors(Boolean enableCors) { * This is the getter method this will return the attribute value. * Fips mode current state. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return fipsMode */ @@ -385,6 +395,7 @@ public Boolean getFipsMode() { * This is the setter method to the attribute. * Fips mode current state. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param fipsMode set the fipsMode. */ @@ -395,7 +406,7 @@ public void setFipsMode(Boolean fipsMode) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property global_tenant_config of obj type systemconfiguration 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 globalTenantConfig */ @@ -406,7 +417,7 @@ public TenantConfiguration getGlobalTenantConfig() { /** * This is the setter method to the attribute. - * Placeholder for description of property global_tenant_config of obj type systemconfiguration 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 globalTenantConfig set the globalTenantConfig. */ @@ -417,7 +428,7 @@ public void setGlobalTenantConfig(TenantConfiguration globalTenantConfig) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property linux_configuration of obj type systemconfiguration 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 linuxConfiguration */ @@ -428,7 +439,7 @@ public LinuxConfiguration getLinuxConfiguration() { /** * This is the setter method to the attribute. - * Placeholder for description of property linux_configuration of obj type systemconfiguration 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 linuxConfiguration set the linuxConfiguration. */ @@ -440,6 +451,7 @@ public void setLinuxConfiguration(LinuxConfiguration linuxConfiguration) { /** * This is the getter method this will return the attribute value. * Configure ip access control for controller to restrict open access. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mgmtIpAccessControl */ @@ -451,6 +463,7 @@ public MgmtIpAccessControl getMgmtIpAccessControl() { /** * This is the setter method to the attribute. * Configure ip access control for controller to restrict open access. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mgmtIpAccessControl set the mgmtIpAccessControl. */ @@ -461,7 +474,7 @@ public void setMgmtIpAccessControl(MgmtIpAccessControl mgmtIpAccessControl) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ntp_configuration of obj type systemconfiguration 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 ntpConfiguration */ @@ -472,7 +485,7 @@ public NTPConfiguration getNtpConfiguration() { /** * This is the setter method to the attribute. - * Placeholder for description of property ntp_configuration of obj type systemconfiguration 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 ntpConfiguration set the ntpConfiguration. */ @@ -483,7 +496,7 @@ public void setNtpConfiguration(NTPConfiguration ntpConfiguration) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property portal_configuration of obj type systemconfiguration 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 portalConfiguration */ @@ -494,7 +507,7 @@ public PortalConfiguration getPortalConfiguration() { /** * This is the setter method to the attribute. - * Placeholder for description of property portal_configuration of obj type systemconfiguration 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 portalConfiguration set the portalConfiguration. */ @@ -505,7 +518,7 @@ public void setPortalConfiguration(PortalConfiguration portalConfiguration) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property proxy_configuration of obj type systemconfiguration 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 proxyConfiguration */ @@ -516,7 +529,7 @@ public ProxyConfiguration getProxyConfiguration() { /** * This is the setter method to the attribute. - * Placeholder for description of property proxy_configuration of obj type systemconfiguration 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 proxyConfiguration set the proxyConfiguration. */ @@ -529,6 +542,7 @@ public void setProxyConfiguration(ProxyConfiguration proxyConfiguration) { * This is the getter method this will return the attribute value. * Configure secure channel properties. * Field introduced in 18.1.4, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return secureChannelConfiguration */ @@ -541,6 +555,7 @@ public SecureChannelConfiguration getSecureChannelConfiguration() { * This is the setter method to the attribute. * Configure secure channel properties. * Field introduced in 18.1.4, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param secureChannelConfiguration set the secureChannelConfiguration. */ @@ -551,7 +566,7 @@ public void setSecureChannelConfiguration(SecureChannelConfiguration secureChann /** * This is the getter method this will return the attribute value. - * Placeholder for description of property snmp_configuration of obj type systemconfiguration 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 snmpConfiguration */ @@ -562,7 +577,7 @@ public SnmpConfiguration getSnmpConfiguration() { /** * This is the setter method to the attribute. - * Placeholder for description of property snmp_configuration of obj type systemconfiguration 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 snmpConfiguration set the snmpConfiguration. */ @@ -575,6 +590,7 @@ public void setSnmpConfiguration(SnmpConfiguration snmpConfiguration) { * This is the getter method this will return the attribute value. * Allowed ciphers list for ssh to the management interface on the controller and service engines. * If this is not specified, all the default ciphers are allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sshCiphers */ @@ -587,6 +603,7 @@ public List getSshCiphers() { * This is the setter method. this will set the sshCiphers * Allowed ciphers list for ssh to the management interface on the controller and service engines. * If this is not specified, all the default ciphers are allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sshCiphers */ @@ -599,6 +616,7 @@ public void setSshCiphers(List sshCiphers) { * This is the setter method this will set the sshCiphers * Allowed ciphers list for ssh to the management interface on the controller and service engines. * If this is not specified, all the default ciphers are allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sshCiphers */ @@ -616,6 +634,7 @@ public SystemConfiguration addSshCiphersItem(String sshCiphersItem) { * This is the getter method this will return the attribute value. * Allowed hmac list for ssh to the management interface on the controller and service engines. * If this is not specified, all the default hmacs are allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sshHmacs */ @@ -628,6 +647,7 @@ public List getSshHmacs() { * This is the setter method. this will set the sshHmacs * Allowed hmac list for ssh to the management interface on the controller and service engines. * If this is not specified, all the default hmacs are allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sshHmacs */ @@ -640,6 +660,7 @@ public void setSshHmacs(List sshHmacs) { * This is the setter method this will set the sshHmacs * Allowed hmac list for ssh to the management interface on the controller and service engines. * If this is not specified, all the default hmacs are allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sshHmacs */ @@ -674,7 +695,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 */ @@ -685,7 +706,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. */ @@ -698,6 +719,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * This flag is set once the initial controller setup workflow is complete. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return welcomeWorkflowComplete */ @@ -710,6 +732,7 @@ public Boolean getWelcomeWorkflowComplete() { * This is the setter method to the attribute. * This flag is set once the initial controller setup workflow is complete. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param welcomeWorkflowComplete set the welcomeWorkflowComplete. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SystemLimits.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SystemLimits.java index 61302d21..2c4fb024 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SystemLimits.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/SystemLimits.java @@ -52,6 +52,7 @@ public class SystemLimits extends AviRestResource { * This is the getter method this will return the attribute value. * System limits for the entire controller cluster. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerLimits */ @@ -64,6 +65,7 @@ public ControllerLimits getControllerLimits() { * This is the setter method to the attribute. * System limits for the entire controller cluster. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerLimits set the controllerLimits. */ @@ -76,6 +78,7 @@ public void setControllerLimits(ControllerLimits controllerLimits) { * This is the getter method this will return the attribute value. * Possible controller sizes. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerSizes */ @@ -88,6 +91,7 @@ public List getControllerSizes() { * This is the setter method. this will set the controllerSizes * Possible controller sizes. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerSizes */ @@ -100,6 +104,7 @@ public void setControllerSizes(List controllerSizes) { * This is the setter method this will set the controllerSizes * Possible controller sizes. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerSizes */ @@ -117,6 +122,7 @@ public SystemLimits addControllerSizesItem(ControllerSize controllerSizesItem) { * This is the getter method this will return the attribute value. * System limits that apply to a serviceengine. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceengineLimits */ @@ -129,6 +135,7 @@ public ServiceEngineLimits getServiceengineLimits() { * This is the setter method to the attribute. * System limits that apply to a serviceengine. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceengineLimits set the serviceengineLimits. */ @@ -160,6 +167,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid for the system limits object. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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. * Uuid for the system limits object. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/TCPApplicationProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TCPApplicationProfile.java index e301b8a7..10cfee18 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TCPApplicationProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TCPApplicationProfile.java @@ -48,7 +48,7 @@ public class TCPApplicationProfile extends AviRestResource { * This profile defines the certificate authority and revocation list. * It is a reference to an object of type pkiprofile. * Field introduced in 18.2.3. - * Allowed in 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 pkiProfileRef */ @@ -63,7 +63,7 @@ public String getPkiProfileRef() { * This profile defines the certificate authority and revocation list. * It is a reference to an object of type pkiprofile. * Field introduced in 18.2.3. - * Allowed in 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 pkiProfileRef set the pkiProfileRef. */ @@ -76,7 +76,8 @@ public void setPkiProfileRef(String pkiProfileRef) { * This is the getter method this will return the attribute value. * Enable/disable the usage of proxy protocol to convey client connection information to the back-end servers. * Valid only for l4 application profiles and tcp proxy. - * Allowed in 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 proxyProtocolEnabled */ @@ -89,7 +90,8 @@ public Boolean getProxyProtocolEnabled() { * This is the setter method to the attribute. * Enable/disable the usage of proxy protocol to convey client connection information to the back-end servers. * Valid only for l4 application profiles and tcp proxy. - * Allowed in 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 proxyProtocolEnabled set the proxyProtocolEnabled. */ @@ -102,8 +104,8 @@ public void setProxyProtocolEnabled(Boolean proxyProtocolEnabled) { * This is the getter method this will return the attribute value. * Version of proxy protocol to be used to convey client connection information to the back-end servers. * Enum options - PROXY_PROTOCOL_VERSION_1, PROXY_PROTOCOL_VERSION_2. - * Allowed in basic(allowed values- proxy_protocol_version_1) edition, essentials(allowed values- proxy_protocol_version_1) edition, enterprise - * edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- proxy_protocol_version_1), basic edition(allowed values- + * proxy_protocol_version_1), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "PROXY_PROTOCOL_VERSION_1". * @return proxyProtocolVersion */ @@ -116,8 +118,8 @@ public String getProxyProtocolVersion() { * This is the setter method to the attribute. * Version of proxy protocol to be used to convey client connection information to the back-end servers. * Enum options - PROXY_PROTOCOL_VERSION_1, PROXY_PROTOCOL_VERSION_2. - * Allowed in basic(allowed values- proxy_protocol_version_1) edition, essentials(allowed values- proxy_protocol_version_1) edition, enterprise - * edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- proxy_protocol_version_1), basic edition(allowed values- + * proxy_protocol_version_1), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "PROXY_PROTOCOL_VERSION_1". * @param proxyProtocolVersion set the proxyProtocolVersion. */ @@ -131,8 +133,8 @@ public void setProxyProtocolVersion(String proxyProtocolVersion) { * Specifies whether the client side verification is set to none, request or require. * Enum options - SSL_CLIENT_CERTIFICATE_NONE, SSL_CLIENT_CERTIFICATE_REQUEST, SSL_CLIENT_CERTIFICATE_REQUIRE. * Field introduced in 18.2.3. - * Allowed in basic(allowed values- ssl_client_certificate_none) edition, essentials(allowed values- ssl_client_certificate_none) edition, - * enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- ssl_client_certificate_none), basic edition(allowed values- + * ssl_client_certificate_none), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_CLIENT_CERTIFICATE_NONE". * @return sslClientCertificateMode */ @@ -146,8 +148,8 @@ public String getSslClientCertificateMode() { * Specifies whether the client side verification is set to none, request or require. * Enum options - SSL_CLIENT_CERTIFICATE_NONE, SSL_CLIENT_CERTIFICATE_REQUEST, SSL_CLIENT_CERTIFICATE_REQUIRE. * Field introduced in 18.2.3. - * Allowed in basic(allowed values- ssl_client_certificate_none) edition, essentials(allowed values- ssl_client_certificate_none) edition, - * enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- ssl_client_certificate_none), basic edition(allowed values- + * ssl_client_certificate_none), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SSL_CLIENT_CERTIFICATE_NONE". * @param sslClientCertificateMode set the sslClientCertificateMode. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TCPFastPathProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TCPFastPathProfile.java index 28cc0fb3..46333a0f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TCPFastPathProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TCPFastPathProfile.java @@ -43,7 +43,7 @@ public class TCPFastPathProfile extends AviRestResource { * This is the getter method this will return the attribute value. * Dsr profile information. * 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 dsrProfile */ @@ -56,7 +56,7 @@ public DsrProfile getDsrProfile() { * This is the setter method to the attribute. * Dsr profile information. * 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 dsrProfile set the dsrProfile. */ @@ -69,7 +69,8 @@ public void setDsrProfile(DsrProfile dsrProfile) { * This is the getter method this will return the attribute value. * When enabled, avi will complete the 3-way handshake with the client before forwarding any packets to the server. * This will protect the server from syn flood and half open syn connections. - * Allowed in 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 enableSynProtection */ @@ -82,7 +83,8 @@ public Boolean getEnableSynProtection() { * This is the setter method to the attribute. * When enabled, avi will complete the 3-way handshake with the client before forwarding any packets to the server. * This will protect the server from syn flood and half open syn connections. - * Allowed in 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 enableSynProtection set the enableSynProtection. */ @@ -95,8 +97,9 @@ public void setEnableSynProtection(Boolean enableSynProtection) { * This is the getter method this will return the attribute value. * The amount of time (in sec) for which a connection needs to be idle before it is eligible to be deleted. * Allowed values are 5-14400. - * Special values are 0 - 'infinite'. + * Special values are 0 - infinite. * 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 sessionIdleTimeout */ @@ -109,8 +112,9 @@ public Integer getSessionIdleTimeout() { * This is the setter method to the attribute. * The amount of time (in sec) for which a connection needs to be idle before it is eligible to be deleted. * Allowed values are 5-14400. - * Special values are 0 - 'infinite'. + * Special values are 0 - infinite. * 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 sessionIdleTimeout set the sessionIdleTimeout. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TCPProxyProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TCPProxyProfile.java index 6dd9dc02..77648b8a 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TCPProxyProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TCPProxyProfile.java @@ -113,6 +113,7 @@ public class TCPProxyProfile extends AviRestResource { /** * This is the getter method this will return the attribute value. * Controls the our congestion window to send, normally it's 1 mss, if this option is turned on, we use 10 msses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return aggressiveCongestionAvoidance */ @@ -124,6 +125,7 @@ public Boolean getAggressiveCongestionAvoidance() { /** * This is the setter method to the attribute. * Controls the our congestion window to send, normally it's 1 mss, if this option is turned on, we use 10 msses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param aggressiveCongestionAvoidance set the aggressiveCongestionAvoidance. */ @@ -137,6 +139,7 @@ public void setAggressiveCongestionAvoidance(Boolean aggressiveCongestionAvoida * Controls whether the windows are static or supports autogrowth. * Maximum that it can grow to is limited to 4mb. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return autoWindowGrowth */ @@ -150,6 +153,7 @@ public Boolean getAutoWindowGrowth() { * Controls whether the windows are static or supports autogrowth. * Maximum that it can grow to is limited to 4mb. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param autoWindowGrowth set the autoWindowGrowth. */ @@ -161,7 +165,7 @@ public void setAutoWindowGrowth(Boolean autoWindowGrowth) { /** * This is the getter method this will return the attribute value. * Dynamically pick the relevant parameters for connections. - * Allowed in basic(allowed values- true) edition, enterprise edition. + * Allowed in enterprise edition with any value, basic edition(allowed values- true), essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return automatic */ @@ -173,7 +177,7 @@ public Boolean getAutomatic() { /** * This is the setter method to the attribute. * Dynamically pick the relevant parameters for connections. - * Allowed in basic(allowed values- true) edition, enterprise edition. + * Allowed in enterprise edition with any value, basic edition(allowed values- true), essentials, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param automatic set the automatic. */ @@ -186,6 +190,7 @@ public void setAutomatic(Boolean automatic) { * This is the getter method this will return the attribute value. * Controls the congestion control algorithm we use. * Enum options - CC_ALGO_NEW_RENO, CC_ALGO_CUBIC, CC_ALGO_HTCP. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "CC_ALGO_NEW_RENO". * @return ccAlgo */ @@ -198,6 +203,7 @@ public String getCcAlgo() { * This is the setter method to the attribute. * Controls the congestion control algorithm we use. * Enum options - CC_ALGO_NEW_RENO, CC_ALGO_CUBIC, CC_ALGO_HTCP. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "CC_ALGO_NEW_RENO". * @param ccAlgo set the ccAlgo. */ @@ -211,6 +217,7 @@ public void setCcAlgo(String ccAlgo) { * Congestion window scaling factor after recovery. * Allowed values are 0-8. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return congestionRecoveryScalingFactor */ @@ -224,6 +231,7 @@ public Integer getCongestionRecoveryScalingFactor() { * Congestion window scaling factor after recovery. * Allowed values are 0-8. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param congestionRecoveryScalingFactor set the congestionRecoveryScalingFactor. */ @@ -238,8 +246,9 @@ public void setCongestionRecoveryScalingFactor(Integer congestionRecoveryScalin * Max value is 3600 seconds, min is 5. * Set to 0 to allow infinite idle time. * Allowed values are 5-14400. - * Special values are 0 - 'infinite'. + * Special values are 0 - infinite. * 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 idleConnectionTimeout */ @@ -254,8 +263,9 @@ public Integer getIdleConnectionTimeout() { * Max value is 3600 seconds, min is 5. * Set to 0 to allow infinite idle time. * Allowed values are 5-14400. - * Special values are 0 - 'infinite'. + * Special values are 0 - infinite. * 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 idleConnectionTimeout set the idleConnectionTimeout. */ @@ -268,6 +278,7 @@ public void setIdleConnectionTimeout(Integer idleConnectionTimeout) { * This is the getter method this will return the attribute value. * Controls the behavior of idle connections. * Enum options - KEEP_ALIVE, CLOSE_IDLE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "KEEP_ALIVE". * @return idleConnectionType */ @@ -280,6 +291,7 @@ public String getIdleConnectionType() { * This is the setter method to the attribute. * Controls the behavior of idle connections. * Enum options - KEEP_ALIVE, CLOSE_IDLE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "KEEP_ALIVE". * @param idleConnectionType set the idleConnectionType. */ @@ -292,6 +304,7 @@ public void setIdleConnectionType(String idleConnectionType) { * This is the getter method this will return the attribute value. * A new syn is accepted from the same 4-tuple even if there is already a connection in time_wait state. * This is equivalent of setting time wait delay to 0. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return ignoreTimeWait */ @@ -304,6 +317,7 @@ public Boolean getIgnoreTimeWait() { * This is the setter method to the attribute. * A new syn is accepted from the same 4-tuple even if there is already a connection in time_wait state. * This is equivalent of setting time wait delay to 0. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param ignoreTimeWait set the ignoreTimeWait. */ @@ -317,7 +331,8 @@ public void setIgnoreTimeWait(Boolean ignoreTimeWait) { * Controls the value of the differentiated services code point field inserted in the ip header. * This has two options set to a specific value, or pass through, which uses the incoming dscp value. * Allowed values are 0-63. - * Special values are max - 'passthrough'. + * Special values are max - passthrough. + * Allowed in enterprise edition with 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 ipDscp */ @@ -331,7 +346,8 @@ public Integer getIpDscp() { * Controls the value of the differentiated services code point field inserted in the ip header. * This has two options set to a specific value, or pass through, which uses the incoming dscp value. * Allowed values are 0-63. - * Special values are max - 'passthrough'. + * Special values are max - passthrough. + * Allowed in enterprise edition with 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 ipDscp set the ipDscp. */ @@ -346,6 +362,7 @@ public void setIpDscp(Integer ipDscp) { * The interval for sending keepalive messages is 30s. * If a timeout is already configured in the network profile, this will not override it. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return keepaliveInHalfcloseState */ @@ -360,6 +377,7 @@ public Boolean getKeepaliveInHalfcloseState() { * The interval for sending keepalive messages is 30s. * If a timeout is already configured in the network profile, this will not override it. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param keepaliveInHalfcloseState set the keepaliveInHalfcloseState. */ @@ -372,6 +390,7 @@ public void setKeepaliveInHalfcloseState(Boolean keepaliveInHalfcloseState) { * This is the getter method this will return the attribute value. * The number of attempts at retransmit before closing the connection. * Allowed values are 3-8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @return maxRetransmissions */ @@ -384,6 +403,7 @@ public Integer getMaxRetransmissions() { * This is the setter method to the attribute. * The number of attempts at retransmit before closing the connection. * Allowed values are 3-8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @param maxRetransmissions set the maxRetransmissions. */ @@ -396,8 +416,9 @@ public void setMaxRetransmissions(Integer maxRetransmissions) { * This is the getter method this will return the attribute value. * Maximum tcp segment size. * Allowed values are 512-9000. - * Special values are 0 - 'use interface mtu'. + * Special values are 0 - use interface mtu. * 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 maxSegmentSize */ @@ -410,8 +431,9 @@ public Integer getMaxSegmentSize() { * This is the setter method to the attribute. * Maximum tcp segment size. * Allowed values are 512-9000. - * Special values are 0 - 'use interface mtu'. + * Special values are 0 - use interface mtu. * 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 maxSegmentSize set the maxSegmentSize. */ @@ -424,6 +446,7 @@ public void setMaxSegmentSize(Integer maxSegmentSize) { * This is the getter method this will return the attribute value. * The maximum number of attempts at retransmitting a syn packet before giving up. * Allowed values are 3-8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @return maxSynRetransmissions */ @@ -436,6 +459,7 @@ public Integer getMaxSynRetransmissions() { * This is the setter method to the attribute. * The maximum number of attempts at retransmitting a syn packet before giving up. * Allowed values are 3-8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 8. * @param maxSynRetransmissions set the maxSynRetransmissions. */ @@ -450,6 +474,7 @@ public void setMaxSynRetransmissions(Integer maxSynRetransmissions) { * Allowed values are 50-5000. * Field introduced in 17.2.8. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return minRexmtTimeout */ @@ -464,6 +489,7 @@ public Integer getMinRexmtTimeout() { * Allowed values are 50-5000. * Field introduced in 17.2.8. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param minRexmtTimeout set the minRexmtTimeout. */ @@ -476,6 +502,7 @@ public void setMinRexmtTimeout(Integer minRexmtTimeout) { * This is the getter method this will return the attribute value. * Consolidates small data packets to send clients fewer but larger packets. * Adversely affects real time protocols such as telnet or ssh. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return naglesAlgorithm */ @@ -488,6 +515,7 @@ public Boolean getNaglesAlgorithm() { * This is the setter method to the attribute. * Consolidates small data packets to send clients fewer but larger packets. * Adversely affects real time protocols such as telnet or ssh. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param naglesAlgorithm set the naglesAlgorithm. */ @@ -501,6 +529,7 @@ public void setNaglesAlgorithm(Boolean naglesAlgorithm) { * Maximum number of tcp segments that can be queued for reassembly. * Configuring this to 0 disables the feature and provides unlimited queuing. * Field introduced in 17.2.13, 18.1.4, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return reassemblyQueueSize */ @@ -514,6 +543,7 @@ public Integer getReassemblyQueueSize() { * Maximum number of tcp segments that can be queued for reassembly. * Configuring this to 0 disables the feature and provides unlimited queuing. * Field introduced in 17.2.13, 18.1.4, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param reassemblyQueueSize set the reassemblyQueueSize. */ @@ -527,6 +557,7 @@ public void setReassemblyQueueSize(Integer reassemblyQueueSize) { * Size of the receive window. * Allowed values are 2-65536. * Unit is kb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @return receiveWindow */ @@ -540,6 +571,7 @@ public Integer getReceiveWindow() { * Size of the receive window. * Allowed values are 2-65536. * Unit is kb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 64. * @param receiveWindow set the receiveWindow. */ @@ -556,6 +588,7 @@ public void setReceiveWindow(Integer receiveWindow) { * The default value is 8 in public cloud platforms (aws, azure, gcp), and 3 in other environments. * Allowed values are 1-100. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reorderThreshold */ @@ -572,6 +605,7 @@ public Integer getReorderThreshold() { * The default value is 8 in public cloud platforms (aws, azure, gcp), and 3 in other environments. * Allowed values are 1-100. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reorderThreshold set the reorderThreshold. */ @@ -585,6 +619,7 @@ public void setReorderThreshold(Integer reorderThreshold) { * Congestion window scaling factor during slow start. * Allowed values are 0-8. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return slowStartScalingFactor */ @@ -598,6 +633,7 @@ public Integer getSlowStartScalingFactor() { * Congestion window scaling factor during slow start. * Allowed values are 0-8. * Field introduced in 17.2.12, 18.1.3, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param slowStartScalingFactor set the slowStartScalingFactor. */ @@ -610,8 +646,9 @@ public void setSlowStartScalingFactor(Integer slowStartScalingFactor) { * This is the getter method this will return the attribute value. * The time (in millisec) to wait before closing a connection in the time_wait state. * Allowed values are 500-2000. - * Special values are 0 - 'immediate'. + * Special values are 0 - immediate. * 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 2000. * @return timeWaitDelay */ @@ -624,8 +661,9 @@ public Integer getTimeWaitDelay() { * This is the setter method to the attribute. * The time (in millisec) to wait before closing a connection in the time_wait state. * Allowed values are 500-2000. - * Special values are 0 - 'immediate'. + * Special values are 0 - immediate. * 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 2000. * @param timeWaitDelay set the timeWaitDelay. */ @@ -637,6 +675,7 @@ public void setTimeWaitDelay(Integer timeWaitDelay) { /** * This is the getter method this will return the attribute value. * Use the interface mtu to calculate the tcp max segment size. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return useInterfaceMtu */ @@ -648,6 +687,7 @@ public Boolean getUseInterfaceMtu() { /** * This is the setter method to the attribute. * Use the interface mtu to calculate the tcp max segment size. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param useInterfaceMtu set the useInterfaceMtu. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TLSTicket.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TLSTicket.java index f78f18a2..e89139a0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TLSTicket.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TLSTicket.java @@ -40,7 +40,7 @@ public class TLSTicket extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property aes_key of obj type tlsticket field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return aesKey */ @@ -51,7 +51,7 @@ public String getAesKey() { /** * This is the setter method to the attribute. - * Placeholder for description of property aes_key of obj type tlsticket field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param aesKey set the aesKey. */ @@ -62,7 +62,7 @@ public void setAesKey(String aesKey) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property hmac_key of obj type tlsticket field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hmacKey */ @@ -73,7 +73,7 @@ public String getHmacKey() { /** * This is the setter method to the attribute. - * Placeholder for description of property hmac_key of obj type tlsticket field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hmacKey set the hmacKey. */ @@ -84,7 +84,7 @@ public void setHmacKey(String hmacKey) { /** * 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 */ @@ -95,7 +95,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/TacacsPlusAuthSettings.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TacacsPlusAuthSettings.java index a70c76cc..1997106c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TacacsPlusAuthSettings.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TacacsPlusAuthSettings.java @@ -49,6 +49,7 @@ public class TacacsPlusAuthSettings extends AviRestResource { /** * This is the getter method this will return the attribute value. * Tacacs+ authorization attribute value pairs. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authorizationAttrs */ @@ -60,6 +61,7 @@ public List getAuthorizationAttrs() { /** * This is the setter method. this will set the authorizationAttrs * Tacacs+ authorization attribute value pairs. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authorizationAttrs */ @@ -71,6 +73,7 @@ public void setAuthorizationAttrs(List author /** * This is the setter method this will set the authorizationAttrs * Tacacs+ authorization attribute value pairs. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return authorizationAttrs */ @@ -87,6 +90,7 @@ public TacacsPlusAuthSettings addAuthorizationAttrsItem(AuthTacacsPlusAttributeV /** * This is the getter method this will return the attribute value. * Tacacs+ server shared secret. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return password */ @@ -98,6 +102,7 @@ public String getPassword() { /** * This is the setter method to the attribute. * Tacacs+ server shared secret. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param password set the password. */ @@ -109,6 +114,7 @@ public void setPassword(String password) { /** * This is the getter method this will return the attribute value. * Tacacs+ server listening port. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 49. * @return port */ @@ -120,6 +126,7 @@ public Integer getPort() { /** * This is the setter method to the attribute. * Tacacs+ server listening port. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 49. * @param port set the port. */ @@ -132,6 +139,7 @@ public void setPort(Integer port) { * This is the getter method this will return the attribute value. * Tacacs+ server ip address or fqdn. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return server */ @@ -144,6 +152,7 @@ public List getServer() { * This is the setter method. this will set the server * Tacacs+ server ip address or fqdn. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return server */ @@ -156,6 +165,7 @@ public void setServer(List server) { * This is the setter method this will set the server * Tacacs+ server ip address or fqdn. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return server */ @@ -175,6 +185,7 @@ public TacacsPlusAuthSettings addServerItem(String serverItem) { * Enum options - AUTH_TACACS_PLUS_SERVICE_NONE, AUTH_TACACS_PLUS_SERVICE_LOGIN, AUTH_TACACS_PLUS_SERVICE_ENABLE, AUTH_TACACS_PLUS_SERVICE_PPP, * AUTH_TACACS_PLUS_SERVICE_ARAP, AUTH_TACACS_PLUS_SERVICE_PT, AUTH_TACACS_PLUS_SERVICE_RCMD, AUTH_TACACS_PLUS_SERVICE_X25, * AUTH_TACACS_PLUS_SERVICE_NASI, AUTH_TACACS_PLUS_SERVICE_FWPROXY. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AUTH_TACACS_PLUS_SERVICE_LOGIN". * @return service */ @@ -189,6 +200,7 @@ public String getService() { * Enum options - AUTH_TACACS_PLUS_SERVICE_NONE, AUTH_TACACS_PLUS_SERVICE_LOGIN, AUTH_TACACS_PLUS_SERVICE_ENABLE, AUTH_TACACS_PLUS_SERVICE_PPP, * AUTH_TACACS_PLUS_SERVICE_ARAP, AUTH_TACACS_PLUS_SERVICE_PT, AUTH_TACACS_PLUS_SERVICE_RCMD, AUTH_TACACS_PLUS_SERVICE_X25, * AUTH_TACACS_PLUS_SERVICE_NASI, AUTH_TACACS_PLUS_SERVICE_FWPROXY. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "AUTH_TACACS_PLUS_SERVICE_LOGIN". * @param service set the service. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Tag.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Tag.java index 59d0fabc..b948b6fb 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Tag.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Tag.java @@ -37,6 +37,7 @@ public class Tag extends AviRestResource { /** * This is the getter method this will return the attribute value. * Enum options - AVI_DEFINED, USER_DEFINED, VCENTER_DEFINED. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "USER_DEFINED". * @return type */ @@ -48,6 +49,7 @@ public String getType() { /** * This is the setter method to the attribute. * Enum options - AVI_DEFINED, USER_DEFINED, VCENTER_DEFINED. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "USER_DEFINED". * @param type set the type. */ @@ -58,7 +60,7 @@ public void setType(String type) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property value of obj type tag field type str type string. + * Allowed in enterprise edition with any value, 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 +71,7 @@ public String getValue() { /** * This is the setter method to the attribute. - * Placeholder for description of property value of obj type tag field type str type string. + * Allowed in enterprise edition with any value, 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/Tenant.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Tenant.java index fa1cc2dd..3c6246cd 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Tenant.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Tenant.java @@ -69,7 +69,7 @@ public class Tenant extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property config_settings of obj type tenant 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 configSettings */ @@ -80,7 +80,7 @@ public TenantConfiguration getConfigSettings() { /** * This is the setter method to the attribute. - * Placeholder for description of property config_settings of obj type tenant 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 configSettings set the configSettings. */ @@ -92,6 +92,7 @@ public void setConfigSettings(TenantConfiguration configSettings) { /** * This is the getter method this will return the attribute value. * Creator of this tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -103,6 +104,7 @@ public String getCreatedBy() { /** * This is the setter method to the attribute. * Creator of this tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -113,7 +115,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 */ @@ -124,7 +126,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. */ @@ -138,6 +140,7 @@ public void setDescription(String description) { * The referred label groups are enforced on the tenant if this is set to true.if this is set to false, the label groups are suggested for the * tenant. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enforceLabelGroup */ @@ -151,6 +154,7 @@ public Boolean getEnforceLabelGroup() { * The referred label groups are enforced on the tenant if this is set to true.if this is set to false, the label groups are suggested for the * tenant. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enforceLabelGroup set the enforceLabelGroup. */ @@ -165,6 +169,7 @@ public void setEnforceLabelGroup(Boolean enforceLabelGroup) { * This is strictly enforced only if enforce_label_group is set to true. * It is a reference to an object of type labelgroup. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labelGroupRefs */ @@ -179,6 +184,7 @@ public List getLabelGroupRefs() { * This is strictly enforced only if enforce_label_group is set to true. * It is a reference to an object of type labelgroup. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labelGroupRefs */ @@ -193,6 +199,7 @@ public void setLabelGroupRefs(List labelGroupRefs) { * This is strictly enforced only if enforce_label_group is set to true. * It is a reference to an object of type labelgroup. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return labelGroupRefs */ @@ -208,7 +215,7 @@ public Tenant addLabelGroupRefsItem(String labelGroupRefsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property local of obj type tenant 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 local */ @@ -219,7 +226,7 @@ public Boolean getLocal() { /** * This is the setter method to the attribute. - * Placeholder for description of property local of obj type tenant 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 local set the local. */ @@ -230,7 +237,7 @@ public void setLocal(Boolean local) { /** * 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 */ @@ -241,7 +248,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. */ @@ -257,6 +264,7 @@ public void setName(String name) { * Field deprecated in 20.1.5. * Field introduced in 20.1.2. * Maximum of 256 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @return suggestedObjectLabels */ @VsoMethod @@ -271,6 +279,7 @@ public List getSuggestedObjectLabels() { * Field deprecated in 20.1.5. * Field introduced in 20.1.2. * Maximum of 256 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @return suggestedObjectLabels */ @VsoMethod @@ -285,6 +294,7 @@ public void setSuggestedObjectLabels(List suggestedObjectLabels) { * Field deprecated in 20.1.5. * Field introduced in 20.1.2. * Maximum of 256 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @return suggestedObjectLabels */ @VsoMethod @@ -318,7 +328,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 */ @@ -329,7 +339,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/TenantConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TenantConfiguration.java index 1f950edf..12c1a712 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TenantConfiguration.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TenantConfiguration.java @@ -43,6 +43,7 @@ public class TenantConfiguration extends AviRestResource { * Controls the ownership of serviceengines. * Service engines can either be exclusively owned by each tenant or owned by the administrator and shared by all tenants. * When serviceengines are owned by the administrator, each tenant can have either read access or no access to their service engines. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return seInProviderContext */ @@ -56,6 +57,7 @@ public Boolean getSeInProviderContext() { * Controls the ownership of serviceengines. * Service engines can either be exclusively owned by each tenant or owned by the administrator and shared by all tenants. * When serviceengines are owned by the administrator, each tenant can have either read access or no access to their service engines. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param seInProviderContext set the seInProviderContext. */ @@ -66,7 +68,7 @@ public void setSeInProviderContext(Boolean seInProviderContext) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property tenant_access_to_provider_se of obj type tenantconfiguration 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 tenantAccessToProviderSe */ @@ -77,7 +79,7 @@ public Boolean getTenantAccessToProviderSe() { /** * This is the setter method to the attribute. - * Placeholder for description of property tenant_access_to_provider_se of obj type tenantconfiguration 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 tenantAccessToProviderSe set the tenantAccessToProviderSe. */ @@ -90,6 +92,7 @@ public void setTenantAccessToProviderSe(Boolean tenantAccessToProviderSe) { * This is the getter method this will return the attribute value. * When 'per tenant ip domain' is selected, each tenant gets its own routing domain that is not shared with any other tenant. * When 'share ip domain across all tenants' is selected, all tenants share the same routing domain. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return tenantVrf */ @@ -102,6 +105,7 @@ public Boolean getTenantVrf() { * This is the setter method to the attribute. * When 'per tenant ip domain' is selected, each tenant gets its own routing domain that is not shared with any other tenant. * When 'share ip domain across all tenants' is selected, all tenants share the same routing domain. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param tenantVrf set the tenantVrf. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TenantLabel.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TenantLabel.java index 6c3212f9..507e9004 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TenantLabel.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TenantLabel.java @@ -38,6 +38,7 @@ public class TenantLabel extends AviRestResource { * This is the getter method this will return the attribute value. * Label key string. * Field introduced in 20.1.2. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return key */ @@ -50,6 +51,7 @@ public String getKey() { * This is the setter method to the attribute. * Label key string. * Field introduced in 20.1.2. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param key set the key. */ @@ -62,6 +64,7 @@ public void setKey(String key) { * This is the getter method this will return the attribute value. * Label value string. * Field introduced in 20.1.2. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return value */ @@ -74,6 +77,7 @@ public String getValue() { * This is the setter method to the attribute. * Label value string. * Field introduced in 20.1.2. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * 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/TencentCredentials.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TencentCredentials.java index ede4fdcf..f224101f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TencentCredentials.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TencentCredentials.java @@ -38,6 +38,7 @@ public class TencentCredentials extends AviRestResource { * This is the getter method this will return the attribute value. * Tencent secret id. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return secretId */ @@ -50,6 +51,7 @@ public String getSecretId() { * This is the setter method to the attribute. * Tencent secret id. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param secretId set the secretId. */ @@ -62,6 +64,7 @@ public void setSecretId(String secretId) { * This is the getter method this will return the attribute value. * Tencent secret key. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return secretKey */ @@ -74,6 +77,7 @@ public String getSecretKey() { * This is the setter method to the attribute. * Tencent secret key. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param secretKey set the secretKey. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TencentSetup.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TencentSetup.java index d387a5a7..dfc41355 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TencentSetup.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TencentSetup.java @@ -46,6 +46,7 @@ public class TencentSetup extends AviRestResource { * This is the getter method this will return the attribute value. * Tencent cloud id. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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. * Tencent cloud id. * 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 ccId set the ccId. */ @@ -70,6 +72,7 @@ public void setCcId(String ccId) { * This is the getter method this will return the attribute value. * Tencent error message. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -82,6 +85,7 @@ public String getErrorString() { * This is the setter method to the attribute. * Tencent error message. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -94,6 +98,7 @@ public void setErrorString(String errorString) { * This is the getter method this will return the attribute value. * Tencent region id. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return region */ @@ -106,6 +111,7 @@ public String getRegion() { * This is the setter method to the attribute. * Tencent region id. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param region set the region. */ @@ -118,6 +124,7 @@ public void setRegion(String region) { * This is the getter method this will return the attribute value. * Tencent vpc id. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vpcId */ @@ -130,6 +137,7 @@ public String getVpcId() { * This is the setter method to the attribute. * Tencent vpc id. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/TencentZoneNetwork.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TencentZoneNetwork.java index 0c87f00f..13a4d0a7 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TencentZoneNetwork.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TencentZoneNetwork.java @@ -38,6 +38,7 @@ public class TencentZoneNetwork extends AviRestResource { * This is the getter method this will return the attribute value. * Availability zone. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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 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 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 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 usableSubnetId */ @@ -78,6 +81,7 @@ public String getUsableSubnetId() { * If virtualservice does not specify a network and auto_allocate_ip is set, then the first available network from this list will be chosen for ip * allocation. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param usableSubnetId set the usableSubnetId. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TestSeDatastoreLevel1.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TestSeDatastoreLevel1.java index 67e204be..8449e45f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TestSeDatastoreLevel1.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TestSeDatastoreLevel1.java @@ -48,7 +48,7 @@ public class TestSeDatastoreLevel1 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. */ @@ -72,6 +72,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -84,6 +85,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. */ @@ -96,6 +98,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * It is a reference to an object of type testsedatastorelevel2. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return testSeDatastoreLevel2Ref */ @@ -108,6 +111,7 @@ public String getTestSeDatastoreLevel2Ref() { * This is the setter method to the attribute. * It is a reference to an object of type testsedatastorelevel2. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param testSeDatastoreLevel2Ref set the testSeDatastoreLevel2Ref. */ @@ -137,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 */ @@ -148,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/TestSeDatastoreLevel2.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TestSeDatastoreLevel2.java index f925ffbf..89349966 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TestSeDatastoreLevel2.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TestSeDatastoreLevel2.java @@ -48,7 +48,7 @@ public class TestSeDatastoreLevel2 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. */ @@ -72,6 +72,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -84,6 +85,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. */ @@ -96,6 +98,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * It is a reference to an object of type testsedatastorelevel3. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return testSeDatastoreLevel3Refs */ @@ -108,6 +111,7 @@ public List getTestSeDatastoreLevel3Refs() { * This is the setter method. this will set the testSeDatastoreLevel3Refs * It is a reference to an object of type testsedatastorelevel3. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return testSeDatastoreLevel3Refs */ @@ -120,6 +124,7 @@ public void setTestSeDatastoreLevel3Refs(List testSeDatastoreLevel3Refs * This is the setter method this will set the testSeDatastoreLevel3Refs * It is a reference to an object of type testsedatastorelevel3. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return testSeDatastoreLevel3Refs */ @@ -154,7 +159,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 */ @@ -165,7 +170,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/TestSeDatastoreLevel3.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TestSeDatastoreLevel3.java index 6150a54a..0087dcb6 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TestSeDatastoreLevel3.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TestSeDatastoreLevel3.java @@ -44,7 +44,7 @@ public class TestSeDatastoreLevel3 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 */ @@ -55,7 +55,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. */ @@ -68,6 +68,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -80,6 +81,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. */ @@ -109,7 +111,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 */ @@ -120,7 +122,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/Tier1LogicalRouterInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Tier1LogicalRouterInfo.java index 9fec45fa..95ef30ce 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Tier1LogicalRouterInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Tier1LogicalRouterInfo.java @@ -46,6 +46,7 @@ public class Tier1LogicalRouterInfo extends AviRestResource { * If more than one locale-services are present, this will be used for resolving the same. * Example locale-service path - /infra/tier-1s/london_tier1gateway1/locale-services/london_tier1localservices-1. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return localeService */ @@ -62,6 +63,7 @@ public String getLocaleService() { * If more than one locale-services are present, this will be used for resolving the same. * Example locale-service path - /infra/tier-1s/london_tier1gateway1/locale-services/london_tier1localservices-1. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param localeService set the localeService. */ @@ -75,6 +77,7 @@ public void setLocaleService(String localeService) { * Overlay segment path. * Example- /infra/segments/seg-web-t1-01. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return segmentId */ @@ -88,6 +91,7 @@ public String getSegmentId() { * Overlay segment path. * Example- /infra/segments/seg-web-t1-01. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param segmentId set the segmentId. */ @@ -101,6 +105,7 @@ public void setSegmentId(String segmentId) { * Tier1 logical router path. * Example- /infra/tier-1s/t1-01. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier1LrId */ @@ -114,6 +119,7 @@ public String getTier1LrId() { * Tier1 logical router path. * Example- /infra/tier-1s/t1-01. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tier1LrId set the tier1LrId. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TimeStamp.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TimeStamp.java index 43baa3bb..0cd678ba 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TimeStamp.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TimeStamp.java @@ -36,7 +36,7 @@ public class TimeStamp extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property secs of obj type timestamp 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 secs */ @@ -47,7 +47,7 @@ public Integer getSecs() { /** * This is the setter method to the attribute. - * Placeholder for description of property secs of obj type timestamp 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 secs set the secs. */ @@ -58,7 +58,7 @@ public void setSecs(Integer secs) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property usecs of obj type timestamp 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 usecs */ @@ -69,7 +69,7 @@ public Integer getUsecs() { /** * This is the setter method to the attribute. - * Placeholder for description of property usecs of obj type timestamp 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 usecs set the usecs. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TrafficCloneProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TrafficCloneProfile.java index f01f9274..73809e78 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TrafficCloneProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TrafficCloneProfile.java @@ -66,6 +66,7 @@ public class TrafficCloneProfile extends AviRestResource { * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. * Maximum of 10 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloneServers */ @@ -78,6 +79,7 @@ public List getCloneServers() { * This is the setter method. this will set the cloneServers * Field introduced in 17.1.1. * Maximum of 10 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloneServers */ @@ -90,6 +92,7 @@ public void setCloneServers(List cloneServers) { * This is the setter method this will set the cloneServers * Field introduced in 17.1.1. * Maximum of 10 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloneServers */ @@ -107,6 +110,7 @@ public TrafficCloneProfile addCloneServersItem(CloneServer cloneServersItem) { * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -119,6 +123,7 @@ public String getCloudRef() { * This is the setter method to the attribute. * It is a reference to an object of type cloud. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -134,6 +139,7 @@ public void setCloudRef(String cloudRef) { * 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 @@ -148,6 +154,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 @@ -162,6 +169,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 @@ -178,7 +186,8 @@ public TrafficCloneProfile 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 */ @@ -191,7 +200,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 */ @@ -204,7 +214,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 */ @@ -222,6 +233,7 @@ public TrafficCloneProfile addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * Name for the traffic clone profile. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -234,6 +246,7 @@ public String getName() { * This is the setter method to the attribute. * Name for the traffic clone profile. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -246,6 +259,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Specifies if client ip needs to be preserved to clone destination. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return preserveClientIp */ @@ -258,6 +272,7 @@ public Boolean getPreserveClientIp() { * This is the setter method to the attribute. * Specifies if client ip needs to be preserved to clone destination. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param preserveClientIp set the preserveClientIp. */ @@ -270,6 +285,7 @@ public void setPreserveClientIp(Boolean preserveClientIp) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -282,6 +298,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -313,6 +330,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the traffic clone profile. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -325,6 +343,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the traffic clone profile. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/TrueClientIPConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TrueClientIPConfig.java index fa4f089d..be09cd6e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TrueClientIPConfig.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/TrueClientIPConfig.java @@ -43,6 +43,7 @@ public class TrueClientIPConfig extends AviRestResource { * Denotes the end from which to count the ips in the specified header value. * Enum options - LEFT, RIGHT. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LEFT". * @return direction */ @@ -56,6 +57,7 @@ public String getDirection() { * Denotes the end from which to count the ips in the specified header value. * Enum options - LEFT, RIGHT. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LEFT". * @param direction set the direction. */ @@ -71,6 +73,7 @@ public void setDirection(String direction) { * If none specified and use_true_client_ip is set to true, it will use x-forwarded-for header, if present. * Field introduced in 21.1.3. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headers */ @@ -86,6 +89,7 @@ public List getHeaders() { * If none specified and use_true_client_ip is set to true, it will use x-forwarded-for header, if present. * Field introduced in 21.1.3. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headers */ @@ -101,6 +105,7 @@ public void setHeaders(List headers) { * If none specified and use_true_client_ip is set to true, it will use x-forwarded-for header, if present. * Field introduced in 21.1.3. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return headers */ @@ -121,6 +126,7 @@ public TrueClientIPConfig addHeadersItem(String headersItem) { * used. * Allowed values are 1-1000. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return indexInHeader */ @@ -136,6 +142,7 @@ public Integer getIndexInHeader() { * used. * Allowed values are 1-1000. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param indexInHeader set the indexInHeader. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UDPFastPathProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UDPFastPathProfile.java index ac0db841..9239b6fb 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UDPFastPathProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UDPFastPathProfile.java @@ -47,7 +47,7 @@ public class UDPFastPathProfile extends AviRestResource { * This is the getter method this will return the attribute value. * Dsr profile information. * 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 dsrProfile */ @@ -60,7 +60,7 @@ public DsrProfile getDsrProfile() { * This is the setter method to the attribute. * Dsr profile information. * 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 dsrProfile set the dsrProfile. */ @@ -73,7 +73,8 @@ public void setDsrProfile(DsrProfile dsrProfile) { * This is the getter method this will return the attribute value. * When enabled, every udp packet is considered a new transaction and may be load balanced to a different server. * When disabled, packets from the same client source ip and port are sent to the same server. - * Allowed in 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 perPktLoadbalance */ @@ -86,7 +87,8 @@ public Boolean getPerPktLoadbalance() { * This is the setter method to the attribute. * When enabled, every udp packet is considered a new transaction and may be load balanced to a different server. * When disabled, packets from the same client source ip and port are sent to the same server. - * Allowed in 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 perPktLoadbalance set the perPktLoadbalance. */ @@ -100,6 +102,7 @@ public void setPerPktLoadbalance(Boolean perPktLoadbalance) { * The amount of time (in sec) for which a flow needs to be idle before it is deleted. * Allowed values are 2-3600. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return sessionIdleTimeout */ @@ -113,6 +116,7 @@ public Integer getSessionIdleTimeout() { * The amount of time (in sec) for which a flow needs to be idle before it is deleted. * Allowed values are 2-3600. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param sessionIdleTimeout set the sessionIdleTimeout. */ @@ -124,6 +128,7 @@ public void setSessionIdleTimeout(Integer sessionIdleTimeout) { /** * This is the getter method this will return the attribute value. * When disabled, source nat will not be performed for all client udp packets. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return snat */ @@ -135,6 +140,7 @@ public Boolean getSnat() { /** * This is the setter method to the attribute. * When disabled, source nat will not be performed for all client udp packets. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param snat set the snat. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UDPProxyProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UDPProxyProfile.java index 1d7ee784..1963660c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UDPProxyProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UDPProxyProfile.java @@ -36,6 +36,7 @@ public class UDPProxyProfile extends AviRestResource { * Allowed values are 2-3600. * Field introduced in 17.2.8, 18.1.3, 18.2.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return sessionIdleTimeout */ @@ -50,6 +51,7 @@ public Integer getSessionIdleTimeout() { * Allowed values are 2-3600. * Field introduced in 17.2.8, 18.1.3, 18.2.1. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param sessionIdleTimeout set the sessionIdleTimeout. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/URIInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/URIInfo.java index a3121917..ef790b48 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/URIInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/URIInfo.java @@ -42,6 +42,7 @@ public class URIInfo extends AviRestResource { * This is the getter method this will return the attribute value. * Information about various params under a uri. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramInfo */ @@ -54,6 +55,7 @@ public List getParamInfo() { * This is the setter method. this will set the paramInfo * Information about various params under a uri. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramInfo */ @@ -66,6 +68,7 @@ public void setParamInfo(List paramInfo) { * This is the setter method this will set the paramInfo * Information about various params under a uri. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return paramInfo */ @@ -83,6 +86,7 @@ public URIInfo addParamInfoItem(ParamInfo paramInfoItem) { * This is the getter method this will return the attribute value. * Total number of uri hits. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriHits */ @@ -95,6 +99,7 @@ public Integer getUriHits() { * This is the setter method to the attribute. * Total number of uri hits. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uriHits set the uriHits. */ @@ -107,6 +112,7 @@ public void setUriHits(Integer uriHits) { * This is the getter method this will return the attribute value. * Uri name. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriKey */ @@ -119,6 +125,7 @@ public String getUriKey() { * This is the setter method to the attribute. * Uri name. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uriKey set the uriKey. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/URIParam.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/URIParam.java index 92bc078f..526c9b1d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/URIParam.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/URIParam.java @@ -38,6 +38,7 @@ public class URIParam extends AviRestResource { * This is the getter method this will return the attribute value. * Token config either for the uri components or a constant string. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tokens */ @@ -50,6 +51,7 @@ public List getTokens() { * This is the setter method. this will set the tokens * Token config either for the uri components or a constant string. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tokens */ @@ -62,6 +64,7 @@ public void setTokens(List tokens) { * This is the setter method this will set the tokens * Token config either for the uri components or a constant string. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tokens */ @@ -79,6 +82,7 @@ public URIParam addTokensItem(URIParamToken tokensItem) { * This is the getter method this will return the attribute value. * Uri param type. * Enum options - URI_PARAM_TYPE_TOKENIZED. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -91,6 +95,7 @@ public String getType() { * This is the setter method to the attribute. * Uri param type. * Enum options - URI_PARAM_TYPE_TOKENIZED. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/URIParamQuery.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/URIParamQuery.java index 68a0b6c5..d29868c6 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/URIParamQuery.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/URIParamQuery.java @@ -37,6 +37,7 @@ public class URIParamQuery extends AviRestResource { /** * This is the getter method this will return the attribute value. * Concatenate a string to the query of the incoming request uri and then use it in the request uri going to the backend server. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return addString */ @@ -48,6 +49,7 @@ public String getAddString() { /** * This is the setter method to the attribute. * Concatenate a string to the query of the incoming request uri and then use it in the request uri going to the backend server. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param addString set the addString. */ @@ -59,6 +61,7 @@ public void setAddString(String addString) { /** * This is the getter method this will return the attribute value. * Use or drop the query of the incoming request uri in the request uri to the backend server. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return keepQuery */ @@ -70,6 +73,7 @@ public Boolean getKeepQuery() { /** * This is the setter method to the attribute. * Use or drop the query of the incoming request uri in the request uri to the backend server. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param keepQuery set the keepQuery. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/URIParamToken.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/URIParamToken.java index 1a24358c..c30b8ddf 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/URIParamToken.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/URIParamToken.java @@ -46,7 +46,8 @@ public class URIParamToken extends AviRestResource { * This is the getter method this will return the attribute value. * Index of the ending token in the incoming uri. * Allowed values are 0-65534. - * Special values are 65535 - 'end of string'. + * Special values are 65535 - end of string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endIndex */ @@ -59,7 +60,8 @@ public Integer getEndIndex() { * This is the setter method to the attribute. * Index of the ending token in the incoming uri. * Allowed values are 0-65534. - * Special values are 65535 - 'end of string'. + * Special values are 65535 - end of string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endIndex set the endIndex. */ @@ -71,6 +73,7 @@ public void setEndIndex(Integer endIndex) { /** * This is the getter method this will return the attribute value. * Index of the starting token in the incoming uri. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startIndex */ @@ -82,6 +85,7 @@ public Integer getStartIndex() { /** * This is the setter method to the attribute. * Index of the starting token in the incoming uri. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startIndex set the startIndex. */ @@ -93,6 +97,7 @@ public void setStartIndex(Integer startIndex) { /** * This is the getter method this will return the attribute value. * Constant string to use as a token. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return strValue */ @@ -104,6 +109,7 @@ public String getStrValue() { /** * This is the setter method to the attribute. * Constant string to use as a token. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param strValue set the strValue. */ @@ -116,6 +122,7 @@ public void setStrValue(String strValue) { * This is the getter method this will return the attribute value. * Token type for constructing the uri. * Enum options - URI_TOKEN_TYPE_HOST, URI_TOKEN_TYPE_PATH, URI_TOKEN_TYPE_STRING, URI_TOKEN_TYPE_STRING_GROUP, URI_TOKEN_TYPE_REGEX. + * Allowed in enterprise edition with any value, 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 */ @@ -128,6 +135,7 @@ public String getType() { * This is the setter method to the attribute. * Token type for constructing the uri. * Enum options - URI_TOKEN_TYPE_HOST, URI_TOKEN_TYPE_PATH, URI_TOKEN_TYPE_STRING, URI_TOKEN_TYPE_STRING_GROUP, URI_TOKEN_TYPE_REGEX. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeControllerParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeControllerParams.java index 81fe85b3..1781e6f2 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeControllerParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeControllerParams.java @@ -43,6 +43,7 @@ public class UpgradeControllerParams extends AviRestResource { * Image uuid for identifying controller patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerPatchRef */ @@ -56,6 +57,7 @@ public String getControllerPatchRef() { * Image uuid for identifying controller patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerPatchRef set the controllerPatchRef. */ @@ -69,6 +71,7 @@ public void setControllerPatchRef(String controllerPatchRef) { * Image uuid for identifying base image. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imageRef */ @@ -82,6 +85,7 @@ public String getImageRef() { * Image uuid for identifying base image. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param imageRef set the imageRef. */ @@ -94,6 +98,7 @@ public void setImageRef(String imageRef) { * This is the getter method this will return the attribute value. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipWarnings */ @@ -106,6 +111,7 @@ public Boolean getSkipWarnings() { * This is the setter method to the attribute. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipWarnings set the skipWarnings. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeEvent.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeEvent.java index 2c109f9a..f939b99f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeEvent.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeEvent.java @@ -60,6 +60,7 @@ public class UpgradeEvent extends AviRestResource { * Time taken to complete upgrade event in seconds. * Field introduced in 18.2.6. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return duration */ @@ -73,6 +74,7 @@ public Integer getDuration() { * Time taken to complete upgrade event in seconds. * Field introduced in 18.2.6. * Unit is sec. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param duration set the duration. */ @@ -85,6 +87,7 @@ public void setDuration(Integer duration) { * This is the getter method this will return the attribute value. * Task end time. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endTime */ @@ -97,6 +100,7 @@ public String getEndTime() { * This is the setter method to the attribute. * Task end time. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endTime set the endTime. */ @@ -109,6 +113,7 @@ public void setEndTime(String endTime) { * This is the getter method this will return the attribute value. * Ip of the node. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip */ @@ -121,6 +126,7 @@ public IpAddr getIp() { * This is the setter method to the attribute. * Ip of the node. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -133,6 +139,7 @@ public void setIp(IpAddr ip) { * This is the getter method this will return the attribute value. * Upgrade event message if any. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return message */ @@ -145,6 +152,7 @@ public String getMessage() { * This is the setter method to the attribute. * Upgrade event message if any. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param message set the message. */ @@ -157,6 +165,7 @@ public void setMessage(String message) { * This is the getter method this will return the attribute value. * Task start time. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startTime */ @@ -169,6 +178,7 @@ public String getStartTime() { * This is the setter method to the attribute. * Task start time. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startTime set the startTime. */ @@ -181,6 +191,7 @@ public void setStartTime(String startTime) { * This is the getter method this will return the attribute value. * Upgrade event status. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return status */ @@ -193,6 +204,7 @@ public Boolean getStatus() { * This is the setter method to the attribute. * Upgrade event status. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param status set the status. */ @@ -205,6 +217,7 @@ public void setStatus(Boolean status) { * This is the getter method this will return the attribute value. * Sub tasks executed on each node. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subTasks */ @@ -217,6 +230,7 @@ public List getSubTasks() { * This is the setter method. this will set the subTasks * Sub tasks executed on each node. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subTasks */ @@ -229,6 +243,7 @@ public void setSubTasks(List subTasks) { * This is the setter method this will set the subTasks * Sub tasks executed on each node. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subTasks */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeOpsEntry.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeOpsEntry.java index 2b089c24..0ba453dc 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeOpsEntry.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeOpsEntry.java @@ -64,6 +64,7 @@ public class UpgradeOpsEntry extends AviRestResource { * This is the getter method this will return the attribute value. * Name of the system such as cluster name, se group name and se name. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -76,6 +77,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the system such as cluster name, se group name and se name. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -89,6 +91,7 @@ public void setName(String name) { * Describes the system controller or se-group or se. * Enum options - NODE_CONTROLLER_CLUSTER, NODE_SE_GROUP, NODE_SE_TYPE. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeType */ @@ -102,6 +105,7 @@ public String getNodeType() { * Describes the system controller or se-group or se. * Enum options - NODE_CONTROLLER_CLUSTER, NODE_SE_GROUP, NODE_SE_TYPE. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeType set the nodeType. */ @@ -115,6 +119,7 @@ public void setNodeType(String nodeType) { * Cloud that this object belongs to. * It is a reference to an object of type cloud. * Field introduced in 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 objCloudRef */ @@ -128,6 +133,7 @@ public String getObjCloudRef() { * Cloud that this object belongs to. * It is a reference to an object of type cloud. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objCloudRef set the objCloudRef. */ @@ -140,6 +146,7 @@ public void setObjCloudRef(String objCloudRef) { * This is the getter method this will return the attribute value. * Parameters associated with the upgrade ops request. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return params */ @@ -152,6 +159,7 @@ public UpgradeOpsParam getParams() { * This is the setter method to the attribute. * Parameters associated with the upgrade ops request. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param params set the params. */ @@ -165,6 +173,7 @@ public void setParams(UpgradeOpsParam params) { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -178,6 +187,7 @@ public String getTenantRef() { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -190,6 +200,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Current upgrade status info for this node. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return upgradeInfo */ @@ -202,6 +213,7 @@ public UpgradeStatusInfo getUpgradeInfo() { * This is the setter method to the attribute. * Current upgrade status info for this node. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param upgradeInfo set the upgradeInfo. */ @@ -215,6 +227,7 @@ public void setUpgradeInfo(UpgradeStatusInfo upgradeInfo) { * Identifies the upgrade operations. * Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME. * 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 upgradeOps */ @@ -228,6 +241,7 @@ public String getUpgradeOps() { * Identifies the upgrade operations. * Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME. * 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 upgradeOps set the upgradeOps. */ @@ -240,6 +254,7 @@ public void setUpgradeOps(String upgradeOps) { * This is the getter method this will return the attribute value. * Uuid identifier for the system such as cluster, se group and se. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -252,6 +267,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid identifier for the system such as cluster, se group and se. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/UpgradeOpsParam.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeOpsParam.java index dde2a3f2..69d805de 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeOpsParam.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeOpsParam.java @@ -49,6 +49,7 @@ public class UpgradeOpsParam extends AviRestResource { * Image uuid for identifying base image. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imageRef */ @@ -62,6 +63,7 @@ public String getImageRef() { * Image uuid for identifying base image. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param imageRef set the imageRef. */ @@ -75,6 +77,7 @@ public void setImageRef(String imageRef) { * Image uuid for identifying patch. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchRef */ @@ -88,6 +91,7 @@ public String getPatchRef() { * Image uuid for identifying patch. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patchRef set the patchRef. */ @@ -100,6 +104,7 @@ public void setPatchRef(String patchRef) { * This is the getter method this will return the attribute value. * This field identifies se group options that need to be applied during the upgrade operations. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupOptions */ @@ -112,6 +117,7 @@ public SeGroupOptions getSeGroupOptions() { * This is the setter method to the attribute. * This field identifies se group options that need to be applied during the upgrade operations. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupOptions set the seGroupOptions. */ @@ -124,6 +130,7 @@ public void setSeGroupOptions(SeGroupOptions seGroupOptions) { * This is the getter method this will return the attribute value. * Apply options while resuming se group upgrade operations. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupResumeOptions */ @@ -136,6 +143,7 @@ public SeGroupResumeOptions getSeGroupResumeOptions() { * This is the setter method to the attribute. * Apply options while resuming se group upgrade operations. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupResumeOptions set the seGroupResumeOptions. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeOpsState.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeOpsState.java index fc6f3dc2..3fa9cccb 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeOpsState.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeOpsState.java @@ -47,6 +47,7 @@ public class UpgradeOpsState extends AviRestResource { * This is the getter method this will return the attribute value. * The last time the state changed. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastChangedTime */ @@ -59,6 +60,7 @@ public TimeStamp getLastChangedTime() { * This is the setter method to the attribute. * The last time the state changed. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastChangedTime set the lastChangedTime. */ @@ -71,6 +73,7 @@ public void setLastChangedTime(TimeStamp lastChangedTime) { * This is the getter method this will return the attribute value. * Descriptive reason for the state-change. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -83,6 +86,7 @@ public String getReason() { * This is the setter method to the attribute. * Descriptive reason for the state-change. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -95,7 +99,8 @@ public void setReason(String reason) { * This is the getter method this will return the attribute value. * State for keeping track of reboot status during upgrade operation. * Field introduced in 20.1.2. - * Allowed in 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 rebooted */ @@ -108,7 +113,8 @@ public Boolean getRebooted() { * This is the setter method to the attribute. * State for keeping track of reboot status during upgrade operation. * Field introduced in 20.1.2. - * Allowed in 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 rebooted set the rebooted. */ @@ -124,6 +130,7 @@ public void setRebooted(Boolean rebooted) { * UPGRADE_FSM_SUSPENDED, UPGRADE_FSM_ENQUEUE_FAILED, UPGRADE_FSM_PAUSED, UPGRADE_FSM_COMPLETED, UPGRADE_FSM_ABORT_IN_PROGRESS, UPGRADE_FSM_ABORTED, * UPGRADE_FSM_SE_UPGRADE_IN_PROGRESS, UPGRADE_FSM_CONTROLLER_COMPLETED, UPGRADE_FSM_DUMMY_3, UPGRADE_FSM_DUMMY_4, UPGRADE_FSM_DUMMY_5. * 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 state */ @@ -139,6 +146,7 @@ public String getState() { * UPGRADE_FSM_SUSPENDED, UPGRADE_FSM_ENQUEUE_FAILED, UPGRADE_FSM_PAUSED, UPGRADE_FSM_COMPLETED, UPGRADE_FSM_ABORT_IN_PROGRESS, UPGRADE_FSM_ABORTED, * UPGRADE_FSM_SE_UPGRADE_IN_PROGRESS, UPGRADE_FSM_CONTROLLER_COMPLETED, UPGRADE_FSM_DUMMY_3, UPGRADE_FSM_DUMMY_4, UPGRADE_FSM_DUMMY_5. * 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 state set the state. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeParams.java index b180783f..eb89dc64 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeParams.java @@ -60,6 +60,7 @@ public class UpgradeParams extends AviRestResource { * Image uuid for identifying controller patch. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerPatchRef */ @@ -73,6 +74,7 @@ public String getControllerPatchRef() { * Image uuid for identifying controller patch. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerPatchRef set the controllerPatchRef. */ @@ -86,6 +88,7 @@ public void setControllerPatchRef(String controllerPatchRef) { * Image uuid for identifying base image. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imageRef */ @@ -99,6 +102,7 @@ public String getImageRef() { * Image uuid for identifying base image. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param imageRef set the imageRef. */ @@ -111,6 +115,7 @@ public void setImageRef(String imageRef) { * This is the getter method this will return the attribute value. * This field identifies se group options that need to be applied during the upgrade operations. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupOptions */ @@ -123,6 +128,7 @@ public SeGroupOptions getSeGroupOptions() { * This is the setter method to the attribute. * This field identifies se group options that need to be applied during the upgrade operations. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupOptions set the seGroupOptions. */ @@ -137,6 +143,7 @@ public void setSeGroupOptions(SeGroupOptions seGroupOptions) { * This field is ignored if the 'system' is enabled. * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -151,6 +158,7 @@ public List getSeGroupRefs() { * This field is ignored if the 'system' is enabled. * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -165,6 +173,7 @@ public void setSeGroupRefs(List seGroupRefs) { * This field is ignored if the 'system' is enabled. * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -183,6 +192,7 @@ public UpgradeParams addSeGroupRefsItem(String seGroupRefsItem) { * Image uuid for identifying service engine patch. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePatchRef */ @@ -196,6 +206,7 @@ public String getSePatchRef() { * Image uuid for identifying service engine patch. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sePatchRef set the sePatchRef. */ @@ -208,6 +219,7 @@ public void setSePatchRef(String sePatchRef) { * This is the getter method this will return the attribute value. * This is flag when set as true skips few optional must check. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipWarnings */ @@ -220,6 +232,7 @@ public Boolean getSkipWarnings() { * This is the setter method to the attribute. * This is flag when set as true skips few optional must check. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipWarnings set the skipWarnings. */ @@ -232,6 +245,7 @@ public void setSkipWarnings(Boolean skipWarnings) { * This is the getter method this will return the attribute value. * Apply upgrade operations such as upgrade/patch to controller and all se groups. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return system */ @@ -244,6 +258,7 @@ public Boolean getSystem() { * This is the setter method to the attribute. * Apply upgrade operations such as upgrade/patch to controller and all se groups. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param system set the system. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeSeGroupParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeSeGroupParams.java index 5b3834b8..9f995911 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeSeGroupParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeSeGroupParams.java @@ -52,6 +52,7 @@ public class UpgradeSeGroupParams extends AviRestResource { * Image uuid for identifying base image. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imageRef */ @@ -65,6 +66,7 @@ public String getImageRef() { * Image uuid for identifying base image. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param imageRef set the imageRef. */ @@ -77,6 +79,7 @@ public void setImageRef(String imageRef) { * This is the getter method this will return the attribute value. * Se group options for the upgrade operations. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupOptions */ @@ -89,6 +92,7 @@ public SeGroupOptions getSeGroupOptions() { * This is the setter method to the attribute. * Se group options for the upgrade operations. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupOptions set the seGroupOptions. */ @@ -103,6 +107,7 @@ public void setSeGroupOptions(SeGroupOptions seGroupOptions) { * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -117,6 +122,7 @@ public List getSeGroupRefs() { * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -131,6 +137,7 @@ public void setSeGroupRefs(List seGroupRefs) { * It is a reference to an object of type serviceenginegroup. * Field introduced in 18.2.6. * Minimum of 1 items required. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRefs */ @@ -149,6 +156,7 @@ public UpgradeSeGroupParams addSeGroupRefsItem(String seGroupRefsItem) { * Image uuid for identifying se patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePatchRef */ @@ -162,6 +170,7 @@ public String getSePatchRef() { * Image uuid for identifying se patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sePatchRef set the sePatchRef. */ @@ -174,6 +183,7 @@ public void setSePatchRef(String sePatchRef) { * This is the getter method this will return the attribute value. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipWarnings */ @@ -186,6 +196,7 @@ public Boolean getSkipWarnings() { * This is the setter method to the attribute. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipWarnings set the skipWarnings. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeStatusInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeStatusInfo.java index 87678a5d..1dd00436 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeStatusInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeStatusInfo.java @@ -218,6 +218,7 @@ public class UpgradeStatusInfo extends AviRestResource { * This is the getter method this will return the attribute value. * Backward compatible abort function name. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return afterRebootRollbackFnc */ @@ -230,6 +231,7 @@ public String getAfterRebootRollbackFnc() { * This is the setter method to the attribute. * Backward compatible abort function name. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param afterRebootRollbackFnc set the afterRebootRollbackFnc. */ @@ -242,6 +244,7 @@ public void setAfterRebootRollbackFnc(String afterRebootRollbackFnc) { * This is the getter method this will return the attribute value. * Backward compatible task dict name. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return afterRebootTaskName */ @@ -254,6 +257,7 @@ public String getAfterRebootTaskName() { * This is the setter method to the attribute. * Backward compatible task dict name. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param afterRebootTaskName set the afterRebootTaskName. */ @@ -266,6 +270,7 @@ public void setAfterRebootTaskName(String afterRebootTaskName) { * This is the getter method this will return the attribute value. * Flag for clean installation. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clean */ @@ -278,6 +283,7 @@ public Boolean getClean() { * This is the setter method to the attribute. * Flag for clean installation. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clean set the clean. */ @@ -290,6 +296,7 @@ public void setClean(Boolean clean) { * This is the getter method this will return the attribute value. * Duration of upgrade operation in seconds. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return duration */ @@ -302,6 +309,7 @@ public Integer getDuration() { * This is the setter method to the attribute. * Duration of upgrade operation in seconds. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param duration set the duration. */ @@ -314,6 +322,7 @@ public void setDuration(Integer duration) { * This is the getter method this will return the attribute value. * Check if the patch rollback is possible on this node. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enablePatchRollback */ @@ -326,6 +335,7 @@ public Boolean getEnablePatchRollback() { * This is the setter method to the attribute. * Check if the patch rollback is possible on this node. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enablePatchRollback set the enablePatchRollback. */ @@ -338,6 +348,7 @@ public void setEnablePatchRollback(Boolean enablePatchRollback) { * This is the getter method this will return the attribute value. * Check if the rollback is possible on this node. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableRollback */ @@ -350,6 +361,7 @@ public Boolean getEnableRollback() { * This is the setter method to the attribute. * Check if the rollback is possible on this node. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableRollback set the enableRollback. */ @@ -362,6 +374,7 @@ public void setEnableRollback(Boolean enableRollback) { * This is the getter method this will return the attribute value. * End time of upgrade operation. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endTime */ @@ -374,6 +387,7 @@ public String getEndTime() { * This is the setter method to the attribute. * End time of upgrade operation. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endTime set the endTime. */ @@ -386,6 +400,7 @@ public void setEndTime(String endTime) { * This is the getter method this will return the attribute value. * Enqueue time of upgrade operation. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enqueueTime */ @@ -398,6 +413,7 @@ public String getEnqueueTime() { * This is the setter method to the attribute. * Enqueue time of upgrade operation. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enqueueTime set the enqueueTime. */ @@ -410,6 +426,7 @@ public void setEnqueueTime(String enqueueTime) { * This is the getter method this will return the attribute value. * Fips mode for the entire system. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fipsMode */ @@ -422,6 +439,7 @@ public Boolean getFipsMode() { * This is the setter method to the attribute. * Fips mode for the entire system. * Field introduced in 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fipsMode set the fipsMode. */ @@ -434,6 +452,7 @@ public void setFipsMode(Boolean fipsMode) { * This is the getter method this will return the attribute value. * Record of past operations on this node. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return history */ @@ -446,6 +465,7 @@ public List getHistory() { * This is the setter method. this will set the history * Record of past operations on this node. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return history */ @@ -458,6 +478,7 @@ public void setHistory(List history) { * This is the setter method this will set the history * Record of past operations on this node. * Field introduced in 20.1.4. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return history */ @@ -475,6 +496,7 @@ public UpgradeStatusInfo addHistoryItem(OpsHistory historyItem) { * This is the getter method this will return the attribute value. * Image path of current base image. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imagePath */ @@ -487,6 +509,7 @@ public String getImagePath() { * This is the setter method to the attribute. * Image path of current base image. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param imagePath set the imagePath. */ @@ -500,6 +523,7 @@ public void setImagePath(String imagePath) { * Image uuid for identifying the current base image. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imageRef */ @@ -513,6 +537,7 @@ public String getImageRef() { * Image uuid for identifying the current base image. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param imageRef set the imageRef. */ @@ -525,6 +550,7 @@ public void setImageRef(String imageRef) { * This is the getter method this will return the attribute value. * Name of the system such as cluster name, se group name and se name. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -537,6 +563,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the system such as cluster name, se group name and se name. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -550,6 +577,7 @@ public void setName(String name) { * Type of the system such as controller_cluster, se_group or se. * Enum options - NODE_CONTROLLER_CLUSTER, NODE_SE_GROUP, NODE_SE_TYPE. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeType */ @@ -563,6 +591,7 @@ public String getNodeType() { * Type of the system such as controller_cluster, se_group or se. * Enum options - NODE_CONTROLLER_CLUSTER, NODE_SE_GROUP, NODE_SE_TYPE. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeType set the nodeType. */ @@ -576,6 +605,7 @@ public void setNodeType(String nodeType) { * Cloud that this object belongs to. * It is a reference to an object of type cloud. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objCloudRef */ @@ -589,6 +619,7 @@ public String getObjCloudRef() { * Cloud that this object belongs to. * It is a reference to an object of type cloud. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objCloudRef set the objCloudRef. */ @@ -601,6 +632,7 @@ public void setObjCloudRef(String objCloudRef) { * This is the getter method this will return the attribute value. * Parameters associated with the upgrade operation. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return params */ @@ -613,6 +645,7 @@ public UpgradeOpsParam getParams() { * This is the setter method to the attribute. * Parameters associated with the upgrade operation. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param params set the params. */ @@ -625,6 +658,7 @@ public void setParams(UpgradeOpsParam params) { * This is the getter method this will return the attribute value. * Image path of current patch image. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchImagePath */ @@ -637,6 +671,7 @@ public String getPatchImagePath() { * This is the setter method to the attribute. * Image path of current patch image. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patchImagePath set the patchImagePath. */ @@ -651,6 +686,7 @@ public void setPatchImagePath(String patchImagePath) { * value. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchImageRef */ @@ -665,6 +701,7 @@ public String getPatchImageRef() { * value. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patchImageRef set the patchImageRef. */ @@ -679,6 +716,7 @@ public void setPatchImageRef(String patchImageRef) { * Example base-image is 18.2.6 and a patch 6p1 is applied, then a patch 6p5 applied. * This field will indicate the [{'6p1', '6p1_image_uuid'}, {'6p5', '6p5_image_uuid'}] value. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchList */ @@ -693,6 +731,7 @@ public List getPatchList() { * Example base-image is 18.2.6 and a patch 6p1 is applied, then a patch 6p5 applied. * This field will indicate the [{'6p1', '6p1_image_uuid'}, {'6p5', '6p5_image_uuid'}] value. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchList */ @@ -707,6 +746,7 @@ public void setPatchList(List patchList) { * Example base-image is 18.2.6 and a patch 6p1 is applied, then a patch 6p5 applied. * This field will indicate the [{'6p1', '6p1_image_uuid'}, {'6p5', '6p5_image_uuid'}] value. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchList */ @@ -724,6 +764,7 @@ public UpgradeStatusInfo addPatchListItem(PatchData patchListItem) { * This is the getter method this will return the attribute value. * Flag for patch op with reboot. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchReboot */ @@ -736,6 +777,7 @@ public Boolean getPatchReboot() { * This is the setter method to the attribute. * Flag for patch op with reboot. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patchReboot set the patchReboot. */ @@ -749,6 +791,7 @@ public void setPatchReboot(Boolean patchReboot) { * Current patch version applied to this node. * Example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchVersion */ @@ -762,6 +805,7 @@ public String getPatchVersion() { * Current patch version applied to this node. * Example base-image is 18.2.6 and a patch 6p1 is applied, then this field will indicate the 6p1 value. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patchVersion set the patchVersion. */ @@ -774,6 +818,7 @@ public void setPatchVersion(String patchVersion) { * This is the getter method this will return the attribute value. * Image path of previous base image. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prevImagePath */ @@ -786,6 +831,7 @@ public String getPrevImagePath() { * This is the setter method to the attribute. * Image path of previous base image. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prevImagePath set the prevImagePath. */ @@ -798,6 +844,7 @@ public void setPrevImagePath(String prevImagePath) { * This is the getter method this will return the attribute value. * Image path of previous patch image. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prevPatchImagePath */ @@ -810,6 +857,7 @@ public String getPrevPatchImagePath() { * This is the setter method to the attribute. * Image path of previous patch image. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prevPatchImagePath set the prevPatchImagePath. */ @@ -824,6 +872,7 @@ public void setPrevPatchImagePath(String prevPatchImagePath) { * the 18.2.5 value. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return previousImageRef */ @@ -838,6 +887,7 @@ public String getPreviousImageRef() { * the 18.2.5 value. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param previousImageRef set the previousImageRef. */ @@ -853,6 +903,7 @@ public void setPreviousImageRef(String previousImageRef) { * The previous_image field will contain 18.2.6 and this field will indicate the 6p1 value. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return previousPatchImageRef */ @@ -868,6 +919,7 @@ public String getPreviousPatchImageRef() { * The previous_image field will contain 18.2.6 and this field will indicate the 6p1 value. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param previousPatchImageRef set the previousPatchImageRef. */ @@ -880,6 +932,7 @@ public void setPreviousPatchImageRef(String previousPatchImageRef) { * This is the getter method this will return the attribute value. * List of patches applied to this node on previous major version. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return previousPatchList */ @@ -892,6 +945,7 @@ public List getPreviousPatchList() { * This is the setter method. this will set the previousPatchList * List of patches applied to this node on previous major version. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return previousPatchList */ @@ -904,6 +958,7 @@ public void setPreviousPatchList(List previousPatchList) { * This is the setter method this will set the previousPatchList * List of patches applied to this node on previous major version. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return previousPatchList */ @@ -923,6 +978,7 @@ public UpgradeStatusInfo addPreviousPatchListItem(PatchData previousPatchListIte * Upgrade was initiated to 18.2.8 with patch 8p1. * The previous_image field will contain 18.2.6 and this field will indicate the 6p1 value. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return previousPatchVersion */ @@ -937,6 +993,7 @@ public String getPreviousPatchVersion() { * Upgrade was initiated to 18.2.8 with patch 8p1. * The previous_image field will contain 18.2.6 and this field will indicate the 6p1 value. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param previousPatchVersion set the previousPatchVersion. */ @@ -950,6 +1007,7 @@ public void setPreviousPatchVersion(String previousPatchVersion) { * Previous version prior to upgrade.example base-image was 18.2.5 and an upgrade was done to 18.2.6, then this field will indicate the 18.2.5 * value. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return previousVersion */ @@ -963,6 +1021,7 @@ public String getPreviousVersion() { * Previous version prior to upgrade.example base-image was 18.2.5 and an upgrade was done to 18.2.6, then this field will indicate the 18.2.5 * value. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param previousVersion set the previousVersion. */ @@ -977,6 +1036,7 @@ public void setPreviousVersion(String previousVersion) { * Allowed values are 0-100. * Field introduced in 18.2.8, 20.1.1. * Unit is percent. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return progress */ @@ -991,6 +1051,7 @@ public Integer getProgress() { * Allowed values are 0-100. * Field introduced in 18.2.8, 20.1.1. * Unit is percent. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param progress set the progress. */ @@ -1003,6 +1064,7 @@ public void setProgress(Integer progress) { * This is the getter method this will return the attribute value. * Image path of se patch image.(required in case of reimage and upgrade + patch). * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePatchImagePath */ @@ -1015,6 +1077,7 @@ public String getSePatchImagePath() { * This is the setter method to the attribute. * Image path of se patch image.(required in case of reimage and upgrade + patch). * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sePatchImagePath set the sePatchImagePath. */ @@ -1028,6 +1091,7 @@ public void setSePatchImagePath(String sePatchImagePath) { * Image uuid for identifying the current se patch required in case of system upgrade(re-image) with se patch. * It is a reference to an object of type image. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePatchImageRef */ @@ -1041,6 +1105,7 @@ public String getSePatchImageRef() { * Image uuid for identifying the current se patch required in case of system upgrade(re-image) with se patch. * It is a reference to an object of type image. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sePatchImageRef set the sePatchImageRef. */ @@ -1053,6 +1118,7 @@ public void setSePatchImageRef(String sePatchImageRef) { * This is the getter method this will return the attribute value. * Serviceenginegroup upgrade errors. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeEvents */ @@ -1065,6 +1131,7 @@ public List getSeUpgradeEvents() { * This is the setter method. this will set the seUpgradeEvents * Serviceenginegroup upgrade errors. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeEvents */ @@ -1077,6 +1144,7 @@ public void setSeUpgradeEvents(List seUpgradeEvents) { * This is the setter method this will set the seUpgradeEvents * Serviceenginegroup upgrade errors. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seUpgradeEvents */ @@ -1096,6 +1164,7 @@ public UpgradeStatusInfo addSeUpgradeEventsItem(SeUpgradeEvents seUpgradeEventsI * It has to be saved in the journal for subsequent consumption. * The segroup params will be saved in the controller entry as seg_params. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return segParams */ @@ -1110,6 +1179,7 @@ public UpgradeOpsParam getSegParams() { * It has to be saved in the journal for subsequent consumption. * The segroup params will be saved in the controller entry as seg_params. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param segParams set the segParams. */ @@ -1122,6 +1192,7 @@ public void setSegParams(UpgradeOpsParam segParams) { * This is the getter method this will return the attribute value. * Detailed segroup status. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return segStatus */ @@ -1134,6 +1205,7 @@ public SeGroupStatus getSegStatus() { * This is the setter method to the attribute. * Detailed segroup status. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param segStatus set the segStatus. */ @@ -1146,6 +1218,7 @@ public void setSegStatus(SeGroupStatus segStatus) { * This is the getter method this will return the attribute value. * Start time of upgrade operation. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startTime */ @@ -1158,6 +1231,7 @@ public String getStartTime() { * This is the setter method to the attribute. * Start time of upgrade operation. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startTime set the startTime. */ @@ -1170,6 +1244,7 @@ public void setStartTime(String startTime) { * This is the getter method this will return the attribute value. * Current status of the upgrade operation. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return state */ @@ -1182,6 +1257,7 @@ public UpgradeOpsState getState() { * This is the setter method to the attribute. * Current status of the upgrade operation. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param state set the state. */ @@ -1195,6 +1271,7 @@ public void setState(UpgradeOpsState state) { * Record of pre/post snapshot captured for current upgrade operation. * It is a reference to an object of type statediffoperation. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return statediffRef */ @@ -1208,6 +1285,7 @@ public String getStatediffRef() { * Record of pre/post snapshot captured for current upgrade operation. * It is a reference to an object of type statediffoperation. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param statediffRef set the statediffRef. */ @@ -1220,6 +1298,7 @@ public void setStatediffRef(String statediffRef) { * This is the getter method this will return the attribute value. * Flag is set only in the cluster if the upgrade is initiated as a system-upgrade. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return system */ @@ -1232,6 +1311,7 @@ public Boolean getSystem() { * This is the setter method to the attribute. * Flag is set only in the cluster if the upgrade is initiated as a system-upgrade. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param system set the system. */ @@ -1244,6 +1324,7 @@ public void setSystem(Boolean system) { * This is the getter method this will return the attribute value. * Completed set of tasks in the upgrade operation. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tasksCompleted */ @@ -1256,6 +1337,7 @@ public Integer getTasksCompleted() { * This is the setter method to the attribute. * Completed set of tasks in the upgrade operation. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tasksCompleted set the tasksCompleted. */ @@ -1269,6 +1351,7 @@ public void setTasksCompleted(Integer tasksCompleted) { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -1282,6 +1365,7 @@ public String getTenantRef() { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -1294,6 +1378,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Total number of tasks in the upgrade operation. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return totalTasks */ @@ -1306,6 +1391,7 @@ public Integer getTotalTasks() { * This is the setter method to the attribute. * Total number of tasks in the upgrade operation. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param totalTasks set the totalTasks. */ @@ -1318,6 +1404,7 @@ public void setTotalTasks(Integer totalTasks) { * This is the getter method this will return the attribute value. * Events performed for upgrade operation. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return upgradeEvents */ @@ -1330,6 +1417,7 @@ public List getUpgradeEvents() { * This is the setter method. this will set the upgradeEvents * Events performed for upgrade operation. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return upgradeEvents */ @@ -1342,6 +1430,7 @@ public void setUpgradeEvents(List upgradeEvents) { * This is the setter method this will set the upgradeEvents * Events performed for upgrade operation. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return upgradeEvents */ @@ -1360,6 +1449,7 @@ public UpgradeStatusInfo addUpgradeEventsItem(EventMap upgradeEventsItem) { * Upgrade operations requested. * Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME. * 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 upgradeOps */ @@ -1373,6 +1463,7 @@ public String getUpgradeOps() { * Upgrade operations requested. * Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME. * 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 upgradeOps set the upgradeOps. */ @@ -1404,6 +1495,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid identifier for the system such as cluster, se group and se. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -1416,6 +1508,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid identifier for the system such as cluster, se group and se. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -1428,6 +1521,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * Current base image applied to this node. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -1440,6 +1534,7 @@ public String getVersion() { * This is the setter method to the attribute. * Current base image applied to this node. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/UpgradeStatusSummary.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeStatusSummary.java index 9e9c2717..bf383141 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeStatusSummary.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeStatusSummary.java @@ -99,6 +99,7 @@ public class UpgradeStatusSummary extends AviRestResource { * This is the getter method this will return the attribute value. * Check if the patch rollback is possible on this node. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enablePatchRollback */ @@ -111,6 +112,7 @@ public Boolean getEnablePatchRollback() { * This is the setter method to the attribute. * Check if the patch rollback is possible on this node. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enablePatchRollback set the enablePatchRollback. */ @@ -123,6 +125,7 @@ public void setEnablePatchRollback(Boolean enablePatchRollback) { * This is the getter method this will return the attribute value. * Check if the rollback is possible on this node. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableRollback */ @@ -135,6 +138,7 @@ public Boolean getEnableRollback() { * This is the setter method to the attribute. * Check if the rollback is possible on this node. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableRollback set the enableRollback. */ @@ -147,6 +151,7 @@ public void setEnableRollback(Boolean enableRollback) { * This is the getter method this will return the attribute value. * End time of upgrade operations. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return endTime */ @@ -159,6 +164,7 @@ public String getEndTime() { * This is the setter method to the attribute. * End time of upgrade operations. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param endTime set the endTime. */ @@ -172,6 +178,7 @@ public void setEndTime(String endTime) { * Image uuid for identifying the current base image. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imageRef */ @@ -185,6 +192,7 @@ public String getImageRef() { * Image uuid for identifying the current base image. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param imageRef set the imageRef. */ @@ -197,6 +205,7 @@ public void setImageRef(String imageRef) { * This is the getter method this will return the attribute value. * Name of the system such as cluster name, se group name and se name. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -209,6 +218,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the system such as cluster name, se group name and se name. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -222,6 +232,7 @@ public void setName(String name) { * Type of the system such as controller_cluster, se_group or se. * Enum options - NODE_CONTROLLER_CLUSTER, NODE_SE_GROUP, NODE_SE_TYPE. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeType */ @@ -235,6 +246,7 @@ public String getNodeType() { * Type of the system such as controller_cluster, se_group or se. * Enum options - NODE_CONTROLLER_CLUSTER, NODE_SE_GROUP, NODE_SE_TYPE. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeType set the nodeType. */ @@ -248,6 +260,7 @@ public void setNodeType(String nodeType) { * Cloud that this object belongs to. * It is a reference to an object of type cloud. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return objCloudRef */ @@ -261,6 +274,7 @@ public String getObjCloudRef() { * Cloud that this object belongs to. * It is a reference to an object of type cloud. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param objCloudRef set the objCloudRef. */ @@ -274,6 +288,7 @@ public void setObjCloudRef(String objCloudRef) { * Image uuid for identifying the current patch. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return patchImageRef */ @@ -287,6 +302,7 @@ public String getPatchImageRef() { * Image uuid for identifying the current patch. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param patchImageRef set the patchImageRef. */ @@ -299,6 +315,7 @@ public void setPatchImageRef(String patchImageRef) { * This is the getter method this will return the attribute value. * Start time of upgrade operations. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return startTime */ @@ -311,6 +328,7 @@ public String getStartTime() { * This is the setter method to the attribute. * Start time of upgrade operations. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param startTime set the startTime. */ @@ -323,6 +341,7 @@ public void setStartTime(String startTime) { * This is the getter method this will return the attribute value. * Current status of the upgrade operations. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return state */ @@ -335,6 +354,7 @@ public UpgradeOpsState getState() { * This is the setter method to the attribute. * Current status of the upgrade operations. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param state set the state. */ @@ -347,6 +367,7 @@ public void setState(UpgradeOpsState state) { * This is the getter method this will return the attribute value. * Upgrade tasks completed. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tasksCompleted */ @@ -359,6 +380,7 @@ public Integer getTasksCompleted() { * This is the setter method to the attribute. * Upgrade tasks completed. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tasksCompleted set the tasksCompleted. */ @@ -372,6 +394,7 @@ public void setTasksCompleted(Integer tasksCompleted) { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -385,6 +408,7 @@ public String getTenantRef() { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -397,6 +421,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Total upgrade tasks. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return totalTasks */ @@ -409,6 +434,7 @@ public Integer getTotalTasks() { * This is the setter method to the attribute. * Total upgrade tasks. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param totalTasks set the totalTasks. */ @@ -422,6 +448,7 @@ public void setTotalTasks(Integer totalTasks) { * Upgrade operations requested. * Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME. * 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 upgradeOps */ @@ -435,6 +462,7 @@ public String getUpgradeOps() { * Upgrade operations requested. * Enum options - UPGRADE, PATCH, ROLLBACK, ROLLBACKPATCH, SEGROUP_RESUME. * 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 upgradeOps set the upgradeOps. */ @@ -466,6 +494,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid identifier for the system such as cluster, se group and se. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -478,6 +507,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid identifier for the system such as cluster, se group and se. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -490,6 +520,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * Current base image applied to this node. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -502,6 +533,7 @@ public String getVersion() { * This is the setter method to the attribute. * Current base image applied to this node. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/UpgradeSystemParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeSystemParams.java index 7d5bfc1e..2d61bf99 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeSystemParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UpgradeSystemParams.java @@ -52,6 +52,7 @@ public class UpgradeSystemParams extends AviRestResource { * Image uuid for identifying the controller patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerPatchRef */ @@ -65,6 +66,7 @@ public String getControllerPatchRef() { * Image uuid for identifying the controller patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerPatchRef set the controllerPatchRef. */ @@ -78,6 +80,7 @@ public void setControllerPatchRef(String controllerPatchRef) { * Image uuid for identifying base image. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return imageRef */ @@ -91,6 +94,7 @@ public String getImageRef() { * Image uuid for identifying base image. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param imageRef set the imageRef. */ @@ -103,6 +107,7 @@ public void setImageRef(String imageRef) { * This is the getter method this will return the attribute value. * Se group options for the upgrade operations. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupOptions */ @@ -115,6 +120,7 @@ public SeGroupOptions getSeGroupOptions() { * This is the setter method to the attribute. * Se group options for the upgrade operations. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupOptions set the seGroupOptions. */ @@ -128,6 +134,7 @@ public void setSeGroupOptions(SeGroupOptions seGroupOptions) { * Image uuid for identifying the se patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sePatchRef */ @@ -141,6 +148,7 @@ public String getSePatchRef() { * Image uuid for identifying the se patch image. * It is a reference to an object of type image. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sePatchRef set the sePatchRef. */ @@ -153,6 +161,7 @@ public void setSePatchRef(String sePatchRef) { * This is the getter method this will return the attribute value. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return skipWarnings */ @@ -165,6 +174,7 @@ public Boolean getSkipWarnings() { * This is the setter method to the attribute. * This is flag when set as true skips few optional must checks. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param skipWarnings set the skipWarnings. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UserAccountProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UserAccountProfile.java index ed53d647..c7960128 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UserAccountProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UserAccountProfile.java @@ -63,6 +63,7 @@ public class UserAccountProfile extends AviRestResource { * Lock timeout period (in minutes). * Default is 30 minutes. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @return accountLockTimeout */ @@ -76,6 +77,7 @@ public Integer getAccountLockTimeout() { * Lock timeout period (in minutes). * Default is 30 minutes. * Unit is min. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30. * @param accountLockTimeout set the accountLockTimeout. */ @@ -89,6 +91,7 @@ public void setAccountLockTimeout(Integer accountLockTimeout) { * The time period after which credentials expire. * Default is 180 days. * Unit is days. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 180. * @return credentialsTimeoutThreshold */ @@ -102,6 +105,7 @@ public Integer getCredentialsTimeoutThreshold() { * The time period after which credentials expire. * Default is 180 days. * Unit is days. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 180. * @param credentialsTimeoutThreshold set the credentialsTimeoutThreshold. */ @@ -114,6 +118,7 @@ public void setCredentialsTimeoutThreshold(Integer credentialsTimeoutThreshold) * This is the getter method this will return the attribute value. * Maximum number of concurrent sessions allowed. * There are unlimited sessions by default. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return maxConcurrentSessions */ @@ -126,6 +131,7 @@ public Integer getMaxConcurrentSessions() { * This is the setter method to the attribute. * Maximum number of concurrent sessions allowed. * There are unlimited sessions by default. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param maxConcurrentSessions set the maxConcurrentSessions. */ @@ -139,7 +145,8 @@ public void setMaxConcurrentSessions(Integer maxConcurrentSessions) { * Number of login attempts before lockout. * Default is 3 attempts. * Allowed values are 3-20. - * Special values are 0 - 'unlimited login attempts allowed.'. + * Special values are 0- unlimited login attempts 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 3. * @return maxLoginFailureCount */ @@ -153,7 +160,8 @@ public Integer getMaxLoginFailureCount() { * Number of login attempts before lockout. * Default is 3 attempts. * Allowed values are 3-20. - * Special values are 0 - 'unlimited login attempts allowed.'. + * Special values are 0- unlimited login attempts 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 3. * @param maxLoginFailureCount set the maxLoginFailureCount. */ @@ -166,6 +174,7 @@ public void setMaxLoginFailureCount(Integer maxLoginFailureCount) { * This is the getter method this will return the attribute value. * Maximum number of passwords to be maintained in the password history. * Default is 4 passwords. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return maxPasswordHistoryCount */ @@ -178,6 +187,7 @@ public Integer getMaxPasswordHistoryCount() { * This is the setter method to the attribute. * Maximum number of passwords to be maintained in the password history. * Default is 4 passwords. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param maxPasswordHistoryCount set the maxPasswordHistoryCount. */ @@ -188,7 +198,7 @@ public void setMaxPasswordHistoryCount(Integer maxPasswordHistoryCount) { /** * 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 */ @@ -199,7 +209,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. */ @@ -229,7 +239,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 */ @@ -240,7 +250,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/UserActivity.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UserActivity.java index 59764b80..c81d363e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UserActivity.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UserActivity.java @@ -69,6 +69,7 @@ public class UserActivity extends AviRestResource { /** * This is the getter method this will return the attribute value. * Number of concurrent user sessions open. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return concurrentSessions */ @@ -80,6 +81,7 @@ public Integer getConcurrentSessions() { /** * This is the setter method to the attribute. * Number of concurrent user sessions open. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param concurrentSessions set the concurrentSessions. */ @@ -91,6 +93,7 @@ public void setConcurrentSessions(Integer concurrentSessions) { /** * This is the getter method this will return the attribute value. * Number of failed login attempts before a successful login. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return failedLoginAttempts */ @@ -102,6 +105,7 @@ public Integer getFailedLoginAttempts() { /** * This is the setter method to the attribute. * Number of failed login attempts before a successful login. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param failedLoginAttempts set the failedLoginAttempts. */ @@ -113,6 +117,7 @@ public void setFailedLoginAttempts(Integer failedLoginAttempts) { /** * This is the getter method this will return the attribute value. * Ip of the machine the user was last logged in from. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastLoginIp */ @@ -124,6 +129,7 @@ public String getLastLoginIp() { /** * This is the setter method to the attribute. * Ip of the machine the user was last logged in from. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastLoginIp set the lastLoginIp. */ @@ -135,6 +141,7 @@ public void setLastLoginIp(String lastLoginIp) { /** * This is the getter method this will return the attribute value. * Timestamp of last login. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastLoginTimestamp */ @@ -146,6 +153,7 @@ public String getLastLoginTimestamp() { /** * This is the setter method to the attribute. * Timestamp of last login. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastLoginTimestamp set the lastLoginTimestamp. */ @@ -157,6 +165,7 @@ public void setLastLoginTimestamp(String lastLoginTimestamp) { /** * This is the getter method this will return the attribute value. * Timestamp of last password update. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastPasswordUpdate */ @@ -168,6 +177,7 @@ public String getLastPasswordUpdate() { /** * This is the setter method to the attribute. * Timestamp of last password update. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastPasswordUpdate set the lastPasswordUpdate. */ @@ -179,6 +189,7 @@ public void setLastPasswordUpdate(String lastPasswordUpdate) { /** * This is the getter method this will return the attribute value. * Indicates whether the user is logged in or not. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return loggedIn */ @@ -190,6 +201,7 @@ public Boolean getLoggedIn() { /** * This is the setter method to the attribute. * Indicates whether the user is logged in or not. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param loggedIn set the loggedIn. */ @@ -201,6 +213,7 @@ public void setLoggedIn(Boolean loggedIn) { /** * This is the getter method this will return the attribute value. * Name of the user this object refers to. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -212,6 +225,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name of the user this object refers to. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -223,6 +237,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Stores the previous n passwords where n is controllerproperties.max_password_history_count. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return previousPassword */ @@ -234,6 +249,7 @@ public List getPreviousPassword() { /** * This is the setter method. this will set the previousPassword * Stores the previous n passwords where n is controllerproperties.max_password_history_count. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return previousPassword */ @@ -245,6 +261,7 @@ public void setPreviousPassword(List previousPassword) { /** * This is the setter method this will set the previousPassword * Stores the previous n passwords where n is controllerproperties.max_password_history_count. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return previousPassword */ @@ -279,7 +296,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 */ @@ -290,7 +307,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/UserAgentCacheConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UserAgentCacheConfig.java index a8184349..b818bbb4 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UserAgentCacheConfig.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UserAgentCacheConfig.java @@ -75,6 +75,7 @@ public class UserAgentCacheConfig extends AviRestResource { * How many unknown user-agents to batch up before querying controller - unless max_wait_time is reached first. * Allowed values are 1-500. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return batchSize */ @@ -88,6 +89,7 @@ public Integer getBatchSize() { * How many unknown user-agents to batch up before querying controller - unless max_wait_time is reached first. * Allowed values are 1-500. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param batchSize set the batchSize. */ @@ -101,6 +103,7 @@ public void setBatchSize(Integer batchSize) { * The number of user-agent entries to cache on the controller. * Allowed values are 500-10000000. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300000. * @return controllerCacheSize */ @@ -114,6 +117,7 @@ public Integer getControllerCacheSize() { * The number of user-agent entries to cache on the controller. * Allowed values are 500-10000000. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 300000. * @param controllerCacheSize set the controllerCacheSize. */ @@ -127,6 +131,7 @@ public void setControllerCacheSize(Integer controllerCacheSize) { * How often at most to query controller for a given user-agent. * Allowed values are 2-100. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return maxUpstreamQueries */ @@ -140,6 +145,7 @@ public Integer getMaxUpstreamQueries() { * How often at most to query controller for a given user-agent. * Allowed values are 2-100. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param maxUpstreamQueries set the maxUpstreamQueries. */ @@ -154,6 +160,7 @@ public void setMaxUpstreamQueries(Integer maxUpstreamQueries) { * Allowed values are 20-100000. * Field introduced in 21.1.1. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return maxWaitTime */ @@ -168,6 +175,7 @@ public Integer getMaxWaitTime() { * Allowed values are 20-100000. * Field introduced in 21.1.1. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param maxWaitTime set the maxWaitTime. */ @@ -181,6 +189,7 @@ public void setMaxWaitTime(Integer maxWaitTime) { * How many botuacacheresult elements to include in an upstream update message. * Allowed values are 1-10000. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return numEntriesUpstreamUpdate */ @@ -194,6 +203,7 @@ public Integer getNumEntriesUpstreamUpdate() { * How many botuacacheresult elements to include in an upstream update message. * Allowed values are 1-10000. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param numEntriesUpstreamUpdate set the numEntriesUpstreamUpdate. */ @@ -206,6 +216,7 @@ public void setNumEntriesUpstreamUpdate(Integer numEntriesUpstreamUpdate) { * This is the getter method this will return the attribute value. * How much space to reserve in percent for known bad bots. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return percentReservedForBadBots */ @@ -218,6 +229,7 @@ public Integer getPercentReservedForBadBots() { * This is the setter method to the attribute. * How much space to reserve in percent for known bad bots. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param percentReservedForBadBots set the percentReservedForBadBots. */ @@ -230,6 +242,7 @@ public void setPercentReservedForBadBots(Integer percentReservedForBadBots) { * This is the getter method this will return the attribute value. * How much space to reserve in percent for browsers. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 50. * @return percentReservedForBrowsers */ @@ -242,6 +255,7 @@ public Integer getPercentReservedForBrowsers() { * This is the setter method to the attribute. * How much space to reserve in percent for browsers. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 50. * @param percentReservedForBrowsers set the percentReservedForBrowsers. */ @@ -254,6 +268,7 @@ public void setPercentReservedForBrowsers(Integer percentReservedForBrowsers) { * This is the getter method this will return the attribute value. * How much space to reserve in percent for known good bots. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @return percentReservedForGoodBots */ @@ -266,6 +281,7 @@ public Integer getPercentReservedForGoodBots() { * This is the setter method to the attribute. * How much space to reserve in percent for known good bots. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20. * @param percentReservedForGoodBots set the percentReservedForGoodBots. */ @@ -278,6 +294,7 @@ public void setPercentReservedForGoodBots(Integer percentReservedForGoodBots) { * This is the getter method this will return the attribute value. * How much space to reserve in percent for outstanding upstream requests. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @return percentReservedForOutstanding */ @@ -290,6 +307,7 @@ public Integer getPercentReservedForOutstanding() { * This is the setter method to the attribute. * How much space to reserve in percent for outstanding upstream requests. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10. * @param percentReservedForOutstanding set the percentReservedForOutstanding. */ @@ -303,6 +321,7 @@ public void setPercentReservedForOutstanding(Integer percentReservedForOutstand * The number of user-agent entries to cache on each service engine. * Allowed values are 500-10000000. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20000. * @return seCacheSize */ @@ -316,6 +335,7 @@ public Integer getSeCacheSize() { * The number of user-agent entries to cache on each service engine. * Allowed values are 500-10000000. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 20000. * @param seCacheSize set the seCacheSize. */ @@ -329,6 +349,7 @@ public void setSeCacheSize(Integer seCacheSize) { * How often in seconds to send updates about user-agent cache entries to the next upstream cache. * Field introduced in 21.1.1. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600. * @return upstreamUpdateInterval */ @@ -342,6 +363,7 @@ public Integer getUpstreamUpdateInterval() { * How often in seconds to send updates about user-agent cache entries to the next upstream cache. * Field introduced in 21.1.1. * Unit is sec. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 3600. * @param upstreamUpdateInterval set the upstreamUpdateInterval. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UserAgentDBConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UserAgentDBConfig.java index 3b12468b..ae48cf29 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UserAgentDBConfig.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/UserAgentDBConfig.java @@ -35,7 +35,8 @@ public class UserAgentDBConfig extends AviRestResource { * Batch query limit. * Allowed values are 1-500. * Field introduced in 21.1.1. - * 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 allowedBatchSize */ @@ -49,7 +50,8 @@ public Integer getAllowedBatchSize() { * Batch query limit. * Allowed values are 1-500. * Field introduced in 21.1.1. - * 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 allowedBatchSize set the allowedBatchSize. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VCASetup.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VCASetup.java index 54587f6f..f69c680a 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VCASetup.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VCASetup.java @@ -48,7 +48,7 @@ public class VCASetup extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cc_id of obj type vcasetup field type str type string. + * Allowed in enterprise edition with any value, 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 vcasetup field type str type string. + * Allowed in enterprise edition with any value, 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 vcasetup field type str type string. + * Allowed in enterprise edition with any value, 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 vcasetup field type str type string. + * Allowed in enterprise edition with any value, 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 instance of obj type vcasetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return instance */ @@ -103,7 +103,7 @@ public String getInstance() { /** * This is the setter method to the attribute. - * Placeholder for description of property instance of obj type vcasetup field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param instance set the instance. */ @@ -115,6 +115,7 @@ public void setInstance(String instance) { /** * This is the getter method this will return the attribute value. * Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return privilege */ @@ -126,6 +127,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. */ @@ -136,7 +138,7 @@ public void setPrivilege(String privilege) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property username of obj type vcasetup field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -147,7 +149,7 @@ public String getUsername() { /** * This is the setter method to the attribute. - * Placeholder for description of property username of obj type vcasetup field type str type string. + * Allowed in enterprise edition with any value, 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/VCenterCredentials.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VCenterCredentials.java index 93eda3d3..5fa67924 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VCenterCredentials.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VCenterCredentials.java @@ -38,6 +38,7 @@ public class VCenterCredentials extends AviRestResource { * This is the getter method this will return the attribute value. * Password to talk to vcenter server. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return password */ @@ -50,6 +51,7 @@ public String getPassword() { * This is the setter method to the attribute. * Password to talk to vcenter server. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param password set the password. */ @@ -62,6 +64,7 @@ public void setPassword(String password) { * This is the getter method this will return the attribute value. * Username to talk to vcenter server. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return username */ @@ -74,6 +77,7 @@ public String getUsername() { * This is the setter method to the attribute. * Username to talk to vcenter server. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/VCenterServer.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VCenterServer.java index 61c18cc8..3051f698 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VCenterServer.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VCenterServer.java @@ -64,6 +64,7 @@ public class VCenterServer extends AviRestResource { * Vcenter belongs to cloud. * It is a reference to an object of type cloud. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -77,6 +78,7 @@ public String getCloudRef() { * Vcenter belongs to cloud. * It is a reference to an object of type cloud. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -89,6 +91,7 @@ public void setCloudRef(String cloudRef) { * This is the getter method this will return the attribute value. * Vcenter template to create service engine. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return contentLib */ @@ -101,6 +104,7 @@ public ContentLibConfig getContentLib() { * This is the setter method to the attribute. * Vcenter template to create service engine. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param contentLib set the contentLib. */ @@ -113,6 +117,7 @@ public void setContentLib(ContentLibConfig contentLib) { * This is the getter method this will return the attribute value. * Availabilty zone where vcenter list belongs to. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -125,6 +130,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. */ @@ -138,6 +144,7 @@ public void setName(String name) { * Vcenter belongs to tenant. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -151,6 +158,7 @@ public String getTenantRef() { * Vcenter belongs to tenant. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -182,6 +190,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Vcenter config uuid. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -194,6 +203,7 @@ public String getUuid() { * This is the setter method to the attribute. * Vcenter config uuid. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -207,6 +217,7 @@ public void setUuid(String uuid) { * Credentials to access vcenter. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterCredentialsRef */ @@ -220,6 +231,7 @@ public String getVcenterCredentialsRef() { * Credentials to access vcenter. * It is a reference to an object of type cloudconnectoruser. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterCredentialsRef set the vcenterCredentialsRef. */ @@ -232,6 +244,7 @@ public void setVcenterCredentialsRef(String vcenterCredentialsRef) { * This is the getter method this will return the attribute value. * Vcenter hostname or ip address. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterUrl */ @@ -244,6 +257,7 @@ public String getVcenterUrl() { * This is the setter method to the attribute. * Vcenter hostname or ip address. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterUrl set the vcenterUrl. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VHMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VHMatch.java index 622d2c4b..d6983b5f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VHMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VHMatch.java @@ -39,6 +39,7 @@ public class VHMatch extends AviRestResource { * Host/domain name match configuration. * Must be configured along with at least one path match criteria. * 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 host */ @@ -52,6 +53,7 @@ public String getHost() { * Host/domain name match configuration. * Must be configured along with at least one path match criteria. * 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 host set the host. */ @@ -66,6 +68,7 @@ public void setHost(String host) { * Must be configured along with host match criteria. * 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 path */ @@ -80,6 +83,7 @@ public List getPath() { * Must be configured along with host match criteria. * 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 path */ @@ -94,6 +98,7 @@ public void setPath(List path) { * Must be configured along with host match criteria. * 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 path */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIAdminCredentials.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIAdminCredentials.java deleted file mode 100644 index 867f7914..00000000 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIAdminCredentials.java +++ /dev/null @@ -1,201 +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 VIAdminCredentials is a POJO class extends AviRestResource that used for creating - * VIAdminCredentials. - * - * @version 1.0 - * @since - * - */ -@VsoObject(create = false, name = "VIAdminCredentials") -@VsoFinder(name = Constants.FINDER_VRO_VIADMINCREDENTIALS) -@JsonIgnoreProperties(ignoreUnknown = true) -@Service -public class VIAdminCredentials extends AviRestResource { - @JsonProperty("name") - @JsonInclude(Include.NON_NULL) - private String name = "root"; - - @JsonProperty("password") - @JsonInclude(Include.NON_NULL) - private String password = "vmware"; - - @JsonProperty("privilege") - @JsonInclude(Include.NON_NULL) - private String privilege = null; - - @JsonProperty("vcenter_url") - @JsonInclude(Include.NON_NULL) - private String vcenterUrl = null; - - @JsonProperty("vi_mgr_token") - @JsonInclude(Include.NON_NULL) - private String viMgrToken = null; - - - - /** - * This is the getter method this will return the attribute value. - * Name of the object. - * Default value when not specified in API or module is interpreted by Avi Controller as "root". - * @return name - */ - @VsoMethod - public String getName() { - return name; - } - - /** - * This is the setter method to the attribute. - * Name of the object. - * Default value when not specified in API or module is interpreted by Avi Controller as "root". - * @param name set the name. - */ - @VsoMethod - public void setName(String name) { - this.name = name; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property password of obj type viadmincredentials field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as "vmware". - * @return password - */ - @VsoMethod - public String getPassword() { - return password; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property password of obj type viadmincredentials field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as "vmware". - * @param password set the password. - */ - @VsoMethod - public void setPassword(String password) { - this.password = password; - } - - /** - * This is the getter method this will return the attribute value. - * Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return privilege - */ - @VsoMethod - public String getPrivilege() { - return privilege; - } - - /** - * This is the setter method to the attribute. - * Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param privilege set the privilege. - */ - @VsoMethod - public void setPrivilege(String privilege) { - this.privilege = privilege; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_url of obj type viadmincredentials field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vcenterUrl - */ - @VsoMethod - public String getVcenterUrl() { - return vcenterUrl; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property vcenter_url of obj type viadmincredentials field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param vcenterUrl set the vcenterUrl. - */ - @VsoMethod - public void setVcenterUrl(String vcenterUrl) { - this.vcenterUrl = vcenterUrl; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property vi_mgr_token of obj type viadmincredentials field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return viMgrToken - */ - @VsoMethod - public String getViMgrToken() { - return viMgrToken; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property vi_mgr_token of obj type viadmincredentials field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param viMgrToken set the viMgrToken. - */ - @VsoMethod - public void setViMgrToken(String viMgrToken) { - this.viMgrToken = viMgrToken; - } - - - -@Override -public boolean equals(java.lang.Object o) { - if (this == o) { - return true; - } - if (o == null || getClass() != o.getClass()) { - return false; - } - VIAdminCredentials objVIAdminCredentials = (VIAdminCredentials) o; - return Objects.equals(this.vcenterUrl, objVIAdminCredentials.vcenterUrl)&& - Objects.equals(this.name, objVIAdminCredentials.name)&& - Objects.equals(this.password, objVIAdminCredentials.password)&& - Objects.equals(this.viMgrToken, objVIAdminCredentials.viMgrToken)&& - Objects.equals(this.privilege, objVIAdminCredentials.privilege); -} - -@Override -public String toString() { - StringBuilder sb = new StringBuilder(); - sb.append("class VIAdminCredentials {\n"); - sb.append(" name: ").append(toIndentedString(name)).append("\n"); - sb.append(" password: ").append(toIndentedString(password)).append("\n"); - sb.append(" privilege: ").append(toIndentedString(privilege)).append("\n"); - sb.append(" vcenterUrl: ").append(toIndentedString(vcenterUrl)).append("\n"); - sb.append(" viMgrToken: ").append(toIndentedString(viMgrToken)).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/VIControllerVnicInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIControllerVnicInfo.java deleted file mode 100644 index c87924e2..00000000 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIControllerVnicInfo.java +++ /dev/null @@ -1,133 +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 VIControllerVnicInfo is a POJO class extends AviRestResource that used for creating - * VIControllerVnicInfo. - * - * @version 1.0 - * @since - * - */ -@VsoObject(create = false, name = "VIControllerVnicInfo") -@VsoFinder(name = Constants.FINDER_VRO_VICONTROLLERVNICINFO) -@JsonIgnoreProperties(ignoreUnknown = true) -@Service -public class VIControllerVnicInfo extends AviRestResource { - @JsonProperty("portgroup") - @JsonInclude(Include.NON_NULL) - private String portgroup = null; - - @JsonProperty("vnic_ip") - @JsonInclude(Include.NON_NULL) - private List vnicIp = null; - - - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property portgroup of obj type vicontrollervnicinfo field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return portgroup - */ - @VsoMethod - public String getPortgroup() { - return portgroup; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property portgroup of obj type vicontrollervnicinfo field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param portgroup set the portgroup. - */ - @VsoMethod - public void setPortgroup(String portgroup) { - this.portgroup = portgroup; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property vnic_ip of obj type vicontrollervnicinfo field type str type array. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vnicIp - */ - @VsoMethod - public List getVnicIp() { - return vnicIp; - } - - /** - * This is the setter method. this will set the vnicIp - * Placeholder for description of property vnic_ip of obj type vicontrollervnicinfo field type str type array. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vnicIp - */ - @VsoMethod - public void setVnicIp(List vnicIp) { - this.vnicIp = vnicIp; - } - - /** - * This is the setter method this will set the vnicIp - * Placeholder for description of property vnic_ip of obj type vicontrollervnicinfo field type str type array. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vnicIp - */ - @VsoMethod - public VIControllerVnicInfo addVnicIpItem(VIGuestvNicIPAddr vnicIpItem) { - if (this.vnicIp == null) { - this.vnicIp = new ArrayList(); - } - this.vnicIp.add(vnicIpItem); - return this; - } - - - - -@Override -public boolean equals(java.lang.Object o) { - if (this == o) { - return true; - } - if (o == null || getClass() != o.getClass()) { - return false; - } - VIControllerVnicInfo objVIControllerVnicInfo = (VIControllerVnicInfo) o; - return Objects.equals(this.portgroup, objVIControllerVnicInfo.portgroup)&& - Objects.equals(this.vnicIp, objVIControllerVnicInfo.vnicIp); -} - -@Override -public String toString() { - StringBuilder sb = new StringBuilder(); - sb.append("class VIControllerVnicInfo {\n"); - sb.append(" portgroup: ").append(toIndentedString(portgroup)).append("\n"); - sb.append(" vnicIp: ").append(toIndentedString(vnicIp)).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/VICreateSEReq.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VICreateSEReq.java deleted file mode 100644 index c8a0f32e..00000000 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VICreateSEReq.java +++ /dev/null @@ -1,275 +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.avi.vro.model.VISeVmOvaParams; -import com.vmware.avi.vro.model.VIAdminCredentials; -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 VICreateSEReq is a POJO class extends AviRestResource that used for creating - * VICreateSEReq. - * - * @version 1.0 - * @since - * - */ -@VsoObject(create = false, name = "VICreateSEReq") -@VsoFinder(name = Constants.FINDER_VRO_VICREATESEREQ) -@JsonIgnoreProperties(ignoreUnknown = true) -@Service -public class VICreateSEReq extends AviRestResource { - @JsonProperty("cloud_uuid") - @JsonInclude(Include.NON_NULL) - private String cloudUuid = null; - - @JsonProperty("cookie") - @JsonInclude(Include.NON_NULL) - private String cookie = null; - - @JsonProperty("se_grp_uuid") - @JsonInclude(Include.NON_NULL) - private String seGrpUuid = null; - - @JsonProperty("se_params") - @JsonInclude(Include.NON_NULL) - private VISeVmOvaParams seParams = null; - - @JsonProperty("tenant_uuid") - @JsonInclude(Include.NON_NULL) - private String tenantUuid = null; - - @JsonProperty("vcenter_admin") - @JsonInclude(Include.NON_NULL) - private VIAdminCredentials vcenterAdmin = null; - - @JsonProperty("vcenter_vnic_portgroups") - @JsonInclude(Include.NON_NULL) - private List vcenterVnicPortgroups = null; - - - - /** - * This is the getter method this will return the attribute value. - * Unique object identifier of cloud. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return cloudUuid - */ - @VsoMethod - public String getCloudUuid() { - return cloudUuid; - } - - /** - * This is the setter method to the attribute. - * Unique object identifier of cloud. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param cloudUuid set the cloudUuid. - */ - @VsoMethod - public void setCloudUuid(String cloudUuid) { - this.cloudUuid = cloudUuid; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property cookie of obj type vicreatesereq field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return cookie - */ - @VsoMethod - public String getCookie() { - return cookie; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property cookie of obj type vicreatesereq field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param cookie set the cookie. - */ - @VsoMethod - public void setCookie(String cookie) { - this.cookie = cookie; - } - - /** - * This is the getter method this will return the attribute value. - * Unique object identifier of se_grp. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return seGrpUuid - */ - @VsoMethod - public String getSeGrpUuid() { - return seGrpUuid; - } - - /** - * This is the setter method to the attribute. - * Unique object identifier of se_grp. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param seGrpUuid set the seGrpUuid. - */ - @VsoMethod - public void setSeGrpUuid(String seGrpUuid) { - this.seGrpUuid = seGrpUuid; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property se_params of obj type vicreatesereq field type str type ref. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return seParams - */ - @VsoMethod - public VISeVmOvaParams getSeParams() { - return seParams; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property se_params of obj type vicreatesereq field type str type ref. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param seParams set the seParams. - */ - @VsoMethod - public void setSeParams(VISeVmOvaParams seParams) { - this.seParams = seParams; - } - - /** - * This is the getter method this will return the attribute value. - * Unique object identifier of tenant. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return tenantUuid - */ - @VsoMethod - public String getTenantUuid() { - return tenantUuid; - } - - /** - * This is the setter method to the attribute. - * Unique object identifier of tenant. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param tenantUuid set the tenantUuid. - */ - @VsoMethod - public void setTenantUuid(String tenantUuid) { - this.tenantUuid = tenantUuid; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_admin of obj type vicreatesereq field type str type ref. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vcenterAdmin - */ - @VsoMethod - public VIAdminCredentials getVcenterAdmin() { - return vcenterAdmin; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property vcenter_admin of obj type vicreatesereq field type str type ref. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param vcenterAdmin set the vcenterAdmin. - */ - @VsoMethod - public void setVcenterAdmin(VIAdminCredentials vcenterAdmin) { - this.vcenterAdmin = vcenterAdmin; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_vnic_portgroups of obj type vicreatesereq field type str type array. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vcenterVnicPortgroups - */ - @VsoMethod - public List getVcenterVnicPortgroups() { - return vcenterVnicPortgroups; - } - - /** - * This is the setter method. this will set the vcenterVnicPortgroups - * Placeholder for description of property vcenter_vnic_portgroups of obj type vicreatesereq field type str type array. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vcenterVnicPortgroups - */ - @VsoMethod - public void setVcenterVnicPortgroups(List vcenterVnicPortgroups) { - this.vcenterVnicPortgroups = vcenterVnicPortgroups; - } - - /** - * This is the setter method this will set the vcenterVnicPortgroups - * Placeholder for description of property vcenter_vnic_portgroups of obj type vicreatesereq field type str type array. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vcenterVnicPortgroups - */ - @VsoMethod - public VICreateSEReq addVcenterVnicPortgroupsItem(String vcenterVnicPortgroupsItem) { - if (this.vcenterVnicPortgroups == null) { - this.vcenterVnicPortgroups = new ArrayList(); - } - this.vcenterVnicPortgroups.add(vcenterVnicPortgroupsItem); - return this; - } - - - - -@Override -public boolean equals(java.lang.Object o) { - if (this == o) { - return true; - } - if (o == null || getClass() != o.getClass()) { - return false; - } - VICreateSEReq objVICreateSEReq = (VICreateSEReq) o; - return Objects.equals(this.seParams, objVICreateSEReq.seParams)&& - Objects.equals(this.cookie, objVICreateSEReq.cookie)&& - Objects.equals(this.vcenterAdmin, objVICreateSEReq.vcenterAdmin)&& - Objects.equals(this.vcenterVnicPortgroups, objVICreateSEReq.vcenterVnicPortgroups)&& - Objects.equals(this.seGrpUuid, objVICreateSEReq.seGrpUuid)&& - Objects.equals(this.tenantUuid, objVICreateSEReq.tenantUuid)&& - Objects.equals(this.cloudUuid, objVICreateSEReq.cloudUuid); -} - -@Override -public String toString() { - StringBuilder sb = new StringBuilder(); - sb.append("class VICreateSEReq {\n"); - sb.append(" cloudUuid: ").append(toIndentedString(cloudUuid)).append("\n"); - sb.append(" cookie: ").append(toIndentedString(cookie)).append("\n"); - sb.append(" seGrpUuid: ").append(toIndentedString(seGrpUuid)).append("\n"); - sb.append(" seParams: ").append(toIndentedString(seParams)).append("\n"); - sb.append(" tenantUuid: ").append(toIndentedString(tenantUuid)).append("\n"); - sb.append(" vcenterAdmin: ").append(toIndentedString(vcenterAdmin)).append("\n"); - sb.append(" vcenterVnicPortgroups: ").append(toIndentedString(vcenterVnicPortgroups)).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/VIDCInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIDCInfo.java index 0bffd790..21270e26 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIDCInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIDCInfo.java @@ -48,7 +48,7 @@ public class VIDCInfo extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property managed_object_id of obj type vidcinfo field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managedObjectId */ @@ -59,7 +59,7 @@ public String getManagedObjectId() { /** * This is the setter method to the attribute. - * Placeholder for description of property managed_object_id of obj type vidcinfo field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managedObjectId set the managedObjectId. */ @@ -70,7 +70,7 @@ public void setManagedObjectId(String managedObjectId) { /** * 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 */ @@ -81,7 +81,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. */ @@ -93,6 +93,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 */ @@ -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/VIDeleteNetworkFilter.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIDeleteNetworkFilter.java deleted file mode 100644 index 8371a435..00000000 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIDeleteNetworkFilter.java +++ /dev/null @@ -1,173 +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 VIDeleteNetworkFilter is a POJO class extends AviRestResource that used for creating - * VIDeleteNetworkFilter. - * - * @version 1.0 - * @since - * - */ -@VsoObject(create = false, name = "VIDeleteNetworkFilter") -@VsoFinder(name = Constants.FINDER_VRO_VIDELETENETWORKFILTER) -@JsonIgnoreProperties(ignoreUnknown = true) -@Service -public class VIDeleteNetworkFilter extends AviRestResource { - @JsonProperty("cloud_uuid") - @JsonInclude(Include.NON_NULL) - private String cloudUuid = null; - - @JsonProperty("datacenter") - @JsonInclude(Include.NON_NULL) - private String datacenter = null; - - @JsonProperty("network_uuid") - @JsonInclude(Include.NON_NULL) - private String networkUuid = null; - - @JsonProperty("vcenter_url") - @JsonInclude(Include.NON_NULL) - private String vcenterUrl = null; - - - - /** - * This is the getter method this will return the attribute value. - * Field introduced in 17.1.3. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return cloudUuid - */ - @VsoMethod - public String getCloudUuid() { - return cloudUuid; - } - - /** - * This is the setter method to the attribute. - * Field introduced in 17.1.3. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param cloudUuid set the cloudUuid. - */ - @VsoMethod - public void setCloudUuid(String cloudUuid) { - this.cloudUuid = cloudUuid; - } - - /** - * This is the getter method this will return the attribute value. - * Field introduced in 17.1.3. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return datacenter - */ - @VsoMethod - public String getDatacenter() { - return datacenter; - } - - /** - * This is the setter method to the attribute. - * Field introduced in 17.1.3. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param datacenter set the datacenter. - */ - @VsoMethod - public void setDatacenter(String datacenter) { - this.datacenter = datacenter; - } - - /** - * This is the getter method this will return the attribute value. - * Field introduced in 17.1.3. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return networkUuid - */ - @VsoMethod - public String getNetworkUuid() { - return networkUuid; - } - - /** - * This is the setter method to the attribute. - * Field introduced in 17.1.3. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param networkUuid set the networkUuid. - */ - @VsoMethod - public void setNetworkUuid(String networkUuid) { - this.networkUuid = networkUuid; - } - - /** - * This is the getter method this will return the attribute value. - * Field introduced in 17.1.3. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vcenterUrl - */ - @VsoMethod - public String getVcenterUrl() { - return vcenterUrl; - } - - /** - * This is the setter method to the attribute. - * Field introduced in 17.1.3. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param vcenterUrl set the vcenterUrl. - */ - @VsoMethod - public void setVcenterUrl(String vcenterUrl) { - this.vcenterUrl = vcenterUrl; - } - - - -@Override -public boolean equals(java.lang.Object o) { - if (this == o) { - return true; - } - if (o == null || getClass() != o.getClass()) { - return false; - } - VIDeleteNetworkFilter objVIDeleteNetworkFilter = (VIDeleteNetworkFilter) o; - return Objects.equals(this.networkUuid, objVIDeleteNetworkFilter.networkUuid)&& - Objects.equals(this.cloudUuid, objVIDeleteNetworkFilter.cloudUuid)&& - Objects.equals(this.vcenterUrl, objVIDeleteNetworkFilter.vcenterUrl)&& - Objects.equals(this.datacenter, objVIDeleteNetworkFilter.datacenter); -} - -@Override -public String toString() { - StringBuilder sb = new StringBuilder(); - sb.append("class VIDeleteNetworkFilter {\n"); - sb.append(" cloudUuid: ").append(toIndentedString(cloudUuid)).append("\n"); - sb.append(" datacenter: ").append(toIndentedString(datacenter)).append("\n"); - sb.append(" networkUuid: ").append(toIndentedString(networkUuid)).append("\n"); - sb.append(" vcenterUrl: ").append(toIndentedString(vcenterUrl)).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/VIDeleteSEReq.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIDeleteSEReq.java deleted file mode 100644 index 00a6eb2d..00000000 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIDeleteSEReq.java +++ /dev/null @@ -1,174 +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.avi.vro.model.VIAdminCredentials; -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 VIDeleteSEReq is a POJO class extends AviRestResource that used for creating - * VIDeleteSEReq. - * - * @version 1.0 - * @since - * - */ -@VsoObject(create = false, name = "VIDeleteSEReq") -@VsoFinder(name = Constants.FINDER_VRO_VIDELETESEREQ) -@JsonIgnoreProperties(ignoreUnknown = true) -@Service -public class VIDeleteSEReq extends AviRestResource { - @JsonProperty("cloud_uuid") - @JsonInclude(Include.NON_NULL) - private String cloudUuid = null; - - @JsonProperty("segroup_uuid") - @JsonInclude(Include.NON_NULL) - private String segroupUuid = null; - - @JsonProperty("sevm_uuid") - @JsonInclude(Include.NON_NULL) - private String sevmUuid = null; - - @JsonProperty("vcenter_admin") - @JsonInclude(Include.NON_NULL) - private VIAdminCredentials vcenterAdmin = null; - - - - /** - * This is the getter method this will return the attribute value. - * Unique object identifier of cloud. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return cloudUuid - */ - @VsoMethod - public String getCloudUuid() { - return cloudUuid; - } - - /** - * This is the setter method to the attribute. - * Unique object identifier of cloud. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param cloudUuid set the cloudUuid. - */ - @VsoMethod - public void setCloudUuid(String cloudUuid) { - this.cloudUuid = cloudUuid; - } - - /** - * This is the getter method this will return the attribute value. - * Unique object identifier of segroup. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return segroupUuid - */ - @VsoMethod - public String getSegroupUuid() { - return segroupUuid; - } - - /** - * This is the setter method to the attribute. - * Unique object identifier of segroup. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param segroupUuid set the segroupUuid. - */ - @VsoMethod - public void setSegroupUuid(String segroupUuid) { - this.segroupUuid = segroupUuid; - } - - /** - * This is the getter method this will return the attribute value. - * Unique object identifier of sevm. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return sevmUuid - */ - @VsoMethod - public String getSevmUuid() { - return sevmUuid; - } - - /** - * This is the setter method to the attribute. - * Unique object identifier of sevm. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param sevmUuid set the sevmUuid. - */ - @VsoMethod - public void setSevmUuid(String sevmUuid) { - this.sevmUuid = sevmUuid; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_admin of obj type videletesereq field type str type ref. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vcenterAdmin - */ - @VsoMethod - public VIAdminCredentials getVcenterAdmin() { - return vcenterAdmin; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property vcenter_admin of obj type videletesereq field type str type ref. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param vcenterAdmin set the vcenterAdmin. - */ - @VsoMethod - public void setVcenterAdmin(VIAdminCredentials vcenterAdmin) { - this.vcenterAdmin = vcenterAdmin; - } - - - -@Override -public boolean equals(java.lang.Object o) { - if (this == o) { - return true; - } - if (o == null || getClass() != o.getClass()) { - return false; - } - VIDeleteSEReq objVIDeleteSEReq = (VIDeleteSEReq) o; - return Objects.equals(this.sevmUuid, objVIDeleteSEReq.sevmUuid)&& - Objects.equals(this.segroupUuid, objVIDeleteSEReq.segroupUuid)&& - Objects.equals(this.vcenterAdmin, objVIDeleteSEReq.vcenterAdmin)&& - Objects.equals(this.cloudUuid, objVIDeleteSEReq.cloudUuid); -} - -@Override -public String toString() { - StringBuilder sb = new StringBuilder(); - sb.append("class VIDeleteSEReq {\n"); - sb.append(" cloudUuid: ").append(toIndentedString(cloudUuid)).append("\n"); - sb.append(" segroupUuid: ").append(toIndentedString(segroupUuid)).append("\n"); - sb.append(" sevmUuid: ").append(toIndentedString(sevmUuid)).append("\n"); - sb.append(" vcenterAdmin: ").append(toIndentedString(vcenterAdmin)).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/VIFaultInjection.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIFaultInjection.java deleted file mode 100644 index aad339c1..00000000 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIFaultInjection.java +++ /dev/null @@ -1,211 +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 VIFaultInjection is a POJO class extends AviRestResource that used for creating - * VIFaultInjection. - * - * @version 1.0 - * @since - * - */ -@VsoObject(create = false, name = "VIFaultInjection") -@VsoFinder(name = Constants.FINDER_VRO_VIFAULTINJECTION) -@JsonIgnoreProperties(ignoreUnknown = true) -@Service -public class VIFaultInjection extends AviRestResource { - @JsonProperty("api") - @JsonInclude(Include.NON_NULL) - private String api = null; - - @JsonProperty("cloud_uuid") - @JsonInclude(Include.NON_NULL) - private String cloudUuid = null; - - @JsonProperty("count") - @JsonInclude(Include.NON_NULL) - private Integer count = null; - - @JsonProperty("network_uuid") - @JsonInclude(Include.NON_NULL) - private String networkUuid = null; - - @JsonProperty("status") - @JsonInclude(Include.NON_NULL) - private String status = "SEVM_CREATE_FAILURE"; - - - - /** - * This is the getter method this will return the attribute value. - * Enum options - INITIAL_VALUE, CREATE_SE, MODIFY_VNIC, VM_MONITOR, RESOURCE_MONITOR, PERF_MONITOR, SET_MGMT_IP, MODIFY_MGMT_IP, SIM_VM_BULK_NOTIF, - * RESYNC_ERROR, SIMULATE_OVA_ERR, VCENTER_NO_OBJECTS, CREATE_VM_RUNTIME_ERR, VERSION_NULL_ERR, INVALID_LOGIN, DISC_PGNAME_ERR, DISC_DCDETAILS_ERR, - * DISC_DC_ERR, DISC_HOST_ERR, DISC_CLUSTER_ERR... - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return api - */ - @VsoMethod - public String getApi() { - return api; - } - - /** - * This is the setter method to the attribute. - * Enum options - INITIAL_VALUE, CREATE_SE, MODIFY_VNIC, VM_MONITOR, RESOURCE_MONITOR, PERF_MONITOR, SET_MGMT_IP, MODIFY_MGMT_IP, SIM_VM_BULK_NOTIF, - * RESYNC_ERROR, SIMULATE_OVA_ERR, VCENTER_NO_OBJECTS, CREATE_VM_RUNTIME_ERR, VERSION_NULL_ERR, INVALID_LOGIN, DISC_PGNAME_ERR, DISC_DCDETAILS_ERR, - * DISC_DC_ERR, DISC_HOST_ERR, DISC_CLUSTER_ERR... - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param api set the api. - */ - @VsoMethod - public void setApi(String api) { - this.api = api; - } - - /** - * This is the getter method this will return the attribute value. - * Field introduced in 17.1.3. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return cloudUuid - */ - @VsoMethod - public String getCloudUuid() { - return cloudUuid; - } - - /** - * This is the setter method to the attribute. - * Field introduced in 17.1.3. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param cloudUuid set the cloudUuid. - */ - @VsoMethod - public void setCloudUuid(String cloudUuid) { - this.cloudUuid = cloudUuid; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property count of obj type vifaultinjection field type str type integer. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return count - */ - @VsoMethod - public Integer getCount() { - return count; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property count of obj type vifaultinjection field type str type integer. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param count set the count. - */ - @VsoMethod - public void setCount(Integer count) { - this.count = count; - } - - /** - * This is the getter method this will return the attribute value. - * Field introduced in 17.1.3. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return networkUuid - */ - @VsoMethod - public String getNetworkUuid() { - return networkUuid; - } - - /** - * This is the setter method to the attribute. - * Field introduced in 17.1.3. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param networkUuid set the networkUuid. - */ - @VsoMethod - public void setNetworkUuid(String networkUuid) { - this.networkUuid = networkUuid; - } - - /** - * This is the getter method this will return the attribute value. - * Enum options - SEVM_SUCCESS, SEVM_CREATE_FAIL_NO_HW_INFO, SEVM_CREATE_FAIL_DUPLICATE_NAME, SEVM_CREATE_FAIL_NO_MGMT_NW, SEVM_CREATE_FAIL_NO_CPU, - * SEVM_CREATE_FAIL_NO_MEM, SEVM_CREATE_FAIL_NO_LEASE, SEVM_CREATE_FAIL_OVF_ERROR, SEVM_CREATE_NO_HOST_VM_NETWORK, SEVM_CREATE_FAIL_NO_PROGRESS, - * SEVM_CREATE_FAIL_ABORTED, SEVM_CREATE_FAILURE, SEVM_CREATE_FAIL_POWER_ON, SEVM_VNIC_NO_VM, SEVM_VNIC_MAC_ADDR_ERROR, SEVM_VNIC_FAILURE, - * SEVM_VNIC_NO_PG_PORTS, SEVM_DELETE_FAILURE, SEVM_CREATE_LIMIT_REACHED, SEVM_SET_MGMT_IP_FAILED... - * Default value when not specified in API or module is interpreted by Avi Controller as "SEVM_CREATE_FAILURE". - * @return status - */ - @VsoMethod - public String getStatus() { - return status; - } - - /** - * This is the setter method to the attribute. - * Enum options - SEVM_SUCCESS, SEVM_CREATE_FAIL_NO_HW_INFO, SEVM_CREATE_FAIL_DUPLICATE_NAME, SEVM_CREATE_FAIL_NO_MGMT_NW, SEVM_CREATE_FAIL_NO_CPU, - * SEVM_CREATE_FAIL_NO_MEM, SEVM_CREATE_FAIL_NO_LEASE, SEVM_CREATE_FAIL_OVF_ERROR, SEVM_CREATE_NO_HOST_VM_NETWORK, SEVM_CREATE_FAIL_NO_PROGRESS, - * SEVM_CREATE_FAIL_ABORTED, SEVM_CREATE_FAILURE, SEVM_CREATE_FAIL_POWER_ON, SEVM_VNIC_NO_VM, SEVM_VNIC_MAC_ADDR_ERROR, SEVM_VNIC_FAILURE, - * SEVM_VNIC_NO_PG_PORTS, SEVM_DELETE_FAILURE, SEVM_CREATE_LIMIT_REACHED, SEVM_SET_MGMT_IP_FAILED... - * Default value when not specified in API or module is interpreted by Avi Controller as "SEVM_CREATE_FAILURE". - * @param status set the status. - */ - @VsoMethod - public void setStatus(String status) { - this.status = status; - } - - - -@Override -public boolean equals(java.lang.Object o) { - if (this == o) { - return true; - } - if (o == null || getClass() != o.getClass()) { - return false; - } - VIFaultInjection objVIFaultInjection = (VIFaultInjection) o; - return Objects.equals(this.api, objVIFaultInjection.api)&& - Objects.equals(this.status, objVIFaultInjection.status)&& - Objects.equals(this.count, objVIFaultInjection.count)&& - Objects.equals(this.networkUuid, objVIFaultInjection.networkUuid)&& - Objects.equals(this.cloudUuid, objVIFaultInjection.cloudUuid); -} - -@Override -public String toString() { - StringBuilder sb = new StringBuilder(); - sb.append("class VIFaultInjection {\n"); - sb.append(" api: ").append(toIndentedString(api)).append("\n"); - sb.append(" cloudUuid: ").append(toIndentedString(cloudUuid)).append("\n"); - sb.append(" count: ").append(toIndentedString(count)).append("\n"); - sb.append(" networkUuid: ").append(toIndentedString(networkUuid)).append("\n"); - sb.append(" status: ").append(toIndentedString(status)).append("\n"); - sb.append("}"); - return sb.toString(); -} - -/** -* Convert the given object to string with each line indented by 4 spaces -* (except the first line). -*/ -private String toIndentedString(java.lang.Object o) { - if (o == null) { - return "null"; - } - return o.toString().replace("\n", "\n "); -} -} - diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrClusterRuntime.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrClusterRuntime.java index 1d711a01..3ec1a8c5 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrClusterRuntime.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrClusterRuntime.java @@ -69,6 +69,7 @@ public class VIMgrClusterRuntime extends AviRestResource { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -80,6 +81,7 @@ public String getCloudRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -90,7 +92,7 @@ public void setCloudRef(String cloudRef) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property datacenter_managed_object_id of obj type vimgrclusterruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datacenterManagedObjectId */ @@ -101,7 +103,7 @@ public String getDatacenterManagedObjectId() { /** * This is the setter method to the attribute. - * Placeholder for description of property datacenter_managed_object_id of obj type vimgrclusterruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param datacenterManagedObjectId set the datacenterManagedObjectId. */ @@ -112,7 +114,7 @@ public void setDatacenterManagedObjectId(String datacenterManagedObjectId) { /** * This is the getter method this will return the attribute value. - * Unique object identifier of datacenter. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datacenterUuid */ @@ -123,7 +125,7 @@ public String getDatacenterUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of datacenter. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param datacenterUuid set the datacenterUuid. */ @@ -135,6 +137,7 @@ public void setDatacenterUuid(String datacenterUuid) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vimgrhostruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostRefs */ @@ -146,6 +149,7 @@ public List getHostRefs() { /** * This is the setter method. this will set the hostRefs * It is a reference to an object of type vimgrhostruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostRefs */ @@ -157,6 +161,7 @@ public void setHostRefs(List hostRefs) { /** * This is the setter method this will set the hostRefs * It is a reference to an object of type vimgrhostruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostRefs */ @@ -172,7 +177,7 @@ public VIMgrClusterRuntime addHostRefsItem(String hostRefsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property managed_object_id of obj type vimgrclusterruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managedObjectId */ @@ -183,7 +188,7 @@ public String getManagedObjectId() { /** * This is the setter method to the attribute. - * Placeholder for description of property managed_object_id of obj type vimgrclusterruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managedObjectId set the managedObjectId. */ @@ -194,7 +199,7 @@ public void setManagedObjectId(String managedObjectId) { /** * 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 */ @@ -205,7 +210,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. */ @@ -217,6 +222,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 */ @@ -228,6 +234,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. */ @@ -240,6 +247,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -252,6 +260,7 @@ public String getType() { * This is the setter method to the attribute. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -281,7 +290,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 */ @@ -292,7 +301,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/VIMgrControllerRuntime.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrControllerRuntime.java deleted file mode 100644 index 69f6b040..00000000 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrControllerRuntime.java +++ /dev/null @@ -1,245 +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 VIMgrControllerRuntime is a POJO class extends AviRestResource that used for creating - * VIMgrControllerRuntime. - * - * @version 1.0 - * @since - * - */ -@VsoObject(create = false, name = "VIMgrControllerRuntime") -@VsoFinder(name = Constants.FINDER_VRO_VIMGRCONTROLLERRUNTIME, idAccessor = "getObjectID()") -@JsonIgnoreProperties(ignoreUnknown = true) -@Service -public class VIMgrControllerRuntime extends AviRestResource { - @JsonProperty("name") - @JsonInclude(Include.NON_NULL) - private String name = null; - - @JsonProperty("tenant_ref") - @JsonInclude(Include.NON_NULL) - private String tenantRef = null; - - @JsonProperty("type") - @JsonInclude(Include.NON_NULL) - private String type = null; - - @JsonProperty("url") - @JsonInclude(Include.NON_NULL) - private String url = "url"; - - @JsonProperty("uuid") - @JsonInclude(Include.NON_NULL) - private String uuid = null; - - @JsonProperty("vnics") - @JsonInclude(Include.NON_NULL) - private List vnics = null; - - - - /** - * This is the getter method this will return the attribute value. - * Name of the object. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return name - */ - @VsoMethod - public String getName() { - return name; - } - - /** - * This is the setter method to the attribute. - * Name of the object. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param name set the name. - */ - @VsoMethod - public void setName(String name) { - this.name = name; - } - - /** - * This is the getter method this will return the attribute value. - * It is a reference to an object of type tenant. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return tenantRef - */ - @VsoMethod - public String getTenantRef() { - return tenantRef; - } - - /** - * This is the setter method to the attribute. - * It is a reference to an object of type tenant. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param tenantRef set the tenantRef. - */ - @VsoMethod - public void setTenantRef(String tenantRef) { - this.tenantRef = tenantRef; - } - - /** - * This is the getter method this will return the attribute value. - * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, - * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return type - */ - @VsoMethod - public String getType() { - return type; - } - - /** - * 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. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param type set the type. - */ - @VsoMethod - public void setType(String type) { - this.type = type; - } -/** - * This is the getter method this will return the attribute value. - * Avi controller URL of the object. - * @return url - */ - @VsoMethod - public String getUrl() { - return url; - } - - /** - * This is the setter method. this will set the url - * Avi controller URL of the object. - * @return url - */ - @VsoMethod - public void setUrl(String url) { - this.url = url; - } - - /** - * This is the getter method this will return the attribute value. - * Unique object identifier of the object. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return uuid - */ - @VsoMethod - public String getUuid() { - return uuid; - } - - /** - * This is the setter method to the attribute. - * Unique object identifier of the object. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param uuid set the uuid. - */ - @VsoMethod - public void setUuid(String uuid) { - this.uuid = uuid; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property vnics of obj type vimgrcontrollerruntime field type str type array. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vnics - */ - @VsoMethod - public List getVnics() { - return vnics; - } - - /** - * This is the setter method. this will set the vnics - * Placeholder for description of property vnics of obj type vimgrcontrollerruntime field type str type array. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vnics - */ - @VsoMethod - public void setVnics(List vnics) { - this.vnics = vnics; - } - - /** - * This is the setter method this will set the vnics - * Placeholder for description of property vnics of obj type vimgrcontrollerruntime field type str type array. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vnics - */ - @VsoMethod - public VIMgrControllerRuntime addVnicsItem(VIControllerVnicInfo vnicsItem) { - if (this.vnics == null) { - this.vnics = new ArrayList(); - } - this.vnics.add(vnicsItem); - return this; - } - - - - public String getObjectID() { - return name + "(" + uuid + ")"; - } - -@Override -public boolean equals(java.lang.Object o) { - if (this == o) { - return true; - } - if (o == null || getClass() != o.getClass()) { - return false; - } - VIMgrControllerRuntime objVIMgrControllerRuntime = (VIMgrControllerRuntime) o; - return Objects.equals(this.type, objVIMgrControllerRuntime.type)&& - Objects.equals(this.uuid, objVIMgrControllerRuntime.uuid)&& - Objects.equals(this.name, objVIMgrControllerRuntime.name)&& - Objects.equals(this.vnics, objVIMgrControllerRuntime.vnics)&& - Objects.equals(this.tenantRef, objVIMgrControllerRuntime.tenantRef); -} - -@Override -public String toString() { - StringBuilder sb = new StringBuilder(); - sb.append("class VIMgrControllerRuntime {\n"); - sb.append(" name: ").append(toIndentedString(name)).append("\n"); - sb.append(" tenantRef: ").append(toIndentedString(tenantRef)).append("\n"); - sb.append(" type: ").append(toIndentedString(type)).append("\n"); - sb.append(" uuid: ").append(toIndentedString(uuid)).append("\n"); - sb.append(" vnics: ").append(toIndentedString(vnics)).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/VIMgrDCRuntime.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrDCRuntime.java deleted file mode 100644 index 5cacd4ed..00000000 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrDCRuntime.java +++ /dev/null @@ -1,693 +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 VIMgrDCRuntime is a POJO class extends AviRestResource that used for creating - * VIMgrDCRuntime. - * - * @version 1.0 - * @since - * - */ -@VsoObject(create = false, name = "VIMgrDCRuntime") -@VsoFinder(name = Constants.FINDER_VRO_VIMGRDCRUNTIME, idAccessor = "getObjectID()") -@JsonIgnoreProperties(ignoreUnknown = true) -@Service -public class VIMgrDCRuntime extends AviRestResource { - @JsonProperty("cloud_ref") - @JsonInclude(Include.NON_NULL) - private String cloudRef = null; - - @JsonProperty("cluster_refs") - @JsonInclude(Include.NON_NULL) - private List clusterRefs = null; - - @JsonProperty("host_refs") - @JsonInclude(Include.NON_NULL) - private List hostRefs = null; - - @JsonProperty("interested_hosts") - @JsonInclude(Include.NON_NULL) - private List interestedHosts = null; - - @JsonProperty("interested_nws") - @JsonInclude(Include.NON_NULL) - private List interestedNws = null; - - @JsonProperty("interested_vms") - @JsonInclude(Include.NON_NULL) - private List interestedVms = null; - - @JsonProperty("inventory_state") - @JsonInclude(Include.NON_NULL) - private Integer inventoryState = null; - - @JsonProperty("managed_object_id") - @JsonInclude(Include.NON_NULL) - private String managedObjectId = null; - - @JsonProperty("name") - @JsonInclude(Include.NON_NULL) - private String name = null; - - @JsonProperty("nw_refs") - @JsonInclude(Include.NON_NULL) - private List nwRefs = null; - - @JsonProperty("pending_vcenter_reqs") - @JsonInclude(Include.NON_NULL) - private Integer pendingVcenterReqs = null; - - @JsonProperty("sevm_refs") - @JsonInclude(Include.NON_NULL) - private List sevmRefs = null; - - @JsonProperty("tenant_ref") - @JsonInclude(Include.NON_NULL) - private String tenantRef = null; - - @JsonProperty("type") - @JsonInclude(Include.NON_NULL) - private String type = null; - - @JsonProperty("url") - @JsonInclude(Include.NON_NULL) - private String url = "url"; - - @JsonProperty("uuid") - @JsonInclude(Include.NON_NULL) - private String uuid = null; - - @JsonProperty("vcenter_uuid") - @JsonInclude(Include.NON_NULL) - private String vcenterUuid = null; - - @JsonProperty("vm_refs") - @JsonInclude(Include.NON_NULL) - private List vmRefs = null; - - - - /** - * This is the getter method this will return the attribute value. - * It is a reference to an object of type cloud. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return cloudRef - */ - @VsoMethod - public String getCloudRef() { - return cloudRef; - } - - /** - * This is the setter method to the attribute. - * It is a reference to an object of type cloud. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param cloudRef set the cloudRef. - */ - @VsoMethod - public void setCloudRef(String cloudRef) { - this.cloudRef = cloudRef; - } - - /** - * This is the getter method this will return the attribute value. - * It is a reference to an object of type vimgrclusterruntime. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return clusterRefs - */ - @VsoMethod - public List getClusterRefs() { - return clusterRefs; - } - - /** - * This is the setter method. this will set the clusterRefs - * It is a reference to an object of type vimgrclusterruntime. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return clusterRefs - */ - @VsoMethod - public void setClusterRefs(List clusterRefs) { - this.clusterRefs = clusterRefs; - } - - /** - * This is the setter method this will set the clusterRefs - * It is a reference to an object of type vimgrclusterruntime. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return clusterRefs - */ - @VsoMethod - public VIMgrDCRuntime addClusterRefsItem(String clusterRefsItem) { - if (this.clusterRefs == null) { - this.clusterRefs = new ArrayList(); - } - this.clusterRefs.add(clusterRefsItem); - return this; - } - - - /** - * This is the getter method this will return the attribute value. - * It is a reference to an object of type vimgrhostruntime. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return hostRefs - */ - @VsoMethod - public List getHostRefs() { - return hostRefs; - } - - /** - * This is the setter method. this will set the hostRefs - * It is a reference to an object of type vimgrhostruntime. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return hostRefs - */ - @VsoMethod - public void setHostRefs(List hostRefs) { - this.hostRefs = hostRefs; - } - - /** - * This is the setter method this will set the hostRefs - * It is a reference to an object of type vimgrhostruntime. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return hostRefs - */ - @VsoMethod - public VIMgrDCRuntime addHostRefsItem(String hostRefsItem) { - if (this.hostRefs == null) { - this.hostRefs = new ArrayList(); - } - this.hostRefs.add(hostRefsItem); - return this; - } - - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property interested_hosts of obj type vimgrdcruntime field type str type array. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return interestedHosts - */ - @VsoMethod - public List getInterestedHosts() { - return interestedHosts; - } - - /** - * This is the setter method. this will set the interestedHosts - * Placeholder for description of property interested_hosts of obj type vimgrdcruntime field type str type array. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return interestedHosts - */ - @VsoMethod - public void setInterestedHosts(List interestedHosts) { - this.interestedHosts = interestedHosts; - } - - /** - * This is the setter method this will set the interestedHosts - * Placeholder for description of property interested_hosts of obj type vimgrdcruntime field type str type array. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return interestedHosts - */ - @VsoMethod - public VIMgrDCRuntime addInterestedHostsItem(VIMgrInterestedEntity interestedHostsItem) { - if (this.interestedHosts == null) { - this.interestedHosts = new ArrayList(); - } - this.interestedHosts.add(interestedHostsItem); - return this; - } - - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property interested_nws of obj type vimgrdcruntime field type str type array. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return interestedNws - */ - @VsoMethod - public List getInterestedNws() { - return interestedNws; - } - - /** - * This is the setter method. this will set the interestedNws - * Placeholder for description of property interested_nws of obj type vimgrdcruntime field type str type array. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return interestedNws - */ - @VsoMethod - public void setInterestedNws(List interestedNws) { - this.interestedNws = interestedNws; - } - - /** - * This is the setter method this will set the interestedNws - * Placeholder for description of property interested_nws of obj type vimgrdcruntime field type str type array. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return interestedNws - */ - @VsoMethod - public VIMgrDCRuntime addInterestedNwsItem(VIMgrInterestedEntity interestedNwsItem) { - if (this.interestedNws == null) { - this.interestedNws = new ArrayList(); - } - this.interestedNws.add(interestedNwsItem); - return this; - } - - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property interested_vms of obj type vimgrdcruntime field type str type array. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return interestedVms - */ - @VsoMethod - public List getInterestedVms() { - return interestedVms; - } - - /** - * This is the setter method. this will set the interestedVms - * Placeholder for description of property interested_vms of obj type vimgrdcruntime field type str type array. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return interestedVms - */ - @VsoMethod - public void setInterestedVms(List interestedVms) { - this.interestedVms = interestedVms; - } - - /** - * This is the setter method this will set the interestedVms - * Placeholder for description of property interested_vms of obj type vimgrdcruntime field type str type array. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return interestedVms - */ - @VsoMethod - public VIMgrDCRuntime addInterestedVmsItem(VIMgrInterestedEntity interestedVmsItem) { - if (this.interestedVms == null) { - this.interestedVms = new ArrayList(); - } - this.interestedVms.add(interestedVmsItem); - return this; - } - - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property inventory_state of obj type vimgrdcruntime field type str type integer. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return inventoryState - */ - @VsoMethod - public Integer getInventoryState() { - return inventoryState; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property inventory_state of obj type vimgrdcruntime field type str type integer. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param inventoryState set the inventoryState. - */ - @VsoMethod - public void setInventoryState(Integer inventoryState) { - this.inventoryState = inventoryState; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property managed_object_id of obj type vimgrdcruntime field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return managedObjectId - */ - @VsoMethod - public String getManagedObjectId() { - return managedObjectId; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property managed_object_id of obj type vimgrdcruntime field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param managedObjectId set the managedObjectId. - */ - @VsoMethod - public void setManagedObjectId(String managedObjectId) { - this.managedObjectId = managedObjectId; - } - - /** - * This is the getter method this will return the attribute value. - * Name of the object. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return name - */ - @VsoMethod - public String getName() { - return name; - } - - /** - * This is the setter method to the attribute. - * Name of the object. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param name set the name. - */ - @VsoMethod - public void setName(String name) { - this.name = name; - } - - /** - * This is the getter method this will return the attribute value. - * It is a reference to an object of type vimgrnwruntime. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return nwRefs - */ - @VsoMethod - public List getNwRefs() { - return nwRefs; - } - - /** - * This is the setter method. this will set the nwRefs - * It is a reference to an object of type vimgrnwruntime. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return nwRefs - */ - @VsoMethod - public void setNwRefs(List nwRefs) { - this.nwRefs = nwRefs; - } - - /** - * This is the setter method this will set the nwRefs - * It is a reference to an object of type vimgrnwruntime. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return nwRefs - */ - @VsoMethod - public VIMgrDCRuntime addNwRefsItem(String nwRefsItem) { - if (this.nwRefs == null) { - this.nwRefs = new ArrayList(); - } - this.nwRefs.add(nwRefsItem); - return this; - } - - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property pending_vcenter_reqs of obj type vimgrdcruntime field type str type integer. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return pendingVcenterReqs - */ - @VsoMethod - public Integer getPendingVcenterReqs() { - return pendingVcenterReqs; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property pending_vcenter_reqs of obj type vimgrdcruntime field type str type integer. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param pendingVcenterReqs set the pendingVcenterReqs. - */ - @VsoMethod - public void setPendingVcenterReqs(Integer pendingVcenterReqs) { - this.pendingVcenterReqs = pendingVcenterReqs; - } - - /** - * This is the getter method this will return the attribute value. - * It is a reference to an object of type vimgrsevmruntime. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return sevmRefs - */ - @VsoMethod - public List getSevmRefs() { - return sevmRefs; - } - - /** - * This is the setter method. this will set the sevmRefs - * It is a reference to an object of type vimgrsevmruntime. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return sevmRefs - */ - @VsoMethod - public void setSevmRefs(List sevmRefs) { - this.sevmRefs = sevmRefs; - } - - /** - * This is the setter method this will set the sevmRefs - * It is a reference to an object of type vimgrsevmruntime. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return sevmRefs - */ - @VsoMethod - public VIMgrDCRuntime addSevmRefsItem(String sevmRefsItem) { - if (this.sevmRefs == null) { - this.sevmRefs = new ArrayList(); - } - this.sevmRefs.add(sevmRefsItem); - return this; - } - - - /** - * This is the getter method this will return the attribute value. - * It is a reference to an object of type tenant. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return tenantRef - */ - @VsoMethod - public String getTenantRef() { - return tenantRef; - } - - /** - * This is the setter method to the attribute. - * It is a reference to an object of type tenant. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param tenantRef set the tenantRef. - */ - @VsoMethod - public void setTenantRef(String tenantRef) { - this.tenantRef = tenantRef; - } - - /** - * This is the getter method this will return the attribute value. - * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, - * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return type - */ - @VsoMethod - public String getType() { - return type; - } - - /** - * 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. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param type set the type. - */ - @VsoMethod - public void setType(String type) { - this.type = type; - } -/** - * This is the getter method this will return the attribute value. - * Avi controller URL of the object. - * @return url - */ - @VsoMethod - public String getUrl() { - return url; - } - - /** - * This is the setter method. this will set the url - * Avi controller URL of the object. - * @return url - */ - @VsoMethod - public void setUrl(String url) { - this.url = url; - } - - /** - * This is the getter method this will return the attribute value. - * Unique object identifier of the object. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return uuid - */ - @VsoMethod - public String getUuid() { - return uuid; - } - - /** - * This is the setter method to the attribute. - * Unique object identifier of the object. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param uuid set the uuid. - */ - @VsoMethod - public void setUuid(String uuid) { - this.uuid = uuid; - } - - /** - * This is the getter method this will return the attribute value. - * Unique object identifier of vcenter. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vcenterUuid - */ - @VsoMethod - public String getVcenterUuid() { - return vcenterUuid; - } - - /** - * This is the setter method to the attribute. - * Unique object identifier of vcenter. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param vcenterUuid set the vcenterUuid. - */ - @VsoMethod - public void setVcenterUuid(String vcenterUuid) { - this.vcenterUuid = vcenterUuid; - } - - /** - * This is the getter method this will return the attribute value. - * It is a reference to an object of type vimgrvmruntime. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vmRefs - */ - @VsoMethod - public List getVmRefs() { - return vmRefs; - } - - /** - * This is the setter method. this will set the vmRefs - * It is a reference to an object of type vimgrvmruntime. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vmRefs - */ - @VsoMethod - public void setVmRefs(List vmRefs) { - this.vmRefs = vmRefs; - } - - /** - * This is the setter method this will set the vmRefs - * It is a reference to an object of type vimgrvmruntime. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vmRefs - */ - @VsoMethod - public VIMgrDCRuntime addVmRefsItem(String vmRefsItem) { - if (this.vmRefs == null) { - this.vmRefs = new ArrayList(); - } - this.vmRefs.add(vmRefsItem); - return this; - } - - - - public String getObjectID() { - return name + "(" + uuid + ")"; - } - -@Override -public boolean equals(java.lang.Object o) { - if (this == o) { - return true; - } - if (o == null || getClass() != o.getClass()) { - return false; - } - VIMgrDCRuntime objVIMgrDCRuntime = (VIMgrDCRuntime) o; - return Objects.equals(this.type, objVIMgrDCRuntime.type)&& - Objects.equals(this.uuid, objVIMgrDCRuntime.uuid)&& - Objects.equals(this.name, objVIMgrDCRuntime.name)&& - Objects.equals(this.managedObjectId, objVIMgrDCRuntime.managedObjectId)&& - Objects.equals(this.clusterRefs, objVIMgrDCRuntime.clusterRefs)&& - Objects.equals(this.hostRefs, objVIMgrDCRuntime.hostRefs)&& - Objects.equals(this.sevmRefs, objVIMgrDCRuntime.sevmRefs)&& - Objects.equals(this.nwRefs, objVIMgrDCRuntime.nwRefs)&& - Objects.equals(this.vmRefs, objVIMgrDCRuntime.vmRefs)&& - Objects.equals(this.vcenterUuid, objVIMgrDCRuntime.vcenterUuid)&& - Objects.equals(this.interestedVms, objVIMgrDCRuntime.interestedVms)&& - Objects.equals(this.interestedNws, objVIMgrDCRuntime.interestedNws)&& - Objects.equals(this.interestedHosts, objVIMgrDCRuntime.interestedHosts)&& - Objects.equals(this.inventoryState, objVIMgrDCRuntime.inventoryState)&& - Objects.equals(this.pendingVcenterReqs, objVIMgrDCRuntime.pendingVcenterReqs)&& - Objects.equals(this.tenantRef, objVIMgrDCRuntime.tenantRef)&& - Objects.equals(this.cloudRef, objVIMgrDCRuntime.cloudRef); -} - -@Override -public String toString() { - StringBuilder sb = new StringBuilder(); - sb.append("class VIMgrDCRuntime {\n"); - sb.append(" cloudRef: ").append(toIndentedString(cloudRef)).append("\n"); - sb.append(" clusterRefs: ").append(toIndentedString(clusterRefs)).append("\n"); - sb.append(" hostRefs: ").append(toIndentedString(hostRefs)).append("\n"); - sb.append(" interestedHosts: ").append(toIndentedString(interestedHosts)).append("\n"); - sb.append(" interestedNws: ").append(toIndentedString(interestedNws)).append("\n"); - sb.append(" interestedVms: ").append(toIndentedString(interestedVms)).append("\n"); - sb.append(" inventoryState: ").append(toIndentedString(inventoryState)).append("\n"); - sb.append(" managedObjectId: ").append(toIndentedString(managedObjectId)).append("\n"); - sb.append(" name: ").append(toIndentedString(name)).append("\n"); - sb.append(" nwRefs: ").append(toIndentedString(nwRefs)).append("\n"); - sb.append(" pendingVcenterReqs: ").append(toIndentedString(pendingVcenterReqs)).append("\n"); - sb.append(" sevmRefs: ").append(toIndentedString(sevmRefs)).append("\n"); - sb.append(" tenantRef: ").append(toIndentedString(tenantRef)).append("\n"); - sb.append(" type: ").append(toIndentedString(type)).append("\n"); - sb.append(" uuid: ").append(toIndentedString(uuid)).append("\n"); - sb.append(" vcenterUuid: ").append(toIndentedString(vcenterUuid)).append("\n"); - sb.append(" vmRefs: ").append(toIndentedString(vmRefs)).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/VIMgrGuestNicRuntime.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrGuestNicRuntime.java index 94e77cbc..da8b7ae4 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrGuestNicRuntime.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrGuestNicRuntime.java @@ -72,7 +72,7 @@ public class VIMgrGuestNicRuntime extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property avi_internal_network of obj type vimgrguestnicruntime 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 aviInternalNetwork */ @@ -83,7 +83,7 @@ public Boolean getAviInternalNetwork() { /** * This is the setter method to the attribute. - * Placeholder for description of property avi_internal_network of obj type vimgrguestnicruntime 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 aviInternalNetwork set the aviInternalNetwork. */ @@ -94,7 +94,7 @@ public void setAviInternalNetwork(Boolean aviInternalNetwork) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property connected of obj type vimgrguestnicruntime 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 connected */ @@ -105,7 +105,7 @@ public Boolean getConnected() { /** * This is the setter method to the attribute. - * Placeholder for description of property connected of obj type vimgrguestnicruntime 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 connected set the connected. */ @@ -116,7 +116,7 @@ public void setConnected(Boolean connected) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property del_pending of obj type vimgrguestnicruntime 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 delPending */ @@ -127,7 +127,7 @@ public Boolean getDelPending() { /** * This is the setter method to the attribute. - * Placeholder for description of property del_pending of obj type vimgrguestnicruntime 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 delPending set the delPending. */ @@ -138,7 +138,7 @@ public void setDelPending(Boolean delPending) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property guest_ip of obj type vimgrguestnicruntime 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 guestIp */ @@ -149,7 +149,7 @@ public List getGuestIp() { /** * This is the setter method. this will set the guestIp - * Placeholder for description of property guest_ip of obj type vimgrguestnicruntime 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 guestIp */ @@ -160,7 +160,7 @@ public void setGuestIp(List guestIp) { /** * This is the setter method this will set the guestIp - * Placeholder for description of property guest_ip of obj type vimgrguestnicruntime 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 guestIp */ @@ -176,7 +176,7 @@ public VIMgrGuestNicRuntime addGuestIpItem(VIMgrIPSubnetRuntime guestIpItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property label of obj type vimgrguestnicruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "Unknown". * @return label */ @@ -187,7 +187,7 @@ public String getLabel() { /** * This is the setter method to the attribute. - * Placeholder for description of property label of obj type vimgrguestnicruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "Unknown". * @param label set the label. */ @@ -198,7 +198,7 @@ public void setLabel(String label) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property mac_addr of obj type vimgrguestnicruntime field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -209,7 +209,7 @@ public String getMacAddr() { /** * This is the setter method to the attribute. - * Placeholder for description of property mac_addr of obj type vimgrguestnicruntime field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -220,7 +220,7 @@ public void setMacAddr(String macAddr) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property mgmt_vnic of obj type vimgrguestnicruntime 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 mgmtVnic */ @@ -231,7 +231,7 @@ public Boolean getMgmtVnic() { /** * This is the setter method to the attribute. - * Placeholder for description of property mgmt_vnic of obj type vimgrguestnicruntime 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 mgmtVnic set the mgmtVnic. */ @@ -242,7 +242,7 @@ public void setMgmtVnic(Boolean mgmtVnic) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property network_name of obj type vimgrguestnicruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkName */ @@ -253,7 +253,7 @@ public String getNetworkName() { /** * This is the setter method to the attribute. - * Placeholder for description of property network_name of obj type vimgrguestnicruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkName set the networkName. */ @@ -264,7 +264,7 @@ public void setNetworkName(String networkName) { /** * 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 */ @@ -275,7 +275,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. */ @@ -286,7 +286,7 @@ public void setNetworkUuid(String networkUuid) { /** * This is the getter method this will return the attribute value. - * Unique object identifier of os_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 osPortUuid */ @@ -297,7 +297,7 @@ public String getOsPortUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of os_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 osPortUuid set the osPortUuid. */ @@ -310,6 +310,7 @@ public void setOsPortUuid(String osPortUuid) { * This is the getter method this will return the attribute value. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -322,6 +323,7 @@ public String getType() { * This is the setter method to the attribute. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/VIMgrHostRuntime.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrHostRuntime.java index 5a590fcb..94da066f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrHostRuntime.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrHostRuntime.java @@ -137,6 +137,7 @@ public class VIMgrHostRuntime extends AviRestResource { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -148,6 +149,7 @@ public String getCloudRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -158,7 +160,7 @@ public void setCloudRef(String cloudRef) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cluster_name of obj type vimgrhostruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterName */ @@ -169,7 +171,7 @@ public String getClusterName() { /** * This is the setter method to the attribute. - * Placeholder for description of property cluster_name of obj type vimgrhostruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterName set the clusterName. */ @@ -180,7 +182,7 @@ public void setClusterName(String clusterName) { /** * This is the getter method this will return the attribute value. - * Unique object identifier of cluster. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterUuid */ @@ -191,7 +193,7 @@ public String getClusterUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of cluster. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterUuid set the clusterUuid. */ @@ -202,7 +204,7 @@ public void setClusterUuid(String clusterUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cntlr_accessible of obj type vimgrhostruntime 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 cntlrAccessible */ @@ -213,7 +215,7 @@ public Boolean getCntlrAccessible() { /** * This is the setter method to the attribute. - * Placeholder for description of property cntlr_accessible of obj type vimgrhostruntime 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 cntlrAccessible set the cntlrAccessible. */ @@ -224,7 +226,7 @@ public void setCntlrAccessible(Boolean cntlrAccessible) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property connection_state of obj type vimgrhostruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "connected". * @return connectionState */ @@ -235,7 +237,7 @@ public String getConnectionState() { /** * This is the setter method to the attribute. - * Placeholder for description of property connection_state of obj type vimgrhostruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "connected". * @param connectionState set the connectionState. */ @@ -246,7 +248,7 @@ public void setConnectionState(String connectionState) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cpu_hz of obj type vimgrhostruntime 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 cpuHz */ @@ -257,7 +259,7 @@ public Integer getCpuHz() { /** * This is the setter method to the attribute. - * Placeholder for description of property cpu_hz of obj type vimgrhostruntime 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 cpuHz set the cpuHz. */ @@ -268,7 +270,7 @@ public void setCpuHz(Integer cpuHz) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property maintenance_mode of obj type vimgrhostruntime 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 maintenanceMode */ @@ -279,7 +281,7 @@ public Boolean getMaintenanceMode() { /** * This is the setter method to the attribute. - * Placeholder for description of property maintenance_mode of obj type vimgrhostruntime 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 maintenanceMode set the maintenanceMode. */ @@ -290,7 +292,7 @@ public void setMaintenanceMode(Boolean maintenanceMode) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property managed_object_id of obj type vimgrhostruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managedObjectId */ @@ -301,7 +303,7 @@ public String getManagedObjectId() { /** * This is the setter method to the attribute. - * Placeholder for description of property managed_object_id of obj type vimgrhostruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managedObjectId set the managedObjectId. */ @@ -312,7 +314,7 @@ public void setManagedObjectId(String managedObjectId) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property mem of obj type vimgrhostruntime 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 mem */ @@ -323,7 +325,7 @@ public Integer getMem() { /** * This is the setter method to the attribute. - * Placeholder for description of property mem of obj type vimgrhostruntime 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 mem set the mem. */ @@ -334,7 +336,7 @@ public void setMem(Integer mem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property mgmt_portgroup of obj type vimgrhostruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mgmtPortgroup */ @@ -345,7 +347,7 @@ public String getMgmtPortgroup() { /** * This is the setter method to the attribute. - * Placeholder for description of property mgmt_portgroup of obj type vimgrhostruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mgmtPortgroup set the mgmtPortgroup. */ @@ -356,7 +358,7 @@ public void setMgmtPortgroup(String mgmtPortgroup) { /** * 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 */ @@ -367,7 +369,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. */ @@ -378,7 +380,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Unique object identifiers of networks. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkUuids */ @@ -389,7 +391,7 @@ public List getNetworkUuids() { /** * This is the setter method. this will set the networkUuids - * Unique object identifiers of networks. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkUuids */ @@ -400,7 +402,7 @@ public void setNetworkUuids(List networkUuids) { /** * This is the setter method this will set the networkUuids - * Unique object identifiers of networks. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkUuids */ @@ -416,7 +418,7 @@ public VIMgrHostRuntime addNetworkUuidsItem(String networkUuidsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_cpu_cores of obj type vimgrhostruntime 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 numCpuCores */ @@ -427,7 +429,7 @@ public Integer getNumCpuCores() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_cpu_cores of obj type vimgrhostruntime 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 numCpuCores set the numCpuCores. */ @@ -438,7 +440,7 @@ public void setNumCpuCores(Integer numCpuCores) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_cpu_packages of obj type vimgrhostruntime 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 numCpuPackages */ @@ -449,7 +451,7 @@ public Integer getNumCpuPackages() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_cpu_packages of obj type vimgrhostruntime 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 numCpuPackages set the numCpuPackages. */ @@ -460,7 +462,7 @@ public void setNumCpuPackages(Integer numCpuPackages) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_cpu_threads of obj type vimgrhostruntime 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 numCpuThreads */ @@ -471,7 +473,7 @@ public Integer getNumCpuThreads() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_cpu_threads of obj type vimgrhostruntime 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 numCpuThreads set the numCpuThreads. */ @@ -482,7 +484,7 @@ public void setNumCpuThreads(Integer numCpuThreads) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property pnics of obj type vimgrhostruntime 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 pnics */ @@ -493,7 +495,7 @@ public List getPnics() { /** * This is the setter method. this will set the pnics - * Placeholder for description of property pnics of obj type vimgrhostruntime 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 pnics */ @@ -504,7 +506,7 @@ public void setPnics(List pnics) { /** * This is the setter method this will set the pnics - * Placeholder for description of property pnics of obj type vimgrhostruntime 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 pnics */ @@ -520,7 +522,7 @@ public VIMgrHostRuntime addPnicsItem(CdpLldpInfo pnicsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property powerstate of obj type vimgrhostruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return powerstate */ @@ -531,7 +533,7 @@ public String getPowerstate() { /** * This is the setter method to the attribute. - * Placeholder for description of property powerstate of obj type vimgrhostruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param powerstate set the powerstate. */ @@ -542,7 +544,7 @@ public void setPowerstate(String powerstate) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property quarantine_start_ts of obj type vimgrhostruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return quarantineStartTs */ @@ -553,7 +555,7 @@ public String getQuarantineStartTs() { /** * This is the setter method to the attribute. - * Placeholder for description of property quarantine_start_ts of obj type vimgrhostruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param quarantineStartTs set the quarantineStartTs. */ @@ -564,7 +566,7 @@ public void setQuarantineStartTs(String quarantineStartTs) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property quarantined of obj type vimgrhostruntime 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 quarantined */ @@ -575,7 +577,7 @@ public Boolean getQuarantined() { /** * This is the setter method to the attribute. - * Placeholder for description of property quarantined of obj type vimgrhostruntime 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 quarantined set the quarantined. */ @@ -586,7 +588,7 @@ public void setQuarantined(Boolean quarantined) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property quarantined_periods of obj type vimgrhostruntime 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 1. * @return quarantinedPeriods */ @@ -597,7 +599,7 @@ public Integer getQuarantinedPeriods() { /** * This is the setter method to the attribute. - * Placeholder for description of property quarantined_periods of obj type vimgrhostruntime 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 1. * @param quarantinedPeriods set the quarantinedPeriods. */ @@ -608,7 +610,7 @@ public void setQuarantinedPeriods(Integer quarantinedPeriods) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_fail_cnt of obj type vimgrhostruntime 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 seFailCnt */ @@ -619,7 +621,7 @@ public Integer getSeFailCnt() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_fail_cnt of obj type vimgrhostruntime 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 seFailCnt set the seFailCnt. */ @@ -630,7 +632,7 @@ public void setSeFailCnt(Integer seFailCnt) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_success_cnt of obj type vimgrhostruntime 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 seSuccessCnt */ @@ -641,7 +643,7 @@ public Integer getSeSuccessCnt() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_success_cnt of obj type vimgrhostruntime 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 seSuccessCnt set the seSuccessCnt. */ @@ -653,6 +655,7 @@ public void setSeSuccessCnt(Integer seSuccessCnt) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -664,6 +667,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. */ @@ -676,6 +680,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -688,6 +693,7 @@ public String getType() { * This is the setter method to the attribute. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -717,7 +723,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 */ @@ -728,7 +734,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. */ @@ -740,6 +746,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vimgrvmruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vmRefs */ @@ -751,6 +758,7 @@ public List getVmRefs() { /** * This is the setter method. this will set the vmRefs * It is a reference to an object of type vimgrvmruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vmRefs */ @@ -762,6 +770,7 @@ public void setVmRefs(List vmRefs) { /** * This is the setter method this will set the vmRefs * It is a reference to an object of type vimgrvmruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vmRefs */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrIPSubnetRuntime.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrIPSubnetRuntime.java index 46e7d5f1..d94cb4fe 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrIPSubnetRuntime.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrIPSubnetRuntime.java @@ -70,6 +70,7 @@ public class VIMgrIPSubnetRuntime extends AviRestResource { /** * This is the getter method this will return the attribute value. * If true, capable of floating/elastic ip association. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return fipAvailable */ @@ -81,6 +82,7 @@ public Boolean getFipAvailable() { /** * This is the setter method to the attribute. * If true, capable of floating/elastic ip association. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param fipAvailable set the fipAvailable. */ @@ -92,6 +94,7 @@ public void setFipAvailable(Boolean fipAvailable) { /** * This is the getter method this will return the attribute value. * If fip_available is true, this is list of supported fip subnets, possibly empty if cloud does not support such a network list. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fipSubnetUuids */ @@ -103,6 +106,7 @@ public List getFipSubnetUuids() { /** * This is the setter method. this will set the fipSubnetUuids * If fip_available is true, this is list of supported fip subnets, possibly empty if cloud does not support such a network list. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fipSubnetUuids */ @@ -114,6 +118,7 @@ public void setFipSubnetUuids(List fipSubnetUuids) { /** * This is the setter method this will set the fipSubnetUuids * If fip_available is true, this is list of supported fip subnets, possibly empty if cloud does not support such a network list. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fipSubnetUuids */ @@ -131,6 +136,7 @@ public VIMgrIPSubnetRuntime addFipSubnetUuidsItem(String fipSubnetUuidsItem) { * This is the getter method this will return the attribute value. * If fip_available is true, the list of associated floatingip subnets, possibly empty if unsupported or implictly defined by the cloud. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingipSubnets */ @@ -143,6 +149,7 @@ public List getFloatingipSubnets() { * This is the setter method. this will set the floatingipSubnets * If fip_available is true, the list of associated floatingip subnets, possibly empty if unsupported or implictly defined by the cloud. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingipSubnets */ @@ -155,6 +162,7 @@ public void setFloatingipSubnets(List floatingipSubnets) { * This is the setter method this will set the floatingipSubnets * If fip_available is true, the list of associated floatingip subnets, possibly empty if unsupported or implictly defined by the cloud. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return floatingipSubnets */ @@ -170,7 +178,7 @@ public VIMgrIPSubnetRuntime addFloatingipSubnetsItem(FloatingIpSubnet floatingip /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip_subnet of obj type vimgripsubnetruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipSubnet */ @@ -181,7 +189,7 @@ public String getIpSubnet() { /** * This is the setter method to the attribute. - * Placeholder for description of property ip_subnet of obj type vimgripsubnetruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipSubnet set the ipSubnet. */ @@ -192,7 +200,7 @@ public void setIpSubnet(String ipSubnet) { /** * 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 */ @@ -203,7 +211,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. */ @@ -214,7 +222,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property prefix of obj type vimgripsubnetruntime 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 prefix */ @@ -225,7 +233,7 @@ public IpAddrPrefix getPrefix() { /** * This is the setter method to the attribute. - * Placeholder for description of property prefix of obj type vimgripsubnetruntime 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 prefix set the prefix. */ @@ -237,6 +245,7 @@ public void setPrefix(IpAddrPrefix prefix) { /** * This is the getter method this will return the attribute value. * True if prefix is primary ip on interface, else false. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return primary */ @@ -248,6 +257,7 @@ public Boolean getPrimary() { /** * This is the setter method to the attribute. * True if prefix is primary ip on interface, else false. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param primary set the primary. */ @@ -258,7 +268,7 @@ public void setPrimary(Boolean primary) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ref_count of obj type vimgripsubnetruntime 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 refCount */ @@ -269,7 +279,7 @@ public Integer getRefCount() { /** * This is the setter method to the attribute. - * Placeholder for description of property ref_count of obj type vimgripsubnetruntime 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 refCount set the refCount. */ @@ -280,7 +290,7 @@ public void setRefCount(Integer refCount) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_ref_count of obj type vimgripsubnetruntime 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 0. * @return seRefCount */ @@ -291,7 +301,7 @@ public Integer getSeRefCount() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_ref_count of obj type vimgripsubnetruntime 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 0. * @param seRefCount set the seRefCount. */ @@ -302,7 +312,7 @@ public void setSeRefCount(Integer seRefCount) { /** * 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 */ @@ -313,7 +323,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/VIMgrNWRuntime.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrNWRuntime.java index 559614e9..8e514718 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrNWRuntime.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrNWRuntime.java @@ -121,6 +121,7 @@ public class VIMgrNWRuntime 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 apicVrfContext */ @VsoMethod @@ -131,6 +132,7 @@ public String getApicVrfContext() { /** * 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 apicVrfContext set the apicVrfContext. */ @VsoMethod @@ -140,7 +142,7 @@ public void setApicVrfContext(String apicVrfContext) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property auto_expand of obj type vimgrnwruntime 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 autoExpand */ @@ -151,7 +153,7 @@ public Boolean getAutoExpand() { /** * This is the setter method to the attribute. - * Placeholder for description of property auto_expand of obj type vimgrnwruntime 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 autoExpand set the autoExpand. */ @@ -162,7 +164,7 @@ public void setAutoExpand(Boolean autoExpand) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property availability_zone of obj type vimgrnwruntime field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -173,7 +175,7 @@ public String getAvailabilityZone() { /** * This is the setter method to the attribute. - * Placeholder for description of property availability_zone of obj type vimgrnwruntime field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -185,6 +187,7 @@ public void setAvailabilityZone(String availabilityZone) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -196,6 +199,7 @@ public String getCloudRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -206,7 +210,7 @@ public void setCloudRef(String cloudRef) { /** * This is the getter method this will return the attribute value. - * Unique object identifier of datacenter. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datacenterUuid */ @@ -217,7 +221,7 @@ public String getDatacenterUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of datacenter. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param datacenterUuid set the datacenterUuid. */ @@ -228,7 +232,7 @@ public void setDatacenterUuid(String datacenterUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property dvs of obj type vimgrnwruntime 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 dvs */ @@ -239,7 +243,7 @@ public Boolean getDvs() { /** * This is the setter method to the attribute. - * Placeholder for description of property dvs of obj type vimgrnwruntime 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 dvs set the dvs. */ @@ -251,6 +255,7 @@ public void setDvs(Boolean dvs) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vimgrhostruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostRefs */ @@ -262,6 +267,7 @@ public List getHostRefs() { /** * This is the setter method. this will set the hostRefs * It is a reference to an object of type vimgrhostruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostRefs */ @@ -273,6 +279,7 @@ public void setHostRefs(List hostRefs) { /** * This is the setter method this will set the hostRefs * It is a reference to an object of type vimgrhostruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostRefs */ @@ -288,7 +295,7 @@ public VIMgrNWRuntime addHostRefsItem(String hostRefsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property interested_nw of obj type vimgrnwruntime 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 interestedNw */ @@ -299,7 +306,7 @@ public Boolean getInterestedNw() { /** * This is the setter method to the attribute. - * Placeholder for description of property interested_nw of obj type vimgrnwruntime 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 interestedNw set the interestedNw. */ @@ -310,7 +317,7 @@ public void setInterestedNw(Boolean interestedNw) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip_subnet of obj type vimgrnwruntime 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 ipSubnet */ @@ -321,7 +328,7 @@ public List getIpSubnet() { /** * This is the setter method. this will set the ipSubnet - * Placeholder for description of property ip_subnet of obj type vimgrnwruntime 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 ipSubnet */ @@ -332,7 +339,7 @@ public void setIpSubnet(List ipSubnet) { /** * This is the setter method this will set the ipSubnet - * Placeholder for description of property ip_subnet of obj type vimgrnwruntime 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 ipSubnet */ @@ -348,7 +355,7 @@ public VIMgrNWRuntime addIpSubnetItem(VIMgrIPSubnetRuntime ipSubnetItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property managed_object_id of obj type vimgrnwruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managedObjectId */ @@ -359,7 +366,7 @@ public String getManagedObjectId() { /** * This is the setter method to the attribute. - * Placeholder for description of property managed_object_id of obj type vimgrnwruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managedObjectId set the managedObjectId. */ @@ -370,7 +377,7 @@ public void setManagedObjectId(String managedObjectId) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property mgmtnw of obj type vimgrnwruntime 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 MgmtNW */ @@ -381,7 +388,7 @@ public Boolean getMgmtnw() { /** * This is the setter method to the attribute. - * Placeholder for description of property mgmtnw of obj type vimgrnwruntime 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 MgmtNW set the MgmtNW. */ @@ -392,7 +399,7 @@ public void setMgmtnw(Boolean MgmtNW) { /** * 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 */ @@ -403,7 +410,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. */ @@ -414,7 +421,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 vimgrnwruntime 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 */ @@ -425,7 +432,7 @@ public Integer getNumPorts() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_ports of obj type vimgrnwruntime 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. */ @@ -436,7 +443,7 @@ public void setNumPorts(Integer numPorts) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property switch_name of obj type vimgrnwruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return switchName */ @@ -447,7 +454,7 @@ public String getSwitchName() { /** * This is the setter method to the attribute. - * Placeholder for description of property switch_name of obj type vimgrnwruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param switchName set the switchName. */ @@ -458,7 +465,7 @@ public void setSwitchName(String switchName) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property tenant_name of obj type vimgrnwruntime field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -469,7 +476,7 @@ public String getTenantName() { /** * This is the setter method to the attribute. - * Placeholder for description of property tenant_name of obj type vimgrnwruntime field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -481,6 +488,7 @@ public void setTenantName(String tenantName) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -492,6 +500,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. */ @@ -504,6 +513,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -516,6 +526,7 @@ public String getType() { * This is the setter method to the attribute. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -545,7 +556,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 */ @@ -556,7 +567,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. */ @@ -567,7 +578,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vlan of obj type vimgrnwruntime 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 vlan */ @@ -578,7 +589,7 @@ public Integer getVlan() { /** * This is the setter method to the attribute. - * Placeholder for description of property vlan of obj type vimgrnwruntime 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 vlan set the vlan. */ @@ -589,7 +600,7 @@ public void setVlan(Integer vlan) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vlan_range of obj type vimgrnwruntime 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 vlanRange */ @@ -600,7 +611,7 @@ public List getVlanRange() { /** * This is the setter method. this will set the vlanRange - * Placeholder for description of property vlan_range of obj type vimgrnwruntime 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 vlanRange */ @@ -611,7 +622,7 @@ public void setVlanRange(List vlanRange) { /** * This is the setter method this will set the vlanRange - * Placeholder for description of property vlan_range of obj type vimgrnwruntime 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 vlanRange */ @@ -628,6 +639,7 @@ public VIMgrNWRuntime addVlanRangeItem(VlanRange vlanRangeItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vimgrvmruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vmRefs */ @@ -639,6 +651,7 @@ public List getVmRefs() { /** * This is the setter method. this will set the vmRefs * It is a reference to an object of type vimgrvmruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vmRefs */ @@ -650,6 +663,7 @@ public void setVmRefs(List vmRefs) { /** * This is the setter method this will set the vmRefs * It is a reference to an object of type vimgrvmruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vmRefs */ @@ -666,6 +680,7 @@ public VIMgrNWRuntime addVmRefsItem(String vmRefsItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vrfcontext. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfContextRef */ @@ -677,6 +692,7 @@ public String getVrfContextRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type vrfcontext. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfContextRef set the vrfContextRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrSEVMRuntime.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrSEVMRuntime.java index 2a1778b1..7d641f5b 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrSEVMRuntime.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrSEVMRuntime.java @@ -229,7 +229,7 @@ public class VIMgrSEVMRuntime extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property availability_zone of obj type vimgrsevmruntime field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -240,7 +240,7 @@ public String getAvailabilityZone() { /** * This is the setter method to the attribute. - * Placeholder for description of property availability_zone of obj type vimgrsevmruntime field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -252,6 +252,7 @@ public void setAvailabilityZone(String availabilityZone) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return azureInfo */ @@ -263,6 +264,7 @@ public AzureInfo getAzureInfo() { /** * This is the setter method to the attribute. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param azureInfo set the azureInfo. */ @@ -273,7 +275,7 @@ public void setAzureInfo(AzureInfo azureInfo) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cloud_name of obj type vimgrsevmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudName */ @@ -284,7 +286,7 @@ public String getCloudName() { /** * This is the setter method to the attribute. - * Placeholder for description of property cloud_name of obj type vimgrsevmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudName set the cloudName. */ @@ -296,6 +298,7 @@ public void setCloudName(String cloudName) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -307,6 +310,7 @@ public String getCloudRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -319,6 +323,7 @@ public void setCloudRef(String cloudRef) { * This is the getter method this will return the attribute value. * Serviceengine deployed on cluster.ex mob domain-c23. * Field introduced in 20.1.7, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterId */ @@ -331,6 +336,7 @@ public String getClusterId() { * This is the setter method to the attribute. * Serviceengine deployed on cluster.ex mob domain-c23. * Field introduced in 20.1.7, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterId set the clusterId. */ @@ -343,6 +349,7 @@ public void setClusterId(String clusterId) { * This is the getter method this will return the attribute value. * Serviceengine added to cluster vmgroup. * Field introduced in 20.1.7, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterVmgroup */ @@ -355,6 +362,7 @@ public String getClusterVmgroup() { * This is the setter method to the attribute. * Serviceengine added to cluster vmgroup. * Field introduced in 20.1.7, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clusterVmgroup set the clusterVmgroup. */ @@ -365,7 +373,7 @@ public void setClusterVmgroup(String clusterVmgroup) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property connection_state of obj type vimgrsevmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return connectionState */ @@ -376,7 +384,7 @@ public String getConnectionState() { /** * This is the setter method to the attribute. - * Placeholder for description of property connection_state of obj type vimgrsevmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param connectionState set the connectionState. */ @@ -387,7 +395,7 @@ public void setConnectionState(String connectionState) { /** * This is the getter method this will return the attribute value. - * Unique object identifier of controller_cluster. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerClusterUuid */ @@ -398,7 +406,7 @@ public String getControllerClusterUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of controller_cluster. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerClusterUuid set the controllerClusterUuid. */ @@ -409,7 +417,7 @@ public void setControllerClusterUuid(String controllerClusterUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property controller_ip_addr of obj type vimgrsevmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerIpAddr */ @@ -420,7 +428,7 @@ public String getControllerIpAddr() { /** * This is the setter method to the attribute. - * Placeholder for description of property controller_ip_addr of obj type vimgrsevmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerIpAddr set the controllerIpAddr. */ @@ -433,6 +441,7 @@ public void setControllerIpAddr(String controllerIpAddr) { * This is the getter method this will return the attribute value. * Service engine cookie set by the resource manager. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cookie */ @@ -445,6 +454,7 @@ public String getCookie() { * This is the setter method to the attribute. * Service engine cookie set by the resource manager. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cookie set the cookie. */ @@ -455,7 +465,7 @@ public void setCookie(String cookie) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property creation_in_progress of obj type vimgrsevmruntime 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 creationInProgress */ @@ -466,7 +476,7 @@ public Boolean getCreationInProgress() { /** * This is the setter method to the attribute. - * Placeholder for description of property creation_in_progress of obj type vimgrsevmruntime 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 creationInProgress set the creationInProgress. */ @@ -477,7 +487,7 @@ public void setCreationInProgress(Boolean creationInProgress) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property deletion_in_progress of obj type vimgrsevmruntime 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 deletionInProgress */ @@ -488,7 +498,7 @@ public Boolean getDeletionInProgress() { /** * This is the setter method to the attribute. - * Placeholder for description of property deletion_in_progress of obj type vimgrsevmruntime 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 deletionInProgress set the deletionInProgress. */ @@ -499,7 +509,7 @@ public void setDeletionInProgress(Boolean deletionInProgress) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property discovery_response of obj type vimgrsevmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return discoveryResponse */ @@ -510,7 +520,7 @@ public String getDiscoveryResponse() { /** * This is the setter method to the attribute. - * Placeholder for description of property discovery_response of obj type vimgrsevmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param discoveryResponse set the discoveryResponse. */ @@ -521,7 +531,7 @@ public void setDiscoveryResponse(String discoveryResponse) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property discovery_status of obj type vimgrsevmruntime 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 discoveryStatus */ @@ -532,7 +542,7 @@ public Integer getDiscoveryStatus() { /** * This is the setter method to the attribute. - * Placeholder for description of property discovery_status of obj type vimgrsevmruntime 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 discoveryStatus set the discoveryStatus. */ @@ -545,6 +555,7 @@ public void setDiscoveryStatus(Integer discoveryStatus) { * This is the getter method this will return the attribute value. * Disk space in gb for each service engine vm. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return diskGb */ @@ -557,6 +568,7 @@ public Integer getDiskGb() { * This is the setter method to the attribute. * Disk space in gb for each service engine vm. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param diskGb set the diskGb. */ @@ -567,7 +579,7 @@ public void setDiskGb(Integer diskGb) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property flavor of obj type vimgrsevmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return flavor */ @@ -578,7 +590,7 @@ public String getFlavor() { /** * This is the setter method to the attribute. - * Placeholder for description of property flavor of obj type vimgrsevmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param flavor set the flavor. */ @@ -592,6 +604,7 @@ public void setFlavor(String flavor) { * Gcp project id in which se is created. * This field is applicable for gcp cloud type only. * Field introduced in 20.1.7, 21.1.2, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gcpSeProjectId */ @@ -605,6 +618,7 @@ public String getGcpSeProjectId() { * Gcp project id in which se is created. * This field is applicable for gcp cloud type only. * Field introduced in 20.1.7, 21.1.2, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gcpSeProjectId set the gcpSeProjectId. */ @@ -615,7 +629,7 @@ public void setGcpSeProjectId(String gcpSeProjectId) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property guest_nic of obj type vimgrsevmruntime 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 guestNic */ @@ -626,7 +640,7 @@ public List getGuestNic() { /** * This is the setter method. this will set the guestNic - * Placeholder for description of property guest_nic of obj type vimgrsevmruntime 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 guestNic */ @@ -637,7 +651,7 @@ public void setGuestNic(List guestNic) { /** * This is the setter method this will set the guestNic - * Placeholder for description of property guest_nic of obj type vimgrsevmruntime 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 guestNic */ @@ -653,7 +667,7 @@ public VIMgrSEVMRuntime addGuestNicItem(VIMgrGuestNicRuntime guestNicItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property host of obj type vimgrsevmruntime field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -664,7 +678,7 @@ public String getHost() { /** * This is the setter method to the attribute. - * Placeholder for description of property host of obj type vimgrsevmruntime field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -676,6 +690,7 @@ public void setHost(String host) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vimgrhostruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostRef */ @@ -687,6 +702,7 @@ public String getHostRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type vimgrhostruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostRef set the hostRef. */ @@ -697,7 +713,7 @@ public void setHostRef(String hostRef) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property hostid of obj type vimgrsevmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostid */ @@ -708,7 +724,7 @@ public String getHostid() { /** * This is the setter method to the attribute. - * Placeholder for description of property hostid of obj type vimgrsevmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostid set the hostid. */ @@ -720,6 +736,7 @@ public void setHostid(String hostid) { /** * This is the getter method this will return the attribute value. * Enum options - DEFAULT, VMWARE_ESX, KVM, VMWARE_VSAN, XEN. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hypervisor */ @@ -731,6 +748,7 @@ public String getHypervisor() { /** * This is the setter method to the attribute. * Enum options - DEFAULT, VMWARE_ESX, KVM, VMWARE_VSAN, XEN. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hypervisor set the hypervisor. */ @@ -741,7 +759,7 @@ public void setHypervisor(String hypervisor) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property init_vnics of obj type vimgrsevmruntime 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 initVnics */ @@ -752,7 +770,7 @@ public Integer getInitVnics() { /** * This is the setter method to the attribute. - * Placeholder for description of property init_vnics of obj type vimgrsevmruntime 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 initVnics set the initVnics. */ @@ -763,7 +781,7 @@ public void setInitVnics(Integer initVnics) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property last_discovery of obj type vimgrsevmruntime 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 lastDiscovery */ @@ -774,7 +792,7 @@ public Integer getLastDiscovery() { /** * This is the setter method to the attribute. - * Placeholder for description of property last_discovery of obj type vimgrsevmruntime 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 lastDiscovery set the lastDiscovery. */ @@ -785,7 +803,7 @@ public void setLastDiscovery(Integer lastDiscovery) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property managed_object_id of obj type vimgrsevmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managedObjectId */ @@ -796,7 +814,7 @@ public String getManagedObjectId() { /** * This is the setter method to the attribute. - * Placeholder for description of property managed_object_id of obj type vimgrsevmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managedObjectId set the managedObjectId. */ @@ -809,6 +827,7 @@ public void setManagedObjectId(String managedObjectId) { * This is the getter method this will return the attribute value. * Memory in mb for each service engine vm. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return memoryMb */ @@ -821,6 +840,7 @@ public Integer getMemoryMb() { * This is the setter method to the attribute. * Memory in mb for each service engine vm. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param memoryMb set the memoryMb. */ @@ -831,7 +851,7 @@ public void setMemoryMb(Integer memoryMb) { /** * 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 */ @@ -842,7 +862,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. */ @@ -853,7 +873,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property powerstate of obj type vimgrsevmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return powerstate */ @@ -864,7 +884,7 @@ public String getPowerstate() { /** * This is the setter method to the attribute. - * Placeholder for description of property powerstate of obj type vimgrsevmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param powerstate set the powerstate. */ @@ -875,7 +895,7 @@ public void setPowerstate(String powerstate) { /** * This is the getter method this will return the attribute value. - * Unique object identifier of security_group. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return securityGroupUuid */ @@ -886,7 +906,7 @@ public String getSecurityGroupUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of security_group. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param securityGroupUuid set the securityGroupUuid. */ @@ -898,6 +918,7 @@ public void setSecurityGroupUuid(String securityGroupUuid) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceenginegroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return segroupRef */ @@ -909,6 +930,7 @@ public String getSegroupRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type serviceenginegroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param segroupRef set the segroupRef. */ @@ -919,7 +941,7 @@ public void setSegroupRef(String segroupRef) { /** * This is the getter method this will return the attribute value. - * Unique object identifier of server_group. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverGroupUuid */ @@ -930,7 +952,7 @@ public String getServerGroupUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of server_group. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverGroupUuid set the serverGroupUuid. */ @@ -942,6 +964,7 @@ public void setServerGroupUuid(String serverGroupUuid) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -953,6 +976,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. */ @@ -965,6 +989,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -977,6 +1002,7 @@ public String getType() { * This is the setter method to the attribute. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -1006,7 +1032,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 */ @@ -1017,7 +1043,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. */ @@ -1028,7 +1054,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. - * Unique object identifier of vcenter_datacenter. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterDatacenterUuid */ @@ -1039,7 +1065,7 @@ public String getVcenterDatacenterUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of vcenter_datacenter. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterDatacenterUuid set the vcenterDatacenterUuid. */ @@ -1052,6 +1078,7 @@ public void setVcenterDatacenterUuid(String vcenterDatacenterUuid) { * This is the getter method this will return the attribute value. * Serviceengine host connection state in vcenter. * Field introduced in 20.1.7, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterHostConnectionState */ @@ -1064,6 +1091,7 @@ public String getVcenterHostConnectionState() { * This is the setter method to the attribute. * Serviceengine host connection state in vcenter. * Field introduced in 20.1.7, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterHostConnectionState set the vcenterHostConnectionState. */ @@ -1076,6 +1104,7 @@ public void setVcenterHostConnectionState(String vcenterHostConnectionState) { * This is the getter method this will return the attribute value. * Vcenter host ha state.ex election, fdmunreachable, hostdown, initializationerror, networkisolated, uninitializationerror, uninitialized. * Field introduced in 20.1.7, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterHostHaState */ @@ -1088,6 +1117,7 @@ public String getVcenterHostHaState() { * This is the setter method to the attribute. * Vcenter host ha state.ex election, fdmunreachable, hostdown, initializationerror, networkisolated, uninitializationerror, uninitialized. * Field introduced in 20.1.7, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterHostHaState set the vcenterHostHaState. */ @@ -1100,6 +1130,7 @@ public void setVcenterHostHaState(String vcenterHostHaState) { * This is the getter method this will return the attribute value. * Serviceengine instance uuid from vcenter. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterInstanceUuid */ @@ -1112,6 +1143,7 @@ public String getVcenterInstanceUuid() { * This is the setter method to the attribute. * Serviceengine instance uuid from vcenter. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterInstanceUuid set the vcenterInstanceUuid. */ @@ -1125,6 +1157,7 @@ public void setVcenterInstanceUuid(String vcenterInstanceUuid) { * Serviceengine belongs to vcenter. * It is a reference to an object of type vcenterserver. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterRef */ @@ -1138,6 +1171,7 @@ public String getVcenterRef() { * Serviceengine belongs to vcenter. * It is a reference to an object of type vcenterserver. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterRef set the vcenterRef. */ @@ -1148,7 +1182,7 @@ public void setVcenterRef(String vcenterRef) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_rm_cookie of obj type vimgrsevmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterRmCookie */ @@ -1159,7 +1193,7 @@ public String getVcenterRmCookie() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcenter_rm_cookie of obj type vimgrsevmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterRmCookie set the vcenterRmCookie. */ @@ -1171,6 +1205,7 @@ public void setVcenterRmCookie(String vcenterRmCookie) { /** * This is the getter method this will return the attribute value. * Enum options - VIMGR_SE_NETWORK_ADMIN, VIMGR_SE_UNIFIED_ADMIN. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterSeType */ @@ -1182,6 +1217,7 @@ public String getVcenterSeType() { /** * This is the setter method to the attribute. * Enum options - VIMGR_SE_NETWORK_ADMIN, VIMGR_SE_UNIFIED_ADMIN. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterSeType set the vcenterSeType. */ @@ -1192,7 +1228,7 @@ public void setVcenterSeType(String vcenterSeType) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_template_vm of obj type vimgrsevmruntime 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 vcenterTemplateVm */ @@ -1203,7 +1239,7 @@ public Boolean getVcenterTemplateVm() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcenter_template_vm of obj type vimgrsevmruntime 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 vcenterTemplateVm set the vcenterTemplateVm. */ @@ -1216,6 +1252,7 @@ public void setVcenterTemplateVm(Boolean vcenterTemplateVm) { * This is the getter method this will return the attribute value. * Service engine deployed in vcenter. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterUrl */ @@ -1228,6 +1265,7 @@ public String getVcenterUrl() { * This is the setter method to the attribute. * Service engine deployed in vcenter. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterUrl set the vcenterUrl. */ @@ -1238,7 +1276,7 @@ public void setVcenterUrl(String vcenterUrl) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_vappname of obj type vimgrsevmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterVappname */ @@ -1249,7 +1287,7 @@ public String getVcenterVappname() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcenter_vappname of obj type vimgrsevmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterVappname set the vcenterVappname. */ @@ -1260,7 +1298,7 @@ public void setVcenterVappname(String vcenterVappname) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_vappvendor of obj type vimgrsevmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterVappvendor */ @@ -1271,7 +1309,7 @@ public String getVcenterVappvendor() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcenter_vappvendor of obj type vimgrsevmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterVappvendor set the vcenterVappvendor. */ @@ -1283,6 +1321,7 @@ public void setVcenterVappvendor(String vcenterVappvendor) { /** * This is the getter method this will return the attribute value. * Enum options - VMTYPE_SE_VM, VMTYPE_POOL_SRVR. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterVmType */ @@ -1294,6 +1333,7 @@ public String getVcenterVmType() { /** * This is the setter method to the attribute. * Enum options - VMTYPE_SE_VM, VMTYPE_POOL_SRVR. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterVmType set the vcenterVmType. */ @@ -1306,6 +1346,7 @@ public void setVcenterVmType(String vcenterVmType) { * This is the getter method this will return the attribute value. * Count of vcpus for each service engine vm. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcpus */ @@ -1318,6 +1359,7 @@ public Integer getVcpus() { * This is the setter method to the attribute. * Count of vcpus for each service engine vm. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcpus set the vcpus. */ @@ -1330,6 +1372,7 @@ public void setVcpus(Integer vcpus) { * This is the getter method this will return the attribute value. * Vsphere ha on cluster enabled or not. * Field introduced in 20.1.7, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsphereHaEnabled */ @@ -1342,6 +1385,7 @@ public Boolean getVsphereHaEnabled() { * This is the setter method to the attribute. * Vsphere ha on cluster enabled or not. * Field introduced in 20.1.7, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsphereHaEnabled set the vsphereHaEnabled. */ @@ -1355,6 +1399,7 @@ public void setVsphereHaEnabled(Boolean vsphereHaEnabled) { * If this flag is set to true, vcenter vsphere ha handles serviceengine failure. * This flag is set dynamiclly based on underlying esx ha state(connected, hostdown..etc). * Field introduced in 20.1.7, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsphereHaInprogress */ @@ -1368,6 +1413,7 @@ public Boolean getVsphereHaInprogress() { * If this flag is set to true, vcenter vsphere ha handles serviceengine failure. * This flag is set dynamiclly based on underlying esx ha state(connected, hostdown..etc). * Field introduced in 20.1.7, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsphereHaInprogress set the vsphereHaInprogress. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrVMRuntime.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrVMRuntime.java index e13b2512..f48fc987 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrVMRuntime.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrVMRuntime.java @@ -164,7 +164,7 @@ public class VIMgrVMRuntime extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property availability_zone of obj type vimgrvmruntime field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -175,7 +175,7 @@ public String getAvailabilityZone() { /** * This is the setter method to the attribute. - * Placeholder for description of property availability_zone of obj type vimgrvmruntime field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -187,6 +187,7 @@ public void setAvailabilityZone(String availabilityZone) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -198,6 +199,7 @@ public String getCloudRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -208,7 +210,7 @@ public void setCloudRef(String cloudRef) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property connection_state of obj type vimgrvmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return connectionState */ @@ -219,7 +221,7 @@ public String getConnectionState() { /** * This is the setter method to the attribute. - * Placeholder for description of property connection_state of obj type vimgrvmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param connectionState set the connectionState. */ @@ -230,7 +232,7 @@ public void setConnectionState(String connectionState) { /** * This is the getter method this will return the attribute value. - * Unique object identifier of controller_cluster. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerClusterUuid */ @@ -241,7 +243,7 @@ public String getControllerClusterUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of controller_cluster. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerClusterUuid set the controllerClusterUuid. */ @@ -252,7 +254,7 @@ public void setControllerClusterUuid(String controllerClusterUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property controller_ip_addr of obj type vimgrvmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerIpAddr */ @@ -263,7 +265,7 @@ public String getControllerIpAddr() { /** * This is the setter method to the attribute. - * Placeholder for description of property controller_ip_addr of obj type vimgrvmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerIpAddr set the controllerIpAddr. */ @@ -274,7 +276,7 @@ public void setControllerIpAddr(String controllerIpAddr) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property controller_vm of obj type vimgrvmruntime 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 controllerVm */ @@ -285,7 +287,7 @@ public Boolean getControllerVm() { /** * This is the setter method to the attribute. - * Placeholder for description of property controller_vm of obj type vimgrvmruntime 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 controllerVm set the controllerVm. */ @@ -296,7 +298,7 @@ public void setControllerVm(Boolean controllerVm) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cpu_reservation of obj type vimgrvmruntime 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 cpuReservation */ @@ -307,7 +309,7 @@ public Integer getCpuReservation() { /** * This is the setter method to the attribute. - * Placeholder for description of property cpu_reservation of obj type vimgrvmruntime 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 cpuReservation set the cpuReservation. */ @@ -318,7 +320,7 @@ public void setCpuReservation(Integer cpuReservation) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cpu_shares of obj type vimgrvmruntime 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 cpuShares */ @@ -329,7 +331,7 @@ public Integer getCpuShares() { /** * This is the setter method to the attribute. - * Placeholder for description of property cpu_shares of obj type vimgrvmruntime 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 cpuShares set the cpuShares. */ @@ -340,7 +342,7 @@ public void setCpuShares(Integer cpuShares) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property creation_in_progress of obj type vimgrvmruntime 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 creationInProgress */ @@ -351,7 +353,7 @@ public Boolean getCreationInProgress() { /** * This is the setter method to the attribute. - * Placeholder for description of property creation_in_progress of obj type vimgrvmruntime 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 creationInProgress set the creationInProgress. */ @@ -362,7 +364,7 @@ public void setCreationInProgress(Boolean creationInProgress) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property guest_nic of obj type vimgrvmruntime 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 guestNic */ @@ -373,7 +375,7 @@ public List getGuestNic() { /** * This is the setter method. this will set the guestNic - * Placeholder for description of property guest_nic of obj type vimgrvmruntime 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 guestNic */ @@ -384,7 +386,7 @@ public void setGuestNic(List guestNic) { /** * This is the setter method this will set the guestNic - * Placeholder for description of property guest_nic of obj type vimgrvmruntime 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 guestNic */ @@ -400,7 +402,7 @@ public VIMgrVMRuntime addGuestNicItem(VIMgrGuestNicRuntime guestNicItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property host of obj type vimgrvmruntime field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -411,7 +413,7 @@ public String getHost() { /** * This is the setter method to the attribute. - * Placeholder for description of property host of obj type vimgrvmruntime field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -422,7 +424,7 @@ public void setHost(String host) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property init_vnics of obj type vimgrvmruntime 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 initVnics */ @@ -433,7 +435,7 @@ public Integer getInitVnics() { /** * This is the setter method to the attribute. - * Placeholder for description of property init_vnics of obj type vimgrvmruntime 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 initVnics set the initVnics. */ @@ -444,7 +446,7 @@ public void setInitVnics(Integer initVnics) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property managed_object_id of obj type vimgrvmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managedObjectId */ @@ -455,7 +457,7 @@ public String getManagedObjectId() { /** * This is the setter method to the attribute. - * Placeholder for description of property managed_object_id of obj type vimgrvmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managedObjectId set the managedObjectId. */ @@ -466,7 +468,7 @@ public void setManagedObjectId(String managedObjectId) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property mem_shares of obj type vimgrvmruntime 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 memShares */ @@ -477,7 +479,7 @@ public Integer getMemShares() { /** * This is the setter method to the attribute. - * Placeholder for description of property mem_shares of obj type vimgrvmruntime 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 memShares set the memShares. */ @@ -488,7 +490,7 @@ public void setMemShares(Integer memShares) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property memory of obj type vimgrvmruntime 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 memory */ @@ -499,7 +501,7 @@ public Integer getMemory() { /** * This is the setter method to the attribute. - * Placeholder for description of property memory of obj type vimgrvmruntime 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 memory set the memory. */ @@ -510,7 +512,7 @@ public void setMemory(Integer memory) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property memory_reservation of obj type vimgrvmruntime 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 memoryReservation */ @@ -521,7 +523,7 @@ public Integer getMemoryReservation() { /** * This is the setter method to the attribute. - * Placeholder for description of property memory_reservation of obj type vimgrvmruntime 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 memoryReservation set the memoryReservation. */ @@ -532,7 +534,7 @@ public void setMemoryReservation(Integer memoryReservation) { /** * 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 */ @@ -543,7 +545,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. */ @@ -554,7 +556,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_cpu of obj type vimgrvmruntime 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 numCpu */ @@ -565,7 +567,7 @@ public Integer getNumCpu() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_cpu of obj type vimgrvmruntime 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 numCpu set the numCpu. */ @@ -577,6 +579,7 @@ public void setNumCpu(Integer numCpu) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1,17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ovfAvisetypeField */ @@ -588,6 +591,7 @@ public String getOvfAvisetypeField() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1,17.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ovfAvisetypeField set the ovfAvisetypeField. */ @@ -598,7 +602,7 @@ public void setOvfAvisetypeField(String ovfAvisetypeField) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property powerstate of obj type vimgrvmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return powerstate */ @@ -609,7 +613,7 @@ public String getPowerstate() { /** * This is the setter method to the attribute. - * Placeholder for description of property powerstate of obj type vimgrvmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param powerstate set the powerstate. */ @@ -620,7 +624,7 @@ public void setPowerstate(String powerstate) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_ver of obj type vimgrvmruntime 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 1. * @return seVer */ @@ -631,7 +635,7 @@ public Integer getSeVer() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_ver of obj type vimgrvmruntime 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 1. * @param seVer set the seVer. */ @@ -643,6 +647,7 @@ public void setSeVer(Integer seVer) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -654,6 +659,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. */ @@ -666,6 +672,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -678,6 +685,7 @@ public String getType() { * This is the setter method to the attribute. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -707,7 +715,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 */ @@ -718,7 +726,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. */ @@ -729,7 +737,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. - * Unique object identifier of vcenter_datacenter. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterDatacenterUuid */ @@ -740,7 +748,7 @@ public String getVcenterDatacenterUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of vcenter_datacenter. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterDatacenterUuid set the vcenterDatacenterUuid. */ @@ -751,7 +759,7 @@ public void setVcenterDatacenterUuid(String vcenterDatacenterUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_rm_cookie of obj type vimgrvmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterRmCookie */ @@ -762,7 +770,7 @@ public String getVcenterRmCookie() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcenter_rm_cookie of obj type vimgrvmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterRmCookie set the vcenterRmCookie. */ @@ -774,6 +782,7 @@ public void setVcenterRmCookie(String vcenterRmCookie) { /** * This is the getter method this will return the attribute value. * Enum options - VIMGR_SE_NETWORK_ADMIN, VIMGR_SE_UNIFIED_ADMIN. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterSeType */ @@ -785,6 +794,7 @@ public String getVcenterSeType() { /** * This is the setter method to the attribute. * Enum options - VIMGR_SE_NETWORK_ADMIN, VIMGR_SE_UNIFIED_ADMIN. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterSeType set the vcenterSeType. */ @@ -795,7 +805,7 @@ public void setVcenterSeType(String vcenterSeType) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_template_vm of obj type vimgrvmruntime 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 vcenterTemplateVm */ @@ -806,7 +816,7 @@ public Boolean getVcenterTemplateVm() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcenter_template_vm of obj type vimgrvmruntime 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 vcenterTemplateVm set the vcenterTemplateVm. */ @@ -817,7 +827,7 @@ public void setVcenterTemplateVm(Boolean vcenterTemplateVm) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_vappname of obj type vimgrvmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterVappname */ @@ -828,7 +838,7 @@ public String getVcenterVappname() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcenter_vappname of obj type vimgrvmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterVappname set the vcenterVappname. */ @@ -839,7 +849,7 @@ public void setVcenterVappname(String vcenterVappname) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_vappvendor of obj type vimgrvmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterVappvendor */ @@ -850,7 +860,7 @@ public String getVcenterVappvendor() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcenter_vappvendor of obj type vimgrvmruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterVappvendor set the vcenterVappvendor. */ @@ -862,6 +872,7 @@ public void setVcenterVappvendor(String vcenterVappvendor) { /** * This is the getter method this will return the attribute value. * Enum options - VMTYPE_SE_VM, VMTYPE_POOL_SRVR. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterVmType */ @@ -873,6 +884,7 @@ public String getVcenterVmType() { /** * This is the setter method to the attribute. * Enum options - VMTYPE_SE_VM, VMTYPE_POOL_SRVR. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterVmType set the vcenterVmType. */ @@ -883,7 +895,7 @@ public void setVcenterVmType(String vcenterVmType) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_vnic_discovered of obj type vimgrvmruntime 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 vcenterVnicDiscovered */ @@ -894,7 +906,7 @@ public Boolean getVcenterVnicDiscovered() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcenter_vnic_discovered of obj type vimgrvmruntime 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 vcenterVnicDiscovered set the vcenterVnicDiscovered. */ @@ -905,7 +917,7 @@ public void setVcenterVnicDiscovered(Boolean vcenterVnicDiscovered) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vm_lb_weight of obj type vimgrvmruntime 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 vmLbWeight */ @@ -916,7 +928,7 @@ public Integer getVmLbWeight() { /** * This is the setter method to the attribute. - * Placeholder for description of property vm_lb_weight of obj type vimgrvmruntime 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 vmLbWeight set the vmLbWeight. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrVcenterRuntime.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrVcenterRuntime.java deleted file mode 100644 index 7261aaf2..00000000 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIMgrVcenterRuntime.java +++ /dev/null @@ -1,893 +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 VIMgrVcenterRuntime is a POJO class extends AviRestResource that used for creating - * VIMgrVcenterRuntime. - * - * @version 1.0 - * @since - * - */ -@VsoObject(create = false, name = "VIMgrVcenterRuntime") -@VsoFinder(name = Constants.FINDER_VRO_VIMGRVCENTERRUNTIME, idAccessor = "getObjectID()") -@JsonIgnoreProperties(ignoreUnknown = true) -@Service -public class VIMgrVcenterRuntime extends AviRestResource { - @JsonProperty("api_version") - @JsonInclude(Include.NON_NULL) - private String apiVersion = null; - - @JsonProperty("apic_mode") - @JsonInclude(Include.NON_NULL) - private Boolean apicMode; - - @JsonProperty("cloud_ref") - @JsonInclude(Include.NON_NULL) - private String cloudRef = null; - - @JsonProperty("datacenter_refs") - @JsonInclude(Include.NON_NULL) - private List datacenterRefs = null; - - @JsonProperty("disc_end_time") - @JsonInclude(Include.NON_NULL) - private String discEndTime = null; - - @JsonProperty("disc_start_time") - @JsonInclude(Include.NON_NULL) - private String discStartTime = null; - - @JsonProperty("discovered_datacenter") - @JsonInclude(Include.NON_NULL) - private String discoveredDatacenter = null; - - @JsonProperty("inventory_progress") - @JsonInclude(Include.NON_NULL) - private String inventoryProgress = null; - - @JsonProperty("inventory_state") - @JsonInclude(Include.NON_NULL) - private String inventoryState = null; - - @JsonProperty("management_network") - @JsonInclude(Include.NON_NULL) - private String managementNetwork = null; - - @JsonProperty("name") - @JsonInclude(Include.NON_NULL) - private String name = null; - - @JsonProperty("num_clusters") - @JsonInclude(Include.NON_NULL) - private Integer numClusters = null; - - @JsonProperty("num_dcs") - @JsonInclude(Include.NON_NULL) - private Integer numDcs = null; - - @JsonProperty("num_hosts") - @JsonInclude(Include.NON_NULL) - private Integer numHosts = null; - - @JsonProperty("num_nws") - @JsonInclude(Include.NON_NULL) - private Integer numNws = null; - - @JsonProperty("num_vcenter_req_pending") - @JsonInclude(Include.NON_NULL) - private Integer numVcenterReqPending = null; - - @JsonProperty("num_vms") - @JsonInclude(Include.NON_NULL) - private Integer numVms = null; - - @JsonProperty("password") - @JsonInclude(Include.NON_NULL) - private String password = null; - - @JsonProperty("privilege") - @JsonInclude(Include.NON_NULL) - private String privilege = null; - - @JsonProperty("progress") - @JsonInclude(Include.NON_NULL) - private Integer progress = null; - - @JsonProperty("tenant_ref") - @JsonInclude(Include.NON_NULL) - private String tenantRef = null; - - @JsonProperty("type") - @JsonInclude(Include.NON_NULL) - private String type = null; - - @JsonProperty("url") - @JsonInclude(Include.NON_NULL) - private String url = "url"; - - @JsonProperty("username") - @JsonInclude(Include.NON_NULL) - private String username = null; - - @JsonProperty("uuid") - @JsonInclude(Include.NON_NULL) - private String uuid = null; - - @JsonProperty("vcenter_connected") - @JsonInclude(Include.NON_NULL) - private Boolean vcenterConnected = false; - - @JsonProperty("vcenter_fullname") - @JsonInclude(Include.NON_NULL) - private String vcenterFullname = null; - - @JsonProperty("vcenter_template_se_location") - @JsonInclude(Include.NON_NULL) - private String vcenterTemplateSeLocation = null; - - @JsonProperty("vcenter_url") - @JsonInclude(Include.NON_NULL) - private String vcenterUrl = null; - - - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property api_version of obj type vimgrvcenterruntime field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return apiVersion - */ - @VsoMethod - public String getApiVersion() { - return apiVersion; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property api_version of obj type vimgrvcenterruntime field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param apiVersion set the apiVersion. - */ - @VsoMethod - public void setApiVersion(String apiVersion) { - this.apiVersion = apiVersion; - } - - /** - * This is the getter method this will return the attribute value. - * Field deprecated in 21.1.1. - * @return apicMode - */ - @VsoMethod - public Boolean getApicMode() { - return apicMode; - } - - /** - * This is the setter method to the attribute. - * Field deprecated in 21.1.1. - * @param apicMode set the apicMode. - */ - @VsoMethod - public void setApicMode(Boolean apicMode) { - this.apicMode = apicMode; - } - - /** - * This is the getter method this will return the attribute value. - * It is a reference to an object of type cloud. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return cloudRef - */ - @VsoMethod - public String getCloudRef() { - return cloudRef; - } - - /** - * This is the setter method to the attribute. - * It is a reference to an object of type cloud. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param cloudRef set the cloudRef. - */ - @VsoMethod - public void setCloudRef(String cloudRef) { - this.cloudRef = cloudRef; - } - - /** - * This is the getter method this will return the attribute value. - * It is a reference to an object of type vimgrdcruntime. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return datacenterRefs - */ - @VsoMethod - public List getDatacenterRefs() { - return datacenterRefs; - } - - /** - * This is the setter method. this will set the datacenterRefs - * It is a reference to an object of type vimgrdcruntime. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return datacenterRefs - */ - @VsoMethod - public void setDatacenterRefs(List datacenterRefs) { - this.datacenterRefs = datacenterRefs; - } - - /** - * This is the setter method this will set the datacenterRefs - * It is a reference to an object of type vimgrdcruntime. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return datacenterRefs - */ - @VsoMethod - public VIMgrVcenterRuntime addDatacenterRefsItem(String datacenterRefsItem) { - if (this.datacenterRefs == null) { - this.datacenterRefs = new ArrayList(); - } - this.datacenterRefs.add(datacenterRefsItem); - return this; - } - - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property disc_end_time of obj type vimgrvcenterruntime field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return discEndTime - */ - @VsoMethod - public String getDiscEndTime() { - return discEndTime; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property disc_end_time of obj type vimgrvcenterruntime field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param discEndTime set the discEndTime. - */ - @VsoMethod - public void setDiscEndTime(String discEndTime) { - this.discEndTime = discEndTime; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property disc_start_time of obj type vimgrvcenterruntime field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return discStartTime - */ - @VsoMethod - public String getDiscStartTime() { - return discStartTime; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property disc_start_time of obj type vimgrvcenterruntime field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param discStartTime set the discStartTime. - */ - @VsoMethod - public void setDiscStartTime(String discStartTime) { - this.discStartTime = discStartTime; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property discovered_datacenter of obj type vimgrvcenterruntime field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return discoveredDatacenter - */ - @VsoMethod - public String getDiscoveredDatacenter() { - return discoveredDatacenter; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property discovered_datacenter of obj type vimgrvcenterruntime field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param discoveredDatacenter set the discoveredDatacenter. - */ - @VsoMethod - public void setDiscoveredDatacenter(String discoveredDatacenter) { - this.discoveredDatacenter = discoveredDatacenter; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property inventory_progress of obj type vimgrvcenterruntime field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return inventoryProgress - */ - @VsoMethod - public String getInventoryProgress() { - return inventoryProgress; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property inventory_progress of obj type vimgrvcenterruntime field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param inventoryProgress set the inventoryProgress. - */ - @VsoMethod - public void setInventoryProgress(String inventoryProgress) { - this.inventoryProgress = inventoryProgress; - } - - /** - * This is the getter method this will return the attribute value. - * Enum options - VCENTER_DISCOVERY_BAD_CREDENTIALS, VCENTER_DISCOVERY_RETRIEVING_DC, VCENTER_DISCOVERY_WAITING_DC, VCENTER_DISCOVERY_RETRIEVING_NW, - * VCENTER_DISCOVERY_ONGOING, VCENTER_DISCOVERY_RESYNCING, VCENTER_DISCOVERY_COMPLETE, VCENTER_DISCOVERY_DELETING_VCENTER, VCENTER_DISCOVERY_FAILURE, - * VCENTER_DISCOVERY_COMPLETE_NO_MGMT_NW, VCENTER_DISCOVERY_COMPLETE_PER_TENANT_IP_ROUTE, VCENTER_DISCOVERY_MAKING_SE_OVA, - * VCENTER_DISCOVERY_RESYNC_FAILED, VCENTER_DISCOVERY_OBJECT_LIMIT_REACHED. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return inventoryState - */ - @VsoMethod - public String getInventoryState() { - return inventoryState; - } - - /** - * This is the setter method to the attribute. - * Enum options - VCENTER_DISCOVERY_BAD_CREDENTIALS, VCENTER_DISCOVERY_RETRIEVING_DC, VCENTER_DISCOVERY_WAITING_DC, VCENTER_DISCOVERY_RETRIEVING_NW, - * VCENTER_DISCOVERY_ONGOING, VCENTER_DISCOVERY_RESYNCING, VCENTER_DISCOVERY_COMPLETE, VCENTER_DISCOVERY_DELETING_VCENTER, VCENTER_DISCOVERY_FAILURE, - * VCENTER_DISCOVERY_COMPLETE_NO_MGMT_NW, VCENTER_DISCOVERY_COMPLETE_PER_TENANT_IP_ROUTE, VCENTER_DISCOVERY_MAKING_SE_OVA, - * VCENTER_DISCOVERY_RESYNC_FAILED, VCENTER_DISCOVERY_OBJECT_LIMIT_REACHED. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param inventoryState set the inventoryState. - */ - @VsoMethod - public void setInventoryState(String inventoryState) { - this.inventoryState = inventoryState; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property management_network of obj type vimgrvcenterruntime field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return managementNetwork - */ - @VsoMethod - public String getManagementNetwork() { - return managementNetwork; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property management_network of obj type vimgrvcenterruntime field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param managementNetwork set the managementNetwork. - */ - @VsoMethod - public void setManagementNetwork(String managementNetwork) { - this.managementNetwork = managementNetwork; - } - - /** - * This is the getter method this will return the attribute value. - * Name of the object. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return name - */ - @VsoMethod - public String getName() { - return name; - } - - /** - * This is the setter method to the attribute. - * Name of the object. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param name set the name. - */ - @VsoMethod - public void setName(String name) { - this.name = name; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property num_clusters of obj type vimgrvcenterruntime field type str type integer. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return numClusters - */ - @VsoMethod - public Integer getNumClusters() { - return numClusters; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property num_clusters of obj type vimgrvcenterruntime field type str type integer. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param numClusters set the numClusters. - */ - @VsoMethod - public void setNumClusters(Integer numClusters) { - this.numClusters = numClusters; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property num_dcs of obj type vimgrvcenterruntime field type str type integer. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return numDcs - */ - @VsoMethod - public Integer getNumDcs() { - return numDcs; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property num_dcs of obj type vimgrvcenterruntime field type str type integer. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param numDcs set the numDcs. - */ - @VsoMethod - public void setNumDcs(Integer numDcs) { - this.numDcs = numDcs; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property num_hosts of obj type vimgrvcenterruntime field type str type integer. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return numHosts - */ - @VsoMethod - public Integer getNumHosts() { - return numHosts; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property num_hosts of obj type vimgrvcenterruntime field type str type integer. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param numHosts set the numHosts. - */ - @VsoMethod - public void setNumHosts(Integer numHosts) { - this.numHosts = numHosts; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property num_nws of obj type vimgrvcenterruntime field type str type integer. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return numNws - */ - @VsoMethod - public Integer getNumNws() { - return numNws; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property num_nws of obj type vimgrvcenterruntime field type str type integer. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param numNws set the numNws. - */ - @VsoMethod - public void setNumNws(Integer numNws) { - this.numNws = numNws; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property num_vcenter_req_pending of obj type vimgrvcenterruntime field type str type integer. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return numVcenterReqPending - */ - @VsoMethod - public Integer getNumVcenterReqPending() { - return numVcenterReqPending; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property num_vcenter_req_pending of obj type vimgrvcenterruntime field type str type integer. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param numVcenterReqPending set the numVcenterReqPending. - */ - @VsoMethod - public void setNumVcenterReqPending(Integer numVcenterReqPending) { - this.numVcenterReqPending = numVcenterReqPending; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property num_vms of obj type vimgrvcenterruntime field type str type integer. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return numVms - */ - @VsoMethod - public Integer getNumVms() { - return numVms; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property num_vms of obj type vimgrvcenterruntime field type str type integer. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param numVms set the numVms. - */ - @VsoMethod - public void setNumVms(Integer numVms) { - this.numVms = numVms; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property password of obj type vimgrvcenterruntime field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return password - */ - @VsoMethod - public String getPassword() { - return password; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property password of obj type vimgrvcenterruntime field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param password set the password. - */ - @VsoMethod - public void setPassword(String password) { - this.password = password; - } - - /** - * This is the getter method this will return the attribute value. - * Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return privilege - */ - @VsoMethod - public String getPrivilege() { - return privilege; - } - - /** - * This is the setter method to the attribute. - * Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param privilege set the privilege. - */ - @VsoMethod - public void setPrivilege(String privilege) { - this.privilege = privilege; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property progress of obj type vimgrvcenterruntime field type str type integer. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return progress - */ - @VsoMethod - public Integer getProgress() { - return progress; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property progress of obj type vimgrvcenterruntime field type str type integer. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param progress set the progress. - */ - @VsoMethod - public void setProgress(Integer progress) { - this.progress = progress; - } - - /** - * This is the getter method this will return the attribute value. - * It is a reference to an object of type tenant. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return tenantRef - */ - @VsoMethod - public String getTenantRef() { - return tenantRef; - } - - /** - * This is the setter method to the attribute. - * It is a reference to an object of type tenant. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param tenantRef set the tenantRef. - */ - @VsoMethod - public void setTenantRef(String tenantRef) { - this.tenantRef = tenantRef; - } - - /** - * This is the getter method this will return the attribute value. - * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, - * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return type - */ - @VsoMethod - public String getType() { - return type; - } - - /** - * 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. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param type set the type. - */ - @VsoMethod - public void setType(String type) { - this.type = type; - } -/** - * This is the getter method this will return the attribute value. - * Avi controller URL of the object. - * @return url - */ - @VsoMethod - public String getUrl() { - return url; - } - - /** - * This is the setter method. this will set the url - * Avi controller URL of the object. - * @return url - */ - @VsoMethod - public void setUrl(String url) { - this.url = url; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property username of obj type vimgrvcenterruntime field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return username - */ - @VsoMethod - public String getUsername() { - return username; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property username of obj type vimgrvcenterruntime field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param username set the username. - */ - @VsoMethod - public void setUsername(String username) { - this.username = username; - } - - /** - * This is the getter method this will return the attribute value. - * Unique object identifier of the object. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return uuid - */ - @VsoMethod - public String getUuid() { - return uuid; - } - - /** - * This is the setter method to the attribute. - * Unique object identifier of the object. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param uuid set the uuid. - */ - @VsoMethod - public void setUuid(String uuid) { - this.uuid = uuid; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_connected of obj type vimgrvcenterruntime field type str type boolean. - * Default value when not specified in API or module is interpreted by Avi Controller as false. - * @return vcenterConnected - */ - @VsoMethod - public Boolean getVcenterConnected() { - return vcenterConnected; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property vcenter_connected of obj type vimgrvcenterruntime field type str type boolean. - * Default value when not specified in API or module is interpreted by Avi Controller as false. - * @param vcenterConnected set the vcenterConnected. - */ - @VsoMethod - public void setVcenterConnected(Boolean vcenterConnected) { - this.vcenterConnected = vcenterConnected; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_fullname of obj type vimgrvcenterruntime field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vcenterFullname - */ - @VsoMethod - public String getVcenterFullname() { - return vcenterFullname; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property vcenter_fullname of obj type vimgrvcenterruntime field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param vcenterFullname set the vcenterFullname. - */ - @VsoMethod - public void setVcenterFullname(String vcenterFullname) { - this.vcenterFullname = vcenterFullname; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_template_se_location of obj type vimgrvcenterruntime field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vcenterTemplateSeLocation - */ - @VsoMethod - public String getVcenterTemplateSeLocation() { - return vcenterTemplateSeLocation; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property vcenter_template_se_location of obj type vimgrvcenterruntime field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param vcenterTemplateSeLocation set the vcenterTemplateSeLocation. - */ - @VsoMethod - public void setVcenterTemplateSeLocation(String vcenterTemplateSeLocation) { - this.vcenterTemplateSeLocation = vcenterTemplateSeLocation; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_url of obj type vimgrvcenterruntime field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vcenterUrl - */ - @VsoMethod - public String getVcenterUrl() { - return vcenterUrl; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property vcenter_url of obj type vimgrvcenterruntime field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param vcenterUrl set the vcenterUrl. - */ - @VsoMethod - public void setVcenterUrl(String vcenterUrl) { - this.vcenterUrl = vcenterUrl; - } - - - public String getObjectID() { - return name + "(" + uuid + ")"; - } - -@Override -public boolean equals(java.lang.Object o) { - if (this == o) { - return true; - } - if (o == null || getClass() != o.getClass()) { - return false; - } - VIMgrVcenterRuntime objVIMgrVcenterRuntime = (VIMgrVcenterRuntime) o; - return Objects.equals(this.type, objVIMgrVcenterRuntime.type)&& - Objects.equals(this.uuid, objVIMgrVcenterRuntime.uuid)&& - Objects.equals(this.name, objVIMgrVcenterRuntime.name)&& - Objects.equals(this.vcenterUrl, objVIMgrVcenterRuntime.vcenterUrl)&& - Objects.equals(this.username, objVIMgrVcenterRuntime.username)&& - Objects.equals(this.password, objVIMgrVcenterRuntime.password)&& - Objects.equals(this.datacenterRefs, objVIMgrVcenterRuntime.datacenterRefs)&& - Objects.equals(this.privilege, objVIMgrVcenterRuntime.privilege)&& - Objects.equals(this.inventoryState, objVIMgrVcenterRuntime.inventoryState)&& - Objects.equals(this.discoveredDatacenter, objVIMgrVcenterRuntime.discoveredDatacenter)&& - Objects.equals(this.progress, objVIMgrVcenterRuntime.progress)&& - Objects.equals(this.numDcs, objVIMgrVcenterRuntime.numDcs)&& - Objects.equals(this.numHosts, objVIMgrVcenterRuntime.numHosts)&& - Objects.equals(this.numClusters, objVIMgrVcenterRuntime.numClusters)&& - Objects.equals(this.numVms, objVIMgrVcenterRuntime.numVms)&& - Objects.equals(this.numNws, objVIMgrVcenterRuntime.numNws)&& - Objects.equals(this.numVcenterReqPending, objVIMgrVcenterRuntime.numVcenterReqPending)&& - Objects.equals(this.discStartTime, objVIMgrVcenterRuntime.discStartTime)&& - Objects.equals(this.discEndTime, objVIMgrVcenterRuntime.discEndTime)&& - Objects.equals(this.managementNetwork, objVIMgrVcenterRuntime.managementNetwork)&& - Objects.equals(this.inventoryProgress, objVIMgrVcenterRuntime.inventoryProgress)&& - Objects.equals(this.apicMode, objVIMgrVcenterRuntime.apicMode)&& - Objects.equals(this.vcenterTemplateSeLocation, objVIMgrVcenterRuntime.vcenterTemplateSeLocation)&& - Objects.equals(this.apiVersion, objVIMgrVcenterRuntime.apiVersion)&& - Objects.equals(this.vcenterFullname, objVIMgrVcenterRuntime.vcenterFullname)&& - Objects.equals(this.vcenterConnected, objVIMgrVcenterRuntime.vcenterConnected)&& - Objects.equals(this.tenantRef, objVIMgrVcenterRuntime.tenantRef)&& - Objects.equals(this.cloudRef, objVIMgrVcenterRuntime.cloudRef); -} - -@Override -public String toString() { - StringBuilder sb = new StringBuilder(); - sb.append("class VIMgrVcenterRuntime {\n"); - sb.append(" apiVersion: ").append(toIndentedString(apiVersion)).append("\n"); - sb.append(" apicMode: ").append(toIndentedString(apicMode)).append("\n"); - sb.append(" cloudRef: ").append(toIndentedString(cloudRef)).append("\n"); - sb.append(" datacenterRefs: ").append(toIndentedString(datacenterRefs)).append("\n"); - sb.append(" discEndTime: ").append(toIndentedString(discEndTime)).append("\n"); - sb.append(" discStartTime: ").append(toIndentedString(discStartTime)).append("\n"); - sb.append(" discoveredDatacenter: ").append(toIndentedString(discoveredDatacenter)).append("\n"); - sb.append(" inventoryProgress: ").append(toIndentedString(inventoryProgress)).append("\n"); - sb.append(" inventoryState: ").append(toIndentedString(inventoryState)).append("\n"); - sb.append(" managementNetwork: ").append(toIndentedString(managementNetwork)).append("\n"); - sb.append(" name: ").append(toIndentedString(name)).append("\n"); - sb.append(" numClusters: ").append(toIndentedString(numClusters)).append("\n"); - sb.append(" numDcs: ").append(toIndentedString(numDcs)).append("\n"); - sb.append(" numHosts: ").append(toIndentedString(numHosts)).append("\n"); - sb.append(" numNws: ").append(toIndentedString(numNws)).append("\n"); - sb.append(" numVcenterReqPending: ").append(toIndentedString(numVcenterReqPending)).append("\n"); - sb.append(" numVms: ").append(toIndentedString(numVms)).append("\n"); - sb.append(" password: ").append(toIndentedString(password)).append("\n"); - sb.append(" privilege: ").append(toIndentedString(privilege)).append("\n"); - sb.append(" progress: ").append(toIndentedString(progress)).append("\n"); - sb.append(" tenantRef: ").append(toIndentedString(tenantRef)).append("\n"); - sb.append(" type: ").append(toIndentedString(type)).append("\n"); - sb.append(" username: ").append(toIndentedString(username)).append("\n"); - sb.append(" uuid: ").append(toIndentedString(uuid)).append("\n"); - sb.append(" vcenterConnected: ").append(toIndentedString(vcenterConnected)).append("\n"); - sb.append(" vcenterFullname: ").append(toIndentedString(vcenterFullname)).append("\n"); - sb.append(" vcenterTemplateSeLocation: ").append(toIndentedString(vcenterTemplateSeLocation)).append("\n"); - sb.append(" vcenterUrl: ").append(toIndentedString(vcenterUrl)).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/VIPGNameInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIPGNameInfo.java index 2a5ebd7e..edd42ba0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIPGNameInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIPGNameInfo.java @@ -48,7 +48,7 @@ public class VIPGNameInfo extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property managed_object_id of obj type vipgnameinfo field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managedObjectId */ @@ -59,7 +59,7 @@ public String getManagedObjectId() { /** * This is the setter method to the attribute. - * Placeholder for description of property managed_object_id of obj type vipgnameinfo field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managedObjectId set the managedObjectId. */ @@ -70,7 +70,7 @@ public void setManagedObjectId(String managedObjectId) { /** * 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 */ @@ -81,7 +81,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. */ @@ -93,6 +93,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 */ @@ -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/VIRetrievePGNames.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIRetrievePGNames.java deleted file mode 100644 index 0fa4cbcb..00000000 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIRetrievePGNames.java +++ /dev/null @@ -1,201 +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 VIRetrievePGNames is a POJO class extends AviRestResource that used for creating - * VIRetrievePGNames. - * - * @version 1.0 - * @since - * - */ -@VsoObject(create = false, name = "VIRetrievePGNames") -@VsoFinder(name = Constants.FINDER_VRO_VIRETRIEVEPGNAMES) -@JsonIgnoreProperties(ignoreUnknown = true) -@Service -public class VIRetrievePGNames extends AviRestResource { - @JsonProperty("cloud_uuid") - @JsonInclude(Include.NON_NULL) - private String cloudUuid = null; - - @JsonProperty("datacenter") - @JsonInclude(Include.NON_NULL) - private String datacenter = null; - - @JsonProperty("password") - @JsonInclude(Include.NON_NULL) - private String password = "vmware"; - - @JsonProperty("username") - @JsonInclude(Include.NON_NULL) - private String username = "root"; - - @JsonProperty("vcenter_url") - @JsonInclude(Include.NON_NULL) - private String vcenterUrl = null; - - - - /** - * This is the getter method this will return the attribute value. - * Unique object identifier of cloud. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return cloudUuid - */ - @VsoMethod - public String getCloudUuid() { - return cloudUuid; - } - - /** - * This is the setter method to the attribute. - * Unique object identifier of cloud. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param cloudUuid set the cloudUuid. - */ - @VsoMethod - public void setCloudUuid(String cloudUuid) { - this.cloudUuid = cloudUuid; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property datacenter of obj type viretrievepgnames field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return datacenter - */ - @VsoMethod - public String getDatacenter() { - return datacenter; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property datacenter of obj type viretrievepgnames field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param datacenter set the datacenter. - */ - @VsoMethod - public void setDatacenter(String datacenter) { - this.datacenter = datacenter; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property password of obj type viretrievepgnames field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as "vmware". - * @return password - */ - @VsoMethod - public String getPassword() { - return password; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property password of obj type viretrievepgnames field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as "vmware". - * @param password set the password. - */ - @VsoMethod - public void setPassword(String password) { - this.password = password; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property username of obj type viretrievepgnames field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as "root". - * @return username - */ - @VsoMethod - public String getUsername() { - return username; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property username of obj type viretrievepgnames field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as "root". - * @param username set the username. - */ - @VsoMethod - public void setUsername(String username) { - this.username = username; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_url of obj type viretrievepgnames field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vcenterUrl - */ - @VsoMethod - public String getVcenterUrl() { - return vcenterUrl; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property vcenter_url of obj type viretrievepgnames field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param vcenterUrl set the vcenterUrl. - */ - @VsoMethod - public void setVcenterUrl(String vcenterUrl) { - this.vcenterUrl = vcenterUrl; - } - - - -@Override -public boolean equals(java.lang.Object o) { - if (this == o) { - return true; - } - if (o == null || getClass() != o.getClass()) { - return false; - } - VIRetrievePGNames objVIRetrievePGNames = (VIRetrievePGNames) o; - return Objects.equals(this.vcenterUrl, objVIRetrievePGNames.vcenterUrl)&& - Objects.equals(this.username, objVIRetrievePGNames.username)&& - Objects.equals(this.password, objVIRetrievePGNames.password)&& - Objects.equals(this.datacenter, objVIRetrievePGNames.datacenter)&& - Objects.equals(this.cloudUuid, objVIRetrievePGNames.cloudUuid); -} - -@Override -public String toString() { - StringBuilder sb = new StringBuilder(); - sb.append("class VIRetrievePGNames {\n"); - sb.append(" cloudUuid: ").append(toIndentedString(cloudUuid)).append("\n"); - sb.append(" datacenter: ").append(toIndentedString(datacenter)).append("\n"); - sb.append(" password: ").append(toIndentedString(password)).append("\n"); - sb.append(" username: ").append(toIndentedString(username)).append("\n"); - sb.append(" vcenterUrl: ").append(toIndentedString(vcenterUrl)).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/VISeVmIpConfParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VISeVmIpConfParams.java deleted file mode 100644 index 93d375db..00000000 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VISeVmIpConfParams.java +++ /dev/null @@ -1,173 +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 VISeVmIpConfParams is a POJO class extends AviRestResource that used for creating - * VISeVmIpConfParams. - * - * @version 1.0 - * @since - * - */ -@VsoObject(create = false, name = "VISeVmIpConfParams") -@VsoFinder(name = Constants.FINDER_VRO_VISEVMIPCONFPARAMS) -@JsonIgnoreProperties(ignoreUnknown = true) -@Service -public class VISeVmIpConfParams extends AviRestResource { - @JsonProperty("default_gw") - @JsonInclude(Include.NON_NULL) - private String defaultGw = null; - - @JsonProperty("mgmt_ip_addr") - @JsonInclude(Include.NON_NULL) - private String mgmtIpAddr = null; - - @JsonProperty("mgmt_ip_type") - @JsonInclude(Include.NON_NULL) - private String mgmtIpType = null; - - @JsonProperty("mgmt_net_mask") - @JsonInclude(Include.NON_NULL) - private String mgmtNetMask = null; - - - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property default_gw of obj type visevmipconfparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return defaultGw - */ - @VsoMethod - public String getDefaultGw() { - return defaultGw; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property default_gw of obj type visevmipconfparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param defaultGw set the defaultGw. - */ - @VsoMethod - public void setDefaultGw(String defaultGw) { - this.defaultGw = defaultGw; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property mgmt_ip_addr of obj type visevmipconfparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return mgmtIpAddr - */ - @VsoMethod - public String getMgmtIpAddr() { - return mgmtIpAddr; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property mgmt_ip_addr of obj type visevmipconfparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param mgmtIpAddr set the mgmtIpAddr. - */ - @VsoMethod - public void setMgmtIpAddr(String mgmtIpAddr) { - this.mgmtIpAddr = mgmtIpAddr; - } - - /** - * This is the getter method this will return the attribute value. - * Enum options - VNIC_IP_TYPE_DHCP, VNIC_IP_TYPE_STATIC. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return mgmtIpType - */ - @VsoMethod - public String getMgmtIpType() { - return mgmtIpType; - } - - /** - * This is the setter method to the attribute. - * Enum options - VNIC_IP_TYPE_DHCP, VNIC_IP_TYPE_STATIC. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param mgmtIpType set the mgmtIpType. - */ - @VsoMethod - public void setMgmtIpType(String mgmtIpType) { - this.mgmtIpType = mgmtIpType; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property mgmt_net_mask of obj type visevmipconfparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return mgmtNetMask - */ - @VsoMethod - public String getMgmtNetMask() { - return mgmtNetMask; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property mgmt_net_mask of obj type visevmipconfparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param mgmtNetMask set the mgmtNetMask. - */ - @VsoMethod - public void setMgmtNetMask(String mgmtNetMask) { - this.mgmtNetMask = mgmtNetMask; - } - - - -@Override -public boolean equals(java.lang.Object o) { - if (this == o) { - return true; - } - if (o == null || getClass() != o.getClass()) { - return false; - } - VISeVmIpConfParams objVISeVmIpConfParams = (VISeVmIpConfParams) o; - return Objects.equals(this.mgmtIpType, objVISeVmIpConfParams.mgmtIpType)&& - Objects.equals(this.mgmtIpAddr, objVISeVmIpConfParams.mgmtIpAddr)&& - Objects.equals(this.mgmtNetMask, objVISeVmIpConfParams.mgmtNetMask)&& - Objects.equals(this.defaultGw, objVISeVmIpConfParams.defaultGw); -} - -@Override -public String toString() { - StringBuilder sb = new StringBuilder(); - sb.append("class VISeVmIpConfParams {\n"); - sb.append(" defaultGw: ").append(toIndentedString(defaultGw)).append("\n"); - sb.append(" mgmtIpAddr: ").append(toIndentedString(mgmtIpAddr)).append("\n"); - sb.append(" mgmtIpType: ").append(toIndentedString(mgmtIpType)).append("\n"); - sb.append(" mgmtNetMask: ").append(toIndentedString(mgmtNetMask)).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/VISeVmOvaParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VISeVmOvaParams.java deleted file mode 100644 index b43a21f8..00000000 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VISeVmOvaParams.java +++ /dev/null @@ -1,665 +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 VISeVmOvaParams is a POJO class extends AviRestResource that used for creating - * VISeVmOvaParams. - * - * @version 1.0 - * @since - * - */ -@VsoObject(create = false, name = "VISeVmOvaParams") -@VsoFinder(name = Constants.FINDER_VRO_VISEVMOVAPARAMS) -@JsonIgnoreProperties(ignoreUnknown = true) -@Service -public class VISeVmOvaParams extends AviRestResource { - @JsonProperty("controller_cluster_uuid") - @JsonInclude(Include.NON_NULL) - private String controllerClusterUuid = null; - - @JsonProperty("controller_ip_addr") - @JsonInclude(Include.NON_NULL) - private String controllerIpAddr = null; - - @JsonProperty("mode") - @JsonInclude(Include.NON_NULL) - private String mode = null; - - @JsonProperty("rm_cookie") - @JsonInclude(Include.NON_NULL) - private String rmCookie = null; - - @JsonProperty("se_auth_token") - @JsonInclude(Include.NON_NULL) - private String seAuthToken = null; - - @JsonProperty("sevm_name") - @JsonInclude(Include.NON_NULL) - private String sevmName = null; - - @JsonProperty("single_socket_affinity") - @JsonInclude(Include.NON_NULL) - private Boolean singleSocketAffinity = null; - - @JsonProperty("vcenter_cpu_reserv") - @JsonInclude(Include.NON_NULL) - private Boolean vcenterCpuReserv = false; - - @JsonProperty("vcenter_ds_include") - @JsonInclude(Include.NON_NULL) - private Boolean vcenterDsInclude = null; - - @JsonProperty("vcenter_ds_info") - @JsonInclude(Include.NON_NULL) - private List vcenterDsInfo = null; - - @JsonProperty("vcenter_ds_mode") - @JsonInclude(Include.NON_NULL) - private String vcenterDsMode = null; - - @JsonProperty("vcenter_host") - @JsonInclude(Include.NON_NULL) - private String vcenterHost = null; - - @JsonProperty("vcenter_internal") - @JsonInclude(Include.NON_NULL) - private String vcenterInternal = "UNIFIED ADMIN"; - - @JsonProperty("vcenter_mem_reserv") - @JsonInclude(Include.NON_NULL) - private Boolean vcenterMemReserv = false; - - @JsonProperty("vcenter_num_mem") - @JsonInclude(Include.NON_NULL) - private Integer vcenterNumMem = 2048; - - @JsonProperty("vcenter_num_se_cores") - @JsonInclude(Include.NON_NULL) - private Integer vcenterNumSeCores = 2; - - @JsonProperty("vcenter_opaque_nwid") - @JsonInclude(Include.NON_NULL) - private String vcenterOpaqueNwid = null; - - @JsonProperty("vcenter_ovf_path") - @JsonInclude(Include.NON_NULL) - private String vcenterOvfPath = null; - - @JsonProperty("vcenter_se_disk_size_KB") - @JsonInclude(Include.NON_NULL) - private Integer vcenterSeDiskSizeKb = 10485760; - - @JsonProperty("vcenter_se_mgmt_nw") - @JsonInclude(Include.NON_NULL) - private String vcenterSeMgmtNw = null; - - @JsonProperty("vcenter_vm_folder") - @JsonInclude(Include.NON_NULL) - private String vcenterVmFolder = null; - - - - /** - * This is the getter method this will return the attribute value. - * Unique object identifier of controller_cluster. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return controllerClusterUuid - */ - @VsoMethod - public String getControllerClusterUuid() { - return controllerClusterUuid; - } - - /** - * This is the setter method to the attribute. - * Unique object identifier of controller_cluster. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param controllerClusterUuid set the controllerClusterUuid. - */ - @VsoMethod - public void setControllerClusterUuid(String controllerClusterUuid) { - this.controllerClusterUuid = controllerClusterUuid; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property controller_ip_addr of obj type visevmovaparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return controllerIpAddr - */ - @VsoMethod - public String getControllerIpAddr() { - return controllerIpAddr; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property controller_ip_addr of obj type visevmovaparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param controllerIpAddr set the controllerIpAddr. - */ - @VsoMethod - public void setControllerIpAddr(String controllerIpAddr) { - this.controllerIpAddr = controllerIpAddr; - } - - /** - * This is the getter method this will return the attribute value. - * Enum options - APIC_MODE, NON_APIC_MODE. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return mode - */ - @VsoMethod - public String getMode() { - return mode; - } - - /** - * This is the setter method to the attribute. - * Enum options - APIC_MODE, NON_APIC_MODE. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param mode set the mode. - */ - @VsoMethod - public void setMode(String mode) { - this.mode = mode; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property rm_cookie of obj type visevmovaparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return rmCookie - */ - @VsoMethod - public String getRmCookie() { - return rmCookie; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property rm_cookie of obj type visevmovaparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param rmCookie set the rmCookie. - */ - @VsoMethod - public void setRmCookie(String rmCookie) { - this.rmCookie = rmCookie; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property se_auth_token of obj type visevmovaparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return seAuthToken - */ - @VsoMethod - public String getSeAuthToken() { - return seAuthToken; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property se_auth_token of obj type visevmovaparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param seAuthToken set the seAuthToken. - */ - @VsoMethod - public void setSeAuthToken(String seAuthToken) { - this.seAuthToken = seAuthToken; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property sevm_name of obj type visevmovaparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return sevmName - */ - @VsoMethod - public String getSevmName() { - return sevmName; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property sevm_name of obj type visevmovaparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param sevmName set the sevmName. - */ - @VsoMethod - public void setSevmName(String sevmName) { - this.sevmName = sevmName; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property single_socket_affinity of obj type visevmovaparams field type str type boolean. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return singleSocketAffinity - */ - @VsoMethod - public Boolean getSingleSocketAffinity() { - return singleSocketAffinity; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property single_socket_affinity of obj type visevmovaparams field type str type boolean. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param singleSocketAffinity set the singleSocketAffinity. - */ - @VsoMethod - public void setSingleSocketAffinity(Boolean singleSocketAffinity) { - this.singleSocketAffinity = singleSocketAffinity; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_cpu_reserv of obj type visevmovaparams field type str type boolean. - * Default value when not specified in API or module is interpreted by Avi Controller as false. - * @return vcenterCpuReserv - */ - @VsoMethod - public Boolean getVcenterCpuReserv() { - return vcenterCpuReserv; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property vcenter_cpu_reserv of obj type visevmovaparams field type str type boolean. - * Default value when not specified in API or module is interpreted by Avi Controller as false. - * @param vcenterCpuReserv set the vcenterCpuReserv. - */ - @VsoMethod - public void setVcenterCpuReserv(Boolean vcenterCpuReserv) { - this.vcenterCpuReserv = vcenterCpuReserv; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_ds_include of obj type visevmovaparams field type str type boolean. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vcenterDsInclude - */ - @VsoMethod - public Boolean getVcenterDsInclude() { - return vcenterDsInclude; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property vcenter_ds_include of obj type visevmovaparams field type str type boolean. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param vcenterDsInclude set the vcenterDsInclude. - */ - @VsoMethod - public void setVcenterDsInclude(Boolean vcenterDsInclude) { - this.vcenterDsInclude = vcenterDsInclude; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_ds_info of obj type visevmovaparams field type str type array. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vcenterDsInfo - */ - @VsoMethod - public List getVcenterDsInfo() { - return vcenterDsInfo; - } - - /** - * This is the setter method. this will set the vcenterDsInfo - * Placeholder for description of property vcenter_ds_info of obj type visevmovaparams field type str type array. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vcenterDsInfo - */ - @VsoMethod - public void setVcenterDsInfo(List vcenterDsInfo) { - this.vcenterDsInfo = vcenterDsInfo; - } - - /** - * This is the setter method this will set the vcenterDsInfo - * Placeholder for description of property vcenter_ds_info of obj type visevmovaparams field type str type array. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vcenterDsInfo - */ - @VsoMethod - public VISeVmOvaParams addVcenterDsInfoItem(VcenterDatastore vcenterDsInfoItem) { - if (this.vcenterDsInfo == null) { - this.vcenterDsInfo = new ArrayList(); - } - this.vcenterDsInfo.add(vcenterDsInfoItem); - return this; - } - - - /** - * This is the getter method this will return the attribute value. - * Enum options - VCENTER_DATASTORE_ANY, VCENTER_DATASTORE_LOCAL, VCENTER_DATASTORE_SHARED. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vcenterDsMode - */ - @VsoMethod - public String getVcenterDsMode() { - return vcenterDsMode; - } - - /** - * This is the setter method to the attribute. - * Enum options - VCENTER_DATASTORE_ANY, VCENTER_DATASTORE_LOCAL, VCENTER_DATASTORE_SHARED. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param vcenterDsMode set the vcenterDsMode. - */ - @VsoMethod - public void setVcenterDsMode(String vcenterDsMode) { - this.vcenterDsMode = vcenterDsMode; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_host of obj type visevmovaparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vcenterHost - */ - @VsoMethod - public String getVcenterHost() { - return vcenterHost; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property vcenter_host of obj type visevmovaparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param vcenterHost set the vcenterHost. - */ - @VsoMethod - public void setVcenterHost(String vcenterHost) { - this.vcenterHost = vcenterHost; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_internal of obj type visevmovaparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as "UNIFIED ADMIN". - * @return vcenterInternal - */ - @VsoMethod - public String getVcenterInternal() { - return vcenterInternal; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property vcenter_internal of obj type visevmovaparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as "UNIFIED ADMIN". - * @param vcenterInternal set the vcenterInternal. - */ - @VsoMethod - public void setVcenterInternal(String vcenterInternal) { - this.vcenterInternal = vcenterInternal; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_mem_reserv of obj type visevmovaparams field type str type boolean. - * Default value when not specified in API or module is interpreted by Avi Controller as false. - * @return vcenterMemReserv - */ - @VsoMethod - public Boolean getVcenterMemReserv() { - return vcenterMemReserv; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property vcenter_mem_reserv of obj type visevmovaparams field type str type boolean. - * Default value when not specified in API or module is interpreted by Avi Controller as false. - * @param vcenterMemReserv set the vcenterMemReserv. - */ - @VsoMethod - public void setVcenterMemReserv(Boolean vcenterMemReserv) { - this.vcenterMemReserv = vcenterMemReserv; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_num_mem of obj type visevmovaparams field type str type integer. - * Default value when not specified in API or module is interpreted by Avi Controller as 2048. - * @return vcenterNumMem - */ - @VsoMethod - public Integer getVcenterNumMem() { - return vcenterNumMem; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property vcenter_num_mem of obj type visevmovaparams field type str type integer. - * Default value when not specified in API or module is interpreted by Avi Controller as 2048. - * @param vcenterNumMem set the vcenterNumMem. - */ - @VsoMethod - public void setVcenterNumMem(Integer vcenterNumMem) { - this.vcenterNumMem = vcenterNumMem; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_num_se_cores of obj type visevmovaparams field type str type integer. - * Default value when not specified in API or module is interpreted by Avi Controller as 2. - * @return vcenterNumSeCores - */ - @VsoMethod - public Integer getVcenterNumSeCores() { - return vcenterNumSeCores; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property vcenter_num_se_cores of obj type visevmovaparams field type str type integer. - * Default value when not specified in API or module is interpreted by Avi Controller as 2. - * @param vcenterNumSeCores set the vcenterNumSeCores. - */ - @VsoMethod - public void setVcenterNumSeCores(Integer vcenterNumSeCores) { - this.vcenterNumSeCores = vcenterNumSeCores; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_opaque_nwid of obj type visevmovaparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vcenterOpaqueNwid - */ - @VsoMethod - public String getVcenterOpaqueNwid() { - return vcenterOpaqueNwid; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property vcenter_opaque_nwid of obj type visevmovaparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param vcenterOpaqueNwid set the vcenterOpaqueNwid. - */ - @VsoMethod - public void setVcenterOpaqueNwid(String vcenterOpaqueNwid) { - this.vcenterOpaqueNwid = vcenterOpaqueNwid; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_ovf_path of obj type visevmovaparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vcenterOvfPath - */ - @VsoMethod - public String getVcenterOvfPath() { - return vcenterOvfPath; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property vcenter_ovf_path of obj type visevmovaparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param vcenterOvfPath set the vcenterOvfPath. - */ - @VsoMethod - public void setVcenterOvfPath(String vcenterOvfPath) { - this.vcenterOvfPath = vcenterOvfPath; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_se_disk_size_kb of obj type visevmovaparams field type str type integer. - * Default value when not specified in API or module is interpreted by Avi Controller as 10485760. - * @return vcenterSeDiskSizeKb - */ - @VsoMethod - public Integer getVcenterSeDiskSizeKb() { - return vcenterSeDiskSizeKb; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property vcenter_se_disk_size_kb of obj type visevmovaparams field type str type integer. - * Default value when not specified in API or module is interpreted by Avi Controller as 10485760. - * @param vcenterSeDiskSizeKb set the vcenterSeDiskSizeKb. - */ - @VsoMethod - public void setVcenterSeDiskSizeKb(Integer vcenterSeDiskSizeKb) { - this.vcenterSeDiskSizeKb = vcenterSeDiskSizeKb; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_se_mgmt_nw of obj type visevmovaparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vcenterSeMgmtNw - */ - @VsoMethod - public String getVcenterSeMgmtNw() { - return vcenterSeMgmtNw; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property vcenter_se_mgmt_nw of obj type visevmovaparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param vcenterSeMgmtNw set the vcenterSeMgmtNw. - */ - @VsoMethod - public void setVcenterSeMgmtNw(String vcenterSeMgmtNw) { - this.vcenterSeMgmtNw = vcenterSeMgmtNw; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_vm_folder of obj type visevmovaparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vcenterVmFolder - */ - @VsoMethod - public String getVcenterVmFolder() { - return vcenterVmFolder; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property vcenter_vm_folder of obj type visevmovaparams field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param vcenterVmFolder set the vcenterVmFolder. - */ - @VsoMethod - public void setVcenterVmFolder(String vcenterVmFolder) { - this.vcenterVmFolder = vcenterVmFolder; - } - - - -@Override -public boolean equals(java.lang.Object o) { - if (this == o) { - return true; - } - if (o == null || getClass() != o.getClass()) { - return false; - } - VISeVmOvaParams objVISeVmOvaParams = (VISeVmOvaParams) o; - return Objects.equals(this.sevmName, objVISeVmOvaParams.sevmName)&& - Objects.equals(this.controllerIpAddr, objVISeVmOvaParams.controllerIpAddr)&& - Objects.equals(this.rmCookie, objVISeVmOvaParams.rmCookie)&& - Objects.equals(this.vcenterHost, objVISeVmOvaParams.vcenterHost)&& - Objects.equals(this.vcenterOvfPath, objVISeVmOvaParams.vcenterOvfPath)&& - Objects.equals(this.vcenterNumSeCores, objVISeVmOvaParams.vcenterNumSeCores)&& - Objects.equals(this.vcenterCpuReserv, objVISeVmOvaParams.vcenterCpuReserv)&& - Objects.equals(this.vcenterNumMem, objVISeVmOvaParams.vcenterNumMem)&& - Objects.equals(this.vcenterMemReserv, objVISeVmOvaParams.vcenterMemReserv)&& - Objects.equals(this.vcenterVmFolder, objVISeVmOvaParams.vcenterVmFolder)&& - Objects.equals(this.vcenterSeMgmtNw, objVISeVmOvaParams.vcenterSeMgmtNw)&& - Objects.equals(this.vcenterDsInfo, objVISeVmOvaParams.vcenterDsInfo)&& - Objects.equals(this.vcenterDsInclude, objVISeVmOvaParams.vcenterDsInclude)&& - Objects.equals(this.vcenterDsMode, objVISeVmOvaParams.vcenterDsMode)&& - Objects.equals(this.vcenterInternal, objVISeVmOvaParams.vcenterInternal)&& - Objects.equals(this.mode, objVISeVmOvaParams.mode)&& - Objects.equals(this.seAuthToken, objVISeVmOvaParams.seAuthToken)&& - Objects.equals(this.vcenterSeDiskSizeKb, objVISeVmOvaParams.vcenterSeDiskSizeKb)&& - Objects.equals(this.controllerClusterUuid, objVISeVmOvaParams.controllerClusterUuid)&& - Objects.equals(this.singleSocketAffinity, objVISeVmOvaParams.singleSocketAffinity)&& - Objects.equals(this.vcenterOpaqueNwid, objVISeVmOvaParams.vcenterOpaqueNwid); -} - -@Override -public String toString() { - StringBuilder sb = new StringBuilder(); - sb.append("class VISeVmOvaParams {\n"); - sb.append(" controllerClusterUuid: ").append(toIndentedString(controllerClusterUuid)).append("\n"); - sb.append(" controllerIpAddr: ").append(toIndentedString(controllerIpAddr)).append("\n"); - sb.append(" mode: ").append(toIndentedString(mode)).append("\n"); - sb.append(" rmCookie: ").append(toIndentedString(rmCookie)).append("\n"); - sb.append(" seAuthToken: ").append(toIndentedString(seAuthToken)).append("\n"); - sb.append(" sevmName: ").append(toIndentedString(sevmName)).append("\n"); - sb.append(" singleSocketAffinity: ").append(toIndentedString(singleSocketAffinity)).append("\n"); - sb.append(" vcenterCpuReserv: ").append(toIndentedString(vcenterCpuReserv)).append("\n"); - sb.append(" vcenterDsInclude: ").append(toIndentedString(vcenterDsInclude)).append("\n"); - sb.append(" vcenterDsInfo: ").append(toIndentedString(vcenterDsInfo)).append("\n"); - sb.append(" vcenterDsMode: ").append(toIndentedString(vcenterDsMode)).append("\n"); - sb.append(" vcenterHost: ").append(toIndentedString(vcenterHost)).append("\n"); - sb.append(" vcenterInternal: ").append(toIndentedString(vcenterInternal)).append("\n"); - sb.append(" vcenterMemReserv: ").append(toIndentedString(vcenterMemReserv)).append("\n"); - sb.append(" vcenterNumMem: ").append(toIndentedString(vcenterNumMem)).append("\n"); - sb.append(" vcenterNumSeCores: ").append(toIndentedString(vcenterNumSeCores)).append("\n"); - sb.append(" vcenterOpaqueNwid: ").append(toIndentedString(vcenterOpaqueNwid)).append("\n"); - sb.append(" vcenterOvfPath: ").append(toIndentedString(vcenterOvfPath)).append("\n"); - sb.append(" vcenterSeDiskSizeKb: ").append(toIndentedString(vcenterSeDiskSizeKb)).append("\n"); - sb.append(" vcenterSeMgmtNw: ").append(toIndentedString(vcenterSeMgmtNw)).append("\n"); - sb.append(" vcenterVmFolder: ").append(toIndentedString(vcenterVmFolder)).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/VISetMgmtIpSEReq.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VISetMgmtIpSEReq.java deleted file mode 100644 index 80868f6d..00000000 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VISetMgmtIpSEReq.java +++ /dev/null @@ -1,287 +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.avi.vro.model.VIAdminCredentials; -import com.vmware.avi.vro.model.VISeVmIpConfParams; -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 VISetMgmtIpSEReq is a POJO class extends AviRestResource that used for creating - * VISetMgmtIpSEReq. - * - * @version 1.0 - * @since - * - */ -@VsoObject(create = false, name = "VISetMgmtIpSEReq") -@VsoFinder(name = Constants.FINDER_VRO_VISETMGMTIPSEREQ) -@JsonIgnoreProperties(ignoreUnknown = true) -@Service -public class VISetMgmtIpSEReq extends AviRestResource { - @JsonProperty("admin") - @JsonInclude(Include.NON_NULL) - private VIAdminCredentials admin = null; - - @JsonProperty("all_vnic_connected") - @JsonInclude(Include.NON_NULL) - private Boolean allVnicConnected = false; - - @JsonProperty("cloud_uuid") - @JsonInclude(Include.NON_NULL) - private String cloudUuid = null; - - @JsonProperty("dc_uuid") - @JsonInclude(Include.NON_NULL) - private String dcUuid = null; - - @JsonProperty("ip_params") - @JsonInclude(Include.NON_NULL) - private VISeVmIpConfParams ipParams = null; - - @JsonProperty("power_on") - @JsonInclude(Include.NON_NULL) - private Boolean powerOn = true; - - @JsonProperty("rm_cookie") - @JsonInclude(Include.NON_NULL) - private String rmCookie = null; - - @JsonProperty("sevm_uuid") - @JsonInclude(Include.NON_NULL) - private String sevmUuid = null; - - - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property admin of obj type visetmgmtipsereq field type str type ref. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return admin - */ - @VsoMethod - public VIAdminCredentials getAdmin() { - return admin; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property admin of obj type visetmgmtipsereq field type str type ref. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param admin set the admin. - */ - @VsoMethod - public void setAdmin(VIAdminCredentials admin) { - this.admin = admin; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property all_vnic_connected of obj type visetmgmtipsereq field type str type boolean. - * Default value when not specified in API or module is interpreted by Avi Controller as false. - * @return allVnicConnected - */ - @VsoMethod - public Boolean getAllVnicConnected() { - return allVnicConnected; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property all_vnic_connected of obj type visetmgmtipsereq field type str type boolean. - * Default value when not specified in API or module is interpreted by Avi Controller as false. - * @param allVnicConnected set the allVnicConnected. - */ - @VsoMethod - public void setAllVnicConnected(Boolean allVnicConnected) { - this.allVnicConnected = allVnicConnected; - } - - /** - * This is the getter method this will return the attribute value. - * Unique object identifier of cloud. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return cloudUuid - */ - @VsoMethod - public String getCloudUuid() { - return cloudUuid; - } - - /** - * This is the setter method to the attribute. - * Unique object identifier of cloud. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param cloudUuid set the cloudUuid. - */ - @VsoMethod - public void setCloudUuid(String cloudUuid) { - this.cloudUuid = cloudUuid; - } - - /** - * This is the getter method this will return the attribute value. - * Unique object identifier of dc. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return dcUuid - */ - @VsoMethod - public String getDcUuid() { - return dcUuid; - } - - /** - * This is the setter method to the attribute. - * Unique object identifier of dc. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param dcUuid set the dcUuid. - */ - @VsoMethod - public void setDcUuid(String dcUuid) { - this.dcUuid = dcUuid; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property ip_params of obj type visetmgmtipsereq field type str type ref. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return ipParams - */ - @VsoMethod - public VISeVmIpConfParams getIpParams() { - return ipParams; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property ip_params of obj type visetmgmtipsereq field type str type ref. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param ipParams set the ipParams. - */ - @VsoMethod - public void setIpParams(VISeVmIpConfParams ipParams) { - this.ipParams = ipParams; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property power_on of obj type visetmgmtipsereq field type str type boolean. - * Default value when not specified in API or module is interpreted by Avi Controller as true. - * @return powerOn - */ - @VsoMethod - public Boolean getPowerOn() { - return powerOn; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property power_on of obj type visetmgmtipsereq field type str type boolean. - * Default value when not specified in API or module is interpreted by Avi Controller as true. - * @param powerOn set the powerOn. - */ - @VsoMethod - public void setPowerOn(Boolean powerOn) { - this.powerOn = powerOn; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property rm_cookie of obj type visetmgmtipsereq field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return rmCookie - */ - @VsoMethod - public String getRmCookie() { - return rmCookie; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property rm_cookie of obj type visetmgmtipsereq field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param rmCookie set the rmCookie. - */ - @VsoMethod - public void setRmCookie(String rmCookie) { - this.rmCookie = rmCookie; - } - - /** - * This is the getter method this will return the attribute value. - * Unique object identifier of sevm. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return sevmUuid - */ - @VsoMethod - public String getSevmUuid() { - return sevmUuid; - } - - /** - * This is the setter method to the attribute. - * Unique object identifier of sevm. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param sevmUuid set the sevmUuid. - */ - @VsoMethod - public void setSevmUuid(String sevmUuid) { - this.sevmUuid = sevmUuid; - } - - - -@Override -public boolean equals(java.lang.Object o) { - if (this == o) { - return true; - } - if (o == null || getClass() != o.getClass()) { - return false; - } - VISetMgmtIpSEReq objVISetMgmtIpSEReq = (VISetMgmtIpSEReq) o; - return Objects.equals(this.cloudUuid, objVISetMgmtIpSEReq.cloudUuid)&& - Objects.equals(this.sevmUuid, objVISetMgmtIpSEReq.sevmUuid)&& - Objects.equals(this.ipParams, objVISetMgmtIpSEReq.ipParams)&& - Objects.equals(this.allVnicConnected, objVISetMgmtIpSEReq.allVnicConnected)&& - Objects.equals(this.powerOn, objVISetMgmtIpSEReq.powerOn)&& - Objects.equals(this.admin, objVISetMgmtIpSEReq.admin)&& - Objects.equals(this.dcUuid, objVISetMgmtIpSEReq.dcUuid)&& - Objects.equals(this.rmCookie, objVISetMgmtIpSEReq.rmCookie); -} - -@Override -public String toString() { - StringBuilder sb = new StringBuilder(); - sb.append("class VISetMgmtIpSEReq {\n"); - sb.append(" admin: ").append(toIndentedString(admin)).append("\n"); - sb.append(" allVnicConnected: ").append(toIndentedString(allVnicConnected)).append("\n"); - sb.append(" cloudUuid: ").append(toIndentedString(cloudUuid)).append("\n"); - sb.append(" dcUuid: ").append(toIndentedString(dcUuid)).append("\n"); - sb.append(" ipParams: ").append(toIndentedString(ipParams)).append("\n"); - sb.append(" powerOn: ").append(toIndentedString(powerOn)).append("\n"); - sb.append(" rmCookie: ").append(toIndentedString(rmCookie)).append("\n"); - sb.append(" sevmUuid: ").append(toIndentedString(sevmUuid)).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/VISetvNicNwReq.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VISetvNicNwReq.java deleted file mode 100644 index 141472d9..00000000 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VISetvNicNwReq.java +++ /dev/null @@ -1,274 +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.avi.vro.model.VIAdminCredentials; -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 VISetvNicNwReq is a POJO class extends AviRestResource that used for creating - * VISetvNicNwReq. - * - * @version 1.0 - * @since - * - */ -@VsoObject(create = false, name = "VISetvNicNwReq") -@VsoFinder(name = Constants.FINDER_VRO_VISETVNICNWREQ) -@JsonIgnoreProperties(ignoreUnknown = true) -@Service -public class VISetvNicNwReq extends AviRestResource { - @JsonProperty("cloud_uuid") - @JsonInclude(Include.NON_NULL) - private String cloudUuid = null; - - @JsonProperty("dc_uuid") - @JsonInclude(Include.NON_NULL) - private String dcUuid = null; - - @JsonProperty("rm_cookie") - @JsonInclude(Include.NON_NULL) - private String rmCookie = null; - - @JsonProperty("sevm_uuid") - @JsonInclude(Include.NON_NULL) - private String sevmUuid = null; - - @JsonProperty("vcenter_admin") - @JsonInclude(Include.NON_NULL) - private VIAdminCredentials vcenterAdmin = null; - - @JsonProperty("vcenter_sevm_mor") - @JsonInclude(Include.NON_NULL) - private String vcenterSevmMor = null; - - @JsonProperty("vcenter_vnic_info") - @JsonInclude(Include.NON_NULL) - private List vcenterVnicInfo = null; - - - - /** - * This is the getter method this will return the attribute value. - * Unique object identifier of cloud. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return cloudUuid - */ - @VsoMethod - public String getCloudUuid() { - return cloudUuid; - } - - /** - * This is the setter method to the attribute. - * Unique object identifier of cloud. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param cloudUuid set the cloudUuid. - */ - @VsoMethod - public void setCloudUuid(String cloudUuid) { - this.cloudUuid = cloudUuid; - } - - /** - * This is the getter method this will return the attribute value. - * Unique object identifier of dc. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return dcUuid - */ - @VsoMethod - public String getDcUuid() { - return dcUuid; - } - - /** - * This is the setter method to the attribute. - * Unique object identifier of dc. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param dcUuid set the dcUuid. - */ - @VsoMethod - public void setDcUuid(String dcUuid) { - this.dcUuid = dcUuid; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property rm_cookie of obj type visetvnicnwreq field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return rmCookie - */ - @VsoMethod - public String getRmCookie() { - return rmCookie; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property rm_cookie of obj type visetvnicnwreq field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param rmCookie set the rmCookie. - */ - @VsoMethod - public void setRmCookie(String rmCookie) { - this.rmCookie = rmCookie; - } - - /** - * This is the getter method this will return the attribute value. - * Unique object identifier of sevm. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return sevmUuid - */ - @VsoMethod - public String getSevmUuid() { - return sevmUuid; - } - - /** - * This is the setter method to the attribute. - * Unique object identifier of sevm. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param sevmUuid set the sevmUuid. - */ - @VsoMethod - public void setSevmUuid(String sevmUuid) { - this.sevmUuid = sevmUuid; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_admin of obj type visetvnicnwreq field type str type ref. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vcenterAdmin - */ - @VsoMethod - public VIAdminCredentials getVcenterAdmin() { - return vcenterAdmin; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property vcenter_admin of obj type visetvnicnwreq field type str type ref. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param vcenterAdmin set the vcenterAdmin. - */ - @VsoMethod - public void setVcenterAdmin(VIAdminCredentials vcenterAdmin) { - this.vcenterAdmin = vcenterAdmin; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_sevm_mor of obj type visetvnicnwreq field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vcenterSevmMor - */ - @VsoMethod - public String getVcenterSevmMor() { - return vcenterSevmMor; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property vcenter_sevm_mor of obj type visetvnicnwreq field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param vcenterSevmMor set the vcenterSevmMor. - */ - @VsoMethod - public void setVcenterSevmMor(String vcenterSevmMor) { - this.vcenterSevmMor = vcenterSevmMor; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_vnic_info of obj type visetvnicnwreq field type str type array. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vcenterVnicInfo - */ - @VsoMethod - public List getVcenterVnicInfo() { - return vcenterVnicInfo; - } - - /** - * This is the setter method. this will set the vcenterVnicInfo - * Placeholder for description of property vcenter_vnic_info of obj type visetvnicnwreq field type str type array. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vcenterVnicInfo - */ - @VsoMethod - public void setVcenterVnicInfo(List vcenterVnicInfo) { - this.vcenterVnicInfo = vcenterVnicInfo; - } - - /** - * This is the setter method this will set the vcenterVnicInfo - * Placeholder for description of property vcenter_vnic_info of obj type visetvnicnwreq field type str type array. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vcenterVnicInfo - */ - @VsoMethod - public VISetvNicNwReq addVcenterVnicInfoItem(VIVmVnicInfo vcenterVnicInfoItem) { - if (this.vcenterVnicInfo == null) { - this.vcenterVnicInfo = new ArrayList(); - } - this.vcenterVnicInfo.add(vcenterVnicInfoItem); - return this; - } - - - - -@Override -public boolean equals(java.lang.Object o) { - if (this == o) { - return true; - } - if (o == null || getClass() != o.getClass()) { - return false; - } - VISetvNicNwReq objVISetvNicNwReq = (VISetvNicNwReq) o; - return Objects.equals(this.sevmUuid, objVISetvNicNwReq.sevmUuid)&& - Objects.equals(this.cloudUuid, objVISetvNicNwReq.cloudUuid)&& - Objects.equals(this.vcenterAdmin, objVISetvNicNwReq.vcenterAdmin)&& - Objects.equals(this.dcUuid, objVISetvNicNwReq.dcUuid)&& - Objects.equals(this.vcenterVnicInfo, objVISetvNicNwReq.vcenterVnicInfo)&& - Objects.equals(this.vcenterSevmMor, objVISetvNicNwReq.vcenterSevmMor)&& - Objects.equals(this.rmCookie, objVISetvNicNwReq.rmCookie); -} - -@Override -public String toString() { - StringBuilder sb = new StringBuilder(); - sb.append("class VISetvNicNwReq {\n"); - sb.append(" cloudUuid: ").append(toIndentedString(cloudUuid)).append("\n"); - sb.append(" dcUuid: ").append(toIndentedString(dcUuid)).append("\n"); - sb.append(" rmCookie: ").append(toIndentedString(rmCookie)).append("\n"); - sb.append(" sevmUuid: ").append(toIndentedString(sevmUuid)).append("\n"); - sb.append(" vcenterAdmin: ").append(toIndentedString(vcenterAdmin)).append("\n"); - sb.append(" vcenterSevmMor: ").append(toIndentedString(vcenterSevmMor)).append("\n"); - sb.append(" vcenterVnicInfo: ").append(toIndentedString(vcenterVnicInfo)).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/VIVmVnicInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIVmVnicInfo.java deleted file mode 100644 index 117e61e5..00000000 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VIVmVnicInfo.java +++ /dev/null @@ -1,145 +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 VIVmVnicInfo is a POJO class extends AviRestResource that used for creating - * VIVmVnicInfo. - * - * @version 1.0 - * @since - * - */ -@VsoObject(create = false, name = "VIVmVnicInfo") -@VsoFinder(name = Constants.FINDER_VRO_VIVMVNICINFO) -@JsonIgnoreProperties(ignoreUnknown = true) -@Service -public class VIVmVnicInfo extends AviRestResource { - @JsonProperty("mac_addr") - @JsonInclude(Include.NON_NULL) - private String macAddr = null; - - @JsonProperty("vcenter_portgroup") - @JsonInclude(Include.NON_NULL) - private String vcenterPortgroup = null; - - @JsonProperty("vcenter_vnic_nw") - @JsonInclude(Include.NON_NULL) - private String vcenterVnicNw = null; - - - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property mac_addr of obj type vivmvnicinfo field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return macAddr - */ - @VsoMethod - public String getMacAddr() { - return macAddr; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property mac_addr of obj type vivmvnicinfo field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param macAddr set the macAddr. - */ - @VsoMethod - public void setMacAddr(String macAddr) { - this.macAddr = macAddr; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_portgroup of obj type vivmvnicinfo field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vcenterPortgroup - */ - @VsoMethod - public String getVcenterPortgroup() { - return vcenterPortgroup; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property vcenter_portgroup of obj type vivmvnicinfo field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param vcenterPortgroup set the vcenterPortgroup. - */ - @VsoMethod - public void setVcenterPortgroup(String vcenterPortgroup) { - this.vcenterPortgroup = vcenterPortgroup; - } - - /** - * This is the getter method this will return the attribute value. - * Enum options - VNIC_VSWITCH, VNIC_DVS. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vcenterVnicNw - */ - @VsoMethod - public String getVcenterVnicNw() { - return vcenterVnicNw; - } - - /** - * This is the setter method to the attribute. - * Enum options - VNIC_VSWITCH, VNIC_DVS. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param vcenterVnicNw set the vcenterVnicNw. - */ - @VsoMethod - public void setVcenterVnicNw(String vcenterVnicNw) { - this.vcenterVnicNw = vcenterVnicNw; - } - - - -@Override -public boolean equals(java.lang.Object o) { - if (this == o) { - return true; - } - if (o == null || getClass() != o.getClass()) { - return false; - } - VIVmVnicInfo objVIVmVnicInfo = (VIVmVnicInfo) o; - return Objects.equals(this.macAddr, objVIVmVnicInfo.macAddr)&& - Objects.equals(this.vcenterVnicNw, objVIVmVnicInfo.vcenterVnicNw)&& - Objects.equals(this.vcenterPortgroup, objVIVmVnicInfo.vcenterPortgroup); -} - -@Override -public String toString() { - StringBuilder sb = new StringBuilder(); - sb.append("class VIVmVnicInfo {\n"); - sb.append(" macAddr: ").append(toIndentedString(macAddr)).append("\n"); - sb.append(" vcenterPortgroup: ").append(toIndentedString(vcenterPortgroup)).append("\n"); - sb.append(" vcenterVnicNw: ").append(toIndentedString(vcenterVnicNw)).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/VSDataScript.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VSDataScript.java index d573df88..416f99a4 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VSDataScript.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VSDataScript.java @@ -42,7 +42,8 @@ public class VSDataScript extends AviRestResource { * VS_DATASCRIPT_EVT_HTTP_POST_AUTH, VS_DATASCRIPT_EVT_TCP_CLIENT_ACCEPT, VS_DATASCRIPT_EVT_SSL_HANDSHAKE_DONE, * VS_DATASCRIPT_EVT_CLIENT_SSL_PRE_CONNECT, VS_DATASCRIPT_EVT_CLIENT_SSL_CLIENT_HELLO, VS_DATASCRIPT_EVT_DNS_REQ, VS_DATASCRIPT_EVT_DNS_RESP, * VS_DATASCRIPT_EVT_L4_REQUEST, VS_DATASCRIPT_EVT_L4_RESPONSE, VS_DATASCRIPT_EVT_MAX. - * Allowed in basic(allowed values- vs_datascript_evt_http_req) edition, enterprise edition. + * Allowed in enterprise edition with any value, basic edition(allowed values- vs_datascript_evt_http_req,vs_datascript_evt_http_resp), essentials, + * enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return evt */ @@ -59,7 +60,8 @@ public String getEvt() { * VS_DATASCRIPT_EVT_HTTP_POST_AUTH, VS_DATASCRIPT_EVT_TCP_CLIENT_ACCEPT, VS_DATASCRIPT_EVT_SSL_HANDSHAKE_DONE, * VS_DATASCRIPT_EVT_CLIENT_SSL_PRE_CONNECT, VS_DATASCRIPT_EVT_CLIENT_SSL_CLIENT_HELLO, VS_DATASCRIPT_EVT_DNS_REQ, VS_DATASCRIPT_EVT_DNS_RESP, * VS_DATASCRIPT_EVT_L4_REQUEST, VS_DATASCRIPT_EVT_L4_RESPONSE, VS_DATASCRIPT_EVT_MAX. - * Allowed in basic(allowed values- vs_datascript_evt_http_req) edition, enterprise edition. + * Allowed in enterprise edition with any value, basic edition(allowed values- vs_datascript_evt_http_req,vs_datascript_evt_http_resp), essentials, + * enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param evt set the evt. */ @@ -71,6 +73,7 @@ public void setEvt(String evt) { /** * This is the getter method this will return the attribute value. * Datascript to execute when the event triggers. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return script */ @@ -82,6 +85,7 @@ public String getScript() { /** * This is the setter method to the attribute. * Datascript to execute when the event triggers. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param script set the script. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VSDataScriptSet.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VSDataScriptSet.java index ca6a323e..c03f310b 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VSDataScriptSet.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VSDataScriptSet.java @@ -110,6 +110,7 @@ public class VSDataScriptSet extends AviRestResource { * This is the getter method this will return the attribute value. * Creator name. * Field introduced in 17.1.11,17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -122,6 +123,7 @@ public String getCreatedBy() { * This is the setter method to the attribute. * Creator name. * Field introduced in 17.1.11,17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -133,6 +135,7 @@ public void setCreatedBy(String createdBy) { /** * This is the getter method this will return the attribute value. * Datascripts to execute. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datascript */ @@ -144,6 +147,7 @@ public List getDatascript() { /** * This is the setter method. this will set the datascript * Datascripts to execute. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datascript */ @@ -155,6 +159,7 @@ public void setDatascript(List datascript) { /** * This is the setter method this will set the datascript * Datascripts to execute. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datascript */ @@ -170,7 +175,7 @@ public VSDataScriptSet addDatascriptItem(VSDataScript datascriptItem) { /** * 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 */ @@ -181,7 +186,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. */ @@ -195,6 +200,7 @@ public void setDescription(String description) { * Geo location mapping database used by this datascriptset. * It is a reference to an object of type geodb. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoDbRef */ @@ -208,6 +214,7 @@ public String getGeoDbRef() { * Geo location mapping database used by this datascriptset. * It is a reference to an object of type geodb. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param geoDbRef set the geoDbRef. */ @@ -221,6 +228,7 @@ public void setGeoDbRef(String geoDbRef) { * Ip reputation database that can be used by datascript functions. * It is a reference to an object of type ipreputationdb. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipReputationDbRef */ @@ -234,6 +242,7 @@ public String getIpReputationDbRef() { * Ip reputation database that can be used by datascript functions. * It is a reference to an object of type ipreputationdb. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipReputationDbRef set the ipReputationDbRef. */ @@ -246,6 +255,7 @@ public void setIpReputationDbRef(String ipReputationDbRef) { * This is the getter method this will return the attribute value. * Uuid of ip groups that could be referred by vsdatascriptset objects. * It is a reference to an object of type ipaddrgroup. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipgroupRefs */ @@ -258,6 +268,7 @@ public List getIpgroupRefs() { * This is the setter method. this will set the ipgroupRefs * Uuid of ip groups that could be referred by vsdatascriptset objects. * It is a reference to an object of type ipaddrgroup. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipgroupRefs */ @@ -270,6 +281,7 @@ public void setIpgroupRefs(List ipgroupRefs) { * This is the setter method this will set the ipgroupRefs * Uuid of ip groups that could be referred by vsdatascriptset objects. * It is a reference to an object of type ipaddrgroup. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipgroupRefs */ @@ -290,6 +302,7 @@ public VSDataScriptSet addIpgroupRefsItem(String ipgroupRefsItem) { * 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 @@ -304,6 +317,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 @@ -318,6 +332,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 @@ -334,7 +349,8 @@ public VSDataScriptSet 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 */ @@ -347,7 +363,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 */ @@ -360,7 +377,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 */ @@ -377,6 +395,7 @@ public VSDataScriptSet addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. * Name for the virtual service datascript collection. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -388,6 +407,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name for the virtual service datascript collection. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -401,6 +421,7 @@ public void setName(String name) { * Uuids of pkiprofile objects that could be referred by vsdatascriptset objects. * It is a reference to an object of type pkiprofile. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pkiProfileRefs */ @@ -414,6 +435,7 @@ public List getPkiProfileRefs() { * Uuids of pkiprofile objects that could be referred by vsdatascriptset objects. * It is a reference to an object of type pkiprofile. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pkiProfileRefs */ @@ -427,6 +449,7 @@ public void setPkiProfileRefs(List pkiProfileRefs) { * Uuids of pkiprofile objects that could be referred by vsdatascriptset objects. * It is a reference to an object of type pkiprofile. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pkiProfileRefs */ @@ -444,6 +467,7 @@ public VSDataScriptSet addPkiProfileRefsItem(String pkiProfileRefsItem) { * This is the getter method this will return the attribute value. * Uuid of pool groups that could be referred by vsdatascriptset objects. * It is a reference to an object of type poolgroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolGroupRefs */ @@ -456,6 +480,7 @@ public List getPoolGroupRefs() { * This is the setter method. this will set the poolGroupRefs * Uuid of pool groups that could be referred by vsdatascriptset objects. * It is a reference to an object of type poolgroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolGroupRefs */ @@ -468,6 +493,7 @@ public void setPoolGroupRefs(List poolGroupRefs) { * This is the setter method this will set the poolGroupRefs * Uuid of pool groups that could be referred by vsdatascriptset objects. * It is a reference to an object of type poolgroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolGroupRefs */ @@ -485,6 +511,7 @@ public VSDataScriptSet addPoolGroupRefsItem(String poolGroupRefsItem) { * This is the getter method this will return the attribute value. * Uuid of pools that could be referred by vsdatascriptset objects. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRefs */ @@ -497,6 +524,7 @@ public List getPoolRefs() { * This is the setter method. this will set the poolRefs * Uuid of pools that could be referred by vsdatascriptset objects. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRefs */ @@ -509,6 +537,7 @@ public void setPoolRefs(List poolRefs) { * This is the setter method this will set the poolRefs * Uuid of pools that could be referred by vsdatascriptset objects. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRefs */ @@ -527,7 +556,7 @@ public VSDataScriptSet addPoolRefsItem(String poolRefsItem) { * List of protocol parsers that could be referred by vsdatascriptset objects. * It is a reference to an object of type protocolparser. * Field introduced in 18.2.3. - * Allowed in 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 protocolParserRefs */ @@ -541,7 +570,7 @@ public List getProtocolParserRefs() { * List of protocol parsers that could be referred by vsdatascriptset objects. * It is a reference to an object of type protocolparser. * Field introduced in 18.2.3. - * Allowed in 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 protocolParserRefs */ @@ -555,7 +584,7 @@ public void setProtocolParserRefs(List protocolParserRefs) { * List of protocol parsers that could be referred by vsdatascriptset objects. * It is a reference to an object of type protocolparser. * Field introduced in 18.2.3. - * Allowed in 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 protocolParserRefs */ @@ -574,7 +603,7 @@ public VSDataScriptSet addProtocolParserRefsItem(String protocolParserRefsItem) * The rate limit definitions needed for this datascript. * The name is composed of the virtual service name and the datascript name. * Field introduced in 18.2.9. - * Allowed in 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 rateLimiters */ @@ -588,7 +617,7 @@ public List getRateLimiters() { * The rate limit definitions needed for this datascript. * The name is composed of the virtual service name and the datascript name. * Field introduced in 18.2.9. - * Allowed in 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 rateLimiters */ @@ -602,7 +631,7 @@ public void setRateLimiters(List rateLimiters) { * The rate limit definitions needed for this datascript. * The name is composed of the virtual service name and the datascript name. * Field introduced in 18.2.9. - * Allowed in 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 rateLimiters */ @@ -621,6 +650,7 @@ public VSDataScriptSet addRateLimitersItem(RateLimiter rateLimitersItem) { * Uuids of sslkeyandcertificate objects that could be referred by vsdatascriptset objects. * It is a reference to an object of type sslkeyandcertificate. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslKeyCertificateRefs */ @@ -634,6 +664,7 @@ public List getSslKeyCertificateRefs() { * Uuids of sslkeyandcertificate objects that could be referred by vsdatascriptset objects. * It is a reference to an object of type sslkeyandcertificate. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslKeyCertificateRefs */ @@ -647,6 +678,7 @@ public void setSslKeyCertificateRefs(List sslKeyCertificateRefs) { * Uuids of sslkeyandcertificate objects that could be referred by vsdatascriptset objects. * It is a reference to an object of type sslkeyandcertificate. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslKeyCertificateRefs */ @@ -665,6 +697,7 @@ public VSDataScriptSet addSslKeyCertificateRefsItem(String sslKeyCertificateRefs * Uuids of sslprofile objects that could be referred by vsdatascriptset objects. * It is a reference to an object of type sslprofile. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslProfileRefs */ @@ -678,6 +711,7 @@ public List getSslProfileRefs() { * Uuids of sslprofile objects that could be referred by vsdatascriptset objects. * It is a reference to an object of type sslprofile. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslProfileRefs */ @@ -691,6 +725,7 @@ public void setSslProfileRefs(List sslProfileRefs) { * Uuids of sslprofile objects that could be referred by vsdatascriptset objects. * It is a reference to an object of type sslprofile. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslProfileRefs */ @@ -708,6 +743,7 @@ public VSDataScriptSet addSslProfileRefsItem(String sslProfileRefsItem) { * This is the getter method this will return the attribute value. * Uuid of string groups that could be referred by vsdatascriptset objects. * It is a reference to an object of type stringgroup. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ @@ -720,6 +756,7 @@ public List getStringGroupRefs() { * This is the setter method. this will set the stringGroupRefs * Uuid of string groups that could be referred by vsdatascriptset objects. * It is a reference to an object of type stringgroup. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ @@ -732,6 +769,7 @@ public void setStringGroupRefs(List stringGroupRefs) { * This is the setter method this will set the stringGroupRefs * Uuid of string groups that could be referred by vsdatascriptset objects. * It is a reference to an object of type stringgroup. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return stringGroupRefs */ @@ -748,6 +786,7 @@ public VSDataScriptSet addStringGroupRefsItem(String stringGroupRefsItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -759,6 +798,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. */ @@ -789,6 +829,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Uuid of the virtual service datascript collection. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -800,6 +841,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the virtual service datascript collection. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/VSDataScripts.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VSDataScripts.java index 71ae1e2b..809bf7ee 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VSDataScripts.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VSDataScripts.java @@ -37,6 +37,7 @@ public class VSDataScripts extends AviRestResource { /** * This is the getter method this will return the attribute value. * Index of the virtual service datascript collection. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -48,6 +49,7 @@ public Integer getIndex() { /** * This is the setter method to the attribute. * Index of the virtual service datascript collection. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -60,6 +62,7 @@ public void setIndex(Integer index) { * This is the getter method this will return the attribute value. * Uuid of the virtual service datascript collection. * It is a reference to an object of type vsdatascriptset. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsDatascriptSetRef */ @@ -72,6 +75,7 @@ public String getVsDatascriptSetRef() { * This is the setter method to the attribute. * Uuid of the virtual service datascript collection. * It is a reference to an object of type vsdatascriptset. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsDatascriptSetRef set the vsDatascriptSetRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VcenterClusterDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VcenterClusterDetails.java index 9c11a598..4bac1203 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VcenterClusterDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VcenterClusterDetails.java @@ -50,6 +50,7 @@ public class VcenterClusterDetails extends AviRestResource { * This is the getter method this will return the attribute value. * Cloud id. * Field introduced in 20.1.7, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ccId */ @@ -62,6 +63,7 @@ public String getCcId() { * This is the setter method to the attribute. * Cloud id. * Field introduced in 20.1.7, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ccId set the ccId. */ @@ -74,6 +76,7 @@ public void setCcId(String ccId) { * This is the getter method this will return the attribute value. * Cluster name in vcenter. * Field introduced in 20.1.7, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cluster */ @@ -86,6 +89,7 @@ public String getCluster() { * This is the setter method to the attribute. * Cluster name in vcenter. * Field introduced in 20.1.7, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cluster set the cluster. */ @@ -98,6 +102,7 @@ public void setCluster(String cluster) { * This is the getter method this will return the attribute value. * Error message. * Field introduced in 20.1.7, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorString */ @@ -110,6 +115,7 @@ public String getErrorString() { * This is the setter method to the attribute. * Error message. * Field introduced in 20.1.7, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorString set the errorString. */ @@ -122,6 +128,7 @@ public void setErrorString(String errorString) { * This is the getter method this will return the attribute value. * Hosts in vcenter cluster. * Field introduced in 20.1.7, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hosts */ @@ -134,6 +141,7 @@ public List getHosts() { * This is the setter method. this will set the hosts * Hosts in vcenter cluster. * Field introduced in 20.1.7, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hosts */ @@ -146,6 +154,7 @@ public void setHosts(List hosts) { * This is the setter method this will set the hosts * Hosts in vcenter cluster. * Field introduced in 20.1.7, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hosts */ @@ -163,6 +172,7 @@ public VcenterClusterDetails addHostsItem(String hostsItem) { * This is the getter method this will return the attribute value. * Vc url. * Field introduced in 20.1.7, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcUrl */ @@ -175,6 +185,7 @@ public String getVcUrl() { * This is the setter method to the attribute. * Vc url. * Field introduced in 20.1.7, 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcUrl set the vcUrl. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VcenterClusters.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VcenterClusters.java index f074785b..dbf21ec1 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VcenterClusters.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VcenterClusters.java @@ -37,6 +37,7 @@ public class VcenterClusters extends AviRestResource { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vimgrclusterruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterRefs */ @@ -48,6 +49,7 @@ public List getClusterRefs() { /** * This is the setter method. this will set the clusterRefs * It is a reference to an object of type vimgrclusterruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterRefs */ @@ -59,6 +61,7 @@ public void setClusterRefs(List clusterRefs) { /** * This is the setter method this will set the clusterRefs * It is a reference to an object of type vimgrclusterruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clusterRefs */ @@ -74,7 +77,7 @@ public VcenterClusters addClusterRefsItem(String clusterRefsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property include of obj type vcenterclusters 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 include */ @@ -85,7 +88,7 @@ public Boolean getInclude() { /** * This is the setter method to the attribute. - * Placeholder for description of property include of obj type vcenterclusters 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 include set the include. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VcenterDatastore.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VcenterDatastore.java index 7116bd12..5e8c8765 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VcenterDatastore.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VcenterDatastore.java @@ -32,7 +32,7 @@ public class VcenterDatastore extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property datastore_name of obj type vcenterdatastore field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datastoreName */ @@ -43,7 +43,7 @@ public String getDatastoreName() { /** * This is the setter method to the attribute. - * Placeholder for description of property datastore_name of obj type vcenterdatastore field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param datastoreName set the datastoreName. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VcenterHosts.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VcenterHosts.java index 5076ca2a..e6edb768 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VcenterHosts.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VcenterHosts.java @@ -37,6 +37,7 @@ public class VcenterHosts extends AviRestResource { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vimgrhostruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostRefs */ @@ -48,6 +49,7 @@ public List getHostRefs() { /** * This is the setter method. this will set the hostRefs * It is a reference to an object of type vimgrhostruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostRefs */ @@ -59,6 +61,7 @@ public void setHostRefs(List hostRefs) { /** * This is the setter method this will set the hostRefs * It is a reference to an object of type vimgrhostruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostRefs */ @@ -74,7 +77,7 @@ public VcenterHosts addHostRefsItem(String hostRefsItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property include of obj type vcenterhosts 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 include */ @@ -85,7 +88,7 @@ public Boolean getInclude() { /** * This is the setter method to the attribute. - * Placeholder for description of property include of obj type vcenterhosts 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 include set the include. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VcenterImageDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VcenterImageDetails.java new file mode 100644 index 00000000..1435ce58 --- /dev/null +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VcenterImageDetails.java @@ -0,0 +1,189 @@ +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 VcenterImageDetails is a POJO class extends AviRestResource that used for creating + * VcenterImageDetails. + * + * @version 1.0 + * @since + * + */ +@VsoObject(create = false, name = "VcenterImageDetails") +@VsoFinder(name = Constants.FINDER_VRO_VCENTERIMAGEDETAILS) +@JsonIgnoreProperties(ignoreUnknown = true) +@Service +public class VcenterImageDetails extends AviRestResource { + @JsonProperty("cc_id") + @JsonInclude(Include.NON_NULL) + private String ccId = null; + + @JsonProperty("error_string") + @JsonInclude(Include.NON_NULL) + private String errorString = null; + + @JsonProperty("image_version") + @JsonInclude(Include.NON_NULL) + private String imageVersion = null; + + @JsonProperty("vc_url") + @JsonInclude(Include.NON_NULL) + private String vcUrl = null; + + + + /** + * This is the getter method this will return the attribute value. + * Cloud id. + * 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 null. + * @return ccId + */ + @VsoMethod + public String getCcId() { + return ccId; + } + + /** + * This is the setter method to the attribute. + * Cloud id. + * 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 null. + * @param ccId set the ccId. + */ + @VsoMethod + public void setCcId(String ccId) { + this.ccId = ccId; + } + + /** + * This is the getter method this will return the attribute value. + * Error message. + * 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 null. + * @return errorString + */ + @VsoMethod + public String getErrorString() { + return errorString; + } + + /** + * This is the setter method to the attribute. + * Error message. + * 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 null. + * @param errorString set the errorString. + */ + @VsoMethod + public void setErrorString(String errorString) { + this.errorString = errorString; + } + + /** + * This is the getter method this will return the attribute value. + * Image version. + * 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 null. + * @return imageVersion + */ + @VsoMethod + public String getImageVersion() { + return imageVersion; + } + + /** + * This is the setter method to the attribute. + * Image version. + * 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 null. + * @param imageVersion set the imageVersion. + */ + @VsoMethod + public void setImageVersion(String imageVersion) { + this.imageVersion = imageVersion; + } + + /** + * This is the getter method this will return the attribute value. + * Vcenter url. + * 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 null. + * @return vcUrl + */ + @VsoMethod + public String getVcUrl() { + return vcUrl; + } + + /** + * This is the setter method to the attribute. + * Vcenter url. + * 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 null. + * @param vcUrl set the vcUrl. + */ + @VsoMethod + public void setVcUrl(String vcUrl) { + this.vcUrl = vcUrl; + } + + + +@Override +public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + VcenterImageDetails objVcenterImageDetails = (VcenterImageDetails) o; + return Objects.equals(this.vcUrl, objVcenterImageDetails.vcUrl)&& + Objects.equals(this.imageVersion, objVcenterImageDetails.imageVersion)&& + Objects.equals(this.ccId, objVcenterImageDetails.ccId)&& + Objects.equals(this.errorString, objVcenterImageDetails.errorString); +} + +@Override +public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class VcenterImageDetails {\n"); + sb.append(" ccId: ").append(toIndentedString(ccId)).append("\n"); + sb.append(" errorString: ").append(toIndentedString(errorString)).append("\n"); + sb.append(" imageVersion: ").append(toIndentedString(imageVersion)).append("\n"); + sb.append(" vcUrl: ").append(toIndentedString(vcUrl)).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/VcenterLogin.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VcenterLogin.java deleted file mode 100644 index a1236476..00000000 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VcenterLogin.java +++ /dev/null @@ -1,201 +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 VcenterLogin is a POJO class extends AviRestResource that used for creating - * VcenterLogin. - * - * @version 1.0 - * @since - * - */ -@VsoObject(create = false, name = "VcenterLogin") -@VsoFinder(name = Constants.FINDER_VRO_VCENTERLOGIN) -@JsonIgnoreProperties(ignoreUnknown = true) -@Service -public class VcenterLogin extends AviRestResource { - @JsonProperty("cloud_uuid") - @JsonInclude(Include.NON_NULL) - private String cloudUuid = null; - - @JsonProperty("password") - @JsonInclude(Include.NON_NULL) - private String password = "vmware"; - - @JsonProperty("start_ts") - @JsonInclude(Include.NON_NULL) - private Integer startTs = null; - - @JsonProperty("username") - @JsonInclude(Include.NON_NULL) - private String username = "root"; - - @JsonProperty("vcenter_url") - @JsonInclude(Include.NON_NULL) - private String vcenterUrl = null; - - - - /** - * This is the getter method this will return the attribute value. - * Unique object identifier of cloud. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return cloudUuid - */ - @VsoMethod - public String getCloudUuid() { - return cloudUuid; - } - - /** - * This is the setter method to the attribute. - * Unique object identifier of cloud. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param cloudUuid set the cloudUuid. - */ - @VsoMethod - public void setCloudUuid(String cloudUuid) { - this.cloudUuid = cloudUuid; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property password of obj type vcenterlogin field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as "vmware". - * @return password - */ - @VsoMethod - public String getPassword() { - return password; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property password of obj type vcenterlogin field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as "vmware". - * @param password set the password. - */ - @VsoMethod - public void setPassword(String password) { - this.password = password; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property start_ts of obj type vcenterlogin field type str type integer. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return startTs - */ - @VsoMethod - public Integer getStartTs() { - return startTs; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property start_ts of obj type vcenterlogin field type str type integer. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param startTs set the startTs. - */ - @VsoMethod - public void setStartTs(Integer startTs) { - this.startTs = startTs; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property username of obj type vcenterlogin field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as "root". - * @return username - */ - @VsoMethod - public String getUsername() { - return username; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property username of obj type vcenterlogin field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as "root". - * @param username set the username. - */ - @VsoMethod - public void setUsername(String username) { - this.username = username; - } - - /** - * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_url of obj type vcenterlogin field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vcenterUrl - */ - @VsoMethod - public String getVcenterUrl() { - return vcenterUrl; - } - - /** - * This is the setter method to the attribute. - * Placeholder for description of property vcenter_url of obj type vcenterlogin field type str type string. - * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param vcenterUrl set the vcenterUrl. - */ - @VsoMethod - public void setVcenterUrl(String vcenterUrl) { - this.vcenterUrl = vcenterUrl; - } - - - -@Override -public boolean equals(java.lang.Object o) { - if (this == o) { - return true; - } - if (o == null || getClass() != o.getClass()) { - return false; - } - VcenterLogin objVcenterLogin = (VcenterLogin) o; - return Objects.equals(this.vcenterUrl, objVcenterLogin.vcenterUrl)&& - Objects.equals(this.username, objVcenterLogin.username)&& - Objects.equals(this.password, objVcenterLogin.password)&& - Objects.equals(this.cloudUuid, objVcenterLogin.cloudUuid)&& - Objects.equals(this.startTs, objVcenterLogin.startTs); -} - -@Override -public String toString() { - StringBuilder sb = new StringBuilder(); - sb.append("class VcenterLogin {\n"); - sb.append(" cloudUuid: ").append(toIndentedString(cloudUuid)).append("\n"); - sb.append(" password: ").append(toIndentedString(password)).append("\n"); - sb.append(" startTs: ").append(toIndentedString(startTs)).append("\n"); - sb.append(" username: ").append(toIndentedString(username)).append("\n"); - sb.append(" vcenterUrl: ").append(toIndentedString(vcenterUrl)).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/VcenterCloudStatusReq.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VcenterQuarantinedHostParams.java similarity index 69% rename from o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VcenterCloudStatusReq.java rename to o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VcenterQuarantinedHostParams.java index e4a0833d..8531d8c9 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VcenterCloudStatusReq.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VcenterQuarantinedHostParams.java @@ -12,18 +12,18 @@ import org.springframework.stereotype.Service; /** - * The VcenterCloudStatusReq is a POJO class extends AviRestResource that used for creating - * VcenterCloudStatusReq. + * The VcenterQuarantinedHostParams is a POJO class extends AviRestResource that used for creating + * VcenterQuarantinedHostParams. * * @version 1.0 * @since * */ -@VsoObject(create = false, name = "VcenterCloudStatusReq") -@VsoFinder(name = Constants.FINDER_VRO_VCENTERCLOUDSTATUSREQ) +@VsoObject(create = false, name = "VcenterQuarantinedHostParams") +@VsoFinder(name = Constants.FINDER_VRO_VCENTERQUARANTINEDHOSTPARAMS) @JsonIgnoreProperties(ignoreUnknown = true) @Service -public class VcenterCloudStatusReq extends AviRestResource { +public class VcenterQuarantinedHostParams extends AviRestResource { @JsonProperty("cloud_uuid") @JsonInclude(Include.NON_NULL) private String cloudUuid = null; @@ -32,7 +32,9 @@ public class VcenterCloudStatusReq extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Unique object identifier of cloud. + * Vcenter cloud id. + * 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 null. * @return cloudUuid */ @@ -43,7 +45,9 @@ public String getCloudUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of cloud. + * Vcenter cloud id. + * 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 null. * @param cloudUuid set the cloudUuid. */ @@ -62,14 +66,14 @@ public boolean equals(java.lang.Object o) { if (o == null || getClass() != o.getClass()) { return false; } - VcenterCloudStatusReq objVcenterCloudStatusReq = (VcenterCloudStatusReq) o; - return Objects.equals(this.cloudUuid, objVcenterCloudStatusReq.cloudUuid); + VcenterQuarantinedHostParams objVcenterQuarantinedHostParams = (VcenterQuarantinedHostParams) o; + return Objects.equals(this.cloudUuid, objVcenterQuarantinedHostParams.cloudUuid); } @Override public String toString() { StringBuilder sb = new StringBuilder(); - sb.append("class VcenterCloudStatusReq {\n"); + sb.append("class VcenterQuarantinedHostParams {\n"); sb.append(" cloudUuid: ").append(toIndentedString(cloudUuid)).append("\n"); sb.append("}"); return sb.toString(); diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VersionInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VersionInfo.java index a427170e..a0bdf0eb 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VersionInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VersionInfo.java @@ -46,6 +46,7 @@ public class VersionInfo extends AviRestResource { * This is the getter method this will return the attribute value. * Identifies the datastore table. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dsName */ @@ -58,6 +59,7 @@ public String getDsName() { * This is the setter method to the attribute. * Identifies the datastore table. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param dsName set the dsName. */ @@ -68,7 +70,7 @@ public void setDsName(String dsName) { /** * 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 */ @@ -79,7 +81,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. */ @@ -91,6 +93,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. * Enum options - GSLB_NONE, GSLB_CREATE, GSLB_UPDATE, GSLB_DELETE, GSLB_PURGE, GSLB_DECL. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ops */ @@ -102,6 +105,7 @@ public String getOps() { /** * This is the setter method to the attribute. * Enum options - GSLB_NONE, GSLB_CREATE, GSLB_UPDATE, GSLB_DELETE, GSLB_PURGE, GSLB_DECL. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ops set the ops. */ @@ -112,7 +116,7 @@ public void setOps(String ops) { /** * 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 */ @@ -123,7 +127,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/VinfraCntlrHostUnreachableList.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraCntlrHostUnreachableList.java index 76c754df..8ea97c43 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraCntlrHostUnreachableList.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraCntlrHostUnreachableList.java @@ -36,7 +36,7 @@ public class VinfraCntlrHostUnreachableList extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property host_name of obj type vinfracntlrhostunreachablelist 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 hostName */ @@ -47,7 +47,7 @@ public List getHostName() { /** * This is the setter method. this will set the hostName - * Placeholder for description of property host_name of obj type vinfracntlrhostunreachablelist 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 hostName */ @@ -58,7 +58,7 @@ public void setHostName(List hostName) { /** * This is the setter method this will set the hostName - * Placeholder for description of property host_name of obj type vinfracntlrhostunreachablelist 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 hostName */ @@ -74,7 +74,7 @@ public VinfraCntlrHostUnreachableList addHostNameItem(String hostNameItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter of obj type vinfracntlrhostunreachablelist field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenter */ @@ -85,7 +85,7 @@ public String getVcenter() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcenter of obj type vinfracntlrhostunreachablelist field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenter set the vcenter. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraDiscSummaryDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraDiscSummaryDetails.java index 63c1e9e2..3a4e8815 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraDiscSummaryDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraDiscSummaryDetails.java @@ -52,7 +52,7 @@ public class VinfraDiscSummaryDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_clusters of obj type vinfradiscsummarydetails 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 numClusters */ @@ -63,7 +63,7 @@ public Integer getNumClusters() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_clusters of obj type vinfradiscsummarydetails 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 numClusters set the numClusters. */ @@ -74,7 +74,7 @@ public void setNumClusters(Integer numClusters) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_dcs of obj type vinfradiscsummarydetails 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 numDcs */ @@ -85,7 +85,7 @@ public Integer getNumDcs() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_dcs of obj type vinfradiscsummarydetails 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 numDcs set the numDcs. */ @@ -96,7 +96,7 @@ public void setNumDcs(Integer numDcs) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_hosts of obj type vinfradiscsummarydetails 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 numHosts */ @@ -107,7 +107,7 @@ public Integer getNumHosts() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_hosts of obj type vinfradiscsummarydetails 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 numHosts set the numHosts. */ @@ -118,7 +118,7 @@ public void setNumHosts(Integer numHosts) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_nws of obj type vinfradiscsummarydetails 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 numNws */ @@ -129,7 +129,7 @@ public Integer getNumNws() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_nws of obj type vinfradiscsummarydetails 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 numNws set the numNws. */ @@ -140,7 +140,7 @@ public void setNumNws(Integer numNws) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_vms of obj type vinfradiscsummarydetails 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 numVms */ @@ -151,7 +151,7 @@ public Integer getNumVms() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_vms of obj type vinfradiscsummarydetails 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 numVms set the numVms. */ @@ -162,7 +162,7 @@ public void setNumVms(Integer numVms) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter of obj type vinfradiscsummarydetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenter */ @@ -173,7 +173,7 @@ public String getVcenter() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcenter of obj type vinfradiscsummarydetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenter set the vcenter. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraMgmtNwChangeDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraMgmtNwChangeDetails.java index 6e7a08dc..4fc7a3ea 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraMgmtNwChangeDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraMgmtNwChangeDetails.java @@ -40,7 +40,7 @@ public class VinfraMgmtNwChangeDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property existing_nw of obj type vinframgmtnwchangedetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return existingNw */ @@ -51,7 +51,7 @@ public String getExistingNw() { /** * This is the setter method to the attribute. - * Placeholder for description of property existing_nw of obj type vinframgmtnwchangedetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param existingNw set the existingNw. */ @@ -62,7 +62,7 @@ public void setExistingNw(String existingNw) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property new_nw of obj type vinframgmtnwchangedetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return newNw */ @@ -73,7 +73,7 @@ public String getNewNw() { /** * This is the setter method to the attribute. - * Placeholder for description of property new_nw of obj type vinframgmtnwchangedetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param newNw set the newNw. */ @@ -84,7 +84,7 @@ public void setNewNw(String newNw) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter of obj type vinframgmtnwchangedetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenter */ @@ -95,7 +95,7 @@ public String getVcenter() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcenter of obj type vinframgmtnwchangedetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenter set the vcenter. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraPoolServerDeleteDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraPoolServerDeleteDetails.java index 88900aeb..be996ffa 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraPoolServerDeleteDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraPoolServerDeleteDetails.java @@ -36,7 +36,7 @@ public class VinfraPoolServerDeleteDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property pool_name of obj type vinfrapoolserverdeletedetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -47,7 +47,7 @@ public String getPoolName() { /** * This is the setter method to the attribute. - * Placeholder for description of property pool_name of obj type vinfrapoolserverdeletedetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -58,7 +58,7 @@ public void setPoolName(String poolName) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property server_ip of obj type vinfrapoolserverdeletedetails 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 serverIp */ @@ -69,7 +69,7 @@ public List getServerIp() { /** * This is the setter method. this will set the serverIp - * Placeholder for description of property server_ip of obj type vinfrapoolserverdeletedetails 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 serverIp */ @@ -80,7 +80,7 @@ public void setServerIp(List serverIp) { /** * This is the setter method this will set the serverIp - * Placeholder for description of property server_ip of obj type vinfrapoolserverdeletedetails 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 serverIp */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraVcenterBadCredentials.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraVcenterBadCredentials.java index 3ae0e8a9..985dd4ab 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraVcenterBadCredentials.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraVcenterBadCredentials.java @@ -52,7 +52,7 @@ public class VinfraVcenterBadCredentials 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. */ @@ -74,7 +74,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property previous_count of obj type vinfravcenterbadcredentials 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 previousCount */ @@ -85,7 +85,7 @@ public Integer getPreviousCount() { /** * This is the setter method to the attribute. - * Placeholder for description of property previous_count of obj type vinfravcenterbadcredentials 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 previousCount set the previousCount. */ @@ -96,7 +96,7 @@ public void setPreviousCount(Integer previousCount) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property user of obj type vinfravcenterbadcredentials field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -107,7 +107,7 @@ public String getUser() { /** * This is the setter method to the attribute. - * Placeholder for description of property user of obj type vinfravcenterbadcredentials field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -118,7 +118,7 @@ public void setUser(String user) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter of obj type vinfravcenterbadcredentials field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenter */ @@ -129,7 +129,7 @@ public String getVcenter() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcenter of obj type vinfravcenterbadcredentials field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenter set the vcenter. */ @@ -140,7 +140,7 @@ public void setVcenter(String vcenter) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_name of obj type vinfravcenterbadcredentials field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterName */ @@ -151,7 +151,7 @@ public String getVcenterName() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcenter_name of obj type vinfravcenterbadcredentials field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterName set the vcenterName. */ @@ -162,7 +162,7 @@ public void setVcenterName(String vcenterName) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter_object of obj type vinfravcenterbadcredentials field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterObject */ @@ -173,7 +173,7 @@ public String getVcenterObject() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcenter_object of obj type vinfravcenterbadcredentials field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterObject set the vcenterObject. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraVcenterConnectivityStatus.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraVcenterConnectivityStatus.java index 91a6ab9f..1203dd96 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraVcenterConnectivityStatus.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraVcenterConnectivityStatus.java @@ -40,7 +40,7 @@ public class VinfraVcenterConnectivityStatus extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property cloud of obj type vinfravcenterconnectivitystatus field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloud */ @@ -51,7 +51,7 @@ public String getCloud() { /** * This is the setter method to the attribute. - * Placeholder for description of property cloud of obj type vinfravcenterconnectivitystatus field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloud set the cloud. */ @@ -62,7 +62,7 @@ public void setCloud(String cloud) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property datacenter of obj type vinfravcenterconnectivitystatus field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datacenter */ @@ -73,7 +73,7 @@ public String getDatacenter() { /** * This is the setter method to the attribute. - * Placeholder for description of property datacenter of obj type vinfravcenterconnectivitystatus field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param datacenter set the datacenter. */ @@ -84,7 +84,7 @@ public void setDatacenter(String datacenter) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter of obj type vinfravcenterconnectivitystatus field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenter */ @@ -95,7 +95,7 @@ public String getVcenter() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcenter of obj type vinfravcenterconnectivitystatus field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenter set the vcenter. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraVcenterDiscoveryFailure.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraVcenterDiscoveryFailure.java index 49e01a86..bbfcc00d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraVcenterDiscoveryFailure.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraVcenterDiscoveryFailure.java @@ -36,7 +36,7 @@ public class VinfraVcenterDiscoveryFailure extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property state of obj type vinfravcenterdiscoveryfailure field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -47,7 +47,7 @@ public String getState() { /** * This is the setter method to the attribute. - * Placeholder for description of property state of obj type vinfravcenterdiscoveryfailure field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -58,7 +58,7 @@ public void setState(String state) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter of obj type vinfravcenterdiscoveryfailure field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenter */ @@ -69,7 +69,7 @@ public String getVcenter() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcenter of obj type vinfravcenterdiscoveryfailure field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenter set the vcenter. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraVcenterNetworkLimit.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraVcenterNetworkLimit.java index 7128aa7e..edf284d9 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraVcenterNetworkLimit.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraVcenterNetworkLimit.java @@ -40,7 +40,7 @@ public class VinfraVcenterNetworkLimit extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property additional_reason of obj type vinfravcenternetworklimit field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return additionalReason */ @@ -51,7 +51,7 @@ public String getAdditionalReason() { /** * This is the setter method to the attribute. - * Placeholder for description of property additional_reason of obj type vinfravcenternetworklimit field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param additionalReason set the additionalReason. */ @@ -62,7 +62,7 @@ public void setAdditionalReason(String additionalReason) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property current of obj type vinfravcenternetworklimit 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 current */ @@ -73,7 +73,7 @@ public Integer getCurrent() { /** * This is the setter method to the attribute. - * Placeholder for description of property current of obj type vinfravcenternetworklimit 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 current set the current. */ @@ -84,7 +84,7 @@ public void setCurrent(Integer current) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property limit of obj type vinfravcenternetworklimit 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 limit */ @@ -95,7 +95,7 @@ public Integer getLimit() { /** * This is the setter method to the attribute. - * Placeholder for description of property limit of obj type vinfravcenternetworklimit 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 limit set the limit. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraVcenterObjDeleteDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraVcenterObjDeleteDetails.java index 1466b3ca..92c5e914 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraVcenterObjDeleteDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraVcenterObjDeleteDetails.java @@ -36,7 +36,7 @@ public class VinfraVcenterObjDeleteDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property obj_name of obj type vinfravcenterobjdeletedetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -47,7 +47,7 @@ public String getObjName() { /** * This is the setter method to the attribute. - * Placeholder for description of property obj_name of obj type vinfravcenterobjdeletedetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -58,7 +58,7 @@ public void setObjName(String objName) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vcenter of obj type vinfravcenterobjdeletedetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenter */ @@ -69,7 +69,7 @@ public String getVcenter() { /** * This is the setter method to the attribute. - * Placeholder for description of property vcenter of obj type vinfravcenterobjdeletedetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenter set the vcenter. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraVmDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraVmDetails.java index c0f22ae2..de6dc71a 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraVmDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VinfraVmDetails.java @@ -40,7 +40,7 @@ public class VinfraVmDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property datacenter of obj type vinfravmdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datacenter */ @@ -51,7 +51,7 @@ public String getDatacenter() { /** * This is the setter method to the attribute. - * Placeholder for description of property datacenter of obj type vinfravmdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param datacenter set the datacenter. */ @@ -62,7 +62,7 @@ public void setDatacenter(String datacenter) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property host of obj type vinfravmdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -73,7 +73,7 @@ public String getHost() { /** * This is the setter method to the attribute. - * Placeholder for description of property host of obj type vinfravmdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -84,7 +84,7 @@ public void setHost(String host) { /** * 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 */ @@ -95,7 +95,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/Vip.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Vip.java index c56e3550..2c4fb28e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Vip.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Vip.java @@ -133,7 +133,8 @@ public class Vip extends AviRestResource { * This is the getter method this will return the attribute value. * Auto-allocate floating/elastic ip from the cloud infrastructure. * Field introduced in 17.1.1. - * Allowed in 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 autoAllocateFloatingIp */ @@ -146,7 +147,8 @@ public Boolean getAutoAllocateFloatingIp() { * This is the setter method to the attribute. * Auto-allocate floating/elastic ip from the cloud infrastructure. * Field introduced in 17.1.1. - * Allowed in 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 autoAllocateFloatingIp set the autoAllocateFloatingIp. */ @@ -159,6 +161,7 @@ public void setAutoAllocateFloatingIp(Boolean autoAllocateFloatingIp) { * This is the getter method this will return the attribute value. * Auto-allocate vip from the provided subnet. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return autoAllocateIp */ @@ -171,6 +174,7 @@ public Boolean getAutoAllocateIp() { * This is the setter method to the attribute. * Auto-allocate vip from the provided subnet. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param autoAllocateIp set the autoAllocateIp. */ @@ -184,7 +188,8 @@ public void setAutoAllocateIp(Boolean autoAllocateIp) { * Specifies whether to auto-allocate only a v4 address, only a v6 address, or one of each type. * Enum options - V4_ONLY, V6_ONLY, V4_V6. * Field introduced in 18.1.1. - * Allowed in basic(allowed values- v4_only) edition, essentials(allowed values- v4_only) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- v4_only), basic edition(allowed values- v4_only), enterprise + * with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "V4_ONLY". * @return autoAllocateIpType */ @@ -198,7 +203,8 @@ public String getAutoAllocateIpType() { * Specifies whether to auto-allocate only a v4 address, only a v6 address, or one of each type. * Enum options - V4_ONLY, V6_ONLY, V4_V6. * Field introduced in 18.1.1. - * Allowed in basic(allowed values- v4_only) edition, essentials(allowed values- v4_only) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- v4_only), basic edition(allowed values- v4_only), enterprise + * with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "V4_ONLY". * @param autoAllocateIpType set the autoAllocateIpType. */ @@ -211,7 +217,7 @@ public void setAutoAllocateIpType(String autoAllocateIpType) { * This is the getter method this will return the attribute value. * Availability-zone to place the virtual service. * Field introduced in 17.1.1. - * Allowed in 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 availabilityZone */ @@ -224,7 +230,7 @@ public String getAvailabilityZone() { * This is the setter method to the attribute. * Availability-zone to place the virtual service. * Field introduced in 17.1.1. - * Allowed in 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 availabilityZone set the availabilityZone. */ @@ -237,7 +243,8 @@ public void setAvailabilityZone(String availabilityZone) { * This is the getter method this will return the attribute value. * (internal-use) fip allocated by avi in the cloud infrastructure. * Field introduced in 17.1.1. - * Allowed in 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 aviAllocatedFip */ @@ -250,7 +257,8 @@ public Boolean getAviAllocatedFip() { * This is the setter method to the attribute. * (internal-use) fip allocated by avi in the cloud infrastructure. * Field introduced in 17.1.1. - * Allowed in 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 aviAllocatedFip set the aviAllocatedFip. */ @@ -263,7 +271,8 @@ public void setAviAllocatedFip(Boolean aviAllocatedFip) { * This is the getter method this will return the attribute value. * (internal-use) vip allocated by avi in the cloud infrastructure. * Field introduced in 17.1.1. - * Allowed in 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 aviAllocatedVip */ @@ -276,7 +285,8 @@ public Boolean getAviAllocatedVip() { * This is the setter method to the attribute. * (internal-use) vip allocated by avi in the cloud infrastructure. * Field introduced in 17.1.1. - * Allowed in 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 aviAllocatedVip set the aviAllocatedVip. */ @@ -289,6 +299,7 @@ public void setAviAllocatedVip(Boolean aviAllocatedVip) { * This is the getter method this will return the attribute value. * Discovered networks providing reachability for client facing vip ip. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return discoveredNetworks */ @@ -301,6 +312,7 @@ public List getDiscoveredNetworks() { * This is the setter method. this will set the discoveredNetworks * Discovered networks providing reachability for client facing vip ip. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return discoveredNetworks */ @@ -313,6 +325,7 @@ public void setDiscoveredNetworks(List discoveredNetworks) { * This is the setter method this will set the discoveredNetworks * Discovered networks providing reachability for client facing vip ip. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return discoveredNetworks */ @@ -330,6 +343,7 @@ public Vip addDiscoveredNetworksItem(DiscoveredNetwork discoveredNetworksItem) { * This is the getter method this will return the attribute value. * Enable or disable the vip. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -342,6 +356,7 @@ public Boolean getEnabled() { * This is the setter method to the attribute. * Enable or disable the vip. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -354,7 +369,7 @@ public void setEnabled(Boolean enabled) { * This is the getter method this will return the attribute value. * Floating ipv4 to associate with this vip. * Field introduced in 17.1.1. - * Allowed in 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 floatingIp */ @@ -367,7 +382,7 @@ public IpAddr getFloatingIp() { * This is the setter method to the attribute. * Floating ipv4 to associate with this vip. * Field introduced in 17.1.1. - * Allowed in 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 floatingIp set the floatingIp. */ @@ -380,7 +395,7 @@ public void setFloatingIp(IpAddr floatingIp) { * This is the getter method this will return the attribute value. * Floating ipv6 address to associate with this vip. * Field introduced in 18.1.1. - * Allowed in 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 floatingIp6 */ @@ -393,7 +408,7 @@ public IpAddr getFloatingIp6() { * This is the setter method to the attribute. * Floating ipv6 address to associate with this vip. * Field introduced in 18.1.1. - * Allowed in 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 floatingIp6 set the floatingIp6. */ @@ -406,7 +421,7 @@ public void setFloatingIp6(IpAddr floatingIp6) { * This is the getter method this will return the attribute value. * If auto_allocate_floating_ip is true and more than one floating-ip subnets exist, then the subnet for the floating ipv6 address allocation. * Field introduced in 18.1.1. - * Allowed in 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 floatingSubnet6Uuid */ @@ -419,7 +434,7 @@ public String getFloatingSubnet6Uuid() { * This is the setter method to the attribute. * If auto_allocate_floating_ip is true and more than one floating-ip subnets exist, then the subnet for the floating ipv6 address allocation. * Field introduced in 18.1.1. - * Allowed in 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 floatingSubnet6Uuid set the floatingSubnet6Uuid. */ @@ -432,7 +447,7 @@ public void setFloatingSubnet6Uuid(String floatingSubnet6Uuid) { * This is the getter method this will return the attribute value. * If auto_allocate_floating_ip is true and more than one floating-ip subnets exist, then the subnet for the floating ip address allocation. * Field introduced in 17.1.1. - * Allowed in 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 floatingSubnetUuid */ @@ -445,7 +460,7 @@ public String getFloatingSubnetUuid() { * This is the setter method to the attribute. * If auto_allocate_floating_ip is true and more than one floating-ip subnets exist, then the subnet for the floating ip address allocation. * Field introduced in 17.1.1. - * Allowed in 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 floatingSubnetUuid set the floatingSubnetUuid. */ @@ -458,6 +473,7 @@ public void setFloatingSubnetUuid(String floatingSubnetUuid) { * This is the getter method this will return the attribute value. * Ipv6 address of the vip. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6Address */ @@ -470,6 +486,7 @@ public IpAddr getIp6Address() { * This is the setter method to the attribute. * Ipv6 address of the vip. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip6Address set the ip6Address. */ @@ -482,6 +499,7 @@ public void setIp6Address(IpAddr ip6Address) { * This is the getter method this will return the attribute value. * Ipv4 address of the vip. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipAddress */ @@ -494,6 +512,7 @@ public IpAddr getIpAddress() { * This is the setter method to the attribute. * Ipv4 address of the vip. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipAddress set the ipAddress. */ @@ -506,6 +525,7 @@ public void setIpAddress(IpAddr ipAddress) { * This is the getter method this will return the attribute value. * Subnet and/or network for allocating virtualservice ip by ipam provider module. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipamNetworkSubnet */ @@ -518,6 +538,7 @@ public IPNetworkSubnet getIpamNetworkSubnet() { * This is the setter method to the attribute. * Subnet and/or network for allocating virtualservice ip by ipam provider module. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipamNetworkSubnet set the ipamNetworkSubnet. */ @@ -531,6 +552,7 @@ public void setIpamNetworkSubnet(IPNetworkSubnet ipamNetworkSubnet) { * Manually override the network on which the vip is placed. * It is a reference to an object of type network. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkRef */ @@ -544,6 +566,7 @@ public String getNetworkRef() { * Manually override the network on which the vip is placed. * It is a reference to an object of type network. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkRef set the networkRef. */ @@ -557,6 +580,7 @@ public void setNetworkRef(String networkRef) { * Placement networks/subnets to use for vip placement. * Field introduced in 18.2.5. * Maximum of 10 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return placementNetworks */ @@ -570,6 +594,7 @@ public List getPlacementNetworks() { * Placement networks/subnets to use for vip placement. * Field introduced in 18.2.5. * Maximum of 10 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return placementNetworks */ @@ -583,6 +608,7 @@ public void setPlacementNetworks(List placementNetworks) { * Placement networks/subnets to use for vip placement. * Field introduced in 18.2.5. * Maximum of 10 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return placementNetworks */ @@ -600,6 +626,7 @@ public Vip addPlacementNetworksItem(VipPlacementNetwork placementNetworksItem) { * This is the getter method this will return the attribute value. * (internal-use) network port assigned to the vip ip address. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return portUuid */ @@ -612,6 +639,7 @@ public String getPortUuid() { * This is the setter method to the attribute. * (internal-use) network port assigned to the vip ip address. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param portUuid set the portUuid. */ @@ -625,7 +653,8 @@ public void setPortUuid(String portUuid) { * Mask applied for the vip, non-default mask supported only for wildcard vip. * Allowed values are 0-32. * Field introduced in 20.1.1. - * Allowed in basic(allowed values- 32) edition, essentials(allowed values- 32) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 32), basic edition(allowed values- 32), enterprise with cloud + * services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 32. * @return prefixLength */ @@ -639,7 +668,8 @@ public Integer getPrefixLength() { * Mask applied for the vip, non-default mask supported only for wildcard vip. * Allowed values are 0-32. * Field introduced in 20.1.1. - * Allowed in basic(allowed values- 32) edition, essentials(allowed values- 32) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 32), basic edition(allowed values- 32), enterprise with cloud + * services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 32. * @param prefixLength set the prefixLength. */ @@ -652,6 +682,7 @@ public void setPrefixLength(Integer prefixLength) { * This is the getter method this will return the attribute value. * Subnet providing reachability for client facing vip ip. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet */ @@ -664,6 +695,7 @@ public IpAddrPrefix getSubnet() { * This is the setter method to the attribute. * Subnet providing reachability for client facing vip ip. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet set the subnet. */ @@ -676,7 +708,7 @@ public void setSubnet(IpAddrPrefix subnet) { * This is the getter method this will return the attribute value. * Subnet providing reachability for client facing vip ipv6. * Field introduced in 18.1.1. - * Allowed in 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 subnet6 */ @@ -689,7 +721,7 @@ public IpAddrPrefix getSubnet6() { * This is the setter method to the attribute. * Subnet providing reachability for client facing vip ipv6. * Field introduced in 18.1.1. - * Allowed in 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 subnet6 set the subnet6. */ @@ -704,7 +736,7 @@ public void setSubnet6(IpAddrPrefix subnet6) { * This field is applicable only if the virtualservice belongs to an openstack or aws cloud, in which case it is mandatory, if auto_allocate is * selected. * Field introduced in 18.1.1. - * Allowed in 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 subnet6Uuid */ @@ -719,7 +751,7 @@ public String getSubnet6Uuid() { * This field is applicable only if the virtualservice belongs to an openstack or aws cloud, in which case it is mandatory, if auto_allocate is * selected. * Field introduced in 18.1.1. - * Allowed in 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 subnet6Uuid set the subnet6Uuid. */ @@ -734,6 +766,7 @@ public void setSubnet6Uuid(String subnet6Uuid) { * This field is applicable only if the virtualservice belongs to an openstack or aws cloud, in which case it is mandatory, if auto_allocate is * selected. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnetUuid */ @@ -748,6 +781,7 @@ public String getSubnetUuid() { * This field is applicable only if the virtualservice belongs to an openstack or aws cloud, in which case it is mandatory, if auto_allocate is * selected. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnetUuid set the subnetUuid. */ @@ -760,6 +794,7 @@ public void setSubnetUuid(String subnetUuid) { * This is the getter method this will return the attribute value. * Unique id associated with the vip. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -772,6 +807,7 @@ public String getVipId() { * This is the setter method to the attribute. * Unique id associated with the vip. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipAutoscaleConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipAutoscaleConfiguration.java index 68de5eef..a6ac6c67 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipAutoscaleConfiguration.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipAutoscaleConfiguration.java @@ -34,6 +34,7 @@ public class VipAutoscaleConfiguration extends AviRestResource { * This is the getter method this will return the attribute value. * This is the list of az+subnet in which vips will be spawned. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return zones */ @@ -46,6 +47,7 @@ public List getZones() { * This is the setter method. this will set the zones * This is the list of az+subnet in which vips will be spawned. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return zones */ @@ -58,6 +60,7 @@ public void setZones(List zones) { * This is the setter method this will set the zones * This is the list of az+subnet in which vips will be spawned. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/VipAutoscaleGroup.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipAutoscaleGroup.java index 0e2f8862..42f2987a 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipAutoscaleGroup.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipAutoscaleGroup.java @@ -39,6 +39,7 @@ public class VipAutoscaleGroup extends AviRestResource { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return configuration */ @@ -50,6 +51,7 @@ public VipAutoscaleConfiguration getConfiguration() { /** * This is the setter method to the attribute. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param configuration set the configuration. */ @@ -61,6 +63,7 @@ public void setConfiguration(VipAutoscaleConfiguration configuration) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return policy */ @@ -72,6 +75,7 @@ public VipAutoscalePolicy getPolicy() { /** * This is the setter method to the attribute. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param policy set the policy. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipAutoscalePolicy.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipAutoscalePolicy.java index 319bd7c7..bf00d697 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipAutoscalePolicy.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipAutoscalePolicy.java @@ -47,6 +47,7 @@ public class VipAutoscalePolicy extends AviRestResource { * The amount of time, in seconds, when a vip is withdrawn before a scaling activity starts. * Field introduced in 17.2.12, 18.1.2. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @return dnsCooldown */ @@ -60,6 +61,7 @@ public Integer getDnsCooldown() { * The amount of time, in seconds, when a vip is withdrawn before a scaling activity starts. * Field introduced in 17.2.12, 18.1.2. * Unit is seconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 60. * @param dnsCooldown set the dnsCooldown. */ @@ -72,6 +74,7 @@ public void setDnsCooldown(Integer dnsCooldown) { * This is the getter method this will return the attribute value. * The maximum size of the group. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @return maxSize */ @@ -84,6 +87,7 @@ public Integer getMaxSize() { * This is the setter method to the attribute. * The maximum size of the group. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 5. * @param maxSize set the maxSize. */ @@ -96,6 +100,7 @@ public void setMaxSize(Integer maxSize) { * This is the getter method this will return the attribute value. * The minimum size of the group. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return minSize */ @@ -108,6 +113,7 @@ public Integer getMinSize() { * This is the setter method to the attribute. * The minimum size of the group. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param minSize set the minSize. */ @@ -120,6 +126,7 @@ public void setMinSize(Integer minSize) { * This is the getter method this will return the attribute value. * When set, scaling is suspended. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return suspend */ @@ -132,6 +139,7 @@ public Boolean getSuspend() { * This is the setter method to the attribute. * When set, scaling is suspended. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param suspend set the suspend. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipAutoscaleZones.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipAutoscaleZones.java index 39187def..d6050614 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipAutoscaleZones.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipAutoscaleZones.java @@ -42,6 +42,8 @@ public class VipAutoscaleZones extends AviRestResource { * This is the getter method this will return the attribute value. * Availability zone associated with the subnet. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return availabilityZone */ @VsoMethod @@ -53,6 +55,8 @@ public String getAvailabilityZone() { * This is the setter method to the attribute. * Availability zone associated with the subnet. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @param availabilityZone set the availabilityZone. */ @VsoMethod @@ -64,6 +68,8 @@ public void setAvailabilityZone(String availabilityZone) { * This is the getter method this will return the attribute value. * Determines if the subnet is capable of hosting publicly accessible ip. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return fipCapable */ @VsoMethod @@ -75,6 +81,8 @@ public Boolean getFipCapable() { * This is the setter method to the attribute. * Determines if the subnet is capable of hosting publicly accessible ip. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @param fipCapable set the fipCapable. */ @VsoMethod @@ -86,6 +94,7 @@ public void setFipCapable(Boolean fipCapable) { * This is the getter method this will return the attribute value. * Uuid of the subnet for new ip address allocation. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnetUuid */ @@ -98,6 +107,7 @@ public String getSubnetUuid() { * This is the setter method to the attribute. * Uuid of the subnet for new ip address allocation. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnetUuid set the subnetUuid. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipPlacementNetwork.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipPlacementNetwork.java index 3ab858d5..91757584 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipPlacementNetwork.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipPlacementNetwork.java @@ -45,6 +45,7 @@ public class VipPlacementNetwork extends AviRestResource { * Network to use for vip placement. * It is a reference to an object of type network. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkRef */ @@ -58,6 +59,7 @@ public String getNetworkRef() { * Network to use for vip placement. * It is a reference to an object of type network. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkRef set the networkRef. */ @@ -70,6 +72,7 @@ public void setNetworkRef(String networkRef) { * This is the getter method this will return the attribute value. * Ipv4 subnet to use for vip placement. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet */ @@ -82,6 +85,7 @@ public IpAddrPrefix getSubnet() { * This is the setter method to the attribute. * Ipv4 subnet to use for vip placement. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subnet set the subnet. */ @@ -94,6 +98,7 @@ public void setSubnet(IpAddrPrefix subnet) { * This is the getter method this will return the attribute value. * Ipv6 subnet to use for vip placement. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subnet6 */ @@ -106,6 +111,7 @@ public IpAddrPrefix getSubnet6() { * This is the setter method to the attribute. * Ipv6 subnet to use for vip placement. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/VipPlacementResolutionInfo.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipPlacementResolutionInfo.java index 755ec627..46c4acb7 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipPlacementResolutionInfo.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipPlacementResolutionInfo.java @@ -41,7 +41,7 @@ public class VipPlacementResolutionInfo extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip of obj type vipplacementresolutioninfo 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 */ @@ -52,7 +52,7 @@ public IpAddr getIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property ip of obj type vipplacementresolutioninfo 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. */ @@ -63,7 +63,7 @@ public void setIp(IpAddr ip) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property networks of obj type vipplacementresolutioninfo 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 networks */ @@ -74,7 +74,7 @@ public List getNetworks() { /** * This is the setter method. this will set the networks - * Placeholder for description of property networks of obj type vipplacementresolutioninfo 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 networks */ @@ -85,7 +85,7 @@ public void setNetworks(List networks) { /** * This is the setter method this will set the networks - * Placeholder for description of property networks of obj type vipplacementresolutioninfo 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 networks */ @@ -101,7 +101,7 @@ public VipPlacementResolutionInfo addNetworksItem(DiscoveredNetwork networksItem /** * 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 */ @@ -112,7 +112,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipRuntime.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipRuntime.java index d804c6bb..4985f5a7 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipRuntime.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipRuntime.java @@ -153,7 +153,7 @@ public class VipRuntime extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ev of obj type vipruntime 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 ev */ @@ -164,7 +164,7 @@ public List getEv() { /** * This is the setter method. this will set the ev - * Placeholder for description of property ev of obj type vipruntime 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 ev */ @@ -175,7 +175,7 @@ public void setEv(List ev) { /** * This is the setter method this will set the ev - * Placeholder for description of property ev of obj type vipruntime 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 ev */ @@ -191,7 +191,7 @@ public VipRuntime addEvItem(String evItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ev_status of obj type vipruntime 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 evStatus */ @@ -202,7 +202,7 @@ public VsEvStatus getEvStatus() { /** * This is the setter method to the attribute. - * Placeholder for description of property ev_status of obj type vipruntime 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 evStatus set the evStatus. */ @@ -213,7 +213,7 @@ public void setEvStatus(VsEvStatus evStatus) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property first_se_assigned_time of obj type vipruntime 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 firstSeAssignedTime */ @@ -224,7 +224,7 @@ public TimeStamp getFirstSeAssignedTime() { /** * This is the setter method to the attribute. - * Placeholder for description of property first_se_assigned_time of obj type vipruntime 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 firstSeAssignedTime set the firstSeAssignedTime. */ @@ -235,7 +235,7 @@ public void setFirstSeAssignedTime(TimeStamp firstSeAssignedTime) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property first_time_placement of obj type vipruntime 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 firstTimePlacement */ @@ -246,7 +246,7 @@ public Boolean getFirstTimePlacement() { /** * This is the setter method to the attribute. - * Placeholder for description of property first_time_placement of obj type vipruntime 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 firstTimePlacement set the firstTimePlacement. */ @@ -257,7 +257,7 @@ public void setFirstTimePlacement(Boolean firstTimePlacement) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property fsm_state_id of obj type vipruntime field type str type string. + * Allowed in enterprise edition with 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 fsmStateId */ @@ -268,7 +268,7 @@ public String getFsmStateId() { /** * This is the setter method to the attribute. - * Placeholder for description of property fsm_state_id of obj type vipruntime field type str type string. + * Allowed in enterprise edition with 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 fsmStateId set the fsmStateId. */ @@ -279,7 +279,7 @@ public void setFsmStateId(String fsmStateId) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property fsm_state_name of obj type vipruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "VipFsmMap::Inactive". * @return fsmStateName */ @@ -290,7 +290,7 @@ public String getFsmStateName() { /** * This is the setter method to the attribute. - * Placeholder for description of property fsm_state_name of obj type vipruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "VipFsmMap::Inactive". * @param fsmStateName set the fsmStateName. */ @@ -301,7 +301,7 @@ public void setFsmStateName(String fsmStateName) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property last_changed_time of obj type vipruntime 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 */ @@ -312,7 +312,7 @@ public TimeStamp getLastChangedTime() { /** * This is the setter method to the attribute. - * Placeholder for description of property last_changed_time of obj type vipruntime 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. */ @@ -323,7 +323,7 @@ public void setLastChangedTime(TimeStamp lastChangedTime) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property last_scale_status of obj type vipruntime 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 lastScaleStatus */ @@ -334,7 +334,7 @@ public ScaleStatus getLastScaleStatus() { /** * This is the setter method to the attribute. - * Placeholder for description of property last_scale_status of obj type vipruntime 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 lastScaleStatus set the lastScaleStatus. */ @@ -345,7 +345,7 @@ public void setLastScaleStatus(ScaleStatus lastScaleStatus) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property marked_for_delete of obj type vipruntime 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 markedForDelete */ @@ -356,7 +356,7 @@ public Boolean getMarkedForDelete() { /** * This is the setter method to the attribute. - * Placeholder for description of property marked_for_delete of obj type vipruntime 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 markedForDelete set the markedForDelete. */ @@ -368,6 +368,7 @@ public void setMarkedForDelete(Boolean markedForDelete) { /** * This is the getter method this will return the attribute value. * Enum options - METRICS_MGR_PORT_0, METRICS_MGR_PORT_1, METRICS_MGR_PORT_2, METRICS_MGR_PORT_3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsMgrPort */ @@ -379,6 +380,7 @@ public String getMetricsMgrPort() { /** * This is the setter method to the attribute. * Enum options - METRICS_MGR_PORT_0, METRICS_MGR_PORT_1, METRICS_MGR_PORT_2, METRICS_MGR_PORT_3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricsMgrPort set the metricsMgrPort. */ @@ -389,7 +391,7 @@ public void setMetricsMgrPort(String metricsMgrPort) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property migrate_in_progress of obj type vipruntime 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 migrateInProgress */ @@ -400,7 +402,7 @@ public Boolean getMigrateInProgress() { /** * This is the setter method to the attribute. - * Placeholder for description of property migrate_in_progress of obj type vipruntime 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 migrateInProgress set the migrateInProgress. */ @@ -411,7 +413,7 @@ public void setMigrateInProgress(Boolean migrateInProgress) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property migrate_request of obj type vipruntime 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 migrateRequest */ @@ -422,7 +424,7 @@ public VsMigrateParams getMigrateRequest() { /** * This is the setter method to the attribute. - * Placeholder for description of property migrate_request of obj type vipruntime 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 migrateRequest set the migrateRequest. */ @@ -433,7 +435,7 @@ public void setMigrateRequest(VsMigrateParams migrateRequest) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property migrate_scalein_pending of obj type vipruntime 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 migrateScaleinPending */ @@ -444,7 +446,7 @@ public Boolean getMigrateScaleinPending() { /** * This is the setter method to the attribute. - * Placeholder for description of property migrate_scalein_pending of obj type vipruntime 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 migrateScaleinPending set the migrateScaleinPending. */ @@ -455,7 +457,7 @@ public void setMigrateScaleinPending(Boolean migrateScaleinPending) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property migrate_scaleout_pending of obj type vipruntime 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 migrateScaleoutPending */ @@ -466,7 +468,7 @@ public Boolean getMigrateScaleoutPending() { /** * This is the setter method to the attribute. - * Placeholder for description of property migrate_scaleout_pending of obj type vipruntime 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 migrateScaleoutPending set the migrateScaleoutPending. */ @@ -477,7 +479,7 @@ public void setMigrateScaleoutPending(Boolean migrateScaleoutPending) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_additional_se of obj type vipruntime 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 0. * @return numAdditionalSe */ @@ -488,7 +490,7 @@ public Integer getNumAdditionalSe() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_additional_se of obj type vipruntime 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 0. * @param numAdditionalSe set the numAdditionalSe. */ @@ -500,6 +502,7 @@ public void setNumAdditionalSe(Integer numAdditionalSe) { /** * This is the getter method this will return the attribute value. * Enum options - METRICS_MGR_PORT_0, METRICS_MGR_PORT_1, METRICS_MGR_PORT_2, METRICS_MGR_PORT_3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prevMetricsMgrPort */ @@ -511,6 +514,7 @@ public String getPrevMetricsMgrPort() { /** * This is the setter method to the attribute. * Enum options - METRICS_MGR_PORT_0, METRICS_MGR_PORT_1, METRICS_MGR_PORT_2, METRICS_MGR_PORT_3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prevMetricsMgrPort set the prevMetricsMgrPort. */ @@ -521,7 +525,7 @@ public void setPrevMetricsMgrPort(String prevMetricsMgrPort) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property progress_percent of obj type vipruntime 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 0. * @return progressPercent */ @@ -532,7 +536,7 @@ public Integer getProgressPercent() { /** * This is the setter method to the attribute. - * Placeholder for description of property progress_percent of obj type vipruntime 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 0. * @param progressPercent set the progressPercent. */ @@ -543,7 +547,7 @@ public void setProgressPercent(Integer progressPercent) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property requested_resource of obj type vipruntime 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 requestedResource */ @@ -554,7 +558,7 @@ public VirtualServiceResource getRequestedResource() { /** * This is the setter method to the attribute. - * Placeholder for description of property requested_resource of obj type vipruntime 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 requestedResource set the requestedResource. */ @@ -565,7 +569,7 @@ public void setRequestedResource(VirtualServiceResource requestedResource) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property scale_status of obj type vipruntime 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 scaleStatus */ @@ -576,7 +580,7 @@ public ScaleStatus getScaleStatus() { /** * This is the setter method to the attribute. - * Placeholder for description of property scale_status of obj type vipruntime 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 scaleStatus set the scaleStatus. */ @@ -587,7 +591,7 @@ public void setScaleStatus(ScaleStatus scaleStatus) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property scalein_in_progress of obj type vipruntime 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 scaleinInProgress */ @@ -598,7 +602,7 @@ public Boolean getScaleinInProgress() { /** * This is the setter method to the attribute. - * Placeholder for description of property scalein_in_progress of obj type vipruntime 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 scaleinInProgress set the scaleinInProgress. */ @@ -609,7 +613,7 @@ public void setScaleinInProgress(Boolean scaleinInProgress) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property scalein_request of obj type vipruntime 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 scaleinRequest */ @@ -620,7 +624,7 @@ public VsScaleinParams getScaleinRequest() { /** * This is the setter method to the attribute. - * Placeholder for description of property scalein_request of obj type vipruntime 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 scaleinRequest set the scaleinRequest. */ @@ -631,7 +635,7 @@ public void setScaleinRequest(VsScaleinParams scaleinRequest) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property scaleout_in_progress of obj type vipruntime 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 scaleoutInProgress */ @@ -642,7 +646,7 @@ public Boolean getScaleoutInProgress() { /** * This is the setter method to the attribute. - * Placeholder for description of property scaleout_in_progress of obj type vipruntime 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 scaleoutInProgress set the scaleoutInProgress. */ @@ -653,7 +657,7 @@ public void setScaleoutInProgress(Boolean scaleoutInProgress) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_list of obj type vipruntime 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 seList */ @@ -664,7 +668,7 @@ public List getSeList() { /** * This is the setter method. this will set the seList - * Placeholder for description of property se_list of obj type vipruntime 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 seList */ @@ -675,7 +679,7 @@ public void setSeList(List seList) { /** * This is the setter method this will set the seList - * Placeholder for description of property se_list of obj type vipruntime 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 seList */ @@ -692,6 +696,7 @@ public VipRuntime addSeListItem(SeList seListItem) { /** * This is the getter method this will return the attribute value. * Field deprecated in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return serversConfigured */ @VsoMethod @@ -702,6 +707,7 @@ public Boolean getServersConfigured() { /** * This is the setter method to the attribute. * Field deprecated in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param serversConfigured set the serversConfigured. */ @VsoMethod @@ -711,7 +717,7 @@ public void setServersConfigured(Boolean serversConfigured) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property supp_runtime_status of obj type vipruntime 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 suppRuntimeStatus */ @@ -722,7 +728,7 @@ public OperationalStatus getSuppRuntimeStatus() { /** * This is the setter method to the attribute. - * Placeholder for description of property supp_runtime_status of obj type vipruntime 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 suppRuntimeStatus set the suppRuntimeStatus. */ @@ -733,7 +739,7 @@ public void setSuppRuntimeStatus(OperationalStatus suppRuntimeStatus) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property user_scaleout_pending of obj type vipruntime 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 userScaleoutPending */ @@ -744,7 +750,7 @@ public Boolean getUserScaleoutPending() { /** * This is the setter method to the attribute. - * Placeholder for description of property user_scaleout_pending of obj type vipruntime 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 userScaleoutPending set the userScaleoutPending. */ @@ -755,7 +761,7 @@ public void setUserScaleoutPending(Boolean userScaleoutPending) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vip_id of obj type vipruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -766,7 +772,7 @@ public String getVipId() { /** * This is the setter method to the attribute. - * Placeholder for description of property vip_id of obj type vipruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ @@ -779,6 +785,7 @@ public void setVipId(String vipId) { * This is the getter method this will return the attribute value. * Vip finished resyncing with resource manager. * Field introduced in 18.1.4, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return warmstartResyncDone */ @@ -791,6 +798,7 @@ public Boolean getWarmstartResyncDone() { * This is the setter method to the attribute. * Vip finished resyncing with resource manager. * Field introduced in 18.1.4, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param warmstartResyncDone set the warmstartResyncDone. */ @@ -803,6 +811,7 @@ public void setWarmstartResyncDone(Boolean warmstartResyncDone) { * This is the getter method this will return the attribute value. * Rpc sent to resource manager for warmstart resync. * Field introduced in 18.1.4, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return warmstartResyncSent */ @@ -815,6 +824,7 @@ public Boolean getWarmstartResyncSent() { * This is the setter method to the attribute. * Rpc sent to resource manager for warmstart resync. * Field introduced in 18.1.4, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param warmstartResyncSent set the warmstartResyncSent. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipScaleDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipScaleDetails.java index 92ccd054..3fd3e250 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipScaleDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipScaleDetails.java @@ -48,7 +48,7 @@ public class VipScaleDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property availability_zone of obj type vipscaledetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -59,7 +59,7 @@ public String getAvailabilityZone() { /** * This is the setter method to the attribute. - * Placeholder for description of property availability_zone of obj type vipscaledetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -70,7 +70,7 @@ public void setAvailabilityZone(String availabilityZone) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property error of obj type vipscaledetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return error */ @@ -81,7 +81,7 @@ public String getError() { /** * This is the setter method to the attribute. - * Placeholder for description of property error of obj type vipscaledetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param error set the error. */ @@ -92,7 +92,7 @@ public void setError(String error) { /** * 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 */ @@ -103,7 +103,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. */ @@ -114,7 +114,7 @@ public void setSubnetUuid(String subnetUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vip_id of obj type vipscaledetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -125,7 +125,7 @@ public String getVipId() { /** * This is the setter method to the attribute. - * Placeholder for description of property vip_id of obj type vipscaledetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ @@ -136,7 +136,7 @@ public void setVipId(String vipId) { /** * This is the getter method this will return the attribute value. - * Unique object identifier of vsvip. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsvipUuid */ @@ -147,7 +147,7 @@ public String getVsvipUuid() { /** * This is the setter method to the attribute. - * Unique object identifier of vsvip. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsvipUuid set the vsvipUuid. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipSeAssigned.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipSeAssigned.java index 7c8e42f8..1b2d083e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipSeAssigned.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipSeAssigned.java @@ -102,6 +102,7 @@ public class VipSeAssigned extends AviRestResource { * This is the getter method this will return the attribute value. * Vip is active on cloud. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return activeOnCloud */ @@ -114,6 +115,7 @@ public Boolean getActiveOnCloud() { * This is the setter method to the attribute. * Vip is active on cloud. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param activeOnCloud set the activeOnCloud. */ @@ -126,6 +128,7 @@ public void setActiveOnCloud(Boolean activeOnCloud) { * This is the getter method this will return the attribute value. * Vip is active on this serviceengine. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return activeOnSe */ @@ -138,6 +141,7 @@ public Boolean getActiveOnSe() { * This is the setter method to the attribute. * Vip is active on this serviceengine. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param activeOnSe set the activeOnSe. */ @@ -148,7 +152,7 @@ public void setActiveOnSe(Boolean activeOnSe) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property admin_down_requested of obj type vipseassigned 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 adminDownRequested */ @@ -159,7 +163,7 @@ public Boolean getAdminDownRequested() { /** * This is the setter method to the attribute. - * Placeholder for description of property admin_down_requested of obj type vipseassigned 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 adminDownRequested set the adminDownRequested. */ @@ -172,6 +176,7 @@ public void setAdminDownRequested(Boolean adminDownRequested) { * This is the getter method this will return the attribute value. * Attach ip is in progress. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return attachIpInProgress */ @@ -184,6 +189,7 @@ public Boolean getAttachIpInProgress() { * This is the setter method to the attribute. * Attach ip is in progress. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param attachIpInProgress set the attachIpInProgress. */ @@ -194,7 +200,7 @@ public void setAttachIpInProgress(Boolean attachIpInProgress) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property connected of obj type vipseassigned 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 connected */ @@ -205,7 +211,7 @@ public Boolean getConnected() { /** * This is the setter method to the attribute. - * Placeholder for description of property connected of obj type vipseassigned 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 connected set the connected. */ @@ -218,6 +224,7 @@ public void setConnected(Boolean connected) { * This is the getter method this will return the attribute value. * Detach ip is in progress. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return detachIpInProgress */ @@ -230,6 +237,7 @@ public Boolean getDetachIpInProgress() { * This is the setter method to the attribute. * Detach ip is in progress. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param detachIpInProgress set the detachIpInProgress. */ @@ -242,6 +250,7 @@ public void setDetachIpInProgress(Boolean detachIpInProgress) { * This is the getter method this will return the attribute value. * Management ipv4 address of se. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mgmtIp */ @@ -254,6 +263,7 @@ public IpAddr getMgmtIp() { * This is the setter method to the attribute. * Management ipv4 address of se. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mgmtIp set the mgmtIp. */ @@ -266,6 +276,7 @@ public void setMgmtIp(IpAddr mgmtIp) { * This is the getter method this will return the attribute value. * Management ipv6 address of se. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mgmtIp6 */ @@ -278,6 +289,7 @@ public IpAddr getMgmtIp6() { * This is the setter method to the attribute. * Management ipv6 address of se. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mgmtIp6 set the mgmtIp6. */ @@ -288,7 +300,7 @@ public void setMgmtIp6(IpAddr mgmtIp6) { /** * 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 */ @@ -299,7 +311,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. */ @@ -310,7 +322,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property oper_status of obj type vipseassigned 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 operStatus */ @@ -321,7 +333,7 @@ public OperationalStatus getOperStatus() { /** * This is the setter method to the attribute. - * Placeholder for description of property oper_status of obj type vipseassigned 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 operStatus set the operStatus. */ @@ -332,7 +344,7 @@ public void setOperStatus(OperationalStatus operStatus) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property primary of obj type vipseassigned 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 primary */ @@ -343,7 +355,7 @@ public Boolean getPrimary() { /** * This is the setter method to the attribute. - * Placeholder for description of property primary of obj type vipseassigned 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 primary set the primary. */ @@ -355,6 +367,7 @@ public void setPrimary(Boolean primary) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ref */ @@ -366,6 +379,7 @@ public String getRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ref set the ref. */ @@ -376,7 +390,7 @@ public void setRef(String ref) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property scalein_in_progress of obj type vipseassigned 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 scaleinInProgress */ @@ -387,7 +401,7 @@ public Boolean getScaleinInProgress() { /** * This is the setter method to the attribute. - * Placeholder for description of property scalein_in_progress of obj type vipseassigned 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 scaleinInProgress set the scaleinInProgress. */ @@ -400,6 +414,7 @@ public void setScaleinInProgress(Boolean scaleinInProgress) { * This is the getter method this will return the attribute value. * Vip is awaiting scaleout response from this serviceengine. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return scaleoutInProgress */ @@ -412,6 +427,7 @@ public Boolean getScaleoutInProgress() { * This is the setter method to the attribute. * Vip is awaiting scaleout response from this serviceengine. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param scaleoutInProgress set the scaleoutInProgress. */ @@ -424,6 +440,7 @@ public void setScaleoutInProgress(Boolean scaleoutInProgress) { * This is the getter method this will return the attribute value. * Vip is awaiting response from this serviceengine. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seReadyInProgress */ @@ -436,6 +453,7 @@ public Boolean getSeReadyInProgress() { * This is the setter method to the attribute. * Vip is awaiting response from this serviceengine. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seReadyInProgress set the seReadyInProgress. */ @@ -446,7 +464,7 @@ public void setSeReadyInProgress(Boolean seReadyInProgress) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property snat_ip of obj type vipseassigned 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 snatIp */ @@ -457,7 +475,7 @@ public IpAddr getSnatIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property snat_ip of obj type vipseassigned 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 snatIp set the snatIp. */ @@ -468,7 +486,7 @@ public void setSnatIp(IpAddr snatIp) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property standby of obj type vipseassigned 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 standby */ @@ -479,7 +497,7 @@ public Boolean getStandby() { /** * This is the setter method to the attribute. - * Placeholder for description of property standby of obj type vipseassigned 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 standby set the standby. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipSymmetryDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipSymmetryDetails.java index 714f03a0..9f3d6ade 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipSymmetryDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VipSymmetryDetails.java @@ -66,6 +66,7 @@ public class VipSymmetryDetails extends AviRestResource { * This is the getter method this will return the attribute value. * Maximum number of ses assigned across all virtual services sharing this vip. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxNumSeAssigned */ @@ -78,6 +79,7 @@ public Integer getMaxNumSeAssigned() { * This is the setter method to the attribute. * Maximum number of ses assigned across all virtual services sharing this vip. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxNumSeAssigned set the maxNumSeAssigned. */ @@ -90,6 +92,7 @@ public void setMaxNumSeAssigned(Integer maxNumSeAssigned) { * This is the getter method this will return the attribute value. * Maximum number of ses requested across all virtual services sharing this vip. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxNumSeRequested */ @@ -102,6 +105,7 @@ public Integer getMaxNumSeRequested() { * This is the setter method to the attribute. * Maximum number of ses requested across all virtual services sharing this vip. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxNumSeRequested set the maxNumSeRequested. */ @@ -114,6 +118,7 @@ public void setMaxNumSeRequested(Integer maxNumSeRequested) { * This is the getter method this will return the attribute value. * Minimum number of ses assigned across all virtual services sharing this vip. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return minNumSeAssigned */ @@ -126,6 +131,7 @@ public Integer getMinNumSeAssigned() { * This is the setter method to the attribute. * Minimum number of ses assigned across all virtual services sharing this vip. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param minNumSeAssigned set the minNumSeAssigned. */ @@ -138,6 +144,7 @@ public void setMinNumSeAssigned(Integer minNumSeAssigned) { * This is the getter method this will return the attribute value. * Minimum number of ses requested across all virtual services sharing this vip. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return minNumSeRequested */ @@ -150,6 +157,7 @@ public Integer getMinNumSeRequested() { * This is the setter method to the attribute. * Minimum number of ses requested across all virtual services sharing this vip. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param minNumSeRequested set the minNumSeRequested. */ @@ -162,6 +170,7 @@ public void setMinNumSeRequested(Integer minNumSeRequested) { * This is the getter method this will return the attribute value. * Number of virtual services sharing vsvip. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numVs */ @@ -174,6 +183,7 @@ public Integer getNumVs() { * This is the setter method to the attribute. * Number of virtual services sharing vsvip. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numVs set the numVs. */ @@ -186,6 +196,7 @@ public void setNumVs(Integer numVs) { * This is the getter method this will return the attribute value. * Reason for symmetric/asymmetric shared vip event. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return reason */ @@ -198,6 +209,7 @@ public String getReason() { * This is the setter method to the attribute. * Reason for symmetric/asymmetric shared vip event. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param reason set the reason. */ @@ -210,6 +222,7 @@ public void setReason(String reason) { * This is the getter method this will return the attribute value. * Vip id. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -222,6 +235,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. */ @@ -234,6 +248,7 @@ public void setVipId(String vipId) { * This is the getter method this will return the attribute value. * Vsvip name. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsvipName */ @@ -246,6 +261,7 @@ public String getVsvipName() { * This is the setter method to the attribute. * Vsvip name. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsvipName set the vsvipName. */ @@ -258,6 +274,7 @@ public void setVsvipName(String vsvipName) { * This is the getter method this will return the attribute value. * Vsvip uuid. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsvipUuid */ @@ -270,6 +287,7 @@ public String getVsvipUuid() { * This is the setter method to the attribute. * Vsvip uuid. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsvipUuid set the vsvipUuid. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VirtualService.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VirtualService.java index 4857734d..3658178e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VirtualService.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VirtualService.java @@ -444,13 +444,13 @@ public class VirtualService extends AviRestResource { @JsonInclude(Include.NON_NULL) private List vhMatches = null; - @JsonProperty("vh_parent_vs_uuid") + @JsonProperty("vh_parent_vs_ref") @JsonInclude(Include.NON_NULL) - private String vhParentVsUuid = null; + private String vhParentVsRef = null; @JsonProperty("vh_type") @JsonInclude(Include.NON_NULL) - private String vhType; + private String vhType = "VS_TYPE_VH_SNI"; @JsonProperty("vip") @JsonInclude(Include.NON_NULL) @@ -487,6 +487,7 @@ public class VirtualService extends AviRestResource { * Redistribution of the virtualservices can be either manual or automated when the failed serviceengine recovers. * Redistribution is based on the auto redistribute property of the serviceenginegroup. * Enum options - ACTIVE_STANDBY_SE_1, ACTIVE_STANDBY_SE_2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ACTIVE_STANDBY_SE_1". * @return activeStandbySeTag */ @@ -504,6 +505,7 @@ public String getActiveStandbySeTag() { * Redistribution of the virtualservices can be either manual or automated when the failed serviceengine recovers. * Redistribution is based on the auto redistribute property of the serviceenginegroup. * Enum options - ACTIVE_STANDBY_SE_1, ACTIVE_STANDBY_SE_2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "ACTIVE_STANDBY_SE_1". * @param activeStandbySeTag set the activeStandbySeTag. */ @@ -518,7 +520,8 @@ public void setActiveStandbySeTag(String activeStandbySeTag) { * This setting takes effect for future virtual service flaps. * To advertise current vses that are down, please disable and re-enable the virtual service. * Field introduced in 20.1.1. - * Allowed in 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 advertiseDownVs */ @@ -533,7 +536,8 @@ public Boolean getAdvertiseDownVs() { * This setting takes effect for future virtual service flaps. * To advertise current vses that are down, please disable and re-enable the virtual service. * Field introduced in 20.1.1. - * Allowed in 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 advertiseDownVs set the advertiseDownVs. */ @@ -547,7 +551,8 @@ public void setAdvertiseDownVs(Boolean advertiseDownVs) { * Process request even if invalid client certificate is presented. * Datascript apis need to be used for processing of such requests. * Field introduced in 18.2.3. - * Allowed in 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 allowInvalidClientCert */ @@ -561,7 +566,8 @@ public Boolean getAllowInvalidClientCert() { * Process request even if invalid client certificate is presented. * Datascript apis need to be used for processing of such requests. * Field introduced in 18.2.3. - * Allowed in 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 allowInvalidClientCert set the allowInvalidClientCert. */ @@ -573,6 +579,7 @@ public void setAllowInvalidClientCert(Boolean allowInvalidClientCert) { /** * This is the getter method this will return the attribute value. * Determines analytics settings for the application. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return analyticsPolicy */ @@ -584,6 +591,7 @@ public AnalyticsPolicy getAnalyticsPolicy() { /** * This is the setter method to the attribute. * Determines analytics settings for the application. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param analyticsPolicy set the analyticsPolicy. */ @@ -596,6 +604,7 @@ public void setAnalyticsPolicy(AnalyticsPolicy analyticsPolicy) { * This is the getter method this will return the attribute value. * Specifies settings related to analytics. * It is a reference to an object of type analyticsprofile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return analyticsProfileRef */ @@ -608,6 +617,7 @@ public String getAnalyticsProfileRef() { * This is the setter method to the attribute. * Specifies settings related to analytics. * It is a reference to an object of type analyticsprofile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param analyticsProfileRef set the analyticsProfileRef. */ @@ -623,7 +633,7 @@ public void setAnalyticsProfileRef(String analyticsProfileRef) { * This is applicable only for service integration mode with cisco apic controller. * Field deprecated in 21.1.1. * Field introduced in 17.2.12,18.1.2. - * Allowed in basic edition, essentials edition, enterprise edition. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @return apicContractGraph */ @VsoMethod @@ -638,7 +648,7 @@ public String getApicContractGraph() { * This is applicable only for service integration mode with cisco apic controller. * Field deprecated in 21.1.1. * Field introduced in 17.2.12,18.1.2. - * Allowed in basic edition, essentials edition, enterprise edition. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @param apicContractGraph set the apicContractGraph. */ @VsoMethod @@ -650,6 +660,7 @@ public void setApicContractGraph(String apicContractGraph) { * This is the getter method this will return the attribute value. * Enable application layer specific features for the virtual service. * It is a reference to an object of type applicationprofile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Special default for essentials edition is system-l4-application. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return applicationProfileRef @@ -663,6 +674,7 @@ public String getApplicationProfileRef() { * This is the setter method to the attribute. * Enable application layer specific features for the virtual service. * It is a reference to an object of type applicationprofile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Special default for essentials edition is system-l4-application. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param applicationProfileRef set the applicationProfileRef. @@ -676,6 +688,7 @@ public void setApplicationProfileRef(String applicationProfileRef) { * This is the getter method this will return the attribute value. * Auto-allocate floating/elastic ip from the cloud infrastructure. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return autoAllocateFloatingIp */ @VsoMethod @@ -687,6 +700,7 @@ public Boolean getAutoAllocateFloatingIp() { * This is the setter method to the attribute. * Auto-allocate floating/elastic ip from the cloud infrastructure. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param autoAllocateFloatingIp set the autoAllocateFloatingIp. */ @VsoMethod @@ -698,6 +712,7 @@ public void setAutoAllocateFloatingIp(Boolean autoAllocateFloatingIp) { * This is the getter method this will return the attribute value. * Auto-allocate vip from the provided subnet. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return autoAllocateIp */ @VsoMethod @@ -709,6 +724,7 @@ public Boolean getAutoAllocateIp() { * This is the setter method to the attribute. * Auto-allocate vip from the provided subnet. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param autoAllocateIp set the autoAllocateIp. */ @VsoMethod @@ -720,6 +736,7 @@ public void setAutoAllocateIp(Boolean autoAllocateIp) { * This is the getter method this will return the attribute value. * Availability-zone to place the virtual service. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return availabilityZone */ @VsoMethod @@ -731,6 +748,7 @@ public String getAvailabilityZone() { * This is the setter method to the attribute. * Availability-zone to place the virtual service. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param availabilityZone set the availabilityZone. */ @VsoMethod @@ -742,6 +760,7 @@ public void setAvailabilityZone(String availabilityZone) { * This is the getter method this will return the attribute value. * (internal-use) fip allocated by avi in the cloud infrastructure. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return aviAllocatedFip */ @VsoMethod @@ -753,6 +772,7 @@ public Boolean getAviAllocatedFip() { * This is the setter method to the attribute. * (internal-use) fip allocated by avi in the cloud infrastructure. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param aviAllocatedFip set the aviAllocatedFip. */ @VsoMethod @@ -764,6 +784,7 @@ public void setAviAllocatedFip(Boolean aviAllocatedFip) { * This is the getter method this will return the attribute value. * (internal-use) vip allocated by avi in the cloud infrastructure. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return aviAllocatedVip */ @VsoMethod @@ -775,6 +796,7 @@ public Boolean getAviAllocatedVip() { * This is the setter method to the attribute. * (internal-use) vip allocated by avi in the cloud infrastructure. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param aviAllocatedVip set the aviAllocatedVip. */ @VsoMethod @@ -788,6 +810,8 @@ public void setAviAllocatedVip(Boolean aviAllocatedVip) { * Azure availability set to which this vs is associated. * Internally set by the cloud connector. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return azureAvailabilitySet */ @VsoMethod @@ -801,6 +825,8 @@ public String getAzureAvailabilitySet() { * Azure availability set to which this vs is associated. * Internally set by the cloud connector. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @param azureAvailabilitySet set the azureAvailabilitySet. */ @VsoMethod @@ -813,6 +839,7 @@ public void setAzureAvailabilitySet(String azureAvailabilitySet) { * Select bgp peers, using peer label, for vsvip advertisement. * Field introduced in 20.1.5. * Maximum of 128 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return bgpPeerLabels */ @@ -826,6 +853,7 @@ public List getBgpPeerLabels() { * Select bgp peers, using peer label, for vsvip advertisement. * Field introduced in 20.1.5. * Maximum of 128 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return bgpPeerLabels */ @@ -839,6 +867,7 @@ public void setBgpPeerLabels(List bgpPeerLabels) { * Select bgp peers, using peer label, for vsvip advertisement. * Field introduced in 20.1.5. * Maximum of 128 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return bgpPeerLabels */ @@ -885,7 +914,8 @@ public void setBotPolicyRef(String botPolicyRef) { * For ex ssl sessions are stored using vs's key-value cache. * When the vs is scaled out, the ssl session information is synced to the new se, allowing existing ssl sessions to be reused on the new se. * Field introduced in 17.2.7, 18.1.1. - * Allowed in 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 bulkSyncKvcache */ @@ -901,7 +931,8 @@ public Boolean getBulkSyncKvcache() { * For ex ssl sessions are stored using vs's key-value cache. * When the vs is scaled out, the ssl session information is synced to the new se, allowing existing ssl sessions to be reused on the new se. * Field introduced in 17.2.7, 18.1.1. - * Allowed in 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 bulkSyncKvcache set the bulkSyncKvcache. */ @@ -914,6 +945,7 @@ public void setBulkSyncKvcache(Boolean bulkSyncKvcache) { * This is the getter method this will return the attribute value. * Http authentication configuration for protected resources. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @return clientAuth */ @VsoMethod @@ -925,6 +957,7 @@ public HTTPClientAuthenticationParams getClientAuth() { * This is the setter method to the attribute. * Http authentication configuration for protected resources. * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * @param clientAuth set the clientAuth. */ @VsoMethod @@ -936,7 +969,8 @@ public void setClientAuth(HTTPClientAuthenticationParams clientAuth) { * This is the getter method this will return the attribute value. * Close client connection on vs config update. * Field introduced in 17.2.4. - * Allowed in 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 closeClientConnOnConfigUpdate */ @@ -949,7 +983,8 @@ public Boolean getCloseClientConnOnConfigUpdate() { * This is the setter method to the attribute. * Close client connection on vs config update. * Field introduced in 17.2.4. - * Allowed in 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 closeClientConnOnConfigUpdate set the closeClientConnOnConfigUpdate. */ @@ -962,6 +997,7 @@ public void setCloseClientConnOnConfigUpdate(Boolean closeClientConnOnConfigUpd * This is the getter method this will return the attribute value. * Checksum of cloud configuration for vs. * Internally set by cloud connector. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudConfigCksum */ @@ -974,6 +1010,7 @@ public String getCloudConfigCksum() { * This is the setter method to the attribute. * Checksum of cloud configuration for vs. * Internally set by cloud connector. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudConfigCksum set the cloudConfigCksum. */ @@ -985,6 +1022,7 @@ public void setCloudConfigCksum(String cloudConfigCksum) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -996,6 +1034,7 @@ public String getCloudRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -1008,8 +1047,8 @@ public void setCloudRef(String cloudRef) { * This is the getter method this will return the attribute value. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in 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 cloudType */ @@ -1022,8 +1061,8 @@ public String getCloudType() { * This is the setter method to the attribute. * Enum options - CLOUD_NONE, CLOUD_VCENTER, CLOUD_OPENSTACK, CLOUD_AWS, CLOUD_VCA, CLOUD_APIC, CLOUD_MESOS, CLOUD_LINUXSERVER, CLOUD_DOCKER_UCP, * CLOUD_RANCHER, CLOUD_OSHIFT_K8S, CLOUD_AZURE, CLOUD_GCP, CLOUD_NSXT. - * Allowed in 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 cloudType set the cloudType. */ @@ -1035,6 +1074,7 @@ public void setCloudType(String cloudType) { /** * This is the getter method this will return the attribute value. * Rate limit the incoming connections to this virtual service. + * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return connectionsRateLimit */ @@ -1046,6 +1086,7 @@ public RateProfile getConnectionsRateLimit() { /** * This is the setter method to the attribute. * Rate limit the incoming connections to this virtual service. + * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param connectionsRateLimit set the connectionsRateLimit. */ @@ -1057,6 +1098,7 @@ public void setConnectionsRateLimit(RateProfile connectionsRateLimit) { /** * This is the getter method this will return the attribute value. * Profile used to match and rewrite strings in request and/or response body. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return contentRewrite */ @@ -1068,6 +1110,7 @@ public ContentRewriteProfile getContentRewrite() { /** * This is the setter method to the attribute. * Profile used to match and rewrite strings in request and/or response body. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param contentRewrite set the contentRewrite. */ @@ -1079,6 +1122,7 @@ public void setContentRewrite(ContentRewriteProfile contentRewrite) { /** * This is the getter method this will return the attribute value. * Creator name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -1090,6 +1134,7 @@ public String getCreatedBy() { /** * This is the setter method to the attribute. * Creator name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -1102,7 +1147,8 @@ public void setCreatedBy(String createdBy) { * This is the getter method this will return the attribute value. * Select the algorithm for qos fairness. * This determines how multiple virtual services sharing the same service engines will prioritize traffic over a congested network. - * Allowed in 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 delayFairness */ @@ -1115,7 +1161,8 @@ public Boolean getDelayFairness() { * This is the setter method to the attribute. * Select the algorithm for qos fairness. * This determines how multiple virtual services sharing the same service engines will prioritize traffic over a congested network. - * Allowed in 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 delayFairness set the delayFairness. */ @@ -1126,7 +1173,7 @@ public void setDelayFairness(Boolean delayFairness) { /** * 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 */ @@ -1137,7 +1184,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. */ @@ -1152,6 +1199,7 @@ public void setDescription(String description) { * This field is deprecated. * It is a reference to an object of type network. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return discoveredNetworkRef */ @VsoMethod @@ -1165,6 +1213,7 @@ public List getDiscoveredNetworkRef() { * This field is deprecated. * It is a reference to an object of type network. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return discoveredNetworkRef */ @VsoMethod @@ -1178,6 +1227,7 @@ public void setDiscoveredNetworkRef(List discoveredNetworkRef) { * This field is deprecated. * It is a reference to an object of type network. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return discoveredNetworkRef */ @VsoMethod @@ -1195,6 +1245,7 @@ public VirtualService addDiscoveredNetworkRefItem(String discoveredNetworkRefIte * (internal-use) discovered networks providing reachability for client facing virtual service ip. * This field is used internally by avi, not editable by the user. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return discoveredNetworks */ @VsoMethod @@ -1207,6 +1258,7 @@ public List getDiscoveredNetworks() { * (internal-use) discovered networks providing reachability for client facing virtual service ip. * This field is used internally by avi, not editable by the user. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return discoveredNetworks */ @VsoMethod @@ -1219,6 +1271,7 @@ public void setDiscoveredNetworks(List discoveredNetworks) { * (internal-use) discovered networks providing reachability for client facing virtual service ip. * This field is used internally by avi, not editable by the user. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return discoveredNetworks */ @VsoMethod @@ -1236,6 +1289,7 @@ public VirtualService addDiscoveredNetworksItem(DiscoveredNetwork discoveredNetw * (internal-use) discovered subnets providing reachability for client facing virtual service ip. * This field is deprecated. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return discoveredSubnet */ @VsoMethod @@ -1248,6 +1302,7 @@ public List getDiscoveredSubnet() { * (internal-use) discovered subnets providing reachability for client facing virtual service ip. * This field is deprecated. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return discoveredSubnet */ @VsoMethod @@ -1260,6 +1315,7 @@ public void setDiscoveredSubnet(List discoveredSubnet) { * (internal-use) discovered subnets providing reachability for client facing virtual service ip. * This field is deprecated. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return discoveredSubnet */ @VsoMethod @@ -1277,6 +1333,7 @@ public VirtualService addDiscoveredSubnetItem(IpAddrPrefix discoveredSubnetItem) * Service discovery specific data including fully qualified domain name, type and time-to-live of the dns record. * Note that only one of fqdn and dns_info setting is allowed. * Maximum of 1000 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsInfo */ @@ -1290,6 +1347,7 @@ public List getDnsInfo() { * Service discovery specific data including fully qualified domain name, type and time-to-live of the dns record. * Note that only one of fqdn and dns_info setting is allowed. * Maximum of 1000 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsInfo */ @@ -1303,6 +1361,7 @@ public void setDnsInfo(List dnsInfo) { * Service discovery specific data including fully qualified domain name, type and time-to-live of the dns record. * Note that only one of fqdn and dns_info setting is allowed. * Maximum of 1000 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return dnsInfo */ @@ -1320,7 +1379,7 @@ public VirtualService addDnsInfoItem(DnsInfo dnsInfoItem) { * This is the getter method this will return the attribute value. * Dns policies applied on the dns traffic of the virtual service. * Field introduced in 17.1.1. - * Allowed in 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 dnsPolicies */ @@ -1333,7 +1392,7 @@ public List getDnsPolicies() { * This is the setter method. this will set the dnsPolicies * Dns policies applied on the dns traffic of the virtual service. * Field introduced in 17.1.1. - * Allowed in 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 dnsPolicies */ @@ -1346,7 +1405,7 @@ public void setDnsPolicies(List dnsPolicies) { * This is the setter method this will set the dnsPolicies * Dns policies applied on the dns traffic of the virtual service. * Field introduced in 17.1.1. - * Allowed in 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 dnsPolicies */ @@ -1363,7 +1422,8 @@ public VirtualService addDnsPoliciesItem(DnsPolicies dnsPoliciesItem) { /** * This is the getter method this will return the attribute value. * Force placement on all se's in service group (mesos mode only). - * Allowed in 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 eastWestPlacement */ @@ -1375,7 +1435,8 @@ public Boolean getEastWestPlacement() { /** * This is the setter method to the attribute. * Force placement on all se's in service group (mesos mode only). - * Allowed in 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 eastWestPlacement set the eastWestPlacement. */ @@ -1387,8 +1448,9 @@ public void setEastWestPlacement(Boolean eastWestPlacement) { /** * This is the getter method this will return the attribute value. * Response traffic to clients will be sent back to the source mac address of the connection, rather than statically sent to a default gateway. - * Allowed in 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 enableAutogw */ @VsoMethod @@ -1399,8 +1461,9 @@ public Boolean getEnableAutogw() { /** * This is the setter method to the attribute. * Response traffic to clients will be sent back to the source mac address of the connection, rather than statically sent to a default gateway. - * Allowed in 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 enableAutogw set the enableAutogw. */ @VsoMethod @@ -1411,6 +1474,7 @@ public void setEnableAutogw(Boolean enableAutogw) { /** * This is the getter method this will return the attribute value. * Enable route health injection using the bgp config in the vrf context. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enableRhi */ @@ -1422,6 +1486,7 @@ public Boolean getEnableRhi() { /** * This is the setter method to the attribute. * Enable route health injection using the bgp config in the vrf context. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enableRhi set the enableRhi. */ @@ -1433,6 +1498,7 @@ public void setEnableRhi(Boolean enableRhi) { /** * This is the getter method this will return the attribute value. * Enable route health injection for source nat'ted floating ip address using the bgp config in the vrf context. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enableRhiSnat */ @@ -1444,6 +1510,7 @@ public Boolean getEnableRhiSnat() { /** * This is the setter method to the attribute. * Enable route health injection for source nat'ted floating ip address using the bgp config in the vrf context. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enableRhiSnat set the enableRhiSnat. */ @@ -1455,6 +1522,7 @@ public void setEnableRhiSnat(Boolean enableRhiSnat) { /** * This is the getter method this will return the attribute value. * Enable or disable the virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -1466,6 +1534,7 @@ public Boolean getEnabled() { /** * This is the setter method to the attribute. * Enable or disable the virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -1479,6 +1548,7 @@ public void setEnabled(Boolean enabled) { * Error page profile to be used for this virtualservice.this profile is used to send the custom error page to the client generated by the proxy. * It is a reference to an object of type errorpageprofile. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorPageProfileRef */ @@ -1492,6 +1562,7 @@ public String getErrorPageProfileRef() { * Error page profile to be used for this virtualservice.this profile is used to send the custom error page to the client generated by the proxy. * It is a reference to an object of type errorpageprofile. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param errorPageProfileRef set the errorPageProfileRef. */ @@ -1504,6 +1575,7 @@ public void setErrorPageProfileRef(String errorPageProfileRef) { * This is the getter method this will return the attribute value. * Floating ip to associate with this virtual service. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return floatingIp */ @VsoMethod @@ -1515,6 +1587,7 @@ public IpAddr getFloatingIp() { * This is the setter method to the attribute. * Floating ip to associate with this virtual service. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param floatingIp set the floatingIp. */ @VsoMethod @@ -1528,6 +1601,7 @@ public void setFloatingIp(IpAddr floatingIp) { * This field is applicable only if the virtualservice belongs to an openstack or aws cloud. * In openstack or aws cloud it is required when auto_allocate_floating_ip is selected. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return floatingSubnetUuid */ @VsoMethod @@ -1541,6 +1615,7 @@ public String getFloatingSubnetUuid() { * This field is applicable only if the virtualservice belongs to an openstack or aws cloud. * In openstack or aws cloud it is required when auto_allocate_floating_ip is selected. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param floatingSubnetUuid set the floatingSubnetUuid. */ @VsoMethod @@ -1552,7 +1627,8 @@ public void setFloatingSubnetUuid(String floatingSubnetUuid) { * This is the getter method this will return the attribute value. * Criteria for flow distribution among ses. * Enum options - LOAD_AWARE, CONSISTENT_HASH_SOURCE_IP_ADDRESS, CONSISTENT_HASH_SOURCE_IP_ADDRESS_AND_PORT. - * Allowed in basic(allowed values- load_aware) edition, essentials(allowed values- load_aware) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- load_aware), basic edition(allowed values- load_aware), + * enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LOAD_AWARE". * @return flowDist */ @@ -1565,7 +1641,8 @@ public String getFlowDist() { * This is the setter method to the attribute. * Criteria for flow distribution among ses. * Enum options - LOAD_AWARE, CONSISTENT_HASH_SOURCE_IP_ADDRESS, CONSISTENT_HASH_SOURCE_IP_ADDRESS_AND_PORT. - * Allowed in basic(allowed values- load_aware) edition, essentials(allowed values- load_aware) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- load_aware), basic edition(allowed values- load_aware), + * enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "LOAD_AWARE". * @param flowDist set the flowDist. */ @@ -1578,6 +1655,7 @@ public void setFlowDist(String flowDist) { * This is the getter method this will return the attribute value. * Criteria for flow labelling. * Enum options - NO_LABEL, APPLICATION_LABEL, SERVICE_LABEL. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "NO_LABEL". * @return flowLabelType */ @@ -1590,6 +1668,7 @@ public String getFlowLabelType() { * This is the setter method to the attribute. * Criteria for flow labelling. * Enum options - NO_LABEL, APPLICATION_LABEL, SERVICE_LABEL. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "NO_LABEL". * @param flowLabelType set the flowLabelType. */ @@ -1602,6 +1681,7 @@ public void setFlowLabelType(String flowLabelType) { * This is the getter method this will return the attribute value. * Dns resolvable, fully qualified domain name of the virtualservice. * Only one of 'fqdn' and 'dns_info' configuration is allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fqdn */ @@ -1614,6 +1694,7 @@ public String getFqdn() { * This is the setter method to the attribute. * Dns resolvable, fully qualified domain name of the virtualservice. * Only one of 'fqdn' and 'dns_info' configuration is allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fqdn set the fqdn. */ @@ -1626,6 +1707,7 @@ public void setFqdn(String fqdn) { * This is the getter method this will return the attribute value. * Translate the host name sent to the servers to this value. * Translate the host name sent from servers back to the value used by the client. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return hostNameXlate */ @@ -1638,6 +1720,7 @@ public String getHostNameXlate() { * This is the setter method to the attribute. * Translate the host name sent to the servers to this value. * Translate the host name sent from servers back to the value used by the client. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param hostNameXlate set the hostNameXlate. */ @@ -1649,6 +1732,7 @@ public void setHostNameXlate(String hostNameXlate) { /** * This is the getter method this will return the attribute value. * Http policies applied on the data traffic of the virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpPolicies */ @@ -1660,6 +1744,7 @@ public List getHttpPolicies() { /** * This is the setter method. this will set the httpPolicies * Http policies applied on the data traffic of the virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpPolicies */ @@ -1671,6 +1756,7 @@ public void setHttpPolicies(List httpPolicies) { /** * This is the setter method this will set the httpPolicies * Http policies applied on the data traffic of the virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return httpPolicies */ @@ -1690,7 +1776,7 @@ public VirtualService addHttpPoliciesItem(HTTPPolicies httpPoliciesItem) { * It is a reference to an object of type icapprofile. * Field introduced in 20.1.1. * Maximum of 1 items allowed. - * Allowed in 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 icapRequestProfileRefs */ @@ -1705,7 +1791,7 @@ public List getIcapRequestProfileRefs() { * It is a reference to an object of type icapprofile. * Field introduced in 20.1.1. * Maximum of 1 items allowed. - * Allowed in 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 icapRequestProfileRefs */ @@ -1720,7 +1806,7 @@ public void setIcapRequestProfileRefs(List icapRequestProfileRefs) { * It is a reference to an object of type icapprofile. * Field introduced in 20.1.1. * Maximum of 1 items allowed. - * Allowed in 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 icapRequestProfileRefs */ @@ -1737,6 +1823,7 @@ public VirtualService addIcapRequestProfileRefsItem(String icapRequestProfileRef /** * This is the getter method this will return the attribute value. * Ignore pool servers network reachability constraints for virtual service placement. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return ignPoolNetReach */ @@ -1748,6 +1835,7 @@ public Boolean getIgnPoolNetReach() { /** * This is the setter method to the attribute. * Ignore pool servers network reachability constraints for virtual service placement. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param ignPoolNetReach set the ignPoolNetReach. */ @@ -1760,6 +1848,7 @@ public void setIgnPoolNetReach(Boolean ignPoolNetReach) { * This is the getter method this will return the attribute value. * Ip address of the virtual service. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return ipAddress */ @VsoMethod @@ -1771,6 +1860,7 @@ public IpAddr getIpAddress() { * This is the setter method to the attribute. * Ip address of the virtual service. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param ipAddress set the ipAddress. */ @VsoMethod @@ -1782,6 +1872,7 @@ public void setIpAddress(IpAddr ipAddress) { * This is the getter method this will return the attribute value. * Subnet and/or network for allocating virtualservice ip by ipam provider module. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return ipamNetworkSubnet */ @VsoMethod @@ -1793,6 +1884,7 @@ public IPNetworkSubnet getIpamNetworkSubnet() { * This is the setter method to the attribute. * Subnet and/or network for allocating virtualservice ip by ipam provider module. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param ipamNetworkSubnet set the ipamNetworkSubnet. */ @VsoMethod @@ -1804,6 +1896,7 @@ public void setIpamNetworkSubnet(IPNetworkSubnet ipamNetworkSubnet) { * This is the getter method this will return the attribute value. * Application-specific config for jwt validation. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return jwtConfig */ @@ -1816,6 +1909,7 @@ public JWTValidationVsConfig getJwtConfig() { * This is the setter method to the attribute. * Application-specific config for jwt validation. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param jwtConfig set the jwtConfig. */ @@ -1828,6 +1922,7 @@ public void setJwtConfig(JWTValidationVsConfig jwtConfig) { * This is the getter method this will return the attribute value. * L4 policies applied to the data traffic of the virtual service. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return l4Policies */ @@ -1840,6 +1935,7 @@ public List getL4Policies() { * This is the setter method. this will set the l4Policies * L4 policies applied to the data traffic of the virtual service. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return l4Policies */ @@ -1852,6 +1948,7 @@ public void setL4Policies(List l4Policies) { * This is the setter method this will set the l4Policies * L4 policies applied to the data traffic of the virtual service. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return l4Policies */ @@ -1872,6 +1969,7 @@ public VirtualService addL4PoliciesItem(L4Policies l4PoliciesItem) { * 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 @@ -1886,6 +1984,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 @@ -1900,6 +1999,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 @@ -1916,6 +2016,7 @@ public VirtualService addLabelsItem(KeyValue labelsItem) { * This is the getter method this will return the attribute value. * Application-specific ldap config. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ldapVsConfig */ @@ -1928,6 +2029,7 @@ public LDAPVSConfig getLdapVsConfig() { * This is the setter method to the attribute. * Application-specific ldap config. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ldapVsConfig set the ldapVsConfig. */ @@ -1939,6 +2041,7 @@ public void setLdapVsConfig(LDAPVSConfig ldapVsConfig) { /** * This is the getter method this will return the attribute value. * Limit potential dos attackers who exceed max_cps_per_client significantly to a fraction of max_cps_per_client for a while. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return limitDoser */ @@ -1950,6 +2053,7 @@ public Boolean getLimitDoser() { /** * This is the setter method to the attribute. * Limit potential dos attackers who exceed max_cps_per_client significantly to a fraction of max_cps_per_client for a while. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param limitDoser set the limitDoser. */ @@ -1962,7 +2066,8 @@ public void setLimitDoser(Boolean limitDoser) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in 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 */ @@ -1975,7 +2080,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 */ @@ -1988,7 +2094,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 */ @@ -2006,7 +2113,8 @@ public VirtualService addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * Maximum connections per second per client ip. * Allowed values are 10-1000. - * Special values are 0- 'unlimited'. + * Special values are 0- unlimited. + * Allowed in enterprise edition with 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 maxCpsPerClient */ @@ -2019,7 +2127,8 @@ public Integer getMaxCpsPerClient() { * This is the setter method to the attribute. * Maximum connections per second per client ip. * Allowed values are 10-1000. - * Special values are 0- 'unlimited'. + * Special values are 0- unlimited. + * Allowed in enterprise edition with 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 maxCpsPerClient set the maxCpsPerClient. */ @@ -2032,6 +2141,7 @@ public void setMaxCpsPerClient(Integer maxCpsPerClient) { * This is the getter method this will return the attribute value. * Microservice representing the virtual service. * It is a reference to an object of type microservice. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return microserviceRef */ @@ -2044,6 +2154,7 @@ public String getMicroserviceRef() { * This is the setter method to the attribute. * Microservice representing the virtual service. * It is a reference to an object of type microservice. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param microserviceRef set the microserviceRef. */ @@ -2056,6 +2167,7 @@ public void setMicroserviceRef(String microserviceRef) { * This is the getter method this will return the attribute value. * Minimum number of up pools to mark vs up. * Field introduced in 18.2.1, 17.2.12. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return minPoolsUp */ @@ -2068,6 +2180,7 @@ public Integer getMinPoolsUp() { * This is the setter method to the attribute. * Minimum number of up pools to mark vs up. * Field introduced in 18.2.1, 17.2.12. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param minPoolsUp set the minPoolsUp. */ @@ -2079,6 +2192,7 @@ public void setMinPoolsUp(Integer minPoolsUp) { /** * This is the getter method this will return the attribute value. * Name for the virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -2090,6 +2204,7 @@ public String getName() { /** * This is the setter method to the attribute. * Name for the virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -2102,6 +2217,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Determines network settings such as protocol, tcp or udp, and related options for the protocol. * It is a reference to an object of type networkprofile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Special default for essentials edition is system-tcp-fast-path. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkProfileRef @@ -2115,6 +2231,7 @@ public String getNetworkProfileRef() { * This is the setter method to the attribute. * Determines network settings such as protocol, tcp or udp, and related options for the protocol. * It is a reference to an object of type networkprofile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Special default for essentials edition is system-tcp-fast-path. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkProfileRef set the networkProfileRef. @@ -2129,6 +2246,7 @@ public void setNetworkProfileRef(String networkProfileRef) { * Manually override the network on which the virtual service is placed. * It is a reference to an object of type network. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return networkRef */ @VsoMethod @@ -2141,6 +2259,7 @@ public String getNetworkRef() { * Manually override the network on which the virtual service is placed. * It is a reference to an object of type network. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param networkRef set the networkRef. */ @VsoMethod @@ -2152,6 +2271,7 @@ public void setNetworkRef(String networkRef) { * This is the getter method this will return the attribute value. * Network security policies for the virtual service. * It is a reference to an object of type networksecuritypolicy. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkSecurityPolicyRef */ @@ -2164,6 +2284,7 @@ public String getNetworkSecurityPolicyRef() { * This is the setter method to the attribute. * Network security policies for the virtual service. * It is a reference to an object of type networksecuritypolicy. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkSecurityPolicyRef set the networkSecurityPolicyRef. */ @@ -2176,6 +2297,7 @@ public void setNetworkSecurityPolicyRef(String networkSecurityPolicyRef) { * This is the getter method this will return the attribute value. * A list of nsx groups representing the clients which can access the virtual ip of the virtual service. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxSecuritygroup */ @@ -2188,6 +2310,7 @@ public List getNsxSecuritygroup() { * This is the setter method. this will set the nsxSecuritygroup * A list of nsx groups representing the clients which can access the virtual ip of the virtual service. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxSecuritygroup */ @@ -2200,6 +2323,7 @@ public void setNsxSecuritygroup(List nsxSecuritygroup) { * This is the setter method this will set the nsxSecuritygroup * A list of nsx groups representing the clients which can access the virtual ip of the virtual service. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nsxSecuritygroup */ @@ -2217,6 +2341,7 @@ public VirtualService addNsxSecuritygroupItem(String nsxSecuritygroupItem) { * This is the getter method this will return the attribute value. * Virtualservice specific oauth config. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return oauthVsConfig */ @@ -2229,6 +2354,7 @@ public OAuthVSConfig getOauthVsConfig() { * This is the setter method to the attribute. * Virtualservice specific oauth config. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param oauthVsConfig set the oauthVsConfig. */ @@ -2240,6 +2366,7 @@ public void setOauthVsConfig(OAuthVSConfig oauthVsConfig) { /** * This is the getter method this will return the attribute value. * Optional settings that determine performance limits like max connections or bandwdith etc. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return performanceLimits */ @@ -2251,6 +2378,7 @@ public PerformanceLimits getPerformanceLimits() { /** * This is the setter method to the attribute. * Optional settings that determine performance limits like max connections or bandwdith etc. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param performanceLimits set the performanceLimits. */ @@ -2263,6 +2391,7 @@ public void setPerformanceLimits(PerformanceLimits performanceLimits) { * This is the getter method this will return the attribute value. * The pool group is an object that contains pools. * It is a reference to an object of type poolgroup. + * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolGroupRef */ @@ -2275,6 +2404,7 @@ public String getPoolGroupRef() { * This is the setter method to the attribute. * The pool group is an object that contains pools. * It is a reference to an object of type poolgroup. + * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolGroupRef set the poolGroupRef. */ @@ -2287,6 +2417,7 @@ public void setPoolGroupRef(String poolGroupRef) { * This is the getter method this will return the attribute value. * The pool is an object that contains destination servers and related attributes such as load-balancing and persistence. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolRef */ @@ -2299,6 +2430,7 @@ public String getPoolRef() { * This is the setter method to the attribute. * The pool is an object that contains destination servers and related attributes such as load-balancing and persistence. * It is a reference to an object of type pool. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolRef set the poolRef. */ @@ -2311,6 +2443,7 @@ public void setPoolRef(String poolRef) { * This is the getter method this will return the attribute value. * (internal-use) network port assigned to the virtual service ip address. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return portUuid */ @VsoMethod @@ -2322,6 +2455,7 @@ public String getPortUuid() { * This is the setter method to the attribute. * (internal-use) network port assigned to the virtual service ip address. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param portUuid set the portUuid. */ @VsoMethod @@ -2332,6 +2466,7 @@ public void setPortUuid(String portUuid) { /** * This is the getter method this will return the attribute value. * Remove listening port if virtualservice is down. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return removeListeningPortOnVsDown */ @@ -2343,6 +2478,7 @@ public Boolean getRemoveListeningPortOnVsDown() { /** * This is the setter method to the attribute. * Remove listening port if virtualservice is down. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param removeListeningPortOnVsDown set the removeListeningPortOnVsDown. */ @@ -2354,6 +2490,7 @@ public void setRemoveListeningPortOnVsDown(Boolean removeListeningPortOnVsDown) /** * This is the getter method this will return the attribute value. * Rate limit the incoming requests to this virtual service. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestsRateLimit */ @@ -2365,6 +2502,7 @@ public RateProfile getRequestsRateLimit() { /** * This is the setter method to the attribute. * Rate limit the incoming requests to this virtual service. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param requestsRateLimit set the requestsRateLimit. */ @@ -2377,7 +2515,7 @@ public void setRequestsRateLimit(RateProfile requestsRateLimit) { * This is the getter method this will return the attribute value. * Application-specific saml config. * 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 samlSpConfig */ @@ -2390,7 +2528,7 @@ public SAMLSPConfig getSamlSpConfig() { * This is the setter method to the attribute. * Application-specific saml config. * 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 samlSpConfig set the samlSpConfig. */ @@ -2403,6 +2541,7 @@ public void setSamlSpConfig(SAMLSPConfig samlSpConfig) { * This is the getter method this will return the attribute value. * Disable re-distribution of flows across service engines for a virtual service. * Enable if the network itself performs flow hashing with ecmp in environments such as gcp. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return scaleoutEcmp */ @@ -2415,6 +2554,7 @@ public Boolean getScaleoutEcmp() { * This is the setter method to the attribute. * Disable re-distribution of flows across service engines for a virtual service. * Enable if the network itself performs flow hashing with ecmp in environments such as gcp. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param scaleoutEcmp set the scaleoutEcmp. */ @@ -2428,6 +2568,7 @@ public void setScaleoutEcmp(Boolean scaleoutEcmp) { * The service engine group to use for this virtual service. * Moving to a new se group is disruptive to existing connections for this vs. * It is a reference to an object of type serviceenginegroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRef */ @@ -2441,6 +2582,7 @@ public String getSeGroupRef() { * The service engine group to use for this virtual service. * Moving to a new se group is disruptive to existing connections for this vs. * It is a reference to an object of type serviceenginegroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupRef set the seGroupRef. */ @@ -2455,7 +2597,7 @@ public void setSeGroupRef(String seGroupRef) { * This policy is used to perform security actions such as distributed denial of service (ddos) attack mitigation, etc. * It is a reference to an object of type securitypolicy. * Field introduced in 18.2.1. - * Allowed in 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 securityPolicyRef */ @@ -2470,7 +2612,7 @@ public String getSecurityPolicyRef() { * This policy is used to perform security actions such as distributed denial of service (ddos) attack mitigation, etc. * It is a reference to an object of type securitypolicy. * Field introduced in 18.2.1. - * Allowed in 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 securityPolicyRef set the securityPolicyRef. */ @@ -2484,6 +2626,7 @@ public void setSecurityPolicyRef(String securityPolicyRef) { * Determines the network settings profile for the server side of tcp proxied connections. * Leave blank to use the same settings as the client to vs side of the connection. * It is a reference to an object of type networkprofile. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serverNetworkProfileRef */ @@ -2497,6 +2640,7 @@ public String getServerNetworkProfileRef() { * Determines the network settings profile for the server side of tcp proxied connections. * Leave blank to use the same settings as the client to vs side of the connection. * It is a reference to an object of type networkprofile. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serverNetworkProfileRef set the serverNetworkProfileRef. */ @@ -2510,6 +2654,7 @@ public void setServerNetworkProfileRef(String serverNetworkProfileRef) { * Metadata pertaining to the service provided by this virtual service. * In openshift/kubernetes environments, egress pod info is stored. * Any user input to this field will be overwritten by avi vantage. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceMetadata */ @@ -2523,6 +2668,7 @@ public String getServiceMetadata() { * Metadata pertaining to the service provided by this virtual service. * In openshift/kubernetes environments, egress pod info is stored. * Any user input to this field will be overwritten by avi vantage. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceMetadata set the serviceMetadata. */ @@ -2534,6 +2680,7 @@ public void setServiceMetadata(String serviceMetadata) { /** * This is the getter method this will return the attribute value. * Select pool based on destination port. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servicePoolSelect */ @@ -2545,6 +2692,7 @@ public List getServicePoolSelect() { /** * This is the setter method. this will set the servicePoolSelect * Select pool based on destination port. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servicePoolSelect */ @@ -2556,6 +2704,7 @@ public void setServicePoolSelect(List servicePoolSelect) { /** * This is the setter method this will set the servicePoolSelect * Select pool based on destination port. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return servicePoolSelect */ @@ -2573,6 +2722,7 @@ public VirtualService addServicePoolSelectItem(ServicePoolSelector servicePoolSe * This is the getter method this will return the attribute value. * List of services defined for this virtual service. * Maximum of 2048 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return services */ @@ -2585,6 +2735,7 @@ public List getServices() { * This is the setter method. this will set the services * List of services defined for this virtual service. * Maximum of 2048 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return services */ @@ -2597,6 +2748,7 @@ public void setServices(List services) { * This is the setter method this will set the services * List of services defined for this virtual service. * Maximum of 2048 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return services */ @@ -2613,6 +2765,7 @@ public VirtualService addServicesItem(com.vmware.avi.vro.model.Service servicesI /** * This is the getter method this will return the attribute value. * Sideband configuration to be used for this virtualservice.it can be used for sending traffic to sideband vips for external inspection etc. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sidebandProfile */ @@ -2624,6 +2777,7 @@ public SidebandProfile getSidebandProfile() { /** * This is the setter method to the attribute. * Sideband configuration to be used for this virtualservice.it can be used for sending traffic to sideband vips for external inspection etc. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sidebandProfile set the sidebandProfile. */ @@ -2636,6 +2790,7 @@ public void setSidebandProfile(SidebandProfile sidebandProfile) { * This is the getter method this will return the attribute value. * Nat'ted floating source ip address(es) for upstream connection to servers. * Maximum of 32 items allowed. + * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return snatIp */ @@ -2648,6 +2803,7 @@ public List getSnatIp() { * This is the setter method. this will set the snatIp * Nat'ted floating source ip address(es) for upstream connection to servers. * Maximum of 32 items allowed. + * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return snatIp */ @@ -2660,6 +2816,7 @@ public void setSnatIp(List snatIp) { * This is the setter method this will set the snatIp * Nat'ted floating source ip address(es) for upstream connection to servers. * Maximum of 32 items allowed. + * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return snatIp */ @@ -2680,6 +2837,8 @@ public VirtualService addSnatIpItem(IpAddr snatIpItem) { * This is a read-only field for the user. * It is a reference to an object of type pool. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return spPoolRefs */ @VsoMethod @@ -2694,6 +2853,8 @@ public List getSpPoolRefs() { * This is a read-only field for the user. * It is a reference to an object of type pool. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return spPoolRefs */ @VsoMethod @@ -2708,6 +2869,8 @@ public void setSpPoolRefs(List spPoolRefs) { * This is a read-only field for the user. * It is a reference to an object of type pool. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return spPoolRefs */ @VsoMethod @@ -2724,6 +2887,7 @@ public VirtualService addSpPoolRefsItem(String spPoolRefsItem) { * This is the getter method this will return the attribute value. * Select or create one or two certificates, ec and/or rsa, that will be presented to ssl/tls terminated connections. * It is a reference to an object of type sslkeyandcertificate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslKeyAndCertificateRefs */ @@ -2736,6 +2900,7 @@ public List getSslKeyAndCertificateRefs() { * This is the setter method. this will set the sslKeyAndCertificateRefs * Select or create one or two certificates, ec and/or rsa, that will be presented to ssl/tls terminated connections. * It is a reference to an object of type sslkeyandcertificate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslKeyAndCertificateRefs */ @@ -2748,6 +2913,7 @@ public void setSslKeyAndCertificateRefs(List sslKeyAndCertificateRefs) * This is the setter method this will set the sslKeyAndCertificateRefs * Select or create one or two certificates, ec and/or rsa, that will be presented to ssl/tls terminated connections. * It is a reference to an object of type sslkeyandcertificate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslKeyAndCertificateRefs */ @@ -2765,6 +2931,7 @@ public VirtualService addSslKeyAndCertificateRefsItem(String sslKeyAndCertificat * This is the getter method this will return the attribute value. * Determines the set of ssl versions and ciphers to accept for ssl/tls terminated connections. * It is a reference to an object of type sslprofile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslProfileRef */ @@ -2777,6 +2944,7 @@ public String getSslProfileRef() { * This is the setter method to the attribute. * Determines the set of ssl versions and ciphers to accept for ssl/tls terminated connections. * It is a reference to an object of type sslprofile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslProfileRef set the sslProfileRef. */ @@ -2789,7 +2957,7 @@ public void setSslProfileRef(String sslProfileRef) { * This is the getter method this will return the attribute value. * Select ssl profile based on client ip address match. * Field introduced in 18.2.3. - * Allowed in 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 sslProfileSelectors */ @@ -2802,7 +2970,7 @@ public List getSslProfileSelectors() { * This is the setter method. this will set the sslProfileSelectors * Select ssl profile based on client ip address match. * Field introduced in 18.2.3. - * Allowed in 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 sslProfileSelectors */ @@ -2815,7 +2983,7 @@ public void setSslProfileSelectors(List sslProfileSelectors * This is the setter method this will set the sslProfileSelectors * Select ssl profile based on client ip address match. * Field introduced in 18.2.3. - * Allowed in 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 sslProfileSelectors */ @@ -2833,6 +3001,7 @@ public VirtualService addSslProfileSelectorsItem(SSLProfileSelector sslProfileSe * This is the getter method this will return the attribute value. * Expected number of ssl session cache entries (may be exceeded). * Allowed values are 1024-16383. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @return sslSessCacheAvgSize */ @@ -2845,6 +3014,7 @@ public Integer getSslSessCacheAvgSize() { * This is the setter method to the attribute. * Expected number of ssl session cache entries (may be exceeded). * Allowed values are 1024-16383. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1024. * @param sslSessCacheAvgSize set the sslSessCacheAvgSize. */ @@ -2858,7 +3028,7 @@ public void setSslSessCacheAvgSize(Integer sslSessCacheAvgSize) { * Client authentication and authorization policy for the virtualservice. * Field deprecated in 18.2.3. * 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. * @return ssoPolicy */ @VsoMethod @@ -2871,7 +3041,7 @@ public SSOPolicy getSsoPolicy() { * Client authentication and authorization policy for the virtualservice. * Field deprecated in 18.2.3. * 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. * @param ssoPolicy set the ssoPolicy. */ @VsoMethod @@ -2884,7 +3054,7 @@ public void setSsoPolicy(SSOPolicy ssoPolicy) { * The sso policy attached to the virtualservice. * It is a reference to an object of type ssopolicy. * Field introduced in 18.2.3. - * Allowed in 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 ssoPolicyRef */ @@ -2898,7 +3068,7 @@ public String getSsoPolicyRef() { * The sso policy attached to the virtualservice. * It is a reference to an object of type ssopolicy. * Field introduced in 18.2.3. - * Allowed in 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 ssoPolicyRef set the ssoPolicyRef. */ @@ -2912,6 +3082,7 @@ public void setSsoPolicyRef(String ssoPolicyRef) { * List of static dns records applied to this virtual service. * These are static entries and no health monitoring is performed against the ip addresses. * Maximum of 1000 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return staticDnsRecords */ @@ -2925,6 +3096,7 @@ public List getStaticDnsRecords() { * List of static dns records applied to this virtual service. * These are static entries and no health monitoring is performed against the ip addresses. * Maximum of 1000 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return staticDnsRecords */ @@ -2938,6 +3110,7 @@ public void setStaticDnsRecords(List staticDnsRecords) { * List of static dns records applied to this virtual service. * These are static entries and no health monitoring is performed against the ip addresses. * Maximum of 1000 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return staticDnsRecords */ @@ -2955,6 +3128,7 @@ public VirtualService addStaticDnsRecordsItem(DnsRecord staticDnsRecordsItem) { * This is the getter method this will return the attribute value. * Subnet providing reachability for client facing virtual service ip. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return subnet */ @VsoMethod @@ -2966,6 +3140,7 @@ public IpAddrPrefix getSubnet() { * This is the setter method to the attribute. * Subnet providing reachability for client facing virtual service ip. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param subnet set the subnet. */ @VsoMethod @@ -2978,6 +3153,7 @@ public void setSubnet(IpAddrPrefix subnet) { * It represents subnet for the virtual service ip address allocation when auto_allocate_ip is true.it is only applicable in openstack or aws cloud. * This field is required if auto_allocate_ip is true. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return subnetUuid */ @VsoMethod @@ -2990,6 +3166,7 @@ public String getSubnetUuid() { * It represents subnet for the virtual service ip address allocation when auto_allocate_ip is true.it is only applicable in openstack or aws cloud. * This field is required if auto_allocate_ip is true. * Field deprecated in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param subnetUuid set the subnetUuid. */ @VsoMethod @@ -3000,6 +3177,7 @@ public void setSubnetUuid(String subnetUuid) { /** * 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 */ @@ -3011,6 +3189,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. */ @@ -3024,6 +3203,7 @@ public void setTenantRef(String tenantRef) { * Used for testing se datastore upgrade 2.0 functionality. * It is a reference to an object of type testsedatastorelevel1. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return testSeDatastoreLevel1Ref */ @@ -3037,6 +3217,7 @@ public String getTestSeDatastoreLevel1Ref() { * Used for testing se datastore upgrade 2.0 functionality. * It is a reference to an object of type testsedatastorelevel1. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param testSeDatastoreLevel1Ref set the testSeDatastoreLevel1Ref. */ @@ -3049,7 +3230,7 @@ public void setTestSeDatastoreLevel1Ref(String testSeDatastoreLevel1Ref) { * This is the getter method this will return the attribute value. * Topology policies applied on the dns traffic of the virtual service based ongslb topology algorithm. * Field introduced in 18.2.3. - * Allowed in 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 topologyPolicies */ @@ -3062,7 +3243,7 @@ public List getTopologyPolicies() { * This is the setter method. this will set the topologyPolicies * Topology policies applied on the dns traffic of the virtual service based ongslb topology algorithm. * Field introduced in 18.2.3. - * Allowed in 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 topologyPolicies */ @@ -3075,7 +3256,7 @@ public void setTopologyPolicies(List topologyPolicies) { * This is the setter method this will set the topologyPolicies * Topology policies applied on the dns traffic of the virtual service based ongslb topology algorithm. * Field introduced in 18.2.3. - * Allowed in 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 topologyPolicies */ @@ -3094,7 +3275,7 @@ public VirtualService addTopologyPoliciesItem(DnsPolicies topologyPoliciesItem) * Server network or list of servers for cloning traffic. * It is a reference to an object of type trafficcloneprofile. * Field introduced in 17.1.1. - * Allowed in 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 trafficCloneProfileRef */ @@ -3108,7 +3289,7 @@ public String getTrafficCloneProfileRef() { * Server network or list of servers for cloning traffic. * It is a reference to an object of type trafficcloneprofile. * Field introduced in 17.1.1. - * Allowed in 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 trafficCloneProfileRef set the trafficCloneProfileRef. */ @@ -3122,6 +3303,7 @@ public void setTrafficCloneProfileRef(String trafficCloneProfileRef) { * Knob to enable the virtual service traffic on its assigned service engines. * This setting is effective only when the enabled flag is set to true. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return trafficEnabled */ @@ -3135,6 +3317,7 @@ public Boolean getTrafficEnabled() { * Knob to enable the virtual service traffic on its assigned service engines. * This setting is effective only when the enabled flag is set to true. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param trafficEnabled set the trafficEnabled. */ @@ -3147,8 +3330,8 @@ public void setTrafficEnabled(Boolean trafficEnabled) { * This is the getter method this will return the attribute value. * Specify if this is a normal virtual service, or if it is the parent or child of an sni-enabled virtual hosted virtual service. * Enum options - VS_TYPE_NORMAL, VS_TYPE_VH_PARENT, VS_TYPE_VH_CHILD. - * Allowed in basic(allowed values- vs_type_normal,vs_type_vh_parent) edition, essentials(allowed values- vs_type_normal) edition, enterprise - * edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- vs_type_normal), basic edition(allowed values- + * vs_type_normal,vs_type_vh_parent), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "VS_TYPE_NORMAL". * @return type */ @@ -3161,8 +3344,8 @@ public String getType() { * This is the setter method to the attribute. * Specify if this is a normal virtual service, or if it is the parent or child of an sni-enabled virtual hosted virtual service. * Enum options - VS_TYPE_NORMAL, VS_TYPE_VH_PARENT, VS_TYPE_VH_CHILD. - * Allowed in basic(allowed values- vs_type_normal,vs_type_vh_parent) edition, essentials(allowed values- vs_type_normal) edition, enterprise - * edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- vs_type_normal), basic edition(allowed values- + * vs_type_normal,vs_type_vh_parent), enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "VS_TYPE_NORMAL". * @param type set the type. */ @@ -3193,7 +3376,8 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Use bridge ip as vip on each host in mesos deployments. - * Allowed in 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 useBridgeIpAsVip */ @@ -3205,7 +3389,8 @@ public Boolean getUseBridgeIpAsVip() { /** * This is the setter method to the attribute. * Use bridge ip as vip on each host in mesos deployments. - * Allowed in 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 useBridgeIpAsVip set the useBridgeIpAsVip. */ @@ -3220,7 +3405,7 @@ public void setUseBridgeIpAsVip(Boolean useBridgeIpAsVip) { * The caveat of enabling this option is that the virtualservice cannot be configued in an active-active ha mode. * Dns based multi vip solution has to be used for ha & non-disruptive upgrade purposes. * Field introduced in 17.1.9,17.2.3. - * Allowed in essentials(allowed values- false) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return useVipAsSnat */ @@ -3235,7 +3420,7 @@ public Boolean getUseVipAsSnat() { * The caveat of enabling this option is that the virtualservice cannot be configued in an active-active ha mode. * Dns based multi vip solution has to be used for ha & non-disruptive upgrade purposes. * Field introduced in 17.1.9,17.2.3. - * Allowed in essentials(allowed values- false) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- false), basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param useVipAsSnat set the useVipAsSnat. */ @@ -3247,6 +3432,7 @@ public void setUseVipAsSnat(Boolean useVipAsSnat) { /** * This is the getter method this will return the attribute value. * Uuid of the virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -3258,6 +3444,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Uuid of the virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -3270,6 +3457,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * The exact name requested from the client's sni-enabled tls hello domain name field. * If this is a match, the parent vs will forward the connection to this child vs. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vhDomainName */ @@ -3282,6 +3470,7 @@ public List getVhDomainName() { * This is the setter method. this will set the vhDomainName * The exact name requested from the client's sni-enabled tls hello domain name field. * If this is a match, the parent vs will forward the connection to this child vs. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vhDomainName */ @@ -3294,6 +3483,7 @@ public void setVhDomainName(List vhDomainName) { * This is the setter method this will set the vhDomainName * The exact name requested from the client's sni-enabled tls hello domain name field. * If this is a match, the parent vs will forward the connection to this child vs. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vhDomainName */ @@ -3311,6 +3501,7 @@ public VirtualService addVhDomainNameItem(String vhDomainNameItem) { * This is the getter method this will return the attribute value. * Host and path match criteria to select this child vs. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vhMatches */ @@ -3323,6 +3514,7 @@ public List getVhMatches() { * This is the setter method. this will set the vhMatches * Host and path match criteria to select this child vs. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vhMatches */ @@ -3335,6 +3527,7 @@ public void setVhMatches(List vhMatches) { * This is the setter method this will set the vhMatches * Host and path match criteria to select this child vs. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vhMatches */ @@ -3351,23 +3544,27 @@ public VirtualService addVhMatchesItem(VHMatch vhMatchesItem) { /** * This is the getter method this will return the attribute value. * Specifies the virtual service acting as virtual hosting (sni) parent. + * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @return vhParentVsUuid + * @return vhParentVsRef */ @VsoMethod - public String getVhParentVsUuid() { - return vhParentVsUuid; + public String getVhParentVsRef() { + return vhParentVsRef; } /** * This is the setter method to the attribute. * Specifies the virtual service acting as virtual hosting (sni) parent. + * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. - * @param vhParentVsUuid set the vhParentVsUuid. + * @param vhParentVsRef set the vhParentVsRef. */ @VsoMethod - public void setVhParentVsUuid(String vhParentVsUuid) { - this.vhParentVsUuid = vhParentVsUuid; + public void setVhParentVsRef(String vhParentVsRef) { + this.vhParentVsRef = vhParentVsRef; } /** @@ -3375,8 +3572,9 @@ public void setVhParentVsUuid(String vhParentVsUuid) { * Specify if the virtual hosting vs is of type sni or enhanced. * Enum options - VS_TYPE_VH_SNI, VS_TYPE_VH_ENHANCED. * Field introduced in 20.1.3. - * Allowed in basic(allowed values- vs_type_vh_enhanced) edition, enterprise edition. - * Special default for basic edition is vs_type_vh_enhanced, enterprise is vs_type_vh_sni. + * Allowed in enterprise edition with any value, basic edition(allowed values- vs_type_vh_sni,vs_type_vh_enhanced), enterprise with cloud services + * edition. + * Default value when not specified in API or module is interpreted by Avi Controller as "VS_TYPE_VH_SNI". * @return vhType */ @VsoMethod @@ -3389,8 +3587,9 @@ public String getVhType() { * Specify if the virtual hosting vs is of type sni or enhanced. * Enum options - VS_TYPE_VH_SNI, VS_TYPE_VH_ENHANCED. * Field introduced in 20.1.3. - * Allowed in basic(allowed values- vs_type_vh_enhanced) edition, enterprise edition. - * Special default for basic edition is vs_type_vh_enhanced, enterprise is vs_type_vh_sni. + * Allowed in enterprise edition with any value, basic edition(allowed values- vs_type_vh_sni,vs_type_vh_enhanced), enterprise with cloud services + * edition. + * Default value when not specified in API or module is interpreted by Avi Controller as "VS_TYPE_VH_SNI". * @param vhType set the vhType. */ @VsoMethod @@ -3403,6 +3602,7 @@ public void setVhType(String vhType) { * List of virtual service ips. * While creating a 'shared vs',please use vsvip_ref to point to the shared entities. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vip */ @@ -3416,6 +3616,7 @@ public List getVip() { * List of virtual service ips. * While creating a 'shared vs',please use vsvip_ref to point to the shared entities. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vip */ @@ -3429,6 +3630,7 @@ public void setVip(List vip) { * List of virtual service ips. * While creating a 'shared vs',please use vsvip_ref to point to the shared entities. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vip */ @@ -3447,6 +3649,7 @@ public VirtualService addVipItem(Vip vipItem) { * Virtual routing context that the virtual service is bound to. * This is used to provide the isolation of the set of networks the application is attached to. * It is a reference to an object of type vrfcontext. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfContextRef */ @@ -3460,6 +3663,7 @@ public String getVrfContextRef() { * Virtual routing context that the virtual service is bound to. * This is used to provide the isolation of the set of networks the application is attached to. * It is a reference to an object of type vrfcontext. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfContextRef set the vrfContextRef. */ @@ -3471,6 +3675,7 @@ public void setVrfContextRef(String vrfContextRef) { /** * This is the getter method this will return the attribute value. * Datascripts applied on the data traffic of the virtual service. + * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsDatascripts */ @@ -3482,6 +3687,7 @@ public List getVsDatascripts() { /** * This is the setter method. this will set the vsDatascripts * Datascripts applied on the data traffic of the virtual service. + * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsDatascripts */ @@ -3493,6 +3699,7 @@ public void setVsDatascripts(List vsDatascripts) { /** * This is the setter method this will set the vsDatascripts * Datascripts applied on the data traffic of the virtual service. + * Allowed in enterprise edition with any value, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsDatascripts */ @@ -3511,6 +3718,7 @@ public VirtualService addVsDatascriptsItem(VSDataScripts vsDatascriptsItem) { * Mostly used during the creation of shared vs, this field refers to entities that can be shared across virtual services. * It is a reference to an object of type vsvip. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsvipRef */ @@ -3524,6 +3732,7 @@ public String getVsvipRef() { * Mostly used during the creation of shared vs, this field refers to entities that can be shared across virtual services. * It is a reference to an object of type vsvip. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsvipRef set the vsvipRef. */ @@ -3537,7 +3746,7 @@ public void setVsvipRef(String vsvipRef) { * Waf policy for the virtual service. * It is a reference to an object of type wafpolicy. * Field introduced in 17.2.1. - * Allowed in 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 wafPolicyRef */ @@ -3551,7 +3760,7 @@ public String getWafPolicyRef() { * Waf policy for the virtual service. * It is a reference to an object of type wafpolicy. * Field introduced in 17.2.1. - * Allowed in 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 wafPolicyRef set the wafPolicyRef. */ @@ -3565,7 +3774,8 @@ public void setWafPolicyRef(String wafPolicyRef) { * The quality of service weight to assign to traffic transmitted from this virtual service. * A higher weight will prioritize traffic versus other virtual services sharing the same service engines. * Allowed values are 1-128. - * Allowed in basic(allowed values- 1) edition, essentials(allowed values- 1) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 1), basic edition(allowed values- 1), enterprise with cloud + * services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @return weight */ @@ -3579,7 +3789,8 @@ public Integer getWeight() { * The quality of service weight to assign to traffic transmitted from this virtual service. * A higher weight will prioritize traffic versus other virtual services sharing the same service engines. * Allowed values are 1-128. - * Allowed in basic(allowed values- 1) edition, essentials(allowed values- 1) edition, enterprise edition. + * Allowed in enterprise edition with any value, essentials edition(allowed values- 1), basic edition(allowed values- 1), enterprise with cloud + * services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 1. * @param weight set the weight. */ @@ -3639,7 +3850,7 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.maxCpsPerClient, objVirtualService.maxCpsPerClient)&& Objects.equals(this.limitDoser, objVirtualService.limitDoser)&& Objects.equals(this.type, objVirtualService.type)&& - Objects.equals(this.vhParentVsUuid, objVirtualService.vhParentVsUuid)&& + Objects.equals(this.vhParentVsRef, objVirtualService.vhParentVsRef)&& Objects.equals(this.vhDomainName, objVirtualService.vhDomainName)&& Objects.equals(this.availabilityZone, objVirtualService.availabilityZone)&& Objects.equals(this.autoAllocateIp, objVirtualService.autoAllocateIp)&& @@ -3816,7 +4027,7 @@ public String toString() { sb.append(" uuid: ").append(toIndentedString(uuid)).append("\n"); sb.append(" vhDomainName: ").append(toIndentedString(vhDomainName)).append("\n"); sb.append(" vhMatches: ").append(toIndentedString(vhMatches)).append("\n"); - sb.append(" vhParentVsUuid: ").append(toIndentedString(vhParentVsUuid)).append("\n"); + sb.append(" vhParentVsRef: ").append(toIndentedString(vhParentVsRef)).append("\n"); sb.append(" vhType: ").append(toIndentedString(vhType)).append("\n"); sb.append(" vip: ").append(toIndentedString(vip)).append("\n"); sb.append(" vrfContextRef: ").append(toIndentedString(vrfContextRef)).append("\n"); diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VirtualServiceResource.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VirtualServiceResource.java index c6e582de..978c0717 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VirtualServiceResource.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VirtualServiceResource.java @@ -58,6 +58,7 @@ public class VirtualServiceResource extends AviRestResource { * This is the getter method this will return the attribute value. * This field is not being used. * Field deprecated in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return isExclusive */ @VsoMethod @@ -69,6 +70,7 @@ public Boolean getIsExclusive() { * This is the setter method to the attribute. * This field is not being used. * Field deprecated in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param isExclusive set the isExclusive. */ @VsoMethod @@ -78,7 +80,7 @@ public void setIsExclusive(Boolean isExclusive) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property memory of obj type virtualserviceresource 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 memory */ @@ -89,7 +91,7 @@ public Integer getMemory() { /** * This is the setter method to the attribute. - * Placeholder for description of property memory of obj type virtualserviceresource 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 memory set the memory. */ @@ -100,7 +102,7 @@ public void setMemory(Integer memory) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_se of obj type virtualserviceresource 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 */ @@ -111,7 +113,7 @@ public Integer getNumSe() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_se of obj type virtualserviceresource 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. */ @@ -122,7 +124,7 @@ public void setNumSe(Integer numSe) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_standby_se of obj type virtualserviceresource 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 numStandbySe */ @@ -133,7 +135,7 @@ public Integer getNumStandbySe() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_standby_se of obj type virtualserviceresource 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 numStandbySe set the numStandbySe. */ @@ -144,7 +146,7 @@ public void setNumStandbySe(Integer numStandbySe) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_vcpus of obj type virtualserviceresource 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 numVcpus */ @@ -155,7 +157,7 @@ public Integer getNumVcpus() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_vcpus of obj type virtualserviceresource 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 numVcpus set the numVcpus. */ @@ -169,6 +171,7 @@ public void setNumVcpus(Integer numVcpus) { * Indicates if the primary se is being scaled in. * This state is now derived from the virtual service runtime. * Field deprecated in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return scaleinPrimary */ @VsoMethod @@ -181,6 +184,7 @@ public Boolean getScaleinPrimary() { * Indicates if the primary se is being scaled in. * This state is now derived from the virtual service runtime. * Field deprecated in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param scaleinPrimary set the scaleinPrimary. */ @VsoMethod @@ -193,6 +197,7 @@ public void setScaleinPrimary(Boolean scaleinPrimary) { * Indicates which se is being scaled in. * This information is now derived from the virtual service runtime. * Field deprecated in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return scaleinSeUuid */ @VsoMethod @@ -205,6 +210,7 @@ public String getScaleinSeUuid() { * Indicates which se is being scaled in. * This information is now derived from the virtual service runtime. * Field deprecated in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param scaleinSeUuid set the scaleinSeUuid. */ @VsoMethod diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VirtualServiceRuntime.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VirtualServiceRuntime.java index 38fbff87..290e1e80 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VirtualServiceRuntime.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VirtualServiceRuntime.java @@ -169,6 +169,7 @@ public class VirtualServiceRuntime 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 apicExtension */ @VsoMethod @@ -179,6 +180,7 @@ public VsApicExtension getApicExtension() { /** * 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 apicExtension set the apicExtension. */ @VsoMethod @@ -188,7 +190,7 @@ public void setApicExtension(VsApicExtension apicExtension) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property controller_ip of obj type virtualserviceruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return controllerIp */ @@ -199,7 +201,7 @@ public String getControllerIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property controller_ip of obj type virtualserviceruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param controllerIp set the controllerIp. */ @@ -210,7 +212,7 @@ public void setControllerIp(String controllerIp) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property datapath_debug of obj type virtualserviceruntime 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 datapathDebug */ @@ -221,7 +223,7 @@ public DebugVirtualService getDatapathDebug() { /** * This is the setter method to the attribute. - * Placeholder for description of property datapath_debug of obj type virtualserviceruntime 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 datapathDebug set the datapathDebug. */ @@ -232,7 +234,7 @@ public void setDatapathDebug(DebugVirtualService datapathDebug) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property east_west of obj type virtualserviceruntime 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 eastWest */ @@ -243,7 +245,7 @@ public Boolean getEastWest() { /** * This is the setter method to the attribute. - * Placeholder for description of property east_west of obj type virtualserviceruntime 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 eastWest set the eastWest. */ @@ -257,6 +259,7 @@ public void setEastWest(Boolean eastWest) { * Deprecated, handled by se datastore. * Field deprecated in 18.1.5, 18.2.1. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return gslbDnsGeoUpdate */ @VsoMethod @@ -269,6 +272,7 @@ public GslbDnsGeoUpdate getGslbDnsGeoUpdate() { * Deprecated, handled by se datastore. * Field deprecated in 18.1.5, 18.2.1. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param gslbDnsGeoUpdate set the gslbDnsGeoUpdate. */ @VsoMethod @@ -278,7 +282,7 @@ public void setGslbDnsGeoUpdate(GslbDnsGeoUpdate gslbDnsGeoUpdate) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property gslb_dns_update of obj type virtualserviceruntime 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 gslbDnsUpdate */ @@ -289,7 +293,7 @@ public GslbDnsUpdate getGslbDnsUpdate() { /** * This is the setter method to the attribute. - * Placeholder for description of property gslb_dns_update of obj type virtualserviceruntime 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 gslbDnsUpdate set the gslbDnsUpdate. */ @@ -300,7 +304,7 @@ public void setGslbDnsUpdate(GslbDnsUpdate gslbDnsUpdate) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ipam_dns_records of obj type virtualserviceruntime 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 ipamDnsRecords */ @@ -311,7 +315,7 @@ public List getIpamDnsRecords() { /** * This is the setter method. this will set the ipamDnsRecords - * Placeholder for description of property ipam_dns_records of obj type virtualserviceruntime 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 ipamDnsRecords */ @@ -322,7 +326,7 @@ public void setIpamDnsRecords(List ipamDnsRecords) { /** * This is the setter method this will set the ipamDnsRecords - * Placeholder for description of property ipam_dns_records of obj type virtualserviceruntime 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 ipamDnsRecords */ @@ -338,7 +342,7 @@ public VirtualServiceRuntime addIpamDnsRecordsItem(DnsRecord ipamDnsRecordsItem) /** * This is the getter method this will return the attribute value. - * Placeholder for description of property is_dns_vs of obj type virtualserviceruntime 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 isDnsVs */ @@ -349,7 +353,7 @@ public Boolean getIsDnsVs() { /** * This is the setter method to the attribute. - * Placeholder for description of property is_dns_vs of obj type virtualserviceruntime 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 isDnsVs set the isDnsVs. */ @@ -362,6 +366,7 @@ public void setIsDnsVs(Boolean isDnsVs) { * This is the getter method this will return the attribute value. * Number of times keys have been rotated. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return keyRotationCount */ @@ -374,6 +379,7 @@ public Integer getKeyRotationCount() { * This is the setter method to the attribute. * Number of times keys have been rotated. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param keyRotationCount set the keyRotationCount. */ @@ -384,7 +390,7 @@ public void setKeyRotationCount(Integer keyRotationCount) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property last_changed_time of obj type virtualserviceruntime 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 */ @@ -395,7 +401,7 @@ public TimeStamp getLastChangedTime() { /** * This is the setter method to the attribute. - * Placeholder for description of property last_changed_time of obj type virtualserviceruntime 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. */ @@ -408,6 +414,7 @@ public void setLastChangedTime(TimeStamp lastChangedTime) { * This is the getter method this will return the attribute value. * Timestamp of the last key rotation. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastKeyRotationTime */ @@ -420,6 +427,7 @@ public TimeStamp getLastKeyRotationTime() { * This is the setter method to the attribute. * Timestamp of the last key rotation. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastKeyRotationTime set the lastKeyRotationTime. */ @@ -430,7 +438,7 @@ public void setLastKeyRotationTime(TimeStamp lastKeyRotationTime) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property lif of obj type virtualserviceruntime 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 lif */ @@ -441,7 +449,7 @@ public List getLif() { /** * This is the setter method. this will set the lif - * Placeholder for description of property lif of obj type virtualserviceruntime 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 lif */ @@ -452,7 +460,7 @@ public void setLif(List lif) { /** * This is the setter method this will set the lif - * Placeholder for description of property lif of obj type virtualserviceruntime 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 lif */ @@ -468,7 +476,7 @@ public VirtualServiceRuntime addLifItem(String lifItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property manual_placement of obj type virtualserviceruntime 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 manualPlacement */ @@ -479,7 +487,7 @@ public Boolean getManualPlacement() { /** * This is the setter method to the attribute. - * Placeholder for description of property manual_placement of obj type virtualserviceruntime 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 manualPlacement set the manualPlacement. */ @@ -490,7 +498,7 @@ public void setManualPlacement(Boolean manualPlacement) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property marked_for_delete of obj type virtualserviceruntime 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 markedForDelete */ @@ -501,7 +509,7 @@ public Boolean getMarkedForDelete() { /** * This is the setter method to the attribute. - * Placeholder for description of property marked_for_delete of obj type virtualserviceruntime 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 markedForDelete set the markedForDelete. */ @@ -513,6 +521,7 @@ public void setMarkedForDelete(Boolean markedForDelete) { /** * This is the getter method this will return the attribute value. * Enum options - METRICS_MGR_PORT_0, METRICS_MGR_PORT_1, METRICS_MGR_PORT_2, METRICS_MGR_PORT_3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return metricsMgrPort */ @@ -524,6 +533,7 @@ public String getMetricsMgrPort() { /** * This is the setter method to the attribute. * Enum options - METRICS_MGR_PORT_0, METRICS_MGR_PORT_1, METRICS_MGR_PORT_2, METRICS_MGR_PORT_3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param metricsMgrPort set the metricsMgrPort. */ @@ -534,7 +544,7 @@ public void setMetricsMgrPort(String metricsMgrPort) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property num_additional_se of obj type virtualserviceruntime 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 0. * @return numAdditionalSe */ @@ -545,7 +555,7 @@ public Integer getNumAdditionalSe() { /** * This is the setter method to the attribute. - * Placeholder for description of property num_additional_se of obj type virtualserviceruntime 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 0. * @param numAdditionalSe set the numAdditionalSe. */ @@ -556,7 +566,7 @@ public void setNumAdditionalSe(Integer numAdditionalSe) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property one_plus_one_ha of obj type virtualserviceruntime 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 onePlusOneHa */ @@ -567,7 +577,7 @@ public Boolean getOnePlusOneHa() { /** * This is the setter method to the attribute. - * Placeholder for description of property one_plus_one_ha of obj type virtualserviceruntime 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 onePlusOneHa set the onePlusOneHa. */ @@ -578,7 +588,7 @@ public void setOnePlusOneHa(Boolean onePlusOneHa) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property prev_controller_ip of obj type virtualserviceruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prevControllerIp */ @@ -589,7 +599,7 @@ public String getPrevControllerIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property prev_controller_ip of obj type virtualserviceruntime field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prevControllerIp set the prevControllerIp. */ @@ -601,6 +611,7 @@ public void setPrevControllerIp(String prevControllerIp) { /** * This is the getter method this will return the attribute value. * Enum options - METRICS_MGR_PORT_0, METRICS_MGR_PORT_1, METRICS_MGR_PORT_2, METRICS_MGR_PORT_3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return prevMetricsMgrPort */ @@ -612,6 +623,7 @@ public String getPrevMetricsMgrPort() { /** * This is the setter method to the attribute. * Enum options - METRICS_MGR_PORT_0, METRICS_MGR_PORT_1, METRICS_MGR_PORT_2, METRICS_MGR_PORT_3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param prevMetricsMgrPort set the prevMetricsMgrPort. */ @@ -622,7 +634,7 @@ public void setPrevMetricsMgrPort(String prevMetricsMgrPort) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property redis_db of obj type virtualserviceruntime 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 redisDb */ @@ -633,7 +645,7 @@ public Integer getRedisDb() { /** * This is the setter method to the attribute. - * Placeholder for description of property redis_db of obj type virtualserviceruntime 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 redisDb set the redisDb. */ @@ -645,6 +657,7 @@ public void setRedisDb(Integer redisDb) { /** * This is the getter method this will return the attribute value. * Field deprecated in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return redisIp */ @VsoMethod @@ -655,6 +668,7 @@ public String getRedisIp() { /** * This is the setter method to the attribute. * Field deprecated in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param redisIp set the redisIp. */ @VsoMethod @@ -664,7 +678,7 @@ public void setRedisIp(String redisIp) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property redis_port of obj type virtualserviceruntime 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 redisPort */ @@ -675,7 +689,7 @@ public Integer getRedisPort() { /** * This is the setter method to the attribute. - * Placeholder for description of property redis_port of obj type virtualserviceruntime 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 redisPort set the redisPort. */ @@ -687,6 +701,7 @@ public void setRedisPort(Integer redisPort) { /** * This is the getter method this will return the attribute value. * Field deprecated in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return rulesConfigured */ @VsoMethod @@ -697,6 +712,7 @@ public Boolean getRulesConfigured() { /** * This is the setter method to the attribute. * Field deprecated in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param rulesConfigured set the rulesConfigured. */ @VsoMethod @@ -708,6 +724,7 @@ public void setRulesConfigured(Boolean rulesConfigured) { * This is the getter method this will return the attribute value. * Runtime info from security_manager. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return secMgrInfo */ @@ -720,6 +737,7 @@ public SecurityMgrRuntime getSecMgrInfo() { * This is the setter method to the attribute. * Runtime info from security_manager. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param secMgrInfo set the secMgrInfo. */ @@ -732,6 +750,7 @@ public void setSecMgrInfo(SecurityMgrRuntime secMgrInfo) { * This is the getter method this will return the attribute value. * Enable service engines to elect a primary amongst themselves in the absence of connectivity to controller. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return selfSeElection */ @@ -744,6 +763,7 @@ public Boolean getSelfSeElection() { * This is the setter method to the attribute. * Enable service engines to elect a primary amongst themselves in the absence of connectivity to controller. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param selfSeElection set the selfSeElection. */ @@ -755,6 +775,7 @@ public void setSelfSeElection(Boolean selfSeElection) { /** * This is the getter method this will return the attribute value. * Field deprecated in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return serversConfigured */ @VsoMethod @@ -765,6 +786,7 @@ public Boolean getServersConfigured() { /** * This is the setter method to the attribute. * Field deprecated in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param serversConfigured set the serversConfigured. */ @VsoMethod @@ -774,7 +796,7 @@ public void setServersConfigured(Boolean serversConfigured) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property tls_ticket_key of obj type virtualserviceruntime 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 tlsTicketKey */ @@ -785,7 +807,7 @@ public List getTlsTicketKey() { /** * This is the setter method. this will set the tlsTicketKey - * Placeholder for description of property tls_ticket_key of obj type virtualserviceruntime 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 tlsTicketKey */ @@ -796,7 +818,7 @@ public void setTlsTicketKey(List tlsTicketKey) { /** * This is the setter method this will set the tlsTicketKey - * Placeholder for description of property tls_ticket_key of obj type virtualserviceruntime 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 tlsTicketKey */ @@ -813,6 +835,7 @@ public VirtualServiceRuntime addTlsTicketKeyItem(TLSTicket tlsTicketKeyItem) { /** * This is the getter method this will return the attribute value. * Enum options - VS_TYPE_NORMAL, VS_TYPE_VH_PARENT, VS_TYPE_VH_CHILD. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "VS_TYPE_NORMAL". * @return type */ @@ -824,6 +847,7 @@ public String getType() { /** * This is the setter method to the attribute. * Enum options - VS_TYPE_NORMAL, VS_TYPE_VH_PARENT, VS_TYPE_VH_CHILD. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "VS_TYPE_NORMAL". * @param type set the type. */ @@ -834,7 +858,7 @@ public void setType(String type) { /** * 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 */ @@ -845,7 +869,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. */ @@ -857,6 +881,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. * Version number of the se list update. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return version */ @@ -868,6 +893,7 @@ public Integer getVersion() { /** * This is the setter method to the attribute. * Version number of the se list update. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param version set the version. */ @@ -879,6 +905,7 @@ public void setVersion(Integer version) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vhChildVsRef */ @@ -890,6 +917,7 @@ public List getVhChildVsRef() { /** * This is the setter method. this will set the vhChildVsRef * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vhChildVsRef */ @@ -901,6 +929,7 @@ public void setVhChildVsRef(List vhChildVsRef) { /** * This is the setter method this will set the vhChildVsRef * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vhChildVsRef */ @@ -916,7 +945,7 @@ public VirtualServiceRuntime addVhChildVsRefItem(String vhChildVsRefItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vip_runtime of obj type virtualserviceruntime 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 vipRuntime */ @@ -927,7 +956,7 @@ public List getVipRuntime() { /** * This is the setter method. this will set the vipRuntime - * Placeholder for description of property vip_runtime of obj type virtualserviceruntime 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 vipRuntime */ @@ -938,7 +967,7 @@ public void setVipRuntime(List vipRuntime) { /** * This is the setter method this will set the vipRuntime - * Placeholder for description of property vip_runtime of obj type virtualserviceruntime 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 vipRuntime */ @@ -956,6 +985,7 @@ public VirtualServiceRuntime addVipRuntimeItem(VipRuntime vipRuntimeItem) { * This is the getter method this will return the attribute value. * Vs update request received before warmstart finished. * Field introduced in 18.1.4, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUpdatePending */ @@ -968,6 +998,7 @@ public VirtualService getVsUpdatePending() { * This is the setter method to the attribute. * Vs update request received before warmstart finished. * Field introduced in 18.1.4, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUpdatePending set the vsUpdatePending. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VirtualserviceFaults.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VirtualserviceFaults.java index 39c5f08f..1549f176 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VirtualserviceFaults.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VirtualserviceFaults.java @@ -54,6 +54,7 @@ public class VirtualserviceFaults extends AviRestResource { * This is the getter method this will return the attribute value. * Enable debug faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return debugFaults */ @@ -66,6 +67,7 @@ public Boolean getDebugFaults() { * This is the setter method to the attribute. * Enable debug faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param debugFaults set the debugFaults. */ @@ -78,6 +80,7 @@ public void setDebugFaults(Boolean debugFaults) { * This is the getter method this will return the attribute value. * Enable pool server faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return poolServerFaults */ @@ -90,6 +93,7 @@ public Boolean getPoolServerFaults() { * This is the setter method to the attribute. * Enable pool server faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param poolServerFaults set the poolServerFaults. */ @@ -102,6 +106,7 @@ public void setPoolServerFaults(Boolean poolServerFaults) { * This is the getter method this will return the attribute value. * Enable vs scaleout and scalein faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return scaleoutFaults */ @@ -114,6 +119,7 @@ public Boolean getScaleoutFaults() { * This is the setter method to the attribute. * Enable vs scaleout and scalein faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param scaleoutFaults set the scaleoutFaults. */ @@ -126,6 +132,7 @@ public void setScaleoutFaults(Boolean scaleoutFaults) { * This is the getter method this will return the attribute value. * Enable shared vip faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return sharedVipFaults */ @@ -138,6 +145,7 @@ public Boolean getSharedVipFaults() { * This is the setter method to the attribute. * Enable shared vip faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param sharedVipFaults set the sharedVipFaults. */ @@ -150,6 +158,7 @@ public void setSharedVipFaults(Boolean sharedVipFaults) { * This is the getter method this will return the attribute value. * Enable ssl certificate expiry faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return sslCertExpiryFaults */ @@ -162,6 +171,7 @@ public Boolean getSslCertExpiryFaults() { * This is the setter method to the attribute. * Enable ssl certificate expiry faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param sslCertExpiryFaults set the sslCertExpiryFaults. */ @@ -174,6 +184,7 @@ public void setSslCertExpiryFaults(Boolean sslCertExpiryFaults) { * This is the getter method this will return the attribute value. * Enable ssl certificate status faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return sslCertStatusFaults */ @@ -186,6 +197,7 @@ public Boolean getSslCertStatusFaults() { * This is the setter method to the attribute. * Enable ssl certificate status faults. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param sslCertStatusFaults set the sslCertStatusFaults. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VlanInterface.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VlanInterface.java index 07e3702c..410f99f3 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VlanInterface.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VlanInterface.java @@ -60,7 +60,7 @@ public class VlanInterface extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property dhcp_enabled of obj type vlaninterface 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 dhcpEnabled */ @@ -71,7 +71,7 @@ public Boolean getDhcpEnabled() { /** * This is the setter method to the attribute. - * Placeholder for description of property dhcp_enabled of obj type vlaninterface 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 dhcpEnabled set the dhcpEnabled. */ @@ -84,6 +84,7 @@ public void setDhcpEnabled(Boolean dhcpEnabled) { * This is the getter method this will return the attribute value. * Enable the interface. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enabled */ @@ -96,6 +97,7 @@ public Boolean getEnabled() { * This is the setter method to the attribute. * Enable the interface. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enabled set the enabled. */ @@ -106,7 +108,7 @@ public void setEnabled(Boolean enabled) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property if_name of obj type vlaninterface field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ifName */ @@ -117,7 +119,7 @@ public String getIfName() { /** * This is the setter method to the attribute. - * Placeholder for description of property if_name of obj type vlaninterface field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ifName set the ifName. */ @@ -130,6 +132,7 @@ public void setIfName(String ifName) { * This is the getter method this will return the attribute value. * Enable ipv6 auto configuration. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6AutocfgEnabled */ @@ -142,6 +145,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 null. * @param ip6AutocfgEnabled set the ip6AutocfgEnabled. */ @@ -152,7 +156,7 @@ public void setIp6AutocfgEnabled(Boolean ip6AutocfgEnabled) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property is_mgmt of obj type vlaninterface 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 isMgmt */ @@ -163,7 +167,7 @@ public Boolean getIsMgmt() { /** * This is the setter method to the attribute. - * Placeholder for description of property is_mgmt of obj type vlaninterface 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 isMgmt set the isMgmt. */ @@ -176,6 +180,7 @@ public void setIsMgmt(Boolean isMgmt) { * This is the getter method this will return the attribute value. * Vlan id. * Allowed values are 0-4096. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return vlanId */ @@ -188,6 +193,7 @@ public Integer getVlanId() { * This is the setter method to the attribute. * Vlan id. * Allowed values are 0-4096. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param vlanId set the vlanId. */ @@ -198,7 +204,7 @@ public void setVlanId(Integer vlanId) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vnic_networks of obj type vlaninterface 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 vnicNetworks */ @@ -209,7 +215,7 @@ public List getVnicNetworks() { /** * This is the setter method. this will set the vnicNetworks - * Placeholder for description of property vnic_networks of obj type vlaninterface 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 vnicNetworks */ @@ -220,7 +226,7 @@ public void setVnicNetworks(List vnicNetworks) { /** * This is the setter method this will set the vnicNetworks - * Placeholder for description of property vnic_networks of obj type vlaninterface 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 vnicNetworks */ @@ -237,6 +243,7 @@ public VlanInterface addVnicNetworksItem(vNICNetwork vnicNetworksItem) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vrfcontext. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfRef */ @@ -248,6 +255,7 @@ public String getVrfRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type vrfcontext. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfRef set the vrfRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VlanRange.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VlanRange.java index a3cc95f1..e01e5f14 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VlanRange.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VlanRange.java @@ -36,7 +36,7 @@ public class VlanRange extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property end of obj type vlanrange 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 end */ @@ -47,7 +47,7 @@ public Integer getEnd() { /** * This is the setter method to the attribute. - * Placeholder for description of property end of obj type vlanrange 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 end set the end. */ @@ -58,7 +58,7 @@ public void setEnd(Integer end) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property start of obj type vlanrange 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 start */ @@ -69,7 +69,7 @@ public Integer getStart() { /** * This is the setter method to the attribute. - * Placeholder for description of property start of obj type vlanrange 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 start set the start. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VrfContext.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VrfContext.java index f5d9f204..03b5b14e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VrfContext.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VrfContext.java @@ -102,7 +102,8 @@ public class VrfContext extends AviRestResource { * This is the getter method this will return the attribute value. * Key/value vrfcontext attributes. * Field introduced in 20.1.2. - * Allowed in 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 attrs */ @@ -115,7 +116,8 @@ public List getAttrs() { * This is the setter method. this will set the attrs * Key/value vrfcontext attributes. * Field introduced in 20.1.2. - * Allowed in 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 attrs */ @@ -128,7 +130,8 @@ public void setAttrs(List attrs) { * This is the setter method this will set the attrs * Key/value vrfcontext attributes. * Field introduced in 20.1.2. - * Allowed in 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 attrs */ @@ -146,7 +149,7 @@ public VrfContext addAttrsItem(KeyValue attrsItem) { * This is the getter method this will return the attribute value. * Bfd configuration profile. * Field introduced in 20.1.1. - * Allowed in 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 bfdProfile */ @@ -159,7 +162,7 @@ public BfdProfile getBfdProfile() { * This is the setter method to the attribute. * Bfd configuration profile. * Field introduced in 20.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 bfdProfile set the bfdProfile. */ @@ -171,6 +174,7 @@ public void setBfdProfile(BfdProfile bfdProfile) { /** * This is the getter method this will return the attribute value. * Bgp local and peer info. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return bgpProfile */ @@ -182,6 +186,7 @@ public BgpProfile getBgpProfile() { /** * This is the setter method to the attribute. * Bgp local and peer info. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param bgpProfile set the bgpProfile. */ @@ -193,6 +198,7 @@ public void setBgpProfile(BgpProfile bgpProfile) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -204,6 +210,7 @@ public String getCloudRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type cloud. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -216,6 +223,7 @@ public void setCloudRef(String cloudRef) { * This is the getter method this will return the attribute value. * Configure debug flags for vrf. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return debugvrfcontext */ @@ -228,6 +236,7 @@ public DebugVrfContext getDebugvrfcontext() { * This is the setter method to the attribute. * Configure debug flags for vrf. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param debugvrfcontext set the debugvrfcontext. */ @@ -238,7 +247,7 @@ public void setDebugvrfcontext(DebugVrfContext debugvrfcontext) { /** * 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 */ @@ -249,7 +258,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. */ @@ -261,6 +270,7 @@ public void setDescription(String description) { /** * This is the getter method this will return the attribute value. * Configure ping based heartbeat check for gateway in service engines of vrf. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gatewayMon */ @@ -272,6 +282,7 @@ public List getGatewayMon() { /** * This is the setter method. this will set the gatewayMon * Configure ping based heartbeat check for gateway in service engines of vrf. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gatewayMon */ @@ -283,6 +294,7 @@ public void setGatewayMon(List gatewayMon) { /** * This is the setter method this will set the gatewayMon * Configure ping based heartbeat check for gateway in service engines of vrf. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gatewayMon */ @@ -300,6 +312,7 @@ public VrfContext addGatewayMonItem(GatewayMonitor gatewayMonItem) { * This is the getter method this will return the attribute value. * Configure ping based heartbeat check for all default gateways in service engines of vrf. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return internalGatewayMonitor */ @@ -312,6 +325,7 @@ public InternalGatewayMonitor getInternalGatewayMonitor() { * This is the setter method to the attribute. * Configure ping based heartbeat check for all default gateways in service engines of vrf. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param internalGatewayMonitor set the internalGatewayMonitor. */ @@ -325,6 +339,7 @@ public void setInternalGatewayMonitor(InternalGatewayMonitor internalGatewayMoni * Key/value labels which can be used for object access policy permission scoping. * Field deprecated in 20.1.5. * Field introduced in 18.2.7, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return labels */ @VsoMethod @@ -337,6 +352,7 @@ public List getLabels() { * Key/value labels which can be used for object access policy permission scoping. * Field deprecated in 20.1.5. * Field introduced in 18.2.7, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return labels */ @VsoMethod @@ -349,6 +365,7 @@ public void setLabels(List labels) { * Key/value labels which can be used for object access policy permission scoping. * Field deprecated in 20.1.5. * Field introduced in 18.2.7, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return labels */ @VsoMethod @@ -365,7 +382,8 @@ public VrfContext addLabelsItem(KeyValue labelsItem) { * This is the getter method this will return the attribute value. * Enable lldp. * Field introduced in 18.2.10, 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 lldpEnable */ @@ -378,7 +396,8 @@ public Boolean getLldpEnable() { * This is the setter method to the attribute. * Enable lldp. * Field introduced in 18.2.10, 20.1.1. - * Allowed in 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 lldpEnable set the lldpEnable. */ @@ -391,7 +410,8 @@ public void setLldpEnable(Boolean lldpEnable) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in 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 */ @@ -404,7 +424,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 */ @@ -417,7 +438,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 */ @@ -433,7 +455,7 @@ public VrfContext addMarkersItem(RoleFilterMatchLabel markersItem) { /** * 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 */ @@ -444,7 +466,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. */ @@ -455,7 +477,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property static_routes of obj type vrfcontext 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 staticRoutes */ @@ -466,7 +488,7 @@ public List getStaticRoutes() { /** * This is the setter method. this will set the staticRoutes - * Placeholder for description of property static_routes of obj type vrfcontext 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 staticRoutes */ @@ -477,7 +499,7 @@ public void setStaticRoutes(List staticRoutes) { /** * This is the setter method this will set the staticRoutes - * Placeholder for description of property static_routes of obj type vrfcontext 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 staticRoutes */ @@ -493,7 +515,7 @@ public VrfContext addStaticRoutesItem(StaticRoute staticRoutesItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property system_default of obj type vrfcontext 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 systemDefault */ @@ -504,7 +526,7 @@ public Boolean getSystemDefault() { /** * This is the setter method to the attribute. - * Placeholder for description of property system_default of obj type vrfcontext 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 systemDefault set the systemDefault. */ @@ -516,6 +538,7 @@ public void setSystemDefault(Boolean systemDefault) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -527,6 +550,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. */ @@ -556,7 +580,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 */ @@ -567,7 +591,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/VsApicExtension.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsApicExtension.java index 1af3e010..dc60307c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsApicExtension.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsApicExtension.java @@ -45,6 +45,7 @@ public class VsApicExtension 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 seUuid */ @VsoMethod @@ -55,6 +56,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 @@ -65,6 +67,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 txnUuid */ @VsoMethod @@ -75,6 +78,7 @@ public String getTxnUuid() { /** * 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 txnUuid set the txnUuid. */ @VsoMethod @@ -85,6 +89,7 @@ public void setTxnUuid(String txnUuid) { /** * 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 uuid */ @VsoMethod @@ -95,6 +100,7 @@ public String getUuid() { /** * 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 uuid set the uuid. */ @VsoMethod @@ -105,6 +111,7 @@ public void setUuid(String uuid) { /** * 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 vnic */ @VsoMethod @@ -115,6 +122,7 @@ public List getVnic() { /** * This is the setter method. this will set the vnic * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return vnic */ @VsoMethod @@ -125,6 +133,7 @@ public void setVnic(List vnic) { /** * This is the setter method this will set the vnic * Field deprecated in 21.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return vnic */ @VsoMethod diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsAwaitingSeEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsAwaitingSeEventDetails.java index 5f694a7a..1e4c03b7 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsAwaitingSeEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsAwaitingSeEventDetails.java @@ -49,7 +49,7 @@ public class VsAwaitingSeEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property awaitingse_timeout of obj type vsawaitingseeventdetails 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 awaitingseTimeout */ @@ -60,7 +60,7 @@ public Integer getAwaitingseTimeout() { /** * This is the setter method to the attribute. - * Placeholder for description of property awaitingse_timeout of obj type vsawaitingseeventdetails 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 awaitingseTimeout set the awaitingseTimeout. */ @@ -71,7 +71,7 @@ public void setAwaitingseTimeout(Integer awaitingseTimeout) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip of obj type vsawaitingseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -82,7 +82,7 @@ public String getIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property ip of obj type vsawaitingseeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -93,7 +93,7 @@ public void setIp(String ip) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_assigned of obj type vsawaitingseeventdetails 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 seAssigned */ @@ -104,7 +104,7 @@ public List getSeAssigned() { /** * This is the setter method. this will set the seAssigned - * Placeholder for description of property se_assigned of obj type vsawaitingseeventdetails 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 seAssigned */ @@ -115,7 +115,7 @@ public void setSeAssigned(List seAssigned) { /** * This is the setter method this will set the seAssigned - * Placeholder for description of property se_assigned of obj type vsawaitingseeventdetails 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 seAssigned */ @@ -131,7 +131,7 @@ public VsAwaitingSeEventDetails addSeAssignedItem(VipSeAssigned seAssignedItem) /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_requested of obj type vsawaitingseeventdetails 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 seRequested */ @@ -142,7 +142,7 @@ public VirtualServiceResource getSeRequested() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_requested of obj type vsawaitingseeventdetails 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 seRequested set the seRequested. */ @@ -153,7 +153,7 @@ public void setSeRequested(VirtualServiceResource seRequested) { /** * 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 */ @@ -164,7 +164,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsDebugFilter.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsDebugFilter.java index caa2c195..29fe0ba5 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsDebugFilter.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsDebugFilter.java @@ -36,7 +36,7 @@ public class VsDebugFilter 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 */ @@ -47,7 +47,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. */ @@ -58,7 +58,7 @@ public void setName(String name) { /** * 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 */ @@ -69,7 +69,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsError.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsError.java index 18c8f51d..c286c388 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsError.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsError.java @@ -67,6 +67,7 @@ public class VsError extends AviRestResource { * This is the getter method this will return the attribute value. * The time at which the error occurred. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return eventTimestamp */ @@ -79,6 +80,7 @@ public TimeStamp getEventTimestamp() { * This is the setter method to the attribute. * The time at which the error occurred. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param eventTimestamp set the eventTimestamp. */ @@ -89,7 +91,7 @@ public void setEventTimestamp(TimeStamp eventTimestamp) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property reason of obj type vserror 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 reason */ @@ -100,7 +102,7 @@ public List getReason() { /** * This is the setter method. this will set the reason - * Placeholder for description of property reason of obj type vserror 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 reason */ @@ -111,7 +113,7 @@ public void setReason(List reason) { /** * This is the setter method this will set the reason - * Placeholder for description of property reason of obj type vserror 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 reason */ @@ -128,6 +130,7 @@ public VsError addReasonItem(String reasonItem) { /** * This is the getter method this will return the attribute value. * Enum options - HA_MODE_SHARED_PAIR, HA_MODE_SHARED, HA_MODE_LEGACY_ACTIVE_STANDBY. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupHaMode */ @@ -139,6 +142,7 @@ public String getSeGroupHaMode() { /** * This is the setter method to the attribute. * Enum options - HA_MODE_SHARED_PAIR, HA_MODE_SHARED, HA_MODE_LEGACY_ACTIVE_STANDBY. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupHaMode set the seGroupHaMode. */ @@ -150,6 +154,7 @@ public void setSeGroupHaMode(String seGroupHaMode) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceenginegroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seGroupRef */ @@ -161,6 +166,7 @@ public String getSeGroupRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type serviceenginegroup. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seGroupRef set the seGroupRef. */ @@ -174,6 +180,7 @@ public void setSeGroupRef(String seGroupRef) { * The se on which the vs errored during scale-in/scale-out operations. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -187,6 +194,7 @@ public String getSeRef() { * The se on which the vs errored during scale-in/scale-out operations. * It is a reference to an object of type serviceengine. * Field introduced in 18.2.10, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRef set the seRef. */ @@ -198,6 +206,7 @@ public void setSeRef(String seRef) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -209,6 +218,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. */ @@ -220,6 +230,7 @@ public void setTenantRef(String tenantRef) { /** * This is the getter method this will return the attribute value. * Enum options - TRAFFIC_DISRUPTED, TRAFFIC_NOT_DISRUPTED. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return trafficStatus */ @@ -231,6 +242,7 @@ public String getTrafficStatus() { /** * This is the setter method to the attribute. * Enum options - TRAFFIC_DISRUPTED, TRAFFIC_NOT_DISRUPTED. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param trafficStatus set the trafficStatus. */ @@ -241,7 +253,7 @@ public void setTrafficStatus(String trafficStatus) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vip_id of obj type vserror field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -252,7 +264,7 @@ public String getVipId() { /** * This is the setter method to the attribute. - * Placeholder for description of property vip_id of obj type vserror field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ @@ -264,6 +276,7 @@ public void setVipId(String vipId) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsRef */ @@ -275,6 +288,7 @@ public String getVsRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type virtualservice. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsRef set the vsRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsErrorEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsErrorEventDetails.java index f63dcb57..05eebb26 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsErrorEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsErrorEventDetails.java @@ -57,7 +57,7 @@ public class VsErrorEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property error_message of obj type vserroreventdetails field type str type string. + * Allowed in enterprise edition with any value, 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,7 +68,7 @@ public String getErrorMessage() { /** * This is the setter method to the attribute. - * Placeholder for description of property error_message of obj type vserroreventdetails field type str type string. + * Allowed in enterprise edition with any value, 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,7 +79,7 @@ public void setErrorMessage(String errorMessage) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip of obj type vserroreventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -90,7 +90,7 @@ public String getIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property ip of obj type vserroreventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -101,7 +101,7 @@ public void setIp(String ip) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip6 of obj type vserroreventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -112,7 +112,7 @@ public String getIp6() { /** * This is the setter method to the attribute. - * Placeholder for description of property ip6 of obj type vserroreventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -123,7 +123,7 @@ public void setIp6(String ip6) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property rpc_status of obj type vserroreventdetails 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 rpcStatus */ @@ -134,7 +134,7 @@ public Integer getRpcStatus() { /** * This is the setter method to the attribute. - * Placeholder for description of property rpc_status of obj type vserroreventdetails 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 rpcStatus set the rpcStatus. */ @@ -145,7 +145,7 @@ public void setRpcStatus(Integer rpcStatus) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_assigned of obj type vserroreventdetails 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 seAssigned */ @@ -156,7 +156,7 @@ public List getSeAssigned() { /** * This is the setter method. this will set the seAssigned - * Placeholder for description of property se_assigned of obj type vserroreventdetails 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 seAssigned */ @@ -167,7 +167,7 @@ public void setSeAssigned(List seAssigned) { /** * This is the setter method this will set the seAssigned - * Placeholder for description of property se_assigned of obj type vserroreventdetails 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 seAssigned */ @@ -183,7 +183,7 @@ public VsErrorEventDetails addSeAssignedItem(VipSeAssigned seAssignedItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_requested of obj type vserroreventdetails 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 seRequested */ @@ -194,7 +194,7 @@ public VirtualServiceResource getSeRequested() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_requested of obj type vserroreventdetails 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 seRequested set the seRequested. */ @@ -205,7 +205,7 @@ public void setSeRequested(VirtualServiceResource seRequested) { /** * 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 */ @@ -216,7 +216,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsEvStatus.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsEvStatus.java index 8adef74e..354a5389 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsEvStatus.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsEvStatus.java @@ -40,7 +40,7 @@ public class VsEvStatus extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property notes of obj type vsevstatus 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 */ @@ -51,7 +51,7 @@ public List getNotes() { /** * This is the setter method. this will set the notes - * Placeholder for description of property notes of obj type vsevstatus 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 */ @@ -62,7 +62,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 vsevstatus 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 */ @@ -78,7 +78,7 @@ public VsEvStatus addNotesItem(String notesItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property request of obj type vsevstatus field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -89,7 +89,7 @@ public String getRequest() { /** * This is the setter method to the attribute. - * Placeholder for description of property request of obj type vsevstatus field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -100,7 +100,7 @@ public void setRequest(String request) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property result of obj type vsevstatus field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return result */ @@ -111,7 +111,7 @@ public String getResult() { /** * This is the setter method to the attribute. - * Placeholder for description of property result of obj type vsevstatus field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param result set the result. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsFsmEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsFsmEventDetails.java index 33054786..ad6bff31 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsFsmEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsFsmEventDetails.java @@ -41,7 +41,7 @@ public class VsFsmEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vip_id of obj type vsfsmeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -52,7 +52,7 @@ public String getVipId() { /** * This is the setter method to the attribute. - * Placeholder for description of property vip_id of obj type vsfsmeventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ @@ -63,7 +63,7 @@ public void setVipId(String vipId) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vs_rt of obj type vsfsmeventdetails 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 vsRt */ @@ -74,7 +74,7 @@ public VirtualServiceRuntime getVsRt() { /** * This is the setter method to the attribute. - * Placeholder for description of property vs_rt of obj type vsfsmeventdetails 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 vsRt set the vsRt. */ @@ -85,7 +85,7 @@ public void setVsRt(VirtualServiceRuntime vsRt) { /** * 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 */ @@ -96,7 +96,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsGs.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsGs.java index de8195e3..d324a8f9 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsGs.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsGs.java @@ -66,6 +66,7 @@ public class VsGs extends AviRestResource { * This is the getter method this will return the attribute value. * Gslb geodb being associated using this object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geodbUuid */ @@ -78,6 +79,7 @@ public String getGeodbUuid() { * This is the setter method to the attribute. * Gslb geodb being associated using this object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param geodbUuid set the geodbUuid. */ @@ -90,6 +92,7 @@ public void setGeodbUuid(String geodbUuid) { * This is the getter method this will return the attribute value. * Gslb service being associated using this object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gsUuid */ @@ -102,6 +105,7 @@ public String getGsUuid() { * This is the setter method to the attribute. * Gslb service being associated using this object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gsUuid set the gsUuid. */ @@ -114,6 +118,7 @@ public void setGsUuid(String gsUuid) { * This is the getter method this will return the attribute value. * Gslb being associated using this object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gslbUuid */ @@ -126,6 +131,7 @@ public String getGslbUuid() { * This is the setter method to the attribute. * Gslb being associated using this object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gslbUuid set the gslbUuid. */ @@ -138,6 +144,7 @@ public void setGslbUuid(String gslbUuid) { * This is the getter method this will return the attribute value. * Name of the vs-gs association object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -150,6 +157,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the vs-gs association object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -163,6 +171,7 @@ public void setName(String name) { * Tenant. * It is a reference to an object of type tenant. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -176,6 +185,7 @@ public String getTenantRef() { * Tenant. * It is a reference to an object of type tenant. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -189,6 +199,7 @@ public void setTenantRef(String tenantRef) { * Type of the vs-gs association object. * Enum options - VSGS_TYPE_GSLB, VSGS_TYPE_GS, VSGS_TYPE_GEO_DB. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -202,6 +213,7 @@ public String getType() { * Type of the vs-gs association object. * Enum options - VSGS_TYPE_GSLB, VSGS_TYPE_GS, VSGS_TYPE_GEO_DB. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param type set the type. */ @@ -233,6 +245,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the vs-gs association object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -245,6 +258,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the vs-gs association object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -257,6 +271,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * Virtual service being associated using this object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -269,6 +284,7 @@ public String getVsUuid() { * This is the setter method to the attribute. * Virtual service being associated using this object. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsInitialPlacementEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsInitialPlacementEventDetails.java index eda6f681..655f270d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsInitialPlacementEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsInitialPlacementEventDetails.java @@ -57,7 +57,7 @@ public class VsInitialPlacementEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property error_message of obj type vsinitialplacementeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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,7 +68,7 @@ public String getErrorMessage() { /** * This is the setter method to the attribute. - * Placeholder for description of property error_message of obj type vsinitialplacementeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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,7 +79,7 @@ public void setErrorMessage(String errorMessage) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip of obj type vsinitialplacementeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -90,7 +90,7 @@ public String getIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property ip of obj type vsinitialplacementeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -103,6 +103,7 @@ public void setIp(String ip) { * This is the getter method this will return the attribute value. * Vip ipv6 address. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6 */ @@ -115,6 +116,7 @@ public String getIp6() { * This is the setter method to the attribute. * Vip ipv6 address. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip6 set the ip6. */ @@ -125,7 +127,7 @@ public void setIp6(String ip6) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property rpc_status of obj type vsinitialplacementeventdetails 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 rpcStatus */ @@ -136,7 +138,7 @@ public Integer getRpcStatus() { /** * This is the setter method to the attribute. - * Placeholder for description of property rpc_status of obj type vsinitialplacementeventdetails 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 rpcStatus set the rpcStatus. */ @@ -147,7 +149,7 @@ public void setRpcStatus(Integer rpcStatus) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_assigned of obj type vsinitialplacementeventdetails 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 seAssigned */ @@ -158,7 +160,7 @@ public List getSeAssigned() { /** * This is the setter method. this will set the seAssigned - * Placeholder for description of property se_assigned of obj type vsinitialplacementeventdetails 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 seAssigned */ @@ -169,7 +171,7 @@ public void setSeAssigned(List seAssigned) { /** * This is the setter method this will set the seAssigned - * Placeholder for description of property se_assigned of obj type vsinitialplacementeventdetails 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 seAssigned */ @@ -185,7 +187,7 @@ public VsInitialPlacementEventDetails addSeAssignedItem(VipSeAssigned seAssigned /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_requested of obj type vsinitialplacementeventdetails 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 seRequested */ @@ -196,7 +198,7 @@ public VirtualServiceResource getSeRequested() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_requested of obj type vsinitialplacementeventdetails 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 seRequested set the seRequested. */ @@ -207,7 +209,7 @@ public void setSeRequested(VirtualServiceResource seRequested) { /** * 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 */ @@ -218,7 +220,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsMigrateEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsMigrateEventDetails.java index 11800993..4b4f0579 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsMigrateEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsMigrateEventDetails.java @@ -62,7 +62,7 @@ public class VsMigrateEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property error_message of obj type vsmigrateeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -73,7 +73,7 @@ public String getErrorMessage() { /** * This is the setter method to the attribute. - * Placeholder for description of property error_message of obj type vsmigrateeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -84,7 +84,7 @@ public void setErrorMessage(String errorMessage) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip of obj type vsmigrateeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -95,7 +95,7 @@ public String getIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property ip of obj type vsmigrateeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -106,7 +106,7 @@ public void setIp(String ip) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip6 of obj type vsmigrateeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -117,7 +117,7 @@ public String getIp6() { /** * This is the setter method to the attribute. - * Placeholder for description of property ip6 of obj type vsmigrateeventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -128,7 +128,7 @@ public void setIp6(String ip6) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property rpc_status of obj type vsmigrateeventdetails 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 rpcStatus */ @@ -139,7 +139,7 @@ public Integer getRpcStatus() { /** * This is the setter method to the attribute. - * Placeholder for description of property rpc_status of obj type vsmigrateeventdetails 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 rpcStatus set the rpcStatus. */ @@ -150,7 +150,7 @@ public void setRpcStatus(Integer rpcStatus) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property scale_status of obj type vsmigrateeventdetails 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 scaleStatus */ @@ -161,7 +161,7 @@ public ScaleStatus getScaleStatus() { /** * This is the setter method to the attribute. - * Placeholder for description of property scale_status of obj type vsmigrateeventdetails 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 scaleStatus set the scaleStatus. */ @@ -172,7 +172,7 @@ public void setScaleStatus(ScaleStatus scaleStatus) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_assigned of obj type vsmigrateeventdetails 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 seAssigned */ @@ -183,7 +183,7 @@ public List getSeAssigned() { /** * This is the setter method. this will set the seAssigned - * Placeholder for description of property se_assigned of obj type vsmigrateeventdetails 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 seAssigned */ @@ -194,7 +194,7 @@ public void setSeAssigned(List seAssigned) { /** * This is the setter method this will set the seAssigned - * Placeholder for description of property se_assigned of obj type vsmigrateeventdetails 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 seAssigned */ @@ -210,7 +210,7 @@ public VsMigrateEventDetails addSeAssignedItem(VipSeAssigned seAssignedItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_requested of obj type vsmigrateeventdetails 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 seRequested */ @@ -221,7 +221,7 @@ public VirtualServiceResource getSeRequested() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_requested of obj type vsmigrateeventdetails 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 seRequested set the seRequested. */ @@ -232,7 +232,7 @@ public void setSeRequested(VirtualServiceResource seRequested) { /** * 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 */ @@ -243,7 +243,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsMigrateParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsMigrateParams.java index 7dc0dd12..01ddea06 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsMigrateParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsMigrateParams.java @@ -57,6 +57,7 @@ public class VsMigrateParams extends AviRestResource { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fromSeRef */ @@ -68,6 +69,7 @@ public String getFromSeRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fromSeRef set the fromSeRef. */ @@ -78,7 +80,7 @@ public void setFromSeRef(String fromSeRef) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property new_vcpus of obj type vsmigrateparams 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 newVcpus */ @@ -89,7 +91,7 @@ public Integer getNewVcpus() { /** * This is the setter method to the attribute. - * Placeholder for description of property new_vcpus of obj type vsmigrateparams 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 newVcpus set the newVcpus. */ @@ -101,6 +103,7 @@ public void setNewVcpus(Integer newVcpus) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vimgrhostruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return toHostRef */ @@ -112,6 +115,7 @@ public String getToHostRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type vimgrhostruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param toHostRef set the toHostRef. */ @@ -122,7 +126,7 @@ public void setToHostRef(String toHostRef) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property to_new_se of obj type vsmigrateparams 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 toNewSe */ @@ -133,7 +137,7 @@ public Boolean getToNewSe() { /** * This is the setter method to the attribute. - * Placeholder for description of property to_new_se of obj type vsmigrateparams 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 toNewSe set the toNewSe. */ @@ -145,6 +149,7 @@ public void setToNewSe(Boolean toNewSe) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return toSeRef */ @@ -156,6 +161,7 @@ public String getToSeRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param toSeRef set the toSeRef. */ @@ -166,7 +172,7 @@ public void setToSeRef(String toSeRef) { /** * 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 */ @@ -177,7 +183,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. */ @@ -189,6 +195,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -200,6 +207,7 @@ public String getVipId() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsPoolNwFilterEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsPoolNwFilterEventDetails.java index 9f3278bd..7f0648ed 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsPoolNwFilterEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsPoolNwFilterEventDetails.java @@ -40,7 +40,7 @@ public class VsPoolNwFilterEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property filter of obj type vspoolnwfiltereventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -51,7 +51,7 @@ public String getFilter() { /** * This is the setter method to the attribute. - * Placeholder for description of property filter of obj type vspoolnwfiltereventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param filter set the filter. */ @@ -62,7 +62,7 @@ public void setFilter(String filter) { /** * 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 */ @@ -73,7 +73,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. */ @@ -84,7 +84,7 @@ public void setName(String name) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property network of obj type vspoolnwfiltereventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return network */ @@ -95,7 +95,7 @@ public String getNetwork() { /** * This is the setter method to the attribute. - * Placeholder for description of property network of obj type vspoolnwfiltereventdetails field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param network set the network. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsResyncParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsResyncParams.java index 20c3f1b3..677541dd 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsResyncParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsResyncParams.java @@ -37,6 +37,7 @@ public class VsResyncParams extends AviRestResource { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -48,6 +49,7 @@ public List getSeRef() { /** * This is the setter method. this will set the seRef * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -59,6 +61,7 @@ public void setSeRef(List seRef) { /** * This is the setter method this will set the seRef * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRef */ @@ -74,7 +77,7 @@ public VsResyncParams addSeRefItem(String seRefItem) { /** * 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 */ @@ -85,7 +88,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/VsScaleInEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsScaleInEventDetails.java index e4c3886f..127b77d4 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsScaleInEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsScaleInEventDetails.java @@ -62,7 +62,7 @@ public class VsScaleInEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property error_message of obj type vsscaleineventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -73,7 +73,7 @@ public String getErrorMessage() { /** * This is the setter method to the attribute. - * Placeholder for description of property error_message of obj type vsscaleineventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -84,7 +84,7 @@ public void setErrorMessage(String errorMessage) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip of obj type vsscaleineventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -95,7 +95,7 @@ public String getIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property ip of obj type vsscaleineventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -106,7 +106,7 @@ public void setIp(String ip) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip6 of obj type vsscaleineventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -117,7 +117,7 @@ public String getIp6() { /** * This is the setter method to the attribute. - * Placeholder for description of property ip6 of obj type vsscaleineventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -128,7 +128,7 @@ public void setIp6(String ip6) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property rpc_status of obj type vsscaleineventdetails 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 rpcStatus */ @@ -139,7 +139,7 @@ public Integer getRpcStatus() { /** * This is the setter method to the attribute. - * Placeholder for description of property rpc_status of obj type vsscaleineventdetails 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 rpcStatus set the rpcStatus. */ @@ -150,7 +150,7 @@ public void setRpcStatus(Integer rpcStatus) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property scale_status of obj type vsscaleineventdetails 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 scaleStatus */ @@ -161,7 +161,7 @@ public ScaleStatus getScaleStatus() { /** * This is the setter method to the attribute. - * Placeholder for description of property scale_status of obj type vsscaleineventdetails 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 scaleStatus set the scaleStatus. */ @@ -172,7 +172,7 @@ public void setScaleStatus(ScaleStatus scaleStatus) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_assigned of obj type vsscaleineventdetails 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 seAssigned */ @@ -183,7 +183,7 @@ public List getSeAssigned() { /** * This is the setter method. this will set the seAssigned - * Placeholder for description of property se_assigned of obj type vsscaleineventdetails 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 seAssigned */ @@ -194,7 +194,7 @@ public void setSeAssigned(List seAssigned) { /** * This is the setter method this will set the seAssigned - * Placeholder for description of property se_assigned of obj type vsscaleineventdetails 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 seAssigned */ @@ -210,7 +210,7 @@ public VsScaleInEventDetails addSeAssignedItem(VipSeAssigned seAssignedItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_requested of obj type vsscaleineventdetails 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 seRequested */ @@ -221,7 +221,7 @@ public VirtualServiceResource getSeRequested() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_requested of obj type vsscaleineventdetails 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 seRequested set the seRequested. */ @@ -232,7 +232,7 @@ public void setSeRequested(VirtualServiceResource seRequested) { /** * 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 */ @@ -243,7 +243,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsScaleOutEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsScaleOutEventDetails.java index 8e1fd27a..b3ccf8ca 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsScaleOutEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsScaleOutEventDetails.java @@ -62,7 +62,7 @@ public class VsScaleOutEventDetails extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property error_message of obj type vsscaleouteventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -73,7 +73,7 @@ public String getErrorMessage() { /** * This is the setter method to the attribute. - * Placeholder for description of property error_message of obj type vsscaleouteventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -84,7 +84,7 @@ public void setErrorMessage(String errorMessage) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip of obj type vsscaleouteventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -95,7 +95,7 @@ public String getIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property ip of obj type vsscaleouteventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -106,7 +106,7 @@ public void setIp(String ip) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip6 of obj type vsscaleouteventdetails field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -117,7 +117,7 @@ public String getIp6() { /** * This is the setter method to the attribute. - * Placeholder for description of property ip6 of obj type vsscaleouteventdetails field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -128,7 +128,7 @@ public void setIp6(String ip6) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property rpc_status of obj type vsscaleouteventdetails 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 rpcStatus */ @@ -139,7 +139,7 @@ public Integer getRpcStatus() { /** * This is the setter method to the attribute. - * Placeholder for description of property rpc_status of obj type vsscaleouteventdetails 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 rpcStatus set the rpcStatus. */ @@ -150,7 +150,7 @@ public void setRpcStatus(Integer rpcStatus) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property scale_status of obj type vsscaleouteventdetails 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 scaleStatus */ @@ -161,7 +161,7 @@ public ScaleStatus getScaleStatus() { /** * This is the setter method to the attribute. - * Placeholder for description of property scale_status of obj type vsscaleouteventdetails 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 scaleStatus set the scaleStatus. */ @@ -172,7 +172,7 @@ public void setScaleStatus(ScaleStatus scaleStatus) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_assigned of obj type vsscaleouteventdetails 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 seAssigned */ @@ -183,7 +183,7 @@ public List getSeAssigned() { /** * This is the setter method. this will set the seAssigned - * Placeholder for description of property se_assigned of obj type vsscaleouteventdetails 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 seAssigned */ @@ -194,7 +194,7 @@ public void setSeAssigned(List seAssigned) { /** * This is the setter method this will set the seAssigned - * Placeholder for description of property se_assigned of obj type vsscaleouteventdetails 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 seAssigned */ @@ -210,7 +210,7 @@ public VsScaleOutEventDetails addSeAssignedItem(VipSeAssigned seAssignedItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property se_requested of obj type vsscaleouteventdetails 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 seRequested */ @@ -221,7 +221,7 @@ public VirtualServiceResource getSeRequested() { /** * This is the setter method to the attribute. - * Placeholder for description of property se_requested of obj type vsscaleouteventdetails 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 seRequested set the seRequested. */ @@ -232,7 +232,7 @@ public void setSeRequested(VirtualServiceResource seRequested) { /** * 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 */ @@ -243,7 +243,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. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsScaleinParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsScaleinParams.java index 5631c9d7..123a6e3e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsScaleinParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsScaleinParams.java @@ -45,6 +45,7 @@ public class VsScaleinParams extends AviRestResource { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return fromSeRef */ @@ -56,6 +57,7 @@ public String getFromSeRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param fromSeRef set the fromSeRef. */ @@ -66,7 +68,7 @@ public void setFromSeRef(String fromSeRef) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property scalein_primary of obj type vsscaleinparams 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 scaleinPrimary */ @@ -77,7 +79,7 @@ public Boolean getScaleinPrimary() { /** * This is the setter method to the attribute. - * Placeholder for description of property scalein_primary of obj type vsscaleinparams 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 scaleinPrimary set the scaleinPrimary. */ @@ -88,7 +90,7 @@ public void setScaleinPrimary(Boolean scaleinPrimary) { /** * 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 */ @@ -99,7 +101,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. */ @@ -111,6 +113,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -122,6 +125,7 @@ public String getVipId() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsScaleoutParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsScaleoutParams.java index 7bd188a0..a2d20094 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsScaleoutParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsScaleoutParams.java @@ -52,7 +52,7 @@ public class VsScaleoutParams extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property new_vcpus of obj type vsscaleoutparams 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 newVcpus */ @@ -63,7 +63,7 @@ public Integer getNewVcpus() { /** * This is the setter method to the attribute. - * Placeholder for description of property new_vcpus of obj type vsscaleoutparams 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 newVcpus set the newVcpus. */ @@ -75,6 +75,7 @@ public void setNewVcpus(Integer newVcpus) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vimgrhostruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return toHostRef */ @@ -86,6 +87,7 @@ public String getToHostRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type vimgrhostruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param toHostRef set the toHostRef. */ @@ -96,7 +98,7 @@ public void setToHostRef(String toHostRef) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property to_new_se of obj type vsscaleoutparams 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 toNewSe */ @@ -107,7 +109,7 @@ public Boolean getToNewSe() { /** * This is the setter method to the attribute. - * Placeholder for description of property to_new_se of obj type vsscaleoutparams 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 toNewSe set the toNewSe. */ @@ -119,6 +121,7 @@ public void setToNewSe(Boolean toNewSe) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return toSeRef */ @@ -130,6 +133,7 @@ public String getToSeRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type serviceengine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param toSeRef set the toSeRef. */ @@ -140,7 +144,7 @@ public void setToSeRef(String toSeRef) { /** * 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 */ @@ -151,7 +155,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. */ @@ -163,6 +167,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -174,6 +179,7 @@ public String getVipId() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsSeVnic.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsSeVnic.java index f76ebca2..d963c492 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsSeVnic.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsSeVnic.java @@ -40,7 +40,7 @@ public class VsSeVnic extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property lif of obj type vssevnic field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lif */ @@ -51,7 +51,7 @@ public String getLif() { /** * This is the setter method to the attribute. - * Placeholder for description of property lif of obj type vssevnic field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lif set the lif. */ @@ -62,7 +62,7 @@ public void setLif(String lif) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property mac of obj type vssevnic field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -73,7 +73,7 @@ public String getMac() { /** * This is the setter method to the attribute. - * Placeholder for description of property mac of obj type vssevnic field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -85,6 +85,7 @@ public void setMac(String mac) { /** * This is the getter method this will return the attribute value. * Enum options - VNIC_TYPE_FE, VNIC_TYPE_BE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return type */ @@ -96,6 +97,7 @@ public String getType() { /** * This is the setter method to the attribute. * Enum options - VNIC_TYPE_FE, VNIC_TYPE_BE. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/VsSwitchoverEventDetails.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsSwitchoverEventDetails.java index c491b2c9..b46f6b5b 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsSwitchoverEventDetails.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsSwitchoverEventDetails.java @@ -59,6 +59,7 @@ public class VsSwitchoverEventDetails extends AviRestResource { * This is the getter method this will return the attribute value. * Error messages associated with this event. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return errorMessage */ @@ -71,6 +72,7 @@ public String getErrorMessage() { * This is the setter method to the attribute. * Error messages associated with this event. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * 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. * Vip ipv4 address. * 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 ip */ @@ -95,6 +98,7 @@ public String getIp() { * This is the setter method to the attribute. * Vip ipv4 address. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip set the ip. */ @@ -107,6 +111,7 @@ public void setIp(String ip) { * This is the getter method this will return the attribute value. * Vip ipv6 address. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ip6 */ @@ -119,6 +124,7 @@ public String getIp6() { * This is the setter method to the attribute. * Vip ipv6 address. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ip6 set the ip6. */ @@ -131,6 +137,7 @@ public void setIp6(String ip6) { * This is the getter method this will return the attribute value. * Status of event. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rpcStatus */ @@ -143,6 +150,7 @@ public Integer getRpcStatus() { * This is the setter method to the attribute. * Status of event. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rpcStatus set the rpcStatus. */ @@ -155,6 +163,7 @@ public void setRpcStatus(Integer rpcStatus) { * This is the getter method this will return the attribute value. * List of serviceengine assigned to this virtual service. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAssigned */ @@ -167,6 +176,7 @@ public List getSeAssigned() { * This is the setter method. this will set the seAssigned * List of serviceengine assigned to this virtual service. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAssigned */ @@ -179,6 +189,7 @@ public void setSeAssigned(List seAssigned) { * This is the setter method this will set the seAssigned * List of serviceengine assigned to this virtual service. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seAssigned */ @@ -196,6 +207,7 @@ public VsSwitchoverEventDetails addSeAssignedItem(VipSeAssigned seAssignedItem) * This is the getter method this will return the attribute value. * Resources requested/assigned to this virtual service. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return seRequested */ @@ -208,6 +220,7 @@ public VirtualServiceResource getSeRequested() { * This is the setter method to the attribute. * Resources requested/assigned to this virtual service. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param seRequested set the seRequested. */ @@ -220,6 +233,7 @@ public void setSeRequested(VirtualServiceResource seRequested) { * This is the getter method this will return the attribute value. * Virtual service uuid. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsUuid */ @@ -232,6 +246,7 @@ public String getVsUuid() { * This is the setter method to the attribute. * Virtual service uuid. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsUuid set the vsUuid. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsSwitchoverParams.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsSwitchoverParams.java index 7eb8bda4..c8a6ef34 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsSwitchoverParams.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsSwitchoverParams.java @@ -36,7 +36,7 @@ public class VsSwitchoverParams extends AviRestResource { /** * 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 */ @@ -47,7 +47,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. */ @@ -59,6 +59,7 @@ public void setUuid(String uuid) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vipId */ @@ -70,6 +71,7 @@ public String getVipId() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vipId set the vipId. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsVip.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsVip.java index 41495fbf..1cd09a47 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsVip.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VsVip.java @@ -96,6 +96,7 @@ public class VsVip extends AviRestResource { * Select bgp peers, using peer label, for vsvip advertisement. * Field introduced in 20.1.5. * Maximum of 128 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return bgpPeerLabels */ @@ -109,6 +110,7 @@ public List getBgpPeerLabels() { * Select bgp peers, using peer label, for vsvip advertisement. * Field introduced in 20.1.5. * Maximum of 128 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return bgpPeerLabels */ @@ -122,6 +124,7 @@ public void setBgpPeerLabels(List bgpPeerLabels) { * Select bgp peers, using peer label, for vsvip advertisement. * Field introduced in 20.1.5. * Maximum of 128 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return bgpPeerLabels */ @@ -139,6 +142,7 @@ public VsVip addBgpPeerLabelsItem(String bgpPeerLabelsItem) { * This is the getter method this will return the attribute value. * It is a reference to an object of type cloud. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return cloudRef */ @@ -151,6 +155,7 @@ public String getCloudRef() { * This is the setter method to the attribute. * It is a reference to an object of type cloud. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param cloudRef set the cloudRef. */ @@ -164,7 +169,7 @@ public void setCloudRef(String cloudRef) { * Service discovery specific data including fully qualified domain name, type and time-to-live of the dns record. * Field introduced in 17.1.1. * Maximum of 1000 items allowed. - * 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 dnsInfo */ @@ -178,7 +183,7 @@ public List getDnsInfo() { * Service discovery specific data including fully qualified domain name, type and time-to-live of the dns record. * Field introduced in 17.1.1. * Maximum of 1000 items allowed. - * 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 dnsInfo */ @@ -192,7 +197,7 @@ public void setDnsInfo(List dnsInfo) { * Service discovery specific data including fully qualified domain name, type and time-to-live of the dns record. * Field introduced in 17.1.1. * Maximum of 1000 items allowed. - * 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 dnsInfo */ @@ -210,7 +215,8 @@ public VsVip addDnsInfoItem(DnsInfo dnsInfoItem) { * This is the getter method this will return the attribute value. * Force placement on all service engines in the service engine group (container clouds only). * Field introduced in 17.1.1. - * Allowed in 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 eastWestPlacement */ @@ -223,7 +229,8 @@ public Boolean getEastWestPlacement() { * This is the setter method to the attribute. * Force placement on all service engines in the service engine group (container clouds only). * Field introduced in 17.1.1. - * Allowed in 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 eastWestPlacement set the eastWestPlacement. */ @@ -237,6 +244,7 @@ public void setEastWestPlacement(Boolean eastWestPlacement) { * Determines the set of ipam networks to use for this vsvip. * Selector type must be selector_ipam and only one label is supported. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ipamSelector */ @@ -250,6 +258,7 @@ public Selector getIpamSelector() { * Determines the set of ipam networks to use for this vsvip. * Selector type must be selector_ipam and only one label is supported. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ipamSelector set the ipamSelector. */ @@ -265,6 +274,7 @@ public void setIpamSelector(Selector ipamSelector) { * 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 @@ -279,6 +289,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 @@ -293,6 +304,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 @@ -309,7 +321,8 @@ public VsVip 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 */ @@ -322,7 +335,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 */ @@ -335,7 +349,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 */ @@ -353,6 +368,7 @@ public VsVip addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * Name for the vsvip object. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -365,6 +381,7 @@ public String getName() { * This is the setter method to the attribute. * Name for the vsvip object. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -377,6 +394,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -389,6 +407,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -401,6 +420,7 @@ public void setTenantRef(String tenantRef) { * This is the getter method this will return the attribute value. * This sets the placement scope of virtualservice to given tier1 logical router in nsx-t. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tier1Lr */ @@ -413,6 +433,7 @@ public String getTier1Lr() { * This is the setter method to the attribute. * This sets the placement scope of virtualservice to given tier1 logical router in nsx-t. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tier1Lr set the tier1Lr. */ @@ -446,7 +467,7 @@ public void setUrl(String url) { * set. * This is only used when fip is used for vs on azure 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 useStandardAlb */ @@ -461,7 +482,7 @@ public Boolean getUseStandardAlb() { * set. * This is only used when fip is used for vs on azure 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 useStandardAlb set the useStandardAlb. */ @@ -474,6 +495,7 @@ public void setUseStandardAlb(Boolean useStandardAlb) { * This is the getter method this will return the attribute value. * Uuid of the vsvip object. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -486,6 +508,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the vsvip object. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -498,6 +521,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * List of virtual service ips and other shareable entities. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vip */ @@ -510,6 +534,7 @@ public List getVip() { * This is the setter method. this will set the vip * List of virtual service ips and other shareable entities. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vip */ @@ -522,6 +547,7 @@ public void setVip(List vip) { * This is the setter method this will set the vip * List of virtual service ips and other shareable entities. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vip */ @@ -541,6 +567,7 @@ public VsVip addVipItem(Vip vipItem) { * This is used to provide the isolation of the set of networks the application is attached to. * It is a reference to an object of type vrfcontext. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfContextRef */ @@ -555,6 +582,7 @@ public String getVrfContextRef() { * This is used to provide the isolation of the set of networks the application is attached to. * It is a reference to an object of type vrfcontext. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfContextRef set the vrfContextRef. */ @@ -568,6 +596,7 @@ public void setVrfContextRef(String vrfContextRef) { * Checksum of cloud configuration for vsvip. * Internally set by cloud connector. * Field introduced in 17.2.9, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vsvipCloudConfigCksum */ @@ -581,6 +610,7 @@ public String getVsvipCloudConfigCksum() { * Checksum of cloud configuration for vsvip. * Internally set by cloud connector. * Field introduced in 17.2.9, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vsvipCloudConfigCksum set the vsvipCloudConfigCksum. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VserverL4MetricsObj.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VserverL4MetricsObj.java index 0c5b983b..de638a01 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VserverL4MetricsObj.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VserverL4MetricsObj.java @@ -405,6 +405,7 @@ public class VserverL4MetricsObj extends AviRestResource { /** * This is the getter method this will return the attribute value. * Apdex measuring quality of network connections to servers. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return apdexc */ @@ -416,6 +417,7 @@ public Float getApdexc() { /** * This is the setter method to the attribute. * Apdex measuring quality of network connections to servers. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param apdexc set the apdexc. */ @@ -427,6 +429,7 @@ public void setApdexc(Float apdexc) { /** * This is the getter method this will return the attribute value. * Apdex measuring network connection quality based on rtt. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return apdexrtt */ @@ -438,6 +441,7 @@ public Float getApdexrtt() { /** * This is the setter method to the attribute. * Apdex measuring network connection quality based on rtt. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param apdexrtt set the apdexrtt. */ @@ -449,6 +453,7 @@ public void setApdexrtt(Float apdexrtt) { /** * This is the getter method this will return the attribute value. * Number of application ddos attacks occurring. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgApplicationDosAttacks */ @@ -460,6 +465,7 @@ public Float getAvgApplicationDosAttacks() { /** * This is the setter method to the attribute. * Number of application ddos attacks occurring. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgApplicationDosAttacks set the avgApplicationDosAttacks. */ @@ -471,6 +477,7 @@ public void setAvgApplicationDosAttacks(Float avgApplicationDosAttacks) { /** * This is the getter method this will return the attribute value. * Average transmit and receive network bandwidth between client and virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgBandwidth */ @@ -482,6 +489,7 @@ public Float getAvgBandwidth() { /** * This is the setter method to the attribute. * Average transmit and receive network bandwidth between client and virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgBandwidth set the avgBandwidth. */ @@ -493,6 +501,7 @@ public void setAvgBandwidth(Float avgBandwidth) { /** * This is the getter method this will return the attribute value. * Averaged rate bytes dropped per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgBytesPolicyDrops */ @@ -504,6 +513,7 @@ public Float getAvgBytesPolicyDrops() { /** * This is the setter method to the attribute. * Averaged rate bytes dropped per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgBytesPolicyDrops set the avgBytesPolicyDrops. */ @@ -515,6 +525,7 @@ public void setAvgBytesPolicyDrops(Float avgBytesPolicyDrops) { /** * This is the getter method this will return the attribute value. * Rate of total connections per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgCompleteConns */ @@ -526,6 +537,7 @@ public Float getAvgCompleteConns() { /** * This is the setter method to the attribute. * Rate of total connections per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgCompleteConns set the avgCompleteConns. */ @@ -537,6 +549,7 @@ public void setAvgCompleteConns(Float avgCompleteConns) { /** * This is the getter method this will return the attribute value. * Rate of dropped connections per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgConnectionsDropped */ @@ -548,6 +561,7 @@ public Float getAvgConnectionsDropped() { /** * This is the setter method to the attribute. * Rate of dropped connections per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgConnectionsDropped set the avgConnectionsDropped. */ @@ -559,6 +573,7 @@ public void setAvgConnectionsDropped(Float avgConnectionsDropped) { /** * This is the getter method this will return the attribute value. * Dos attack rate of http app errors. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosAppError */ @@ -570,6 +585,7 @@ public Float getAvgDosAppError() { /** * This is the setter method to the attribute. * Dos attack rate of http app errors. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosAppError set the avgDosAppError. */ @@ -581,6 +597,7 @@ public void setAvgDosAppError(Float avgDosAppError) { /** * This is the getter method this will return the attribute value. * Number ddos attacks occurring. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosAttacks */ @@ -592,6 +609,7 @@ public Float getAvgDosAttacks() { /** * This is the setter method to the attribute. * Number ddos attacks occurring. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosAttacks set the avgDosAttacks. */ @@ -603,6 +621,7 @@ public void setAvgDosAttacks(Float avgDosAttacks) { /** * This is the getter method this will return the attribute value. * Dos attack rate of bad rst floods. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosBadRstFlood */ @@ -614,6 +633,7 @@ public Float getAvgDosBadRstFlood() { /** * This is the setter method to the attribute. * Dos attack rate of bad rst floods. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosBadRstFlood set the avgDosBadRstFlood. */ @@ -625,6 +645,7 @@ public void setAvgDosBadRstFlood(Float avgDosBadRstFlood) { /** * This is the getter method this will return the attribute value. * Average transmit and receive network bandwidth between client and virtual service related to ddos attack. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosBandwidth */ @@ -636,6 +657,7 @@ public Float getAvgDosBandwidth() { /** * This is the setter method to the attribute. * Average transmit and receive network bandwidth between client and virtual service related to ddos attack. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosBandwidth set the avgDosBandwidth. */ @@ -647,6 +669,7 @@ public void setAvgDosBandwidth(Float avgDosBandwidth) { /** * This is the getter method this will return the attribute value. * Number of connections considered as dos. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosConn */ @@ -658,6 +681,7 @@ public Float getAvgDosConn() { /** * This is the setter method to the attribute. * Number of connections considered as dos. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosConn set the avgDosConn. */ @@ -669,6 +693,7 @@ public void setAvgDosConn(Float avgDosConn) { /** * This is the getter method this will return the attribute value. * Dos attack connections dropped due to ip rate limit. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosConnIpRlDrop */ @@ -680,6 +705,7 @@ public Float getAvgDosConnIpRlDrop() { /** * This is the setter method to the attribute. * Dos attack connections dropped due to ip rate limit. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosConnIpRlDrop set the avgDosConnIpRlDrop. */ @@ -691,6 +717,7 @@ public void setAvgDosConnIpRlDrop(Float avgDosConnIpRlDrop) { /** * This is the getter method this will return the attribute value. * Dos attack connections dropped due to vs rate limit. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosConnRlDrop */ @@ -702,6 +729,7 @@ public Float getAvgDosConnRlDrop() { /** * This is the setter method to the attribute. * Dos attack connections dropped due to vs rate limit. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosConnRlDrop set the avgDosConnRlDrop. */ @@ -713,6 +741,7 @@ public void setAvgDosConnRlDrop(Float avgDosConnRlDrop) { /** * This is the getter method this will return the attribute value. * Dos attack rate of fake sessions. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosFakeSession */ @@ -724,6 +753,7 @@ public Float getAvgDosFakeSession() { /** * This is the setter method to the attribute. * Dos attack rate of fake sessions. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosFakeSession set the avgDosFakeSession. */ @@ -735,6 +765,7 @@ public void setAvgDosFakeSession(Float avgDosFakeSession) { /** * This is the getter method this will return the attribute value. * Dos attack rate of http aborts. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosHttpAbort */ @@ -746,6 +777,7 @@ public Float getAvgDosHttpAbort() { /** * This is the setter method to the attribute. * Dos attack rate of http aborts. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosHttpAbort set the avgDosHttpAbort. */ @@ -757,6 +789,7 @@ public void setAvgDosHttpAbort(Float avgDosHttpAbort) { /** * This is the getter method this will return the attribute value. * Dos attack rate of http errors. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosHttpError */ @@ -768,6 +801,7 @@ public Float getAvgDosHttpError() { /** * This is the setter method to the attribute. * Dos attack rate of http errors. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosHttpError set the avgDosHttpError. */ @@ -779,6 +813,7 @@ public void setAvgDosHttpError(Float avgDosHttpError) { /** * This is the getter method this will return the attribute value. * Dos attack rate of http timeouts. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosHttpTimeout */ @@ -790,6 +825,7 @@ public Float getAvgDosHttpTimeout() { /** * This is the setter method to the attribute. * Dos attack rate of http timeouts. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosHttpTimeout set the avgDosHttpTimeout. */ @@ -801,6 +837,7 @@ public void setAvgDosHttpTimeout(Float avgDosHttpTimeout) { /** * This is the getter method this will return the attribute value. * Dos attack rate of malformed packet floods. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosMalformedFlood */ @@ -812,6 +849,7 @@ public Float getAvgDosMalformedFlood() { /** * This is the setter method to the attribute. * Dos attack rate of malformed packet floods. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosMalformedFlood set the avgDosMalformedFlood. */ @@ -823,6 +861,7 @@ public void setAvgDosMalformedFlood(Float avgDosMalformedFlood) { /** * This is the getter method this will return the attribute value. * Dos attack non syn packet flood. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosNonSynFlood */ @@ -834,6 +873,7 @@ public Float getAvgDosNonSynFlood() { /** * This is the setter method to the attribute. * Dos attack non syn packet flood. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosNonSynFlood set the avgDosNonSynFlood. */ @@ -845,6 +885,7 @@ public void setAvgDosNonSynFlood(Float avgDosNonSynFlood) { /** * This is the getter method this will return the attribute value. * Number of request considered as dos. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosReq */ @@ -856,6 +897,7 @@ public Float getAvgDosReq() { /** * This is the setter method to the attribute. * Number of request considered as dos. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosReq set the avgDosReq. */ @@ -867,6 +909,7 @@ public void setAvgDosReq(Float avgDosReq) { /** * This is the getter method this will return the attribute value. * Dos attack requests dropped due to cookie rate limit. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosReqCookieRlDrop */ @@ -878,6 +921,7 @@ public Float getAvgDosReqCookieRlDrop() { /** * This is the setter method to the attribute. * Dos attack requests dropped due to cookie rate limit. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosReqCookieRlDrop set the avgDosReqCookieRlDrop. */ @@ -890,6 +934,7 @@ public void setAvgDosReqCookieRlDrop(Float avgDosReqCookieRlDrop) { * This is the getter method this will return the attribute value. * Dos attack requests dropped due to custom rate limit. * Field introduced in 17.2.13,18.1.3,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosReqCustomRlDrop */ @@ -902,6 +947,7 @@ public Float getAvgDosReqCustomRlDrop() { * This is the setter method to the attribute. * Dos attack requests dropped due to custom rate limit. * Field introduced in 17.2.13,18.1.3,18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosReqCustomRlDrop set the avgDosReqCustomRlDrop. */ @@ -913,6 +959,7 @@ public void setAvgDosReqCustomRlDrop(Float avgDosReqCustomRlDrop) { /** * This is the getter method this will return the attribute value. * Dos attack requests dropped due to header rate limit. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosReqHdrRlDrop */ @@ -924,6 +971,7 @@ public Float getAvgDosReqHdrRlDrop() { /** * This is the setter method to the attribute. * Dos attack requests dropped due to header rate limit. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosReqHdrRlDrop set the avgDosReqHdrRlDrop. */ @@ -935,6 +983,7 @@ public void setAvgDosReqHdrRlDrop(Float avgDosReqHdrRlDrop) { /** * This is the getter method this will return the attribute value. * Dos attack requests dropped due to ip rate limit. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosReqIpRlDrop */ @@ -946,6 +995,7 @@ public Float getAvgDosReqIpRlDrop() { /** * This is the setter method to the attribute. * Dos attack requests dropped due to ip rate limit. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosReqIpRlDrop set the avgDosReqIpRlDrop. */ @@ -957,6 +1007,7 @@ public void setAvgDosReqIpRlDrop(Float avgDosReqIpRlDrop) { /** * This is the getter method this will return the attribute value. * Dos attack requests dropped due to ip rate limit for bad requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosReqIpRlDropBad */ @@ -968,6 +1019,7 @@ public Float getAvgDosReqIpRlDropBad() { /** * This is the setter method to the attribute. * Dos attack requests dropped due to ip rate limit for bad requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosReqIpRlDropBad set the avgDosReqIpRlDropBad. */ @@ -979,6 +1031,7 @@ public void setAvgDosReqIpRlDropBad(Float avgDosReqIpRlDropBad) { /** * This is the getter method this will return the attribute value. * Dos attack requests dropped due to bad ip rate limit. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosReqIpScanBadRlDrop */ @@ -990,6 +1043,7 @@ public Float getAvgDosReqIpScanBadRlDrop() { /** * This is the setter method to the attribute. * Dos attack requests dropped due to bad ip rate limit. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosReqIpScanBadRlDrop set the avgDosReqIpScanBadRlDrop. */ @@ -1001,6 +1055,7 @@ public void setAvgDosReqIpScanBadRlDrop(Float avgDosReqIpScanBadRlDrop) { /** * This is the getter method this will return the attribute value. * Dos attack requests dropped due to unknown ip rate limit. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosReqIpScanUnknownRlDrop */ @@ -1012,6 +1067,7 @@ public Float getAvgDosReqIpScanUnknownRlDrop() { /** * This is the setter method to the attribute. * Dos attack requests dropped due to unknown ip rate limit. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosReqIpScanUnknownRlDrop set the avgDosReqIpScanUnknownRlDrop. */ @@ -1023,6 +1079,7 @@ public void setAvgDosReqIpScanUnknownRlDrop(Float avgDosReqIpScanUnknownRlDrop) /** * This is the getter method this will return the attribute value. * Dos attack requests dropped due to ip+url rate limit. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosReqIpUriRlDrop */ @@ -1034,6 +1091,7 @@ public Float getAvgDosReqIpUriRlDrop() { /** * This is the setter method to the attribute. * Dos attack requests dropped due to ip+url rate limit. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosReqIpUriRlDrop set the avgDosReqIpUriRlDrop. */ @@ -1045,6 +1103,7 @@ public void setAvgDosReqIpUriRlDrop(Float avgDosReqIpUriRlDrop) { /** * This is the getter method this will return the attribute value. * Dos attack requests dropped due to ip+url rate limit for bad requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosReqIpUriRlDropBad */ @@ -1056,6 +1115,7 @@ public Float getAvgDosReqIpUriRlDropBad() { /** * This is the setter method to the attribute. * Dos attack requests dropped due to ip+url rate limit for bad requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosReqIpUriRlDropBad set the avgDosReqIpUriRlDropBad. */ @@ -1067,6 +1127,7 @@ public void setAvgDosReqIpUriRlDropBad(Float avgDosReqIpUriRlDropBad) { /** * This is the getter method this will return the attribute value. * Dos attack requests dropped due to vs rate limit. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosReqRlDrop */ @@ -1078,6 +1139,7 @@ public Float getAvgDosReqRlDrop() { /** * This is the setter method to the attribute. * Dos attack requests dropped due to vs rate limit. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosReqRlDrop set the avgDosReqRlDrop. */ @@ -1089,6 +1151,7 @@ public void setAvgDosReqRlDrop(Float avgDosReqRlDrop) { /** * This is the getter method this will return the attribute value. * Dos attack requests dropped due to url rate limit. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosReqUriRlDrop */ @@ -1100,6 +1163,7 @@ public Float getAvgDosReqUriRlDrop() { /** * This is the setter method to the attribute. * Dos attack requests dropped due to url rate limit. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosReqUriRlDrop set the avgDosReqUriRlDrop. */ @@ -1111,6 +1175,7 @@ public void setAvgDosReqUriRlDrop(Float avgDosReqUriRlDrop) { /** * This is the getter method this will return the attribute value. * Dos attack requests dropped due to url rate limit for bad requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosReqUriRlDropBad */ @@ -1122,6 +1187,7 @@ public Float getAvgDosReqUriRlDropBad() { /** * This is the setter method to the attribute. * Dos attack requests dropped due to url rate limit for bad requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosReqUriRlDropBad set the avgDosReqUriRlDropBad. */ @@ -1133,6 +1199,7 @@ public void setAvgDosReqUriRlDropBad(Float avgDosReqUriRlDropBad) { /** * This is the getter method this will return the attribute value. * Dos attack requests dropped due to bad url rate limit. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosReqUriScanBadRlDrop */ @@ -1144,6 +1211,7 @@ public Float getAvgDosReqUriScanBadRlDrop() { /** * This is the setter method to the attribute. * Dos attack requests dropped due to bad url rate limit. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosReqUriScanBadRlDrop set the avgDosReqUriScanBadRlDrop. */ @@ -1155,6 +1223,7 @@ public void setAvgDosReqUriScanBadRlDrop(Float avgDosReqUriScanBadRlDrop) { /** * This is the getter method this will return the attribute value. * Dos attack requests dropped due to unknown url rate limit. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosReqUriScanUnknownRlDrop */ @@ -1166,6 +1235,7 @@ public Float getAvgDosReqUriScanUnknownRlDrop() { /** * This is the setter method to the attribute. * Dos attack requests dropped due to unknown url rate limit. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosReqUriScanUnknownRlDrop set the avgDosReqUriScanUnknownRlDrop. */ @@ -1177,6 +1247,7 @@ public void setAvgDosReqUriScanUnknownRlDrop(Float avgDosReqUriScanUnknownRlDro /** * This is the getter method this will return the attribute value. * Average rate of bytes received per second related to ddos attack. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosRxBytes */ @@ -1188,6 +1259,7 @@ public Float getAvgDosRxBytes() { /** * This is the setter method to the attribute. * Average rate of bytes received per second related to ddos attack. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosRxBytes set the avgDosRxBytes. */ @@ -1199,6 +1271,7 @@ public void setAvgDosRxBytes(Float avgDosRxBytes) { /** * This is the getter method this will return the attribute value. * Dos attack slow uri. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosSlowUri */ @@ -1210,6 +1283,7 @@ public Float getAvgDosSlowUri() { /** * This is the setter method to the attribute. * Dos attack slow uri. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosSlowUri set the avgDosSlowUri. */ @@ -1221,6 +1295,7 @@ public void setAvgDosSlowUri(Float avgDosSlowUri) { /** * This is the getter method this will return the attribute value. * Dos attack rate of small window stresses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosSmallWindowStress */ @@ -1232,6 +1307,7 @@ public Float getAvgDosSmallWindowStress() { /** * This is the setter method to the attribute. * Dos attack rate of small window stresses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosSmallWindowStress set the avgDosSmallWindowStress. */ @@ -1243,6 +1319,7 @@ public void setAvgDosSmallWindowStress(Float avgDosSmallWindowStress) { /** * This is the getter method this will return the attribute value. * Dos attack rate of http ssl errors. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosSslError */ @@ -1254,6 +1331,7 @@ public Float getAvgDosSslError() { /** * This is the setter method to the attribute. * Dos attack rate of http ssl errors. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosSslError set the avgDosSslError. */ @@ -1265,6 +1343,7 @@ public void setAvgDosSslError(Float avgDosSslError) { /** * This is the getter method this will return the attribute value. * Dos attack rate of syn floods. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosSynFlood */ @@ -1276,6 +1355,7 @@ public Float getAvgDosSynFlood() { /** * This is the setter method to the attribute. * Dos attack rate of syn floods. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosSynFlood set the avgDosSynFlood. */ @@ -1287,6 +1367,7 @@ public void setAvgDosSynFlood(Float avgDosSynFlood) { /** * This is the getter method this will return the attribute value. * Total number of request used for l7 dos requests normalization. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosTotalReq */ @@ -1298,6 +1379,7 @@ public Float getAvgDosTotalReq() { /** * This is the setter method to the attribute. * Total number of request used for l7 dos requests normalization. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosTotalReq set the avgDosTotalReq. */ @@ -1309,6 +1391,7 @@ public void setAvgDosTotalReq(Float avgDosTotalReq) { /** * This is the getter method this will return the attribute value. * Average rate of bytes transmitted per second related to ddos attack. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosTxBytes */ @@ -1320,6 +1403,7 @@ public Float getAvgDosTxBytes() { /** * This is the setter method to the attribute. * Average rate of bytes transmitted per second related to ddos attack. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosTxBytes set the avgDosTxBytes. */ @@ -1331,6 +1415,7 @@ public void setAvgDosTxBytes(Float avgDosTxBytes) { /** * This is the getter method this will return the attribute value. * Dos attack rate of zero window stresses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDosZeroWindowStress */ @@ -1342,6 +1427,7 @@ public Float getAvgDosZeroWindowStress() { /** * This is the setter method to the attribute. * Dos attack rate of zero window stresses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDosZeroWindowStress set the avgDosZeroWindowStress. */ @@ -1353,6 +1439,7 @@ public void setAvgDosZeroWindowStress(Float avgDosZeroWindowStress) { /** * This is the getter method this will return the attribute value. * Rate of total errored connections per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgErroredConnections */ @@ -1364,6 +1451,7 @@ public Float getAvgErroredConnections() { /** * This is the setter method to the attribute. * Rate of total errored connections per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgErroredConnections set the avgErroredConnections. */ @@ -1375,6 +1463,7 @@ public void setAvgErroredConnections(Float avgErroredConnections) { /** * This is the getter method this will return the attribute value. * Average rate of syn ddos attacks on virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgHalfOpenConns */ @@ -1386,6 +1475,7 @@ public Float getAvgHalfOpenConns() { /** * This is the setter method to the attribute. * Average rate of syn ddos attacks on virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgHalfOpenConns set the avgHalfOpenConns. */ @@ -1397,6 +1487,7 @@ public void setAvgHalfOpenConns(Float avgHalfOpenConns) { /** * This is the getter method this will return the attribute value. * Average l4 connection duration which does not include client rtt. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgL4ClientLatency */ @@ -1408,6 +1499,7 @@ public Float getAvgL4ClientLatency() { /** * This is the setter method to the attribute. * Average l4 connection duration which does not include client rtt. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgL4ClientLatency set the avgL4ClientLatency. */ @@ -1419,6 +1511,7 @@ public void setAvgL4ClientLatency(Float avgL4ClientLatency) { /** * This is the getter method this will return the attribute value. * Rate of lossy connections per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgLossyConnections */ @@ -1430,6 +1523,7 @@ public Float getAvgLossyConnections() { /** * This is the setter method to the attribute. * Rate of lossy connections per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgLossyConnections set the avgLossyConnections. */ @@ -1441,6 +1535,7 @@ public void setAvgLossyConnections(Float avgLossyConnections) { /** * This is the getter method this will return the attribute value. * Averaged rate of lossy request per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgLossyReq */ @@ -1452,6 +1547,7 @@ public Float getAvgLossyReq() { /** * This is the setter method to the attribute. * Averaged rate of lossy request per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgLossyReq set the avgLossyReq. */ @@ -1463,6 +1559,7 @@ public void setAvgLossyReq(Float avgLossyReq) { /** * This is the getter method this will return the attribute value. * Number of network ddos attacks occurring. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgNetworkDosAttacks */ @@ -1474,6 +1571,7 @@ public Float getAvgNetworkDosAttacks() { /** * This is the setter method to the attribute. * Number of network ddos attacks occurring. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgNetworkDosAttacks set the avgNetworkDosAttacks. */ @@ -1485,6 +1583,7 @@ public void setAvgNetworkDosAttacks(Float avgNetworkDosAttacks) { /** * This is the getter method this will return the attribute value. * Averaged rate of new client connections per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgNewEstablishedConns */ @@ -1496,6 +1595,7 @@ public Float getAvgNewEstablishedConns() { /** * This is the setter method to the attribute. * Averaged rate of new client connections per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgNewEstablishedConns set the avgNewEstablishedConns. */ @@ -1507,6 +1607,7 @@ public void setAvgNewEstablishedConns(Float avgNewEstablishedConns) { /** * This is the getter method this will return the attribute value. * Averaged rate of dropped packets per second due to policy. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgPktsPolicyDrops */ @@ -1518,6 +1619,7 @@ public Float getAvgPktsPolicyDrops() { /** * This is the setter method to the attribute. * Averaged rate of dropped packets per second due to policy. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgPktsPolicyDrops set the avgPktsPolicyDrops. */ @@ -1530,6 +1632,7 @@ public void setAvgPktsPolicyDrops(Float avgPktsPolicyDrops) { * This is the getter method this will return the attribute value. * Rate of total connections dropped due to vs policy per second. * It includes drops due to rate limits, security policy drops, connection limits etc. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgPolicyDrops */ @@ -1542,6 +1645,7 @@ public Float getAvgPolicyDrops() { * This is the setter method to the attribute. * Rate of total connections dropped due to vs policy per second. * It includes drops due to rate limits, security policy drops, connection limits etc. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgPolicyDrops set the avgPolicyDrops. */ @@ -1553,6 +1657,7 @@ public void setAvgPolicyDrops(Float avgPolicyDrops) { /** * This is the getter method this will return the attribute value. * Average rate of bytes received per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgRxBytes */ @@ -1564,6 +1669,7 @@ public Float getAvgRxBytes() { /** * This is the setter method to the attribute. * Average rate of bytes received per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgRxBytes set the avgRxBytes. */ @@ -1575,6 +1681,7 @@ public void setAvgRxBytes(Float avgRxBytes) { /** * This is the getter method this will return the attribute value. * Average rate of received bytes dropped per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgRxBytesDropped */ @@ -1586,6 +1693,7 @@ public Float getAvgRxBytesDropped() { /** * This is the setter method to the attribute. * Average rate of received bytes dropped per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgRxBytesDropped set the avgRxBytesDropped. */ @@ -1597,6 +1705,7 @@ public void setAvgRxBytesDropped(Float avgRxBytesDropped) { /** * This is the getter method this will return the attribute value. * Average rate of packets received per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgRxPkts */ @@ -1608,6 +1717,7 @@ public Float getAvgRxPkts() { /** * This is the setter method to the attribute. * Average rate of packets received per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgRxPkts set the avgRxPkts. */ @@ -1619,6 +1729,7 @@ public void setAvgRxPkts(Float avgRxPkts) { /** * This is the getter method this will return the attribute value. * Average rate of received packets dropped per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgRxPktsDropped */ @@ -1630,6 +1741,7 @@ public Float getAvgRxPktsDropped() { /** * This is the setter method to the attribute. * Average rate of received packets dropped per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgRxPktsDropped set the avgRxPktsDropped. */ @@ -1641,6 +1753,7 @@ public void setAvgRxPktsDropped(Float avgRxPktsDropped) { /** * This is the getter method this will return the attribute value. * Total syncs sent across all connections. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSyns */ @@ -1652,6 +1765,7 @@ public Float getAvgSyns() { /** * This is the setter method to the attribute. * Total syncs sent across all connections. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSyns set the avgSyns. */ @@ -1663,6 +1777,7 @@ public void setAvgSyns(Float avgSyns) { /** * This is the getter method this will return the attribute value. * Averaged rate bytes dropped per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgTotalConnections */ @@ -1674,6 +1789,7 @@ public Float getAvgTotalConnections() { /** * This is the setter method to the attribute. * Averaged rate bytes dropped per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgTotalConnections set the avgTotalConnections. */ @@ -1685,6 +1801,7 @@ public void setAvgTotalConnections(Float avgTotalConnections) { /** * This is the getter method this will return the attribute value. * Average network round trip time between client and virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgTotalRtt */ @@ -1696,6 +1813,7 @@ public Float getAvgTotalRtt() { /** * This is the setter method to the attribute. * Average network round trip time between client and virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgTotalRtt set the avgTotalRtt. */ @@ -1707,6 +1825,7 @@ public void setAvgTotalRtt(Float avgTotalRtt) { /** * This is the getter method this will return the attribute value. * Average rate of bytes transmitted per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgTxBytes */ @@ -1718,6 +1837,7 @@ public Float getAvgTxBytes() { /** * This is the setter method to the attribute. * Average rate of bytes transmitted per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgTxBytes set the avgTxBytes. */ @@ -1729,6 +1849,7 @@ public void setAvgTxBytes(Float avgTxBytes) { /** * This is the getter method this will return the attribute value. * Average rate of packets transmitted per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgTxPkts */ @@ -1740,6 +1861,7 @@ public Float getAvgTxPkts() { /** * This is the setter method to the attribute. * Average rate of packets transmitted per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgTxPkts set the avgTxPkts. */ @@ -1751,6 +1873,7 @@ public void setAvgTxPkts(Float avgTxPkts) { /** * This is the getter method this will return the attribute value. * Max number of ses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxNumActiveSe */ @@ -1762,6 +1885,7 @@ public Float getMaxNumActiveSe() { /** * This is the setter method to the attribute. * Max number of ses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxNumActiveSe set the maxNumActiveSe. */ @@ -1773,6 +1897,7 @@ public void setMaxNumActiveSe(Float maxNumActiveSe) { /** * This is the getter method this will return the attribute value. * Max number of open connections. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxOpenConns */ @@ -1784,6 +1909,7 @@ public Float getMaxOpenConns() { /** * This is the setter method to the attribute. * Max number of open connections. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxOpenConns set the maxOpenConns. */ @@ -1795,6 +1921,7 @@ public void setMaxOpenConns(Float maxOpenConns) { /** * This is the getter method this will return the attribute value. * Total number of received bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxRxBytesAbsolute */ @@ -1806,6 +1933,7 @@ public Float getMaxRxBytesAbsolute() { /** * This is the setter method to the attribute. * Total number of received bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxRxBytesAbsolute set the maxRxBytesAbsolute. */ @@ -1817,6 +1945,7 @@ public void setMaxRxBytesAbsolute(Float maxRxBytesAbsolute) { /** * This is the getter method this will return the attribute value. * Total number of received frames. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxRxPktsAbsolute */ @@ -1828,6 +1957,7 @@ public Float getMaxRxPktsAbsolute() { /** * This is the setter method to the attribute. * Total number of received frames. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxRxPktsAbsolute set the maxRxPktsAbsolute. */ @@ -1839,6 +1969,7 @@ public void setMaxRxPktsAbsolute(Float maxRxPktsAbsolute) { /** * This is the getter method this will return the attribute value. * Total number of transmitted bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxTxBytesAbsolute */ @@ -1850,6 +1981,7 @@ public Float getMaxTxBytesAbsolute() { /** * This is the setter method to the attribute. * Total number of transmitted bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxTxBytesAbsolute set the maxTxBytesAbsolute. */ @@ -1861,6 +1993,7 @@ public void setMaxTxBytesAbsolute(Float maxTxBytesAbsolute) { /** * This is the getter method this will return the attribute value. * Total number of transmitted frames. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxTxPktsAbsolute */ @@ -1872,6 +2005,7 @@ public Float getMaxTxPktsAbsolute() { /** * This is the setter method to the attribute. * Total number of transmitted frames. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxTxPktsAbsolute set the maxTxPktsAbsolute. */ @@ -1882,7 +2016,7 @@ public void setMaxTxPktsAbsolute(Float maxTxPktsAbsolute) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property node_obj_id of obj type vserverl4metricsobj field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeObjId */ @@ -1893,7 +2027,7 @@ public String getNodeObjId() { /** * This is the setter method to the attribute. - * Placeholder for description of property node_obj_id of obj type vserverl4metricsobj field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeObjId set the nodeObjId. */ @@ -1905,6 +2039,7 @@ public void setNodeObjId(String nodeObjId) { /** * This is the getter method this will return the attribute value. * Fraction of l7 requests owing to dos. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctApplicationDosAttacks */ @@ -1916,6 +2051,7 @@ public Float getPctApplicationDosAttacks() { /** * This is the setter method to the attribute. * Fraction of l7 requests owing to dos. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctApplicationDosAttacks set the pctApplicationDosAttacks. */ @@ -1927,6 +2063,7 @@ public void setPctApplicationDosAttacks(Float pctApplicationDosAttacks) { /** * This is the getter method this will return the attribute value. * Percent of l4 connection dropped and lossy for virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctConnectionErrors */ @@ -1938,6 +2075,7 @@ public Float getPctConnectionErrors() { /** * This is the setter method to the attribute. * Percent of l4 connection dropped and lossy for virtual service. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctConnectionErrors set the pctConnectionErrors. */ @@ -1949,6 +2087,7 @@ public void setPctConnectionErrors(Float pctConnectionErrors) { /** * This is the getter method this will return the attribute value. * Fraction of l4 connections owing to dos. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctConnectionsDosAttacks */ @@ -1960,6 +2099,7 @@ public Float getPctConnectionsDosAttacks() { /** * This is the setter method to the attribute. * Fraction of l4 connections owing to dos. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctConnectionsDosAttacks set the pctConnectionsDosAttacks. */ @@ -1971,6 +2111,7 @@ public void setPctConnectionsDosAttacks(Float pctConnectionsDosAttacks) { /** * This is the getter method this will return the attribute value. * Dos bandwidth percentage. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctDosBandwidth */ @@ -1982,6 +2123,7 @@ public Float getPctDosBandwidth() { /** * This is the setter method to the attribute. * Dos bandwidth percentage. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctDosBandwidth set the pctDosBandwidth. */ @@ -1993,6 +2135,7 @@ public void setPctDosBandwidth(Float pctDosBandwidth) { /** * This is the getter method this will return the attribute value. * Percentage of received bytes as part of a dos attack. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctDosRxBytes */ @@ -2004,6 +2147,7 @@ public Float getPctDosRxBytes() { /** * This is the setter method to the attribute. * Percentage of received bytes as part of a dos attack. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctDosRxBytes set the pctDosRxBytes. */ @@ -2015,6 +2159,7 @@ public void setPctDosRxBytes(Float pctDosRxBytes) { /** * This is the getter method this will return the attribute value. * Deprecated. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctNetworkDosAttacks */ @@ -2026,6 +2171,7 @@ public Float getPctNetworkDosAttacks() { /** * This is the setter method to the attribute. * Deprecated. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctNetworkDosAttacks set the pctNetworkDosAttacks. */ @@ -2037,6 +2183,7 @@ public void setPctNetworkDosAttacks(Float pctNetworkDosAttacks) { /** * This is the getter method this will return the attribute value. * Fraction of packets owing to dos. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctPktsDosAttacks */ @@ -2048,6 +2195,7 @@ public Float getPctPktsDosAttacks() { /** * This is the setter method to the attribute. * Fraction of packets owing to dos. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctPktsDosAttacks set the pctPktsDosAttacks. */ @@ -2059,6 +2207,7 @@ public void setPctPktsDosAttacks(Float pctPktsDosAttacks) { /** * This is the getter method this will return the attribute value. * Fraction of l4 requests dropped owing to policy. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctPolicyDrops */ @@ -2070,6 +2219,7 @@ public Float getPctPolicyDrops() { /** * This is the setter method to the attribute. * Fraction of l4 requests dropped owing to policy. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctPolicyDrops set the pctPolicyDrops. */ @@ -2081,6 +2231,7 @@ public void setPctPolicyDrops(Float pctPolicyDrops) { /** * This is the getter method this will return the attribute value. * Total duration across all connections. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumConnDuration */ @@ -2092,6 +2243,7 @@ public Float getSumConnDuration() { /** * This is the setter method to the attribute. * Total duration across all connections. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumConnDuration set the sumConnDuration. */ @@ -2103,6 +2255,7 @@ public void setSumConnDuration(Float sumConnDuration) { /** * This is the getter method this will return the attribute value. * Total number of connection dropped due to vserver connection limit. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumConnectionDroppedUserLimit */ @@ -2114,6 +2267,7 @@ public Float getSumConnectionDroppedUserLimit() { /** * This is the setter method to the attribute. * Total number of connection dropped due to vserver connection limit. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumConnectionDroppedUserLimit set the sumConnectionDroppedUserLimit. */ @@ -2125,6 +2279,7 @@ public void setSumConnectionDroppedUserLimit(Float sumConnectionDroppedUserLimi /** * This is the getter method this will return the attribute value. * Total number of client network connections that were lossy or dropped. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumConnectionErrors */ @@ -2136,6 +2291,7 @@ public Float getSumConnectionErrors() { /** * This is the setter method to the attribute. * Total number of client network connections that were lossy or dropped. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumConnectionErrors set the sumConnectionErrors. */ @@ -2147,6 +2303,7 @@ public void setSumConnectionErrors(Float sumConnectionErrors) { /** * This is the getter method this will return the attribute value. * Total connections dropped including failed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumConnectionsDropped */ @@ -2158,6 +2315,7 @@ public Float getSumConnectionsDropped() { /** * This is the setter method to the attribute. * Total connections dropped including failed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumConnectionsDropped set the sumConnectionsDropped. */ @@ -2169,6 +2327,7 @@ public void setSumConnectionsDropped(Float sumConnectionsDropped) { /** * This is the getter method this will return the attribute value. * Total duplicate ack retransmits across all connections. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumDupAckRetransmits */ @@ -2180,6 +2339,7 @@ public Float getSumDupAckRetransmits() { /** * This is the setter method to the attribute. * Total duplicate ack retransmits across all connections. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumDupAckRetransmits set the sumDupAckRetransmits. */ @@ -2192,6 +2352,7 @@ public void setSumDupAckRetransmits(Float sumDupAckRetransmits) { * This is the getter method this will return the attribute value. * Sum of end to end network rtt experienced by end clients. * Higher value would increase response times experienced by clients. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumEndToEndRtt */ @@ -2204,6 +2365,7 @@ public Float getSumEndToEndRtt() { * This is the setter method to the attribute. * Sum of end to end network rtt experienced by end clients. * Higher value would increase response times experienced by clients. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumEndToEndRtt set the sumEndToEndRtt. */ @@ -2215,6 +2377,7 @@ public void setSumEndToEndRtt(Float sumEndToEndRtt) { /** * This is the getter method this will return the attribute value. * Total connections that have rtt values from 0 to rtt threshold. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumEndToEndRttBucket1 */ @@ -2226,6 +2389,7 @@ public Float getSumEndToEndRttBucket1() { /** * This is the setter method to the attribute. * Total connections that have rtt values from 0 to rtt threshold. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumEndToEndRttBucket1 set the sumEndToEndRttBucket1. */ @@ -2237,6 +2401,7 @@ public void setSumEndToEndRttBucket1(Float sumEndToEndRttBucket1) { /** * This is the getter method this will return the attribute value. * Total connections that have rtt values rtt threshold and above. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumEndToEndRttBucket2 */ @@ -2248,6 +2413,7 @@ public Float getSumEndToEndRttBucket2() { /** * This is the setter method to the attribute. * Total connections that have rtt values rtt threshold and above. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumEndToEndRttBucket2 set the sumEndToEndRttBucket2. */ @@ -2259,6 +2425,7 @@ public void setSumEndToEndRttBucket2(Float sumEndToEndRttBucket2) { /** * This is the getter method this will return the attribute value. * Total number of finished connections. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumFinishedConns */ @@ -2270,6 +2437,7 @@ public Float getSumFinishedConns() { /** * This is the setter method to the attribute. * Total number of finished connections. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumFinishedConns set the sumFinishedConns. */ @@ -2281,6 +2449,7 @@ public void setSumFinishedConns(Float sumFinishedConns) { /** * This is the getter method this will return the attribute value. * Total connections that were lossy due to high packet retransmissions. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumLossyConnections */ @@ -2292,6 +2461,7 @@ public Float getSumLossyConnections() { /** * This is the setter method to the attribute. * Total connections that were lossy due to high packet retransmissions. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumLossyConnections set the sumLossyConnections. */ @@ -2303,6 +2473,7 @@ public void setSumLossyConnections(Float sumLossyConnections) { /** * This is the getter method this will return the attribute value. * Total requests that were lossy due to high packet retransmissions. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumLossyReq */ @@ -2314,6 +2485,7 @@ public Float getSumLossyReq() { /** * This is the setter method to the attribute. * Total requests that were lossy due to high packet retransmissions. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumLossyReq set the sumLossyReq. */ @@ -2325,6 +2497,7 @@ public void setSumLossyReq(Float sumLossyReq) { /** * This is the getter method this will return the attribute value. * Total out of order packets across all connections. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumOutOfOrders */ @@ -2336,6 +2509,7 @@ public Float getSumOutOfOrders() { /** * This is the setter method to the attribute. * Total out of order packets across all connections. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumOutOfOrders set the sumOutOfOrders. */ @@ -2347,6 +2521,7 @@ public void setSumOutOfOrders(Float sumOutOfOrders) { /** * This is the getter method this will return the attribute value. * Total number of packets dropped due to vserver bandwidth limit. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumPacketDroppedUserBandwidthLimit */ @@ -2358,6 +2533,7 @@ public Float getSumPacketDroppedUserBandwidthLimit() { /** * This is the setter method to the attribute. * Total number of packets dropped due to vserver bandwidth limit. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumPacketDroppedUserBandwidthLimit set the sumPacketDroppedUserBandwidthLimit. */ @@ -2369,6 +2545,7 @@ public void setSumPacketDroppedUserBandwidthLimit(Float sumPacketDroppedUserBan /** * This is the getter method this will return the attribute value. * Total number connections used for rtt. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumRttValidConnections */ @@ -2380,6 +2557,7 @@ public Float getSumRttValidConnections() { /** * This is the setter method to the attribute. * Total number connections used for rtt. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumRttValidConnections set the sumRttValidConnections. */ @@ -2391,6 +2569,7 @@ public void setSumRttValidConnections(Float sumRttValidConnections) { /** * This is the getter method this will return the attribute value. * Total sack retransmits across all connections. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumSackRetransmits */ @@ -2402,6 +2581,7 @@ public Float getSumSackRetransmits() { /** * This is the setter method to the attribute. * Total sack retransmits across all connections. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumSackRetransmits set the sumSackRetransmits. */ @@ -2413,6 +2593,7 @@ public void setSumSackRetransmits(Float sumSackRetransmits) { /** * This is the getter method this will return the attribute value. * Total number of connections with server flow control condition. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumServerFlowControl */ @@ -2424,6 +2605,7 @@ public Float getSumServerFlowControl() { /** * This is the setter method to the attribute. * Total number of connections with server flow control condition. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumServerFlowControl set the sumServerFlowControl. */ @@ -2435,6 +2617,7 @@ public void setSumServerFlowControl(Float sumServerFlowControl) { /** * This is the getter method this will return the attribute value. * Total connection timeouts in the interval. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumTimeoutRetransmits */ @@ -2446,6 +2629,7 @@ public Float getSumTimeoutRetransmits() { /** * This is the setter method to the attribute. * Total connection timeouts in the interval. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumTimeoutRetransmits set the sumTimeoutRetransmits. */ @@ -2457,6 +2641,7 @@ public void setSumTimeoutRetransmits(Float sumTimeoutRetransmits) { /** * This is the getter method this will return the attribute value. * Total number of zero window size events across all connections. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumZeroWindowSizeEvents */ @@ -2468,6 +2653,7 @@ public Float getSumZeroWindowSizeEvents() { /** * This is the setter method to the attribute. * Total number of zero window size events across all connections. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumZeroWindowSizeEvents set the sumZeroWindowSizeEvents. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VserverL7MetricsObj.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VserverL7MetricsObj.java index 09e8108f..c714dfa2 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VserverL7MetricsObj.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VserverL7MetricsObj.java @@ -757,6 +757,7 @@ public class VserverL7MetricsObj extends AviRestResource { /** * This is the getter method this will return the attribute value. * Client apdex measures quality of server response based on latency. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return apdexr */ @@ -768,6 +769,7 @@ public Float getApdexr() { /** * This is the setter method to the attribute. * Client apdex measures quality of server response based on latency. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param apdexr set the apdexr. */ @@ -779,6 +781,7 @@ public void setApdexr(Float apdexr) { /** * This is the getter method this will return the attribute value. * Average server/application response latency. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgApplicationResponseTime */ @@ -790,6 +793,7 @@ public Float getAvgApplicationResponseTime() { /** * This is the setter method to the attribute. * Average server/application response latency. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgApplicationResponseTime set the avgApplicationResponseTime. */ @@ -801,6 +805,7 @@ public void setAvgApplicationResponseTime(Float avgApplicationResponseTime) { /** * This is the getter method this will return the attribute value. * Average time client was blocked as reported by client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgBlockingTime */ @@ -812,6 +817,7 @@ public Float getAvgBlockingTime() { /** * This is the setter method to the attribute. * Average time client was blocked as reported by client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgBlockingTime set the avgBlockingTime. */ @@ -823,6 +829,7 @@ public void setAvgBlockingTime(Float avgBlockingTime) { /** * This is the getter method this will return the attribute value. * Average browser rendering latency. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgBrowserRenderingTime */ @@ -834,6 +841,7 @@ public Float getAvgBrowserRenderingTime() { /** * This is the setter method to the attribute. * Average browser rendering latency. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgBrowserRenderingTime set the avgBrowserRenderingTime. */ @@ -845,6 +853,7 @@ public void setAvgBrowserRenderingTime(Float avgBrowserRenderingTime) { /** * This is the getter method this will return the attribute value. * Average cache bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgCacheBytes */ @@ -856,6 +865,7 @@ public Float getAvgCacheBytes() { /** * This is the setter method to the attribute. * Average cache bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgCacheBytes set the avgCacheBytes. */ @@ -867,6 +877,7 @@ public void setAvgCacheBytes(Float avgCacheBytes) { /** * This is the getter method this will return the attribute value. * Average cache hit of requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgCacheHits */ @@ -878,6 +889,7 @@ public Float getAvgCacheHits() { /** * This is the setter method to the attribute. * Average cache hit of requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgCacheHits set the avgCacheHits. */ @@ -889,6 +901,7 @@ public void setAvgCacheHits(Float avgCacheHits) { /** * This is the getter method this will return the attribute value. * Average cacheable bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgCacheableBytes */ @@ -900,6 +913,7 @@ public Float getAvgCacheableBytes() { /** * This is the setter method to the attribute. * Average cacheable bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgCacheableBytes set the avgCacheableBytes. */ @@ -911,6 +925,7 @@ public void setAvgCacheableBytes(Float avgCacheableBytes) { /** * This is the getter method this will return the attribute value. * Average cacheable hit of requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgCacheableHits */ @@ -922,6 +937,7 @@ public Float getAvgCacheableHits() { /** * This is the setter method to the attribute. * Average cacheable hit of requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgCacheableHits set the avgCacheableHits. */ @@ -934,6 +950,7 @@ public void setAvgCacheableHits(Float avgCacheableHits) { * This is the getter method this will return the attribute value. * Average client data transfer time that represents latency of sending response to the client excluding the rtt time. * Higher client data transfer time signifies lower bandwidth between client and avi service engine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgClientDataTransferTime */ @@ -946,6 +963,7 @@ public Float getAvgClientDataTransferTime() { * This is the setter method to the attribute. * Average client data transfer time that represents latency of sending response to the client excluding the rtt time. * Higher client data transfer time signifies lower bandwidth between client and avi service engine. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgClientDataTransferTime set the avgClientDataTransferTime. */ @@ -957,6 +975,7 @@ public void setAvgClientDataTransferTime(Float avgClientDataTransferTime) { /** * This is the getter method this will return the attribute value. * Average client round trip time. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgClientRtt */ @@ -968,6 +987,7 @@ public Float getAvgClientRtt() { /** * This is the setter method to the attribute. * Average client round trip time. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgClientRtt set the avgClientRtt. */ @@ -979,6 +999,7 @@ public void setAvgClientRtt(Float avgClientRtt) { /** * This is the getter method this will return the attribute value. * Average client transaction latency computed by adding response latencies across all http requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgClientTxnLatency */ @@ -990,6 +1011,7 @@ public Float getAvgClientTxnLatency() { /** * This is the setter method to the attribute. * Average client transaction latency computed by adding response latencies across all http requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgClientTxnLatency set the avgClientTxnLatency. */ @@ -1001,6 +1023,7 @@ public void setAvgClientTxnLatency(Float avgClientTxnLatency) { /** * This is the getter method this will return the attribute value. * Rate of http responses sent per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgCompleteResponses */ @@ -1012,6 +1035,7 @@ public Float getAvgCompleteResponses() { /** * This is the setter method to the attribute. * Rate of http responses sent per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgCompleteResponses set the avgCompleteResponses. */ @@ -1023,6 +1047,7 @@ public void setAvgCompleteResponses(Float avgCompleteResponses) { /** * This is the getter method this will return the attribute value. * Average client connection latency reported by client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgConnectionTime */ @@ -1034,6 +1059,7 @@ public Float getAvgConnectionTime() { /** * This is the setter method to the attribute. * Average client connection latency reported by client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgConnectionTime set the avgConnectionTime. */ @@ -1045,6 +1071,7 @@ public void setAvgConnectionTime(Float avgConnectionTime) { /** * This is the getter method this will return the attribute value. * Average domain lookup latency reported by client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDnsLookupTime */ @@ -1056,6 +1083,7 @@ public Float getAvgDnsLookupTime() { /** * This is the setter method to the attribute. * Average domain lookup latency reported by client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDnsLookupTime set the avgDnsLookupTime. */ @@ -1067,6 +1095,7 @@ public void setAvgDnsLookupTime(Float avgDnsLookupTime) { /** * This is the getter method this will return the attribute value. * Average dom content load time reported by clients. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgDomContentLoadTime */ @@ -1078,6 +1107,7 @@ public Float getAvgDomContentLoadTime() { /** * This is the setter method to the attribute. * Average dom content load time reported by clients. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgDomContentLoadTime set the avgDomContentLoadTime. */ @@ -1090,6 +1120,7 @@ public void setAvgDomContentLoadTime(Float avgDomContentLoadTime) { * This is the getter method this will return the attribute value. * Rate of http error responses sent per second. * It does not include errors excluded in analytics profile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgErrorResponses */ @@ -1102,6 +1133,7 @@ public Float getAvgErrorResponses() { * This is the setter method to the attribute. * Rate of http error responses sent per second. * It does not include errors excluded in analytics profile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgErrorResponses set the avgErrorResponses. */ @@ -1113,6 +1145,7 @@ public void setAvgErrorResponses(Float avgErrorResponses) { /** * This is the getter method this will return the attribute value. * Rate of http responses excluded as errors based on analytics profile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgErrorsExcluded */ @@ -1124,6 +1157,7 @@ public Float getAvgErrorsExcluded() { /** * This is the setter method to the attribute. * Rate of http responses excluded as errors based on analytics profile. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgErrorsExcluded set the avgErrorsExcluded. */ @@ -1135,6 +1169,7 @@ public void setAvgErrorsExcluded(Float avgErrorsExcluded) { /** * This is the getter method this will return the attribute value. * Avg number of http requests that completed within frustrated latency. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgFrustratedResponses */ @@ -1146,6 +1181,7 @@ public Float getAvgFrustratedResponses() { /** * This is the setter method to the attribute. * Avg number of http requests that completed within frustrated latency. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgFrustratedResponses set the avgFrustratedResponses. */ @@ -1158,6 +1194,7 @@ public void setAvgFrustratedResponses(Float avgFrustratedResponses) { * This is the getter method this will return the attribute value. * Average size of http headers per request. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgHttpHeadersBytes */ @@ -1170,6 +1207,7 @@ public Float getAvgHttpHeadersBytes() { * This is the setter method to the attribute. * Average size of http headers per request. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgHttpHeadersBytes set the avgHttpHeadersBytes. */ @@ -1182,6 +1220,7 @@ public void setAvgHttpHeadersBytes(Float avgHttpHeadersBytes) { * This is the getter method this will return the attribute value. * Average number of http headers per request. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgHttpHeadersCount */ @@ -1194,6 +1233,7 @@ public Float getAvgHttpHeadersCount() { * This is the setter method to the attribute. * Average number of http headers per request. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgHttpHeadersCount set the avgHttpHeadersCount. */ @@ -1206,6 +1246,7 @@ public void setAvgHttpHeadersCount(Float avgHttpHeadersCount) { * This is the getter method this will return the attribute value. * Average number of http request parameters per request. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgHttpParamsCount */ @@ -1218,6 +1259,7 @@ public Float getAvgHttpParamsCount() { * This is the setter method to the attribute. * Average number of http request parameters per request. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgHttpParamsCount set the avgHttpParamsCount. */ @@ -1229,6 +1271,7 @@ public void setAvgHttpParamsCount(Float avgHttpParamsCount) { /** * This is the getter method this will return the attribute value. * Average page load time reported by clients. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgPageDownloadTime */ @@ -1240,6 +1283,7 @@ public Float getAvgPageDownloadTime() { /** * This is the setter method to the attribute. * Average page load time reported by clients. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgPageDownloadTime set the avgPageDownloadTime. */ @@ -1251,6 +1295,7 @@ public void setAvgPageDownloadTime(Float avgPageDownloadTime) { /** * This is the getter method this will return the attribute value. * Average page load time reported by client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgPageLoadTime */ @@ -1262,6 +1307,7 @@ public Float getAvgPageLoadTime() { /** * This is the setter method to the attribute. * Average page load time reported by client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgPageLoadTime set the avgPageLoadTime. */ @@ -1274,6 +1320,7 @@ public void setAvgPageLoadTime(Float avgPageLoadTime) { * This is the getter method this will return the attribute value. * Average number of http request parameters per request, taking into account only requests with parameters. * Field introduced in 17.2.12, 18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgParamsPerReq */ @@ -1286,6 +1333,7 @@ public Float getAvgParamsPerReq() { * This is the setter method to the attribute. * Average number of http request parameters per request, taking into account only requests with parameters. * Field introduced in 17.2.12, 18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgParamsPerReq set the avgParamsPerReq. */ @@ -1298,6 +1346,7 @@ public void setAvgParamsPerReq(Float avgParamsPerReq) { * This is the getter method this will return the attribute value. * Average size of http post request. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgPostBytes */ @@ -1310,6 +1359,7 @@ public Float getAvgPostBytes() { * This is the setter method to the attribute. * Average size of http post request. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgPostBytes set the avgPostBytes. */ @@ -1321,6 +1371,7 @@ public void setAvgPostBytes(Float avgPostBytes) { /** * This is the getter method this will return the attribute value. * Average post compression bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgPostCompressionBytes */ @@ -1332,6 +1383,7 @@ public Float getAvgPostCompressionBytes() { /** * This is the setter method to the attribute. * Average post compression bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgPostCompressionBytes set the avgPostCompressionBytes. */ @@ -1343,6 +1395,7 @@ public void setAvgPostCompressionBytes(Float avgPostCompressionBytes) { /** * This is the getter method this will return the attribute value. * Average pre compression bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgPreCompressionBytes */ @@ -1354,6 +1407,7 @@ public Float getAvgPreCompressionBytes() { /** * This is the setter method to the attribute. * Average pre compression bytes. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgPreCompressionBytes set the avgPreCompressionBytes. */ @@ -1365,6 +1419,7 @@ public void setAvgPreCompressionBytes(Float avgPreCompressionBytes) { /** * This is the getter method this will return the attribute value. * Average redirect latency reported by client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgRedirectionTime */ @@ -1376,6 +1431,7 @@ public Float getAvgRedirectionTime() { /** * This is the setter method to the attribute. * Average redirect latency reported by client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgRedirectionTime set the avgRedirectionTime. */ @@ -1387,6 +1443,7 @@ public void setAvgRedirectionTime(Float avgRedirectionTime) { /** * This is the getter method this will return the attribute value. * Average requests per session measured for closed sessions. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgReqsPerSession */ @@ -1398,6 +1455,7 @@ public Float getAvgReqsPerSession() { /** * This is the setter method to the attribute. * Average requests per session measured for closed sessions. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgReqsPerSession set the avgReqsPerSession. */ @@ -1409,6 +1467,7 @@ public void setAvgReqsPerSession(Float avgReqsPerSession) { /** * This is the getter method this will return the attribute value. * Rate of 1xx http responses sent per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgResp1Xx */ @@ -1420,6 +1479,7 @@ public Float getAvgResp1Xx() { /** * This is the setter method to the attribute. * Rate of 1xx http responses sent per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgResp1Xx set the avgResp1Xx. */ @@ -1431,6 +1491,7 @@ public void setAvgResp1Xx(Float avgResp1Xx) { /** * This is the getter method this will return the attribute value. * Rate of 2xx http responses sent per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgResp2Xx */ @@ -1442,6 +1503,7 @@ public Float getAvgResp2Xx() { /** * This is the setter method to the attribute. * Rate of 2xx http responses sent per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgResp2Xx set the avgResp2Xx. */ @@ -1453,6 +1515,7 @@ public void setAvgResp2Xx(Float avgResp2Xx) { /** * This is the getter method this will return the attribute value. * Rate of 3xx http responses sent per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgResp3Xx */ @@ -1464,6 +1527,7 @@ public Float getAvgResp3Xx() { /** * This is the setter method to the attribute. * Rate of 3xx http responses sent per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgResp3Xx set the avgResp3Xx. */ @@ -1475,6 +1539,7 @@ public void setAvgResp3Xx(Float avgResp3Xx) { /** * This is the getter method this will return the attribute value. * Rate of 4xx http responses sent per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgResp4Xx */ @@ -1486,6 +1551,7 @@ public Float getAvgResp4Xx() { /** * This is the setter method to the attribute. * Rate of 4xx http responses sent per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgResp4Xx set the avgResp4Xx. */ @@ -1498,6 +1564,7 @@ public void setAvgResp4Xx(Float avgResp4Xx) { * This is the getter method this will return the attribute value. * Rate of 4xx http responses as errors sent by avi. * It does not include any error codes excluded in the analytics profile and pool server errors. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgResp4XxAviErrors */ @@ -1510,6 +1577,7 @@ public Float getAvgResp4XxAviErrors() { * This is the setter method to the attribute. * Rate of 4xx http responses as errors sent by avi. * It does not include any error codes excluded in the analytics profile and pool server errors. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgResp4XxAviErrors set the avgResp4XxAviErrors. */ @@ -1521,6 +1589,7 @@ public void setAvgResp4XxAviErrors(Float avgResp4XxAviErrors) { /** * This is the getter method this will return the attribute value. * Rate of 5xx http responses sent per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgResp5Xx */ @@ -1532,6 +1601,7 @@ public Float getAvgResp5Xx() { /** * This is the setter method to the attribute. * Rate of 5xx http responses sent per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgResp5Xx set the avgResp5Xx. */ @@ -1544,6 +1614,7 @@ public void setAvgResp5Xx(Float avgResp5Xx) { * This is the getter method this will return the attribute value. * Rate of 5xx http responses as errors sent by avi. * It does not include any error codes excluded in the analytics profile and pool server errors. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgResp5XxAviErrors */ @@ -1556,6 +1627,7 @@ public Float getAvgResp5XxAviErrors() { * This is the setter method to the attribute. * Rate of 5xx http responses as errors sent by avi. * It does not include any error codes excluded in the analytics profile and pool server errors. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgResp5XxAviErrors set the avgResp5XxAviErrors. */ @@ -1567,6 +1639,7 @@ public void setAvgResp5XxAviErrors(Float avgResp5XxAviErrors) { /** * This is the getter method this will return the attribute value. * Total client data transfer time by client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgRumClientDataTransferTime */ @@ -1578,6 +1651,7 @@ public Float getAvgRumClientDataTransferTime() { /** * This is the setter method to the attribute. * Total client data transfer time by client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgRumClientDataTransferTime set the avgRumClientDataTransferTime. */ @@ -1589,6 +1663,7 @@ public void setAvgRumClientDataTransferTime(Float avgRumClientDataTransferTime) /** * This is the getter method this will return the attribute value. * Avg number of http requests that completed within satisfactory latency. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSatisfactoryResponses */ @@ -1600,6 +1675,7 @@ public Float getAvgSatisfactoryResponses() { /** * This is the setter method to the attribute. * Avg number of http requests that completed within satisfactory latency. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSatisfactoryResponses set the avgSatisfactoryResponses. */ @@ -1611,6 +1687,7 @@ public void setAvgSatisfactoryResponses(Float avgSatisfactoryResponses) { /** * This is the getter method this will return the attribute value. * Average server round trip time. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgServerRtt */ @@ -1622,6 +1699,7 @@ public Float getAvgServerRtt() { /** * This is the setter method to the attribute. * Average server round trip time. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgServerRtt set the avgServerRtt. */ @@ -1633,6 +1711,7 @@ public void setAvgServerRtt(Float avgServerRtt) { /** * This is the getter method this will return the attribute value. * Average latency from receipt of request to start of response. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgServiceTime */ @@ -1644,6 +1723,7 @@ public Float getAvgServiceTime() { /** * This is the setter method to the attribute. * Average latency from receipt of request to start of response. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgServiceTime set the avgServiceTime. */ @@ -1655,6 +1735,7 @@ public void setAvgServiceTime(Float avgServiceTime) { /** * This is the getter method this will return the attribute value. * Average ssl sessions using dsa certificate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslAuthDsa */ @@ -1666,6 +1747,7 @@ public Float getAvgSslAuthDsa() { /** * This is the setter method to the attribute. * Average ssl sessions using dsa certificate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslAuthDsa set the avgSslAuthDsa. */ @@ -1677,6 +1759,7 @@ public void setAvgSslAuthDsa(Float avgSslAuthDsa) { /** * This is the getter method this will return the attribute value. * Average ssl sessions using elliptic curve dsa (ecdsa) certificates. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslAuthEcdsa */ @@ -1688,6 +1771,7 @@ public Float getAvgSslAuthEcdsa() { /** * This is the setter method to the attribute. * Average ssl sessions using elliptic curve dsa (ecdsa) certificates. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslAuthEcdsa set the avgSslAuthEcdsa. */ @@ -1699,6 +1783,7 @@ public void setAvgSslAuthEcdsa(Float avgSslAuthEcdsa) { /** * This is the getter method this will return the attribute value. * Average ssl sessions using rsa certificate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslAuthRsa */ @@ -1710,6 +1795,7 @@ public Float getAvgSslAuthRsa() { /** * This is the setter method to the attribute. * Average ssl sessions using rsa certificate. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslAuthRsa set the avgSslAuthRsa. */ @@ -1721,6 +1807,7 @@ public void setAvgSslAuthRsa(Float avgSslAuthRsa) { /** * This is the getter method this will return the attribute value. * Average ssl sessions. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslConnections */ @@ -1732,6 +1819,7 @@ public Float getAvgSslConnections() { /** * This is the setter method to the attribute. * Average ssl sessions. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslConnections set the avgSslConnections. */ @@ -1743,6 +1831,7 @@ public void setAvgSslConnections(Float avgSslConnections) { /** * This is the getter method this will return the attribute value. * Average ssl exchanges using ec cerificates without pfs. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslEcdsaNonPfs */ @@ -1754,6 +1843,7 @@ public Float getAvgSslEcdsaNonPfs() { /** * This is the setter method to the attribute. * Average ssl exchanges using ec cerificates without pfs. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslEcdsaNonPfs set the avgSslEcdsaNonPfs. */ @@ -1765,6 +1855,7 @@ public void setAvgSslEcdsaNonPfs(Float avgSslEcdsaNonPfs) { /** * This is the getter method this will return the attribute value. * Average ssl exchanges using ec cerificates and pfs. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslEcdsaPfs */ @@ -1776,6 +1867,7 @@ public Float getAvgSslEcdsaPfs() { /** * This is the setter method to the attribute. * Average ssl exchanges using ec cerificates and pfs. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslEcdsaPfs set the avgSslEcdsaPfs. */ @@ -1787,6 +1879,7 @@ public void setAvgSslEcdsaPfs(Float avgSslEcdsaPfs) { /** * This is the getter method this will return the attribute value. * Average ssl errors due to clients, protocol errors,network errors and handshake timeouts. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslErrors */ @@ -1798,6 +1891,7 @@ public Float getAvgSslErrors() { /** * This is the setter method to the attribute. * Average ssl errors due to clients, protocol errors,network errors and handshake timeouts. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslErrors set the avgSslErrors. */ @@ -1809,6 +1903,7 @@ public void setAvgSslErrors(Float avgSslErrors) { /** * This is the getter method this will return the attribute value. * Average ssl connections failed due to protocol , network or timeout reasons. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslFailedConnections */ @@ -1820,6 +1915,7 @@ public Float getAvgSslFailedConnections() { /** * This is the setter method to the attribute. * Average ssl connections failed due to protocol , network or timeout reasons. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslFailedConnections set the avgSslFailedConnections. */ @@ -1831,6 +1927,7 @@ public void setAvgSslFailedConnections(Float avgSslFailedConnections) { /** * This is the getter method this will return the attribute value. * Average ssl handshakes failed due to network errors. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslHandshakeNetworkErrors */ @@ -1842,6 +1939,7 @@ public Float getAvgSslHandshakeNetworkErrors() { /** * This is the setter method to the attribute. * Average ssl handshakes failed due to network errors. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslHandshakeNetworkErrors set the avgSslHandshakeNetworkErrors. */ @@ -1853,6 +1951,7 @@ public void setAvgSslHandshakeNetworkErrors(Float avgSslHandshakeNetworkErrors) /** * This is the getter method this will return the attribute value. * Average ssl handshake failed due to clients or protocol errors. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslHandshakeProtocolErrors */ @@ -1864,6 +1963,7 @@ public Float getAvgSslHandshakeProtocolErrors() { /** * This is the setter method to the attribute. * Average ssl handshake failed due to clients or protocol errors. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslHandshakeProtocolErrors set the avgSslHandshakeProtocolErrors. */ @@ -1875,6 +1975,7 @@ public void setAvgSslHandshakeProtocolErrors(Float avgSslHandshakeProtocolError /** * This is the getter method this will return the attribute value. * Average new successful ssl sessions. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslHandshakesNew */ @@ -1886,6 +1987,7 @@ public Float getAvgSslHandshakesNew() { /** * This is the setter method to the attribute. * Average new successful ssl sessions. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslHandshakesNew set the avgSslHandshakesNew. */ @@ -1897,6 +1999,7 @@ public void setAvgSslHandshakesNew(Float avgSslHandshakesNew) { /** * This is the getter method this will return the attribute value. * Average ssl exchanges using non-pfs. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslHandshakesNonPfs */ @@ -1908,6 +2011,7 @@ public Float getAvgSslHandshakesNonPfs() { /** * This is the setter method to the attribute. * Average ssl exchanges using non-pfs. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslHandshakesNonPfs set the avgSslHandshakesNonPfs. */ @@ -1919,6 +2023,7 @@ public void setAvgSslHandshakesNonPfs(Float avgSslHandshakesNonPfs) { /** * This is the getter method this will return the attribute value. * Average ssl exchanges using pfs. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslHandshakesPfs */ @@ -1930,6 +2035,7 @@ public Float getAvgSslHandshakesPfs() { /** * This is the setter method to the attribute. * Average ssl exchanges using pfs. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslHandshakesPfs set the avgSslHandshakesPfs. */ @@ -1941,6 +2047,7 @@ public void setAvgSslHandshakesPfs(Float avgSslHandshakesPfs) { /** * This is the getter method this will return the attribute value. * Average new successful resumed ssl sessions. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslHandshakesReused */ @@ -1952,6 +2059,7 @@ public Float getAvgSslHandshakesReused() { /** * This is the setter method to the attribute. * Average new successful resumed ssl sessions. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslHandshakesReused set the avgSslHandshakesReused. */ @@ -1963,6 +2071,7 @@ public void setAvgSslHandshakesReused(Float avgSslHandshakesReused) { /** * This is the getter method this will return the attribute value. * Average ssl handshakes timed out. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslHandshakesTimedout */ @@ -1974,6 +2083,7 @@ public Float getAvgSslHandshakesTimedout() { /** * This is the setter method to the attribute. * Average ssl handshakes timed out. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslHandshakesTimedout set the avgSslHandshakesTimedout. */ @@ -1985,6 +2095,7 @@ public void setAvgSslHandshakesTimedout(Float avgSslHandshakesTimedout) { /** * This is the getter method this will return the attribute value. * Average ssl exchanges using diffie-hellman. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslKxDh */ @@ -1996,6 +2107,7 @@ public Float getAvgSslKxDh() { /** * This is the setter method to the attribute. * Average ssl exchanges using diffie-hellman. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslKxDh set the avgSslKxDh. */ @@ -2007,6 +2119,7 @@ public void setAvgSslKxDh(Float avgSslKxDh) { /** * This is the getter method this will return the attribute value. * Average ssl exchanges using rsa. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslKxEcdh */ @@ -2018,6 +2131,7 @@ public Float getAvgSslKxEcdh() { /** * This is the setter method to the attribute. * Average ssl exchanges using rsa. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslKxEcdh set the avgSslKxEcdh. */ @@ -2029,6 +2143,7 @@ public void setAvgSslKxEcdh(Float avgSslKxEcdh) { /** * This is the getter method this will return the attribute value. * Average ssl exchanges using rsa. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslKxRsa */ @@ -2040,6 +2155,7 @@ public Float getAvgSslKxRsa() { /** * This is the setter method to the attribute. * Average ssl exchanges using rsa. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslKxRsa set the avgSslKxRsa. */ @@ -2051,6 +2167,7 @@ public void setAvgSslKxRsa(Float avgSslKxRsa) { /** * This is the getter method this will return the attribute value. * Average ssl exchanges using rsa cerificates without pfs. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslRsaNonPfs */ @@ -2062,6 +2179,7 @@ public Float getAvgSslRsaNonPfs() { /** * This is the setter method to the attribute. * Average ssl exchanges using rsa cerificates without pfs. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslRsaNonPfs set the avgSslRsaNonPfs. */ @@ -2073,6 +2191,7 @@ public void setAvgSslRsaNonPfs(Float avgSslRsaNonPfs) { /** * This is the getter method this will return the attribute value. * Average ssl exchanges using rsa cerificates and pfs. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslRsaPfs */ @@ -2084,6 +2203,7 @@ public Float getAvgSslRsaPfs() { /** * This is the setter method to the attribute. * Average ssl exchanges using rsa cerificates and pfs. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslRsaPfs set the avgSslRsaPfs. */ @@ -2095,6 +2215,7 @@ public void setAvgSslRsaPfs(Float avgSslRsaPfs) { /** * This is the getter method this will return the attribute value. * Average ssl sessions with version 3.0. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslVerSsl30 */ @@ -2106,6 +2227,7 @@ public Float getAvgSslVerSsl30() { /** * This is the setter method to the attribute. * Average ssl sessions with version 3.0. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslVerSsl30 set the avgSslVerSsl30. */ @@ -2117,6 +2239,7 @@ public void setAvgSslVerSsl30(Float avgSslVerSsl30) { /** * This is the getter method this will return the attribute value. * Average ssl sessions with tls version 1.0. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslVerTls10 */ @@ -2128,6 +2251,7 @@ public Float getAvgSslVerTls10() { /** * This is the setter method to the attribute. * Average ssl sessions with tls version 1.0. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslVerTls10 set the avgSslVerTls10. */ @@ -2139,6 +2263,7 @@ public void setAvgSslVerTls10(Float avgSslVerTls10) { /** * This is the getter method this will return the attribute value. * Average ssl sessions with tls version 1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslVerTls11 */ @@ -2150,6 +2275,7 @@ public Float getAvgSslVerTls11() { /** * This is the setter method to the attribute. * Average ssl sessions with tls version 1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslVerTls11 set the avgSslVerTls11. */ @@ -2161,6 +2287,7 @@ public void setAvgSslVerTls11(Float avgSslVerTls11) { /** * This is the getter method this will return the attribute value. * Average ssl sessions with tls version 1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslVerTls12 */ @@ -2172,6 +2299,7 @@ public Float getAvgSslVerTls12() { /** * This is the setter method to the attribute. * Average ssl sessions with tls version 1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslVerTls12 set the avgSslVerTls12. */ @@ -2184,6 +2312,7 @@ public void setAvgSslVerTls12(Float avgSslVerTls12) { * This is the getter method this will return the attribute value. * Average ssl sessions with tls version 1.3. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgSslVerTls13 */ @@ -2196,6 +2325,7 @@ public Float getAvgSslVerTls13() { * This is the setter method to the attribute. * Average ssl sessions with tls version 1.3. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgSslVerTls13 set the avgSslVerTls13. */ @@ -2207,6 +2337,7 @@ public void setAvgSslVerTls13(Float avgSslVerTls13) { /** * This is the getter method this will return the attribute value. * Avg number of http requests that completed within tolerated latency. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgToleratedResponses */ @@ -2218,6 +2349,7 @@ public Float getAvgToleratedResponses() { /** * This is the setter method to the attribute. * Avg number of http requests that completed within tolerated latency. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgToleratedResponses set the avgToleratedResponses. */ @@ -2230,6 +2362,7 @@ public void setAvgToleratedResponses(Float avgToleratedResponses) { * This is the getter method this will return the attribute value. * Average number of client http2 requests received by the virtual service per second. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgTotalHttp2Requests */ @@ -2242,6 +2375,7 @@ public Float getAvgTotalHttp2Requests() { * This is the setter method to the attribute. * Average number of client http2 requests received by the virtual service per second. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgTotalHttp2Requests set the avgTotalHttp2Requests. */ @@ -2253,6 +2387,7 @@ public void setAvgTotalHttp2Requests(Float avgTotalHttp2Requests) { /** * This is the getter method this will return the attribute value. * Average rate of client http requests received by the virtual service per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgTotalRequests */ @@ -2264,6 +2399,7 @@ public Float getAvgTotalRequests() { /** * This is the setter method to the attribute. * Average rate of client http requests received by the virtual service per second. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgTotalRequests set the avgTotalRequests. */ @@ -2276,6 +2412,7 @@ public void setAvgTotalRequests(Float avgTotalRequests) { * This is the getter method this will return the attribute value. * Average length of http uri per request. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgUriLength */ @@ -2288,6 +2425,7 @@ public Float getAvgUriLength() { * This is the setter method to the attribute. * Average length of http uri per request. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgUriLength set the avgUriLength. */ @@ -2300,6 +2438,7 @@ public void setAvgUriLength(Float avgUriLength) { * This is the getter method this will return the attribute value. * Average number of transactions per second identified by waf as attacks. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafAttacks */ @@ -2312,6 +2451,7 @@ public Float getAvgWafAttacks() { * This is the setter method to the attribute. * Average number of transactions per second identified by waf as attacks. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafAttacks set the avgWafAttacks. */ @@ -2324,6 +2464,7 @@ public void setAvgWafAttacks(Float avgWafAttacks) { * This is the getter method this will return the attribute value. * Average number of transactions per second bypassing waf. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafDisabled */ @@ -2336,6 +2477,7 @@ public Float getAvgWafDisabled() { * This is the setter method to the attribute. * Average number of transactions per second bypassing waf. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafDisabled set the avgWafDisabled. */ @@ -2348,6 +2490,7 @@ public void setAvgWafDisabled(Float avgWafDisabled) { * This is the getter method this will return the attribute value. * Average number of transactions per second evaluated by waf. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafEvaluated */ @@ -2360,6 +2503,7 @@ public Float getAvgWafEvaluated() { * This is the setter method to the attribute. * Average number of transactions per second evaluated by waf. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafEvaluated set the avgWafEvaluated. */ @@ -2372,6 +2516,7 @@ public void setAvgWafEvaluated(Float avgWafEvaluated) { * This is the getter method this will return the attribute value. * Average number of requests per second evaluated by waf in request body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafEvaluatedRequestBodyPhase */ @@ -2384,6 +2529,7 @@ public Float getAvgWafEvaluatedRequestBodyPhase() { * This is the setter method to the attribute. * Average number of requests per second evaluated by waf in request body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafEvaluatedRequestBodyPhase set the avgWafEvaluatedRequestBodyPhase. */ @@ -2396,6 +2542,7 @@ public void setAvgWafEvaluatedRequestBodyPhase(Float avgWafEvaluatedRequestBody * This is the getter method this will return the attribute value. * Average number of requests per second evaluated by waf in request header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafEvaluatedRequestHeaderPhase */ @@ -2408,6 +2555,7 @@ public Float getAvgWafEvaluatedRequestHeaderPhase() { * This is the setter method to the attribute. * Average number of requests per second evaluated by waf in request header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafEvaluatedRequestHeaderPhase set the avgWafEvaluatedRequestHeaderPhase. */ @@ -2420,6 +2568,7 @@ public void setAvgWafEvaluatedRequestHeaderPhase(Float avgWafEvaluatedRequestHe * This is the getter method this will return the attribute value. * Average number of responses per second evaluated by waf in response body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafEvaluatedResponseBodyPhase */ @@ -2432,6 +2581,7 @@ public Float getAvgWafEvaluatedResponseBodyPhase() { * This is the setter method to the attribute. * Average number of responses per second evaluated by waf in response body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafEvaluatedResponseBodyPhase set the avgWafEvaluatedResponseBodyPhase. */ @@ -2444,6 +2594,7 @@ public void setAvgWafEvaluatedResponseBodyPhase(Float avgWafEvaluatedResponseBo * This is the getter method this will return the attribute value. * Average number of responsess per second evaluated by waf in response header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafEvaluatedResponseHeaderPhase */ @@ -2456,6 +2607,7 @@ public Float getAvgWafEvaluatedResponseHeaderPhase() { * This is the setter method to the attribute. * Average number of responsess per second evaluated by waf in response header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafEvaluatedResponseHeaderPhase set the avgWafEvaluatedResponseHeaderPhase. */ @@ -2468,6 +2620,7 @@ public void setAvgWafEvaluatedResponseHeaderPhase(Float avgWafEvaluatedResponse * This is the getter method this will return the attribute value. * Average number of transactions per second flagged by waf. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafFlagged */ @@ -2480,6 +2633,7 @@ public Float getAvgWafFlagged() { * This is the setter method to the attribute. * Average number of transactions per second flagged by waf. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafFlagged set the avgWafFlagged. */ @@ -2492,6 +2646,7 @@ public void setAvgWafFlagged(Float avgWafFlagged) { * This is the getter method this will return the attribute value. * Average number of requests per second flagged (but not rejected) by waf in request body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafFlaggedRequestBodyPhase */ @@ -2504,6 +2659,7 @@ public Float getAvgWafFlaggedRequestBodyPhase() { * This is the setter method to the attribute. * Average number of requests per second flagged (but not rejected) by waf in request body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafFlaggedRequestBodyPhase set the avgWafFlaggedRequestBodyPhase. */ @@ -2516,6 +2672,7 @@ public void setAvgWafFlaggedRequestBodyPhase(Float avgWafFlaggedRequestBodyPhas * This is the getter method this will return the attribute value. * Average number of requests per second flagged (but not rejected) by waf in request header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafFlaggedRequestHeaderPhase */ @@ -2528,6 +2685,7 @@ public Float getAvgWafFlaggedRequestHeaderPhase() { * This is the setter method to the attribute. * Average number of requests per second flagged (but not rejected) by waf in request header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafFlaggedRequestHeaderPhase set the avgWafFlaggedRequestHeaderPhase. */ @@ -2540,6 +2698,7 @@ public void setAvgWafFlaggedRequestHeaderPhase(Float avgWafFlaggedRequestHeader * This is the getter method this will return the attribute value. * Average number of responses per second flagged (but not rejected) by waf in response body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafFlaggedResponseBodyPhase */ @@ -2552,6 +2711,7 @@ public Float getAvgWafFlaggedResponseBodyPhase() { * This is the setter method to the attribute. * Average number of responses per second flagged (but not rejected) by waf in response body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafFlaggedResponseBodyPhase set the avgWafFlaggedResponseBodyPhase. */ @@ -2564,6 +2724,7 @@ public void setAvgWafFlaggedResponseBodyPhase(Float avgWafFlaggedResponseBodyPh * This is the getter method this will return the attribute value. * Average number of responses per second flagged (but not rejected) by waf in response header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafFlaggedResponseHeaderPhase */ @@ -2576,6 +2737,7 @@ public Float getAvgWafFlaggedResponseHeaderPhase() { * This is the setter method to the attribute. * Average number of responses per second flagged (but not rejected) by waf in response header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafFlaggedResponseHeaderPhase set the avgWafFlaggedResponseHeaderPhase. */ @@ -2588,6 +2750,7 @@ public void setAvgWafFlaggedResponseHeaderPhase(Float avgWafFlaggedResponseHead * This is the getter method this will return the attribute value. * Average waf latency seen due to waf request body processing. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafLatencyRequestBodyPhase */ @@ -2600,6 +2763,7 @@ public Float getAvgWafLatencyRequestBodyPhase() { * This is the setter method to the attribute. * Average waf latency seen due to waf request body processing. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafLatencyRequestBodyPhase set the avgWafLatencyRequestBodyPhase. */ @@ -2612,6 +2776,7 @@ public void setAvgWafLatencyRequestBodyPhase(Float avgWafLatencyRequestBodyPhas * This is the getter method this will return the attribute value. * Average waf latency seen due to waf request header processing. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafLatencyRequestHeaderPhase */ @@ -2624,6 +2789,7 @@ public Float getAvgWafLatencyRequestHeaderPhase() { * This is the setter method to the attribute. * Average waf latency seen due to waf request header processing. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafLatencyRequestHeaderPhase set the avgWafLatencyRequestHeaderPhase. */ @@ -2636,6 +2802,7 @@ public void setAvgWafLatencyRequestHeaderPhase(Float avgWafLatencyRequestHeader * This is the getter method this will return the attribute value. * Average waf latency seen due to waf response body processing. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafLatencyResponseBodyPhase */ @@ -2648,6 +2815,7 @@ public Float getAvgWafLatencyResponseBodyPhase() { * This is the setter method to the attribute. * Average waf latency seen due to waf response body processing. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafLatencyResponseBodyPhase set the avgWafLatencyResponseBodyPhase. */ @@ -2660,6 +2828,7 @@ public void setAvgWafLatencyResponseBodyPhase(Float avgWafLatencyResponseBodyPh * This is the getter method this will return the attribute value. * Average waf latency seen due to waf response header processing. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafLatencyResponseHeaderPhase */ @@ -2672,6 +2841,7 @@ public Float getAvgWafLatencyResponseHeaderPhase() { * This is the setter method to the attribute. * Average waf latency seen due to waf response header processing. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafLatencyResponseHeaderPhase set the avgWafLatencyResponseHeaderPhase. */ @@ -2684,6 +2854,7 @@ public void setAvgWafLatencyResponseHeaderPhase(Float avgWafLatencyResponseHead * This is the getter method this will return the attribute value. * Average number of transactions per second matched by waf rule/rules. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafMatched */ @@ -2696,6 +2867,7 @@ public Float getAvgWafMatched() { * This is the setter method to the attribute. * Average number of transactions per second matched by waf rule/rules. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafMatched set the avgWafMatched. */ @@ -2708,6 +2880,7 @@ public void setAvgWafMatched(Float avgWafMatched) { * This is the getter method this will return the attribute value. * Average number of requests per second matched by waf in request body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafMatchedRequestBodyPhase */ @@ -2720,6 +2893,7 @@ public Float getAvgWafMatchedRequestBodyPhase() { * This is the setter method to the attribute. * Average number of requests per second matched by waf in request body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafMatchedRequestBodyPhase set the avgWafMatchedRequestBodyPhase. */ @@ -2732,6 +2906,7 @@ public void setAvgWafMatchedRequestBodyPhase(Float avgWafMatchedRequestBodyPhas * This is the getter method this will return the attribute value. * Average number of requests per second matched by waf in request header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafMatchedRequestHeaderPhase */ @@ -2744,6 +2919,7 @@ public Float getAvgWafMatchedRequestHeaderPhase() { * This is the setter method to the attribute. * Average number of requests per second matched by waf in request header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafMatchedRequestHeaderPhase set the avgWafMatchedRequestHeaderPhase. */ @@ -2756,6 +2932,7 @@ public void setAvgWafMatchedRequestHeaderPhase(Float avgWafMatchedRequestHeader * This is the getter method this will return the attribute value. * Average number of responses per second matched by waf in response body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafMatchedResponseBodyPhase */ @@ -2768,6 +2945,7 @@ public Float getAvgWafMatchedResponseBodyPhase() { * This is the setter method to the attribute. * Average number of responses per second matched by waf in response body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafMatchedResponseBodyPhase set the avgWafMatchedResponseBodyPhase. */ @@ -2780,6 +2958,7 @@ public void setAvgWafMatchedResponseBodyPhase(Float avgWafMatchedResponseBodyPh * This is the getter method this will return the attribute value. * Average number of responses per second matched by waf in response header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafMatchedResponseHeaderPhase */ @@ -2792,6 +2971,7 @@ public Float getAvgWafMatchedResponseHeaderPhase() { * This is the setter method to the attribute. * Average number of responses per second matched by waf in response header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafMatchedResponseHeaderPhase set the avgWafMatchedResponseHeaderPhase. */ @@ -2804,6 +2984,7 @@ public void setAvgWafMatchedResponseHeaderPhase(Float avgWafMatchedResponseHead * This is the getter method this will return the attribute value. * Average number of transactions per second rejected by waf. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafRejected */ @@ -2816,6 +2997,7 @@ public Float getAvgWafRejected() { * This is the setter method to the attribute. * Average number of transactions per second rejected by waf. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafRejected set the avgWafRejected. */ @@ -2828,6 +3010,7 @@ public void setAvgWafRejected(Float avgWafRejected) { * This is the getter method this will return the attribute value. * Average number of requests per second rejected by waf in request body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafRejectedRequestBodyPhase */ @@ -2840,6 +3023,7 @@ public Float getAvgWafRejectedRequestBodyPhase() { * This is the setter method to the attribute. * Average number of requests per second rejected by waf in request body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafRejectedRequestBodyPhase set the avgWafRejectedRequestBodyPhase. */ @@ -2852,6 +3036,7 @@ public void setAvgWafRejectedRequestBodyPhase(Float avgWafRejectedRequestBodyPh * This is the getter method this will return the attribute value. * Average number of requests per second rejected by waf in request header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafRejectedRequestHeaderPhase */ @@ -2864,6 +3049,7 @@ public Float getAvgWafRejectedRequestHeaderPhase() { * This is the setter method to the attribute. * Average number of requests per second rejected by waf in request header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafRejectedRequestHeaderPhase set the avgWafRejectedRequestHeaderPhase. */ @@ -2876,6 +3062,7 @@ public void setAvgWafRejectedRequestHeaderPhase(Float avgWafRejectedRequestHead * This is the getter method this will return the attribute value. * Average number of responses per second rejected by waf in response body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafRejectedResponseBodyPhase */ @@ -2888,6 +3075,7 @@ public Float getAvgWafRejectedResponseBodyPhase() { * This is the setter method to the attribute. * Average number of responses per second rejected by waf in response body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafRejectedResponseBodyPhase set the avgWafRejectedResponseBodyPhase. */ @@ -2900,6 +3088,7 @@ public void setAvgWafRejectedResponseBodyPhase(Float avgWafRejectedResponseBody * This is the getter method this will return the attribute value. * Average number of responses per second rejected by waf in response header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWafRejectedResponseHeaderPhase */ @@ -2912,6 +3101,7 @@ public Float getAvgWafRejectedResponseHeaderPhase() { * This is the setter method to the attribute. * Average number of responses per second rejected by waf in response header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWafRejectedResponseHeaderPhase set the avgWafRejectedResponseHeaderPhase. */ @@ -2923,6 +3113,7 @@ public void setAvgWafRejectedResponseHeaderPhase(Float avgWafRejectedResponseHe /** * This is the getter method this will return the attribute value. * Average waiting time reported by client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return avgWaitingTime */ @@ -2934,6 +3125,7 @@ public Float getAvgWaitingTime() { /** * This is the setter method to the attribute. * Average waiting time reported by client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param avgWaitingTime set the avgWaitingTime. */ @@ -2945,6 +3137,7 @@ public void setAvgWaitingTime(Float avgWaitingTime) { /** * This is the getter method this will return the attribute value. * Maximum number of concurrent http sessions. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxConcurrentSessions */ @@ -2956,6 +3149,7 @@ public Float getMaxConcurrentSessions() { /** * This is the setter method to the attribute. * Maximum number of concurrent http sessions. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxConcurrentSessions set the maxConcurrentSessions. */ @@ -2967,6 +3161,7 @@ public void setMaxConcurrentSessions(Float maxConcurrentSessions) { /** * This is the getter method this will return the attribute value. * Maximum number of open ssl sessions. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return maxSslOpenSessions */ @@ -2978,6 +3173,7 @@ public Float getMaxSslOpenSessions() { /** * This is the setter method to the attribute. * Maximum number of open ssl sessions. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param maxSslOpenSessions set the maxSslOpenSessions. */ @@ -2988,7 +3184,7 @@ public void setMaxSslOpenSessions(Float maxSslOpenSessions) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property node_obj_id of obj type vserverl7metricsobj field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return nodeObjId */ @@ -2999,7 +3195,7 @@ public String getNodeObjId() { /** * This is the setter method to the attribute. - * Placeholder for description of property node_obj_id of obj type vserverl7metricsobj field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param nodeObjId set the nodeObjId. */ @@ -3011,6 +3207,7 @@ public void setNodeObjId(String nodeObjId) { /** * This is the getter method this will return the attribute value. * Percentage cache hit of requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctCacheHits */ @@ -3022,6 +3219,7 @@ public Float getPctCacheHits() { /** * This is the setter method to the attribute. * Percentage cache hit of requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctCacheHits set the pctCacheHits. */ @@ -3033,6 +3231,7 @@ public void setPctCacheHits(Float pctCacheHits) { /** * This is the getter method this will return the attribute value. * Percentage cacheable hit of requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctCacheableHits */ @@ -3044,6 +3243,7 @@ public Float getPctCacheableHits() { /** * This is the setter method to the attribute. * Percentage cacheable hit of requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctCacheableHits set the pctCacheableHits. */ @@ -3056,6 +3256,7 @@ public void setPctCacheableHits(Float pctCacheableHits) { * This is the getter method this will return the attribute value. * Number of http get requests as a percentage of total requests received. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctGetReqs */ @@ -3068,6 +3269,7 @@ public Float getPctGetReqs() { * This is the setter method to the attribute. * Number of http get requests as a percentage of total requests received. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctGetReqs set the pctGetReqs. */ @@ -3080,6 +3282,7 @@ public void setPctGetReqs(Float pctGetReqs) { * This is the getter method this will return the attribute value. * Number of http post requests as a percentage of total requests received. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctPostReqs */ @@ -3092,6 +3295,7 @@ public Float getPctPostReqs() { * This is the setter method to the attribute. * Number of http post requests as a percentage of total requests received. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctPostReqs set the pctPostReqs. */ @@ -3103,6 +3307,7 @@ public void setPctPostReqs(Float pctPostReqs) { /** * This is the getter method this will return the attribute value. * Percent of 4xx and 5xx responses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctResponseErrors */ @@ -3114,6 +3319,7 @@ public Float getPctResponseErrors() { /** * This is the setter method to the attribute. * Percent of 4xx and 5xx responses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctResponseErrors set the pctResponseErrors. */ @@ -3125,6 +3331,7 @@ public void setPctResponseErrors(Float pctResponseErrors) { /** * This is the getter method this will return the attribute value. * Percent of ssl connections failured due to protocol , network or timeout reasons. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctSslFailedConnections */ @@ -3136,6 +3343,7 @@ public Float getPctSslFailedConnections() { /** * This is the setter method to the attribute. * Percent of ssl connections failured due to protocol , network or timeout reasons. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctSslFailedConnections set the pctSslFailedConnections. */ @@ -3148,6 +3356,7 @@ public void setPctSslFailedConnections(Float pctSslFailedConnections) { * This is the getter method this will return the attribute value. * Malicious transactions (attacks) identified by waf as the pecentage of total requests received. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctWafAttacks */ @@ -3160,6 +3369,7 @@ public Float getPctWafAttacks() { * This is the setter method to the attribute. * Malicious transactions (attacks) identified by waf as the pecentage of total requests received. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctWafAttacks set the pctWafAttacks. */ @@ -3172,6 +3382,7 @@ public void setPctWafAttacks(Float pctWafAttacks) { * This is the getter method this will return the attribute value. * Transactions bypassing waf as the percentage of total requests received. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctWafDisabled */ @@ -3184,6 +3395,7 @@ public Float getPctWafDisabled() { * This is the setter method to the attribute. * Transactions bypassing waf as the percentage of total requests received. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctWafDisabled set the pctWafDisabled. */ @@ -3196,6 +3408,7 @@ public void setPctWafDisabled(Float pctWafDisabled) { * This is the getter method this will return the attribute value. * Waf evaluated transactions as the pecentage of total requests received. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctWafEvaluated */ @@ -3208,6 +3421,7 @@ public Float getPctWafEvaluated() { * This is the setter method to the attribute. * Waf evaluated transactions as the pecentage of total requests received. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctWafEvaluated set the pctWafEvaluated. */ @@ -3220,6 +3434,7 @@ public void setPctWafEvaluated(Float pctWafEvaluated) { * This is the getter method this will return the attribute value. * Waf flagged transactions as the percentage of total waf evaluated transactions. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctWafFlagged */ @@ -3232,6 +3447,7 @@ public Float getPctWafFlagged() { * This is the setter method to the attribute. * Waf flagged transactions as the percentage of total waf evaluated transactions. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctWafFlagged set the pctWafFlagged. */ @@ -3244,6 +3460,7 @@ public void setPctWafFlagged(Float pctWafFlagged) { * This is the getter method this will return the attribute value. * Waf matched requests as the percentage of total waf evaluated requests. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctWafMatched */ @@ -3256,6 +3473,7 @@ public Float getPctWafMatched() { * This is the setter method to the attribute. * Waf matched requests as the percentage of total waf evaluated requests. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctWafMatched set the pctWafMatched. */ @@ -3268,6 +3486,7 @@ public void setPctWafMatched(Float pctWafMatched) { * This is the getter method this will return the attribute value. * Waf rejected transactions as the percentage of total waf evaluated transactions. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pctWafRejected */ @@ -3280,6 +3499,7 @@ public Float getPctWafRejected() { * This is the setter method to the attribute. * Waf rejected transactions as the percentage of total waf evaluated transactions. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pctWafRejected set the pctWafRejected. */ @@ -3291,6 +3511,7 @@ public void setPctWafRejected(Float pctWafRejected) { /** * This is the getter method this will return the attribute value. * Apdex measures quality of server response based on real user metric. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rumApdexr */ @@ -3302,6 +3523,7 @@ public Float getRumApdexr() { /** * This is the setter method to the attribute. * Apdex measures quality of server response based on real user metric. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rumApdexr set the rumApdexr. */ @@ -3313,6 +3535,7 @@ public void setRumApdexr(Float rumApdexr) { /** * This is the getter method this will return the attribute value. * Protocol strength of ssl ciphers used. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sslProtocolStrength */ @@ -3324,6 +3547,7 @@ public Float getSslProtocolStrength() { /** * This is the setter method to the attribute. * Protocol strength of ssl ciphers used. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sslProtocolStrength set the sslProtocolStrength. */ @@ -3335,6 +3559,7 @@ public void setSslProtocolStrength(Float sslProtocolStrength) { /** * This is the getter method this will return the attribute value. * Total time taken by server to respond to requesti. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumApplicationResponseTime */ @@ -3346,6 +3571,7 @@ public Float getSumApplicationResponseTime() { /** * This is the setter method to the attribute. * Total time taken by server to respond to requesti. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumApplicationResponseTime set the sumApplicationResponseTime. */ @@ -3357,6 +3583,7 @@ public void setSumApplicationResponseTime(Float sumApplicationResponseTime) { /** * This is the getter method this will return the attribute value. * Total time client was blocked. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumBlockingTime */ @@ -3368,6 +3595,7 @@ public Float getSumBlockingTime() { /** * This is the setter method to the attribute. * Total time client was blocked. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumBlockingTime set the sumBlockingTime. */ @@ -3379,6 +3607,7 @@ public void setSumBlockingTime(Float sumBlockingTime) { /** * This is the getter method this will return the attribute value. * Total browser rendering latency reported by client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumBrowserRenderingTime */ @@ -3390,6 +3619,7 @@ public Float getSumBrowserRenderingTime() { /** * This is the setter method to the attribute. * Total browser rendering latency reported by client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumBrowserRenderingTime set the sumBrowserRenderingTime. */ @@ -3401,6 +3631,7 @@ public void setSumBrowserRenderingTime(Float sumBrowserRenderingTime) { /** * This is the getter method this will return the attribute value. * Average client data transfer time computed by adding response latencies across all http requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumClientDataTransferTime */ @@ -3412,6 +3643,7 @@ public Float getSumClientDataTransferTime() { /** * This is the setter method to the attribute. * Average client data transfer time computed by adding response latencies across all http requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumClientDataTransferTime set the sumClientDataTransferTime. */ @@ -3423,6 +3655,7 @@ public void setSumClientDataTransferTime(Float sumClientDataTransferTime) { /** * This is the getter method this will return the attribute value. * Sum of all client round trip times for all samples. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumClientRtt */ @@ -3434,6 +3667,7 @@ public Float getSumClientRtt() { /** * This is the setter method to the attribute. * Sum of all client round trip times for all samples. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumClientRtt set the sumClientRtt. */ @@ -3445,6 +3679,7 @@ public void setSumClientRtt(Float sumClientRtt) { /** * This is the getter method this will return the attribute value. * Total client connection latency reported by client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumConnectionTime */ @@ -3456,6 +3691,7 @@ public Float getSumConnectionTime() { /** * This is the setter method to the attribute. * Total client connection latency reported by client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumConnectionTime set the sumConnectionTime. */ @@ -3467,6 +3703,7 @@ public void setSumConnectionTime(Float sumConnectionTime) { /** * This is the getter method this will return the attribute value. * Total domain lookup latency reported by client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumDnsLookupTime */ @@ -3478,6 +3715,7 @@ public Float getSumDnsLookupTime() { /** * This is the setter method to the attribute. * Total domain lookup latency reported by client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumDnsLookupTime set the sumDnsLookupTime. */ @@ -3489,6 +3727,7 @@ public void setSumDnsLookupTime(Float sumDnsLookupTime) { /** * This is the getter method this will return the attribute value. * Total dom content latency reported by client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumDomContentLoadTime */ @@ -3500,6 +3739,7 @@ public Float getSumDomContentLoadTime() { /** * This is the setter method to the attribute. * Total dom content latency reported by client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumDomContentLoadTime set the sumDomContentLoadTime. */ @@ -3511,6 +3751,7 @@ public void setSumDomContentLoadTime(Float sumDomContentLoadTime) { /** * This is the getter method this will return the attribute value. * Count of http 400 and 500 errors for a virtual service in a time interval. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumErrors */ @@ -3522,6 +3763,7 @@ public Float getSumErrors() { /** * This is the setter method to the attribute. * Count of http 400 and 500 errors for a virtual service in a time interval. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumErrors set the sumErrors. */ @@ -3533,6 +3775,7 @@ public void setSumErrors(Float sumErrors) { /** * This is the getter method this will return the attribute value. * Number of server sessions closed in this interval. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumFinishedSessions */ @@ -3544,6 +3787,7 @@ public Float getSumFinishedSessions() { /** * This is the setter method to the attribute. * Number of server sessions closed in this interval. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumFinishedSessions set the sumFinishedSessions. */ @@ -3555,6 +3799,7 @@ public void setSumFinishedSessions(Float sumFinishedSessions) { /** * This is the getter method this will return the attribute value. * Total latency from responses to all the get requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumGetClientTxnLatency */ @@ -3566,6 +3811,7 @@ public Float getSumGetClientTxnLatency() { /** * This is the setter method to the attribute. * Total latency from responses to all the get requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumGetClientTxnLatency set the sumGetClientTxnLatency. */ @@ -3577,6 +3823,7 @@ public void setSumGetClientTxnLatency(Float sumGetClientTxnLatency) { /** * This is the getter method this will return the attribute value. * Total number of http get requests that were responded satisfactorily within latency threshold. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumGetClientTxnLatencyBucket1 */ @@ -3588,6 +3835,7 @@ public Float getSumGetClientTxnLatencyBucket1() { /** * This is the setter method to the attribute. * Total number of http get requests that were responded satisfactorily within latency threshold. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumGetClientTxnLatencyBucket1 set the sumGetClientTxnLatencyBucket1. */ @@ -3599,6 +3847,7 @@ public void setSumGetClientTxnLatencyBucket1(Float sumGetClientTxnLatencyBucket /** * This is the getter method this will return the attribute value. * Total number of http get requests that were responded beyond latency threshold but within tolerated limits. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumGetClientTxnLatencyBucket2 */ @@ -3610,6 +3859,7 @@ public Float getSumGetClientTxnLatencyBucket2() { /** * This is the setter method to the attribute. * Total number of http get requests that were responded beyond latency threshold but within tolerated limits. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumGetClientTxnLatencyBucket2 set the sumGetClientTxnLatencyBucket2. */ @@ -3621,6 +3871,7 @@ public void setSumGetClientTxnLatencyBucket2(Float sumGetClientTxnLatencyBucket /** * This is the getter method this will return the attribute value. * Total number of http get requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumGetReqs */ @@ -3632,6 +3883,7 @@ public Float getSumGetReqs() { /** * This is the setter method to the attribute. * Total number of http get requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumGetReqs set the sumGetReqs. */ @@ -3644,6 +3896,7 @@ public void setSumGetReqs(Float sumGetReqs) { * This is the getter method this will return the attribute value. * Total size of http request headers. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumHttpHeadersBytes */ @@ -3656,6 +3909,7 @@ public Float getSumHttpHeadersBytes() { * This is the setter method to the attribute. * Total size of http request headers. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumHttpHeadersBytes set the sumHttpHeadersBytes. */ @@ -3668,6 +3922,7 @@ public void setSumHttpHeadersBytes(Float sumHttpHeadersBytes) { * This is the getter method this will return the attribute value. * Total number of http headers across all requests in a given metrics interval. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumHttpHeadersCount */ @@ -3680,6 +3935,7 @@ public Float getSumHttpHeadersCount() { * This is the setter method to the attribute. * Total number of http headers across all requests in a given metrics interval. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumHttpHeadersCount set the sumHttpHeadersCount. */ @@ -3692,6 +3948,7 @@ public void setSumHttpHeadersCount(Float sumHttpHeadersCount) { * This is the getter method this will return the attribute value. * Total number of http request parameters. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumHttpParamsCount */ @@ -3704,6 +3961,7 @@ public Float getSumHttpParamsCount() { * This is the setter method to the attribute. * Total number of http request parameters. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumHttpParamsCount set the sumHttpParamsCount. */ @@ -3715,6 +3973,7 @@ public void setSumHttpParamsCount(Float sumHttpParamsCount) { /** * This is the getter method this will return the attribute value. * Total samples that had satisfactory page load time. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumNumPageLoadTimeBucket1 */ @@ -3726,6 +3985,7 @@ public Float getSumNumPageLoadTimeBucket1() { /** * This is the setter method to the attribute. * Total samples that had satisfactory page load time. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumNumPageLoadTimeBucket1 set the sumNumPageLoadTimeBucket1. */ @@ -3737,6 +3997,7 @@ public void setSumNumPageLoadTimeBucket1(Float sumNumPageLoadTimeBucket1) { /** * This is the getter method this will return the attribute value. * Total samples that had tolerated page load time. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumNumPageLoadTimeBucket2 */ @@ -3748,6 +4009,7 @@ public Float getSumNumPageLoadTimeBucket2() { /** * This is the setter method to the attribute. * Total samples that had tolerated page load time. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumNumPageLoadTimeBucket2 set the sumNumPageLoadTimeBucket2. */ @@ -3759,6 +4021,7 @@ public void setSumNumPageLoadTimeBucket2(Float sumNumPageLoadTimeBucket2) { /** * This is the getter method this will return the attribute value. * Total samples used for rum metrics. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumNumRumSamples */ @@ -3770,6 +4033,7 @@ public Float getSumNumRumSamples() { /** * This is the setter method to the attribute. * Total samples used for rum metrics. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumNumRumSamples set the sumNumRumSamples. */ @@ -3781,6 +4045,7 @@ public void setSumNumRumSamples(Float sumNumRumSamples) { /** * This is the getter method this will return the attribute value. * Total latency from responses to all the requests other than get or post. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumOtherClientTxnLatency */ @@ -3792,6 +4057,7 @@ public Float getSumOtherClientTxnLatency() { /** * This is the setter method to the attribute. * Total latency from responses to all the requests other than get or post. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumOtherClientTxnLatency set the sumOtherClientTxnLatency. */ @@ -3803,6 +4069,7 @@ public void setSumOtherClientTxnLatency(Float sumOtherClientTxnLatency) { /** * This is the getter method this will return the attribute value. * Total number of http requests other than get or post that were responded satisfactorily within latency threshold. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumOtherClientTxnLatencyBucket1 */ @@ -3814,6 +4081,7 @@ public Float getSumOtherClientTxnLatencyBucket1() { /** * This is the setter method to the attribute. * Total number of http requests other than get or post that were responded satisfactorily within latency threshold. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumOtherClientTxnLatencyBucket1 set the sumOtherClientTxnLatencyBucket1. */ @@ -3825,6 +4093,7 @@ public void setSumOtherClientTxnLatencyBucket1(Float sumOtherClientTxnLatencyBu /** * This is the getter method this will return the attribute value. * Total number of http requests other than get or post that were responded beyond latency threshold but within tolerated limits. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumOtherClientTxnLatencyBucket2 */ @@ -3836,6 +4105,7 @@ public Float getSumOtherClientTxnLatencyBucket2() { /** * This is the setter method to the attribute. * Total number of http requests other than get or post that were responded beyond latency threshold but within tolerated limits. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumOtherClientTxnLatencyBucket2 set the sumOtherClientTxnLatencyBucket2. */ @@ -3847,6 +4117,7 @@ public void setSumOtherClientTxnLatencyBucket2(Float sumOtherClientTxnLatencyBu /** * This is the getter method this will return the attribute value. * Total number of http requests that are not get or post requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumOtherReqs */ @@ -3858,6 +4129,7 @@ public Float getSumOtherReqs() { /** * This is the setter method to the attribute. * Total number of http requests that are not get or post requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumOtherReqs set the sumOtherReqs. */ @@ -3869,6 +4141,7 @@ public void setSumOtherReqs(Float sumOtherReqs) { /** * This is the getter method this will return the attribute value. * Total time to transfer response to client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumPageDownloadTime */ @@ -3880,6 +4153,7 @@ public Float getSumPageDownloadTime() { /** * This is the setter method to the attribute. * Total time to transfer response to client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumPageDownloadTime set the sumPageDownloadTime. */ @@ -3891,6 +4165,7 @@ public void setSumPageDownloadTime(Float sumPageDownloadTime) { /** * This is the getter method this will return the attribute value. * Total page load time reported by client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumPageLoadTime */ @@ -3902,6 +4177,7 @@ public Float getSumPageLoadTime() { /** * This is the setter method to the attribute. * Total page load time reported by client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumPageLoadTime set the sumPageLoadTime. */ @@ -3914,6 +4190,7 @@ public void setSumPageLoadTime(Float sumPageLoadTime) { * This is the getter method this will return the attribute value. * Total size of http post requests. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumPostBytes */ @@ -3926,6 +4203,7 @@ public Float getSumPostBytes() { * This is the setter method to the attribute. * Total size of http post requests. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumPostBytes set the sumPostBytes. */ @@ -3937,6 +4215,7 @@ public void setSumPostBytes(Float sumPostBytes) { /** * This is the getter method this will return the attribute value. * Total latency from responses to all the post requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumPostClientTxnLatency */ @@ -3948,6 +4227,7 @@ public Float getSumPostClientTxnLatency() { /** * This is the setter method to the attribute. * Total latency from responses to all the post requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumPostClientTxnLatency set the sumPostClientTxnLatency. */ @@ -3959,6 +4239,7 @@ public void setSumPostClientTxnLatency(Float sumPostClientTxnLatency) { /** * This is the getter method this will return the attribute value. * Total number of http post requests that were responded satisfactorily within latency threshold. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumPostClientTxnLatencyBucket1 */ @@ -3970,6 +4251,7 @@ public Float getSumPostClientTxnLatencyBucket1() { /** * This is the setter method to the attribute. * Total number of http post requests that were responded satisfactorily within latency threshold. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumPostClientTxnLatencyBucket1 set the sumPostClientTxnLatencyBucket1. */ @@ -3981,6 +4263,7 @@ public void setSumPostClientTxnLatencyBucket1(Float sumPostClientTxnLatencyBuck /** * This is the getter method this will return the attribute value. * Total number of http post requests that were responded beyond latency threshold but within tolerated limits. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumPostClientTxnLatencyBucket2 */ @@ -3992,6 +4275,7 @@ public Float getSumPostClientTxnLatencyBucket2() { /** * This is the setter method to the attribute. * Total number of http post requests that were responded beyond latency threshold but within tolerated limits. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumPostClientTxnLatencyBucket2 set the sumPostClientTxnLatencyBucket2. */ @@ -4003,6 +4287,7 @@ public void setSumPostClientTxnLatencyBucket2(Float sumPostClientTxnLatencyBuck /** * This is the getter method this will return the attribute value. * Total number of http post requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumPostReqs */ @@ -4014,6 +4299,7 @@ public Float getSumPostReqs() { /** * This is the setter method to the attribute. * Total number of http post requests. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumPostReqs set the sumPostReqs. */ @@ -4025,6 +4311,7 @@ public void setSumPostReqs(Float sumPostReqs) { /** * This is the getter method this will return the attribute value. * Total redirect latency reported by client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumRedirectionTime */ @@ -4036,6 +4323,7 @@ public Float getSumRedirectionTime() { /** * This is the setter method to the attribute. * Total redirect latency reported by client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumRedirectionTime set the sumRedirectionTime. */ @@ -4047,6 +4335,7 @@ public void setSumRedirectionTime(Float sumRedirectionTime) { /** * This is the getter method this will return the attribute value. * Total number of requests served across server sessions closed in the interval. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumReqsFinishedSessions */ @@ -4058,6 +4347,7 @@ public Float getSumReqsFinishedSessions() { /** * This is the setter method to the attribute. * Total number of requests served across server sessions closed in the interval. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumReqsFinishedSessions set the sumReqsFinishedSessions. */ @@ -4070,6 +4360,7 @@ public void setSumReqsFinishedSessions(Float sumReqsFinishedSessions) { * This is the getter method this will return the attribute value. * Total number of http requests containing at least one parameter. * Field introduced in 17.2.12, 18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumReqsWithParams */ @@ -4082,6 +4373,7 @@ public Float getSumReqsWithParams() { * This is the setter method to the attribute. * Total number of http requests containing at least one parameter. * Field introduced in 17.2.12, 18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumReqsWithParams set the sumReqsWithParams. */ @@ -4093,6 +4385,7 @@ public void setSumReqsWithParams(Float sumReqsWithParams) { /** * This is the getter method this will return the attribute value. * Total number of http 1xx responses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumResp1Xx */ @@ -4104,6 +4397,7 @@ public Float getSumResp1Xx() { /** * This is the setter method to the attribute. * Total number of http 1xx responses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumResp1Xx set the sumResp1Xx. */ @@ -4115,6 +4409,7 @@ public void setSumResp1Xx(Float sumResp1Xx) { /** * This is the getter method this will return the attribute value. * Total number of http 2xx responses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumResp2Xx */ @@ -4126,6 +4421,7 @@ public Float getSumResp2Xx() { /** * This is the setter method to the attribute. * Total number of http 2xx responses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumResp2Xx set the sumResp2Xx. */ @@ -4137,6 +4433,7 @@ public void setSumResp2Xx(Float sumResp2Xx) { /** * This is the getter method this will return the attribute value. * Total number of http 3xx responses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumResp3Xx */ @@ -4148,6 +4445,7 @@ public Float getSumResp3Xx() { /** * This is the setter method to the attribute. * Total number of http 3xx responses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumResp3Xx set the sumResp3Xx. */ @@ -4159,6 +4457,7 @@ public void setSumResp3Xx(Float sumResp3Xx) { /** * This is the getter method this will return the attribute value. * Total number of http 4xx error responses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumResp4Xx */ @@ -4170,6 +4469,7 @@ public Float getSumResp4Xx() { /** * This is the setter method to the attribute. * Total number of http 4xx error responses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumResp4Xx set the sumResp4Xx. */ @@ -4181,6 +4481,7 @@ public void setSumResp4Xx(Float sumResp4Xx) { /** * This is the getter method this will return the attribute value. * Total number of http 5xx error responses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumResp5Xx */ @@ -4192,6 +4493,7 @@ public Float getSumResp5Xx() { /** * This is the setter method to the attribute. * Total number of http 5xx error responses. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumResp5Xx set the sumResp5Xx. */ @@ -4203,6 +4505,7 @@ public void setSumResp5Xx(Float sumResp5Xx) { /** * This is the getter method this will return the attribute value. * Total client data transfer time by client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumRumClientDataTransferTime */ @@ -4214,6 +4517,7 @@ public Float getSumRumClientDataTransferTime() { /** * This is the setter method to the attribute. * Total client data transfer time by client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumRumClientDataTransferTime set the sumRumClientDataTransferTime. */ @@ -4225,6 +4529,7 @@ public void setSumRumClientDataTransferTime(Float sumRumClientDataTransferTime) /** * This is the getter method this will return the attribute value. * Sum of all server round trip times for all samples. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumServerRtt */ @@ -4236,6 +4541,7 @@ public Float getSumServerRtt() { /** * This is the setter method to the attribute. * Sum of all server round trip times for all samples. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumServerRtt set the sumServerRtt. */ @@ -4247,6 +4553,7 @@ public void setSumServerRtt(Float sumServerRtt) { /** * This is the getter method this will return the attribute value. * Total time from receipt of request to start of response. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumServiceTime */ @@ -4258,6 +4565,7 @@ public Float getSumServiceTime() { /** * This is the setter method to the attribute. * Total time from receipt of request to start of response. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumServiceTime set the sumServiceTime. */ @@ -4269,6 +4577,7 @@ public void setSumServiceTime(Float sumServiceTime) { /** * This is the getter method this will return the attribute value. * Total number of http responses sent. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumTotalResponses */ @@ -4280,6 +4589,7 @@ public Float getSumTotalResponses() { /** * This is the setter method to the attribute. * Total number of http responses sent. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumTotalResponses set the sumTotalResponses. */ @@ -4292,6 +4602,7 @@ public void setSumTotalResponses(Float sumTotalResponses) { * This is the getter method this will return the attribute value. * Total length of http request uris. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumUriLength */ @@ -4304,6 +4615,7 @@ public Float getSumUriLength() { * This is the setter method to the attribute. * Total length of http request uris. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumUriLength set the sumUriLength. */ @@ -4316,6 +4628,7 @@ public void setSumUriLength(Float sumUriLength) { * This is the getter method this will return the attribute value. * Total number of transactions identified by waf as attacks. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafAttacks */ @@ -4328,6 +4641,7 @@ public Float getSumWafAttacks() { * This is the setter method to the attribute. * Total number of transactions identified by waf as attacks. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafAttacks set the sumWafAttacks. */ @@ -4340,6 +4654,7 @@ public void setSumWafAttacks(Float sumWafAttacks) { * This is the getter method this will return the attribute value. * Total number of requests bypassing waf. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafDisabled */ @@ -4352,6 +4667,7 @@ public Float getSumWafDisabled() { * This is the setter method to the attribute. * Total number of requests bypassing waf. * Field introduced in 17.2.12, 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafDisabled set the sumWafDisabled. */ @@ -4364,6 +4680,7 @@ public void setSumWafDisabled(Float sumWafDisabled) { * This is the getter method this will return the attribute value. * Total number of requests evaluated by waf in request body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafEvaluatedRequestBodyPhase */ @@ -4376,6 +4693,7 @@ public Float getSumWafEvaluatedRequestBodyPhase() { * This is the setter method to the attribute. * Total number of requests evaluated by waf in request body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafEvaluatedRequestBodyPhase set the sumWafEvaluatedRequestBodyPhase. */ @@ -4388,6 +4706,7 @@ public void setSumWafEvaluatedRequestBodyPhase(Float sumWafEvaluatedRequestBody * This is the getter method this will return the attribute value. * Total number of requests evaluated by waf in request header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafEvaluatedRequestHeaderPhase */ @@ -4400,6 +4719,7 @@ public Float getSumWafEvaluatedRequestHeaderPhase() { * This is the setter method to the attribute. * Total number of requests evaluated by waf in request header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafEvaluatedRequestHeaderPhase set the sumWafEvaluatedRequestHeaderPhase. */ @@ -4412,6 +4732,7 @@ public void setSumWafEvaluatedRequestHeaderPhase(Float sumWafEvaluatedRequestHe * This is the getter method this will return the attribute value. * Total number of responses evaluated by waf in response body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafEvaluatedResponseBodyPhase */ @@ -4424,6 +4745,7 @@ public Float getSumWafEvaluatedResponseBodyPhase() { * This is the setter method to the attribute. * Total number of responses evaluated by waf in response body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafEvaluatedResponseBodyPhase set the sumWafEvaluatedResponseBodyPhase. */ @@ -4436,6 +4758,7 @@ public void setSumWafEvaluatedResponseBodyPhase(Float sumWafEvaluatedResponseBo * This is the getter method this will return the attribute value. * Total number of responses evaluated by waf in response header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafEvaluatedResponseHeaderPhase */ @@ -4448,6 +4771,7 @@ public Float getSumWafEvaluatedResponseHeaderPhase() { * This is the setter method to the attribute. * Total number of responses evaluated by waf in response header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafEvaluatedResponseHeaderPhase set the sumWafEvaluatedResponseHeaderPhase. */ @@ -4460,6 +4784,7 @@ public void setSumWafEvaluatedResponseHeaderPhase(Float sumWafEvaluatedResponse * This is the getter method this will return the attribute value. * Total number of transactions (requests or responses) flagged as attack by waf. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafFlagged */ @@ -4472,6 +4797,7 @@ public Float getSumWafFlagged() { * This is the setter method to the attribute. * Total number of transactions (requests or responses) flagged as attack by waf. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafFlagged set the sumWafFlagged. */ @@ -4484,6 +4810,7 @@ public void setSumWafFlagged(Float sumWafFlagged) { * This is the getter method this will return the attribute value. * Total number of requests flagged (but not rejected) by waf in request body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafFlaggedRequestBodyPhase */ @@ -4496,6 +4823,7 @@ public Float getSumWafFlaggedRequestBodyPhase() { * This is the setter method to the attribute. * Total number of requests flagged (but not rejected) by waf in request body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafFlaggedRequestBodyPhase set the sumWafFlaggedRequestBodyPhase. */ @@ -4508,6 +4836,7 @@ public void setSumWafFlaggedRequestBodyPhase(Float sumWafFlaggedRequestBodyPhas * This is the getter method this will return the attribute value. * Total number of requests flagged (but not rejected) by waf in request header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafFlaggedRequestHeaderPhase */ @@ -4520,6 +4849,7 @@ public Float getSumWafFlaggedRequestHeaderPhase() { * This is the setter method to the attribute. * Total number of requests flagged (but not rejected) by waf in request header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafFlaggedRequestHeaderPhase set the sumWafFlaggedRequestHeaderPhase. */ @@ -4532,6 +4862,7 @@ public void setSumWafFlaggedRequestHeaderPhase(Float sumWafFlaggedRequestHeader * This is the getter method this will return the attribute value. * Total number of responses flagged (but not rejected) by waf in response body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafFlaggedResponseBodyPhase */ @@ -4544,6 +4875,7 @@ public Float getSumWafFlaggedResponseBodyPhase() { * This is the setter method to the attribute. * Total number of responses flagged (but not rejected) by waf in response body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafFlaggedResponseBodyPhase set the sumWafFlaggedResponseBodyPhase. */ @@ -4556,6 +4888,7 @@ public void setSumWafFlaggedResponseBodyPhase(Float sumWafFlaggedResponseBodyPh * This is the getter method this will return the attribute value. * Total number of responses flagged (but not rejected) by waf in response header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafFlaggedResponseHeaderPhase */ @@ -4568,6 +4901,7 @@ public Float getSumWafFlaggedResponseHeaderPhase() { * This is the setter method to the attribute. * Total number of responses flagged (but not rejected) by waf in response header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafFlaggedResponseHeaderPhase set the sumWafFlaggedResponseHeaderPhase. */ @@ -4580,6 +4914,7 @@ public void setSumWafFlaggedResponseHeaderPhase(Float sumWafFlaggedResponseHead * This is the getter method this will return the attribute value. * Total latency seen by all evaluated requests in request body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafLatencyRequestBodyPhase */ @@ -4592,6 +4927,7 @@ public Float getSumWafLatencyRequestBodyPhase() { * This is the setter method to the attribute. * Total latency seen by all evaluated requests in request body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafLatencyRequestBodyPhase set the sumWafLatencyRequestBodyPhase. */ @@ -4604,6 +4940,7 @@ public void setSumWafLatencyRequestBodyPhase(Float sumWafLatencyRequestBodyPhas * This is the getter method this will return the attribute value. * Total latency seen by all transactions evaluated by waf in request header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafLatencyRequestHeaderPhase */ @@ -4616,6 +4953,7 @@ public Float getSumWafLatencyRequestHeaderPhase() { * This is the setter method to the attribute. * Total latency seen by all transactions evaluated by waf in request header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafLatencyRequestHeaderPhase set the sumWafLatencyRequestHeaderPhase. */ @@ -4628,6 +4966,7 @@ public void setSumWafLatencyRequestHeaderPhase(Float sumWafLatencyRequestHeader * This is the getter method this will return the attribute value. * Total latency seen by all evaluated responses in response body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafLatencyResponseBodyPhase */ @@ -4640,6 +4979,7 @@ public Float getSumWafLatencyResponseBodyPhase() { * This is the setter method to the attribute. * Total latency seen by all evaluated responses in response body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafLatencyResponseBodyPhase set the sumWafLatencyResponseBodyPhase. */ @@ -4652,6 +4992,7 @@ public void setSumWafLatencyResponseBodyPhase(Float sumWafLatencyResponseBodyPh * This is the getter method this will return the attribute value. * Total latency seen by all evaluated responsess in waf response header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafLatencyResponseHeaderPhase */ @@ -4664,6 +5005,7 @@ public Float getSumWafLatencyResponseHeaderPhase() { * This is the setter method to the attribute. * Total latency seen by all evaluated responsess in waf response header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafLatencyResponseHeaderPhase set the sumWafLatencyResponseHeaderPhase. */ @@ -4676,6 +5018,7 @@ public void setSumWafLatencyResponseHeaderPhase(Float sumWafLatencyResponseHead * This is the getter method this will return the attribute value. * Total number of requests matched by waf in request body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafMatchedRequestBodyPhase */ @@ -4688,6 +5031,7 @@ public Float getSumWafMatchedRequestBodyPhase() { * This is the setter method to the attribute. * Total number of requests matched by waf in request body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafMatchedRequestBodyPhase set the sumWafMatchedRequestBodyPhase. */ @@ -4700,6 +5044,7 @@ public void setSumWafMatchedRequestBodyPhase(Float sumWafMatchedRequestBodyPhas * This is the getter method this will return the attribute value. * Total number of requests matched by waf in request header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafMatchedRequestHeaderPhase */ @@ -4712,6 +5057,7 @@ public Float getSumWafMatchedRequestHeaderPhase() { * This is the setter method to the attribute. * Total number of requests matched by waf in request header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafMatchedRequestHeaderPhase set the sumWafMatchedRequestHeaderPhase. */ @@ -4724,6 +5070,7 @@ public void setSumWafMatchedRequestHeaderPhase(Float sumWafMatchedRequestHeader * This is the getter method this will return the attribute value. * Total number of responses matched by waf in response body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafMatchedResponseBodyPhase */ @@ -4736,6 +5083,7 @@ public Float getSumWafMatchedResponseBodyPhase() { * This is the setter method to the attribute. * Total number of responses matched by waf in response body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafMatchedResponseBodyPhase set the sumWafMatchedResponseBodyPhase. */ @@ -4748,6 +5096,7 @@ public void setSumWafMatchedResponseBodyPhase(Float sumWafMatchedResponseBodyPh * This is the getter method this will return the attribute value. * Total number of responses matched by waf in response header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafMatchedResponseHeaderPhase */ @@ -4760,6 +5109,7 @@ public Float getSumWafMatchedResponseHeaderPhase() { * This is the setter method to the attribute. * Total number of responses matched by waf in response header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafMatchedResponseHeaderPhase set the sumWafMatchedResponseHeaderPhase. */ @@ -4772,6 +5122,7 @@ public void setSumWafMatchedResponseHeaderPhase(Float sumWafMatchedResponseHead * This is the getter method this will return the attribute value. * Total number of transactions (requests or responses) rejected by waf. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafRejected */ @@ -4784,6 +5135,7 @@ public Float getSumWafRejected() { * This is the setter method to the attribute. * Total number of transactions (requests or responses) rejected by waf. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafRejected set the sumWafRejected. */ @@ -4796,6 +5148,7 @@ public void setSumWafRejected(Float sumWafRejected) { * This is the getter method this will return the attribute value. * Total number of requests rejected by waf in request body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafRejectedRequestBodyPhase */ @@ -4808,6 +5161,7 @@ public Float getSumWafRejectedRequestBodyPhase() { * This is the setter method to the attribute. * Total number of requests rejected by waf in request body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafRejectedRequestBodyPhase set the sumWafRejectedRequestBodyPhase. */ @@ -4820,6 +5174,7 @@ public void setSumWafRejectedRequestBodyPhase(Float sumWafRejectedRequestBodyPh * This is the getter method this will return the attribute value. * Total number of requests rejected by waf in request header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafRejectedRequestHeaderPhase */ @@ -4832,6 +5187,7 @@ public Float getSumWafRejectedRequestHeaderPhase() { * This is the setter method to the attribute. * Total number of requests rejected by waf in request header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafRejectedRequestHeaderPhase set the sumWafRejectedRequestHeaderPhase. */ @@ -4844,6 +5200,7 @@ public void setSumWafRejectedRequestHeaderPhase(Float sumWafRejectedRequestHead * This is the getter method this will return the attribute value. * Total number of responses rejected by waf in response body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafRejectedResponseBodyPhase */ @@ -4856,6 +5213,7 @@ public Float getSumWafRejectedResponseBodyPhase() { * This is the setter method to the attribute. * Total number of responses rejected by waf in response body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafRejectedResponseBodyPhase set the sumWafRejectedResponseBodyPhase. */ @@ -4868,6 +5226,7 @@ public void setSumWafRejectedResponseBodyPhase(Float sumWafRejectedResponseBody * This is the getter method this will return the attribute value. * Total number of responses rejected by waf in response header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWafRejectedResponseHeaderPhase */ @@ -4880,6 +5239,7 @@ public Float getSumWafRejectedResponseHeaderPhase() { * This is the setter method to the attribute. * Total number of responses rejected by waf in response header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWafRejectedResponseHeaderPhase set the sumWafRejectedResponseHeaderPhase. */ @@ -4891,6 +5251,7 @@ public void setSumWafRejectedResponseHeaderPhase(Float sumWafRejectedResponseHe /** * This is the getter method this will return the attribute value. * Total waiting reported by client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sumWaitingTime */ @@ -4902,6 +5263,7 @@ public Float getSumWaitingTime() { /** * This is the setter method to the attribute. * Total waiting reported by client. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sumWaitingTime set the sumWaitingTime. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VssPlacement.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VssPlacement.java index cea9b6b8..23ffc1ff 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VssPlacement.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/VssPlacement.java @@ -39,6 +39,7 @@ public class VssPlacement extends AviRestResource { * Degree of core non-affinity for vs placement. * Allowed values are 1-256. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @return coreNonaffinity */ @@ -52,6 +53,7 @@ public Integer getCoreNonaffinity() { * Degree of core non-affinity for vs placement. * Allowed values are 1-256. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 2. * @param coreNonaffinity set the coreNonaffinity. */ @@ -65,6 +67,7 @@ public void setCoreNonaffinity(Integer coreNonaffinity) { * Number of sub-cores that comprise a cpu core. * Allowed values are 1-128. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @return numSubcores */ @@ -78,6 +81,7 @@ public Integer getNumSubcores() { * Number of sub-cores that comprise a cpu core. * Allowed values are 1-128. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 4. * @param numSubcores set the numSubcores. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WAFLimits.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WAFLimits.java index 2279c05f..5933b19d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WAFLimits.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WAFLimits.java @@ -86,6 +86,7 @@ public class WAFLimits extends AviRestResource { * This is the getter method this will return the attribute value. * Number of waf allowed content types. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numAllowedContentTypes */ @@ -98,6 +99,7 @@ public Integer getNumAllowedContentTypes() { * This is the setter method to the attribute. * Number of waf allowed content types. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numAllowedContentTypes set the numAllowedContentTypes. */ @@ -110,6 +112,7 @@ public void setNumAllowedContentTypes(Integer numAllowedContentTypes) { * This is the getter method this will return the attribute value. * Number of rules used in waf allowlist policy. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numAllowlistPolicyRules */ @@ -122,6 +125,7 @@ public Integer getNumAllowlistPolicyRules() { * This is the setter method to the attribute. * Number of rules used in waf allowlist policy. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numAllowlistPolicyRules set the numAllowlistPolicyRules. */ @@ -134,6 +138,7 @@ public void setNumAllowlistPolicyRules(Integer numAllowlistPolicyRules) { * This is the getter method this will return the attribute value. * Number of applications for which we use rules from sig provider. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numApplications */ @@ -146,6 +151,7 @@ public Integer getNumApplications() { * This is the setter method to the attribute. * Number of applications for which we use rules from sig provider. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numApplications set the numApplications. */ @@ -158,6 +164,7 @@ public void setNumApplications(Integer numApplications) { * This is the getter method this will return the attribute value. * Number of datafiles used in waf. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numDataFiles */ @@ -170,6 +177,7 @@ public Integer getNumDataFiles() { * This is the setter method to the attribute. * Number of datafiles used in waf. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numDataFiles set the numDataFiles. */ @@ -182,6 +190,7 @@ public void setNumDataFiles(Integer numDataFiles) { * This is the getter method this will return the attribute value. * Number of pre, post crs groups. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numPrePostCrsGroups */ @@ -194,6 +203,7 @@ public Integer getNumPrePostCrsGroups() { * This is the setter method to the attribute. * Number of pre, post crs groups. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numPrePostCrsGroups set the numPrePostCrsGroups. */ @@ -206,6 +216,7 @@ public void setNumPrePostCrsGroups(Integer numPrePostCrsGroups) { * This is the getter method this will return the attribute value. * Number of total psm groups in waf. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numPsmGroups */ @@ -218,6 +229,7 @@ public Integer getNumPsmGroups() { * This is the setter method to the attribute. * Number of total psm groups in waf. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numPsmGroups set the numPsmGroups. */ @@ -230,6 +242,7 @@ public void setNumPsmGroups(Integer numPsmGroups) { * This is the getter method this will return the attribute value. * Number of match elements used in waf psm. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numPsmMatchElements */ @@ -242,6 +255,7 @@ public Integer getNumPsmMatchElements() { * This is the setter method to the attribute. * Number of match elements used in waf psm. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numPsmMatchElements set the numPsmMatchElements. */ @@ -254,6 +268,7 @@ public void setNumPsmMatchElements(Integer numPsmMatchElements) { * This is the getter method this will return the attribute value. * Number of match rules per location. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numPsmMatchRulesPerLoc */ @@ -266,6 +281,7 @@ public Integer getNumPsmMatchRulesPerLoc() { * This is the setter method to the attribute. * Number of match rules per location. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numPsmMatchRulesPerLoc set the numPsmMatchRulesPerLoc. */ @@ -278,6 +294,7 @@ public void setNumPsmMatchRulesPerLoc(Integer numPsmMatchRulesPerLoc) { * This is the getter method this will return the attribute value. * Number of locations used in waf psm. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numPsmTotalLocations */ @@ -290,6 +307,7 @@ public Integer getNumPsmTotalLocations() { * This is the setter method to the attribute. * Number of locations used in waf psm. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numPsmTotalLocations set the numPsmTotalLocations. */ @@ -302,6 +320,7 @@ public void setNumPsmTotalLocations(Integer numPsmTotalLocations) { * This is the getter method this will return the attribute value. * Number of restricted extensions in waf. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numRestrictedExtensions */ @@ -314,6 +333,7 @@ public Integer getNumRestrictedExtensions() { * This is the setter method to the attribute. * Number of restricted extensions in waf. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numRestrictedExtensions set the numRestrictedExtensions. */ @@ -326,6 +346,7 @@ public void setNumRestrictedExtensions(Integer numRestrictedExtensions) { * This is the getter method this will return the attribute value. * Number of restricted http headers in waf. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numRestrictedHeaders */ @@ -338,6 +359,7 @@ public Integer getNumRestrictedHeaders() { * This is the setter method to the attribute. * Number of restricted http headers in waf. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numRestrictedHeaders set the numRestrictedHeaders. */ @@ -350,6 +372,7 @@ public void setNumRestrictedHeaders(Integer numRestrictedHeaders) { * This is the getter method this will return the attribute value. * Number of tags for waf rule. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numRuleTags */ @@ -362,6 +385,7 @@ public Integer getNumRuleTags() { * This is the setter method to the attribute. * Number of tags for waf rule. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numRuleTags set the numRuleTags. */ @@ -374,6 +398,7 @@ public void setNumRuleTags(Integer numRuleTags) { * This is the getter method this will return the attribute value. * Number of rules as per modsec language. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numRulesPerRulegroup */ @@ -386,6 +411,7 @@ public Integer getNumRulesPerRulegroup() { * This is the setter method to the attribute. * Number of rules as per modsec language. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numRulesPerRulegroup set the numRulesPerRulegroup. */ @@ -398,6 +424,7 @@ public void setNumRulesPerRulegroup(Integer numRulesPerRulegroup) { * This is the getter method this will return the attribute value. * Number of restricted static extensions in waf. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return numStaticExtensions */ @@ -410,6 +437,7 @@ public Integer getNumStaticExtensions() { * This is the setter method to the attribute. * Number of restricted static extensions in waf. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param numStaticExtensions set the numStaticExtensions. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafAllowlistLog.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafAllowlistLog.java index 581dcc9f..a6649013 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafAllowlistLog.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafAllowlistLog.java @@ -39,6 +39,7 @@ public class WafAllowlistLog extends AviRestResource { * Actions generated by this rule. * Enum options - WAF_POLICY_ALLOWLIST_ACTION_BYPASS, WAF_POLICY_ALLOWLIST_ACTION_DETECTION_MODE, WAF_POLICY_ALLOWLIST_ACTION_CONTINUE. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return actions */ @@ -52,6 +53,7 @@ public List getActions() { * Actions generated by this rule. * Enum options - WAF_POLICY_ALLOWLIST_ACTION_BYPASS, WAF_POLICY_ALLOWLIST_ACTION_DETECTION_MODE, WAF_POLICY_ALLOWLIST_ACTION_CONTINUE. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return actions */ @@ -65,6 +67,7 @@ public void setActions(List actions) { * Actions generated by this rule. * Enum options - WAF_POLICY_ALLOWLIST_ACTION_BYPASS, WAF_POLICY_ALLOWLIST_ACTION_DETECTION_MODE, WAF_POLICY_ALLOWLIST_ACTION_CONTINUE. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return actions */ @@ -82,6 +85,7 @@ public WafAllowlistLog addActionsItem(String actionsItem) { * This is the getter method this will return the attribute value. * Name of the matched rule. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleName */ @@ -94,6 +98,7 @@ public String getRuleName() { * This is the setter method to the attribute. * Name of the matched rule. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * 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/WafApplicationSignatureAppVersion.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafApplicationSignatureAppVersion.java index 0240a50d..70644c9d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafApplicationSignatureAppVersion.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafApplicationSignatureAppVersion.java @@ -42,6 +42,8 @@ public class WafApplicationSignatureAppVersion extends AviRestResource { * This is the getter method this will return the attribute value. * Name of an application in the rule set. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return application */ @VsoMethod @@ -53,6 +55,8 @@ public String getApplication() { * This is the setter method to the attribute. * Name of an application in the rule set. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @param application set the application. */ @VsoMethod @@ -64,6 +68,8 @@ public void setApplication(String application) { * This is the getter method this will return the attribute value. * The last version of the rule set when the rules corresponding to the application changed. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return lastChangedRulesetVersion */ @VsoMethod @@ -75,6 +81,8 @@ public String getLastChangedRulesetVersion() { * This is the setter method to the attribute. * The last version of the rule set when the rules corresponding to the application changed. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @param lastChangedRulesetVersion set the lastChangedRulesetVersion. */ @VsoMethod @@ -86,6 +94,8 @@ public void setLastChangedRulesetVersion(String lastChangedRulesetVersion) { * This is the getter method this will return the attribute value. * The number of rules available for this application. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return numberOfRules */ @VsoMethod @@ -97,6 +107,8 @@ public Integer getNumberOfRules() { * This is the setter method to the attribute. * The number of rules available for this application. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @param numberOfRules set the numberOfRules. */ @VsoMethod diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafApplicationSignatureProvider.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafApplicationSignatureProvider.java index a5bf9e77..ad6b9197 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafApplicationSignatureProvider.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafApplicationSignatureProvider.java @@ -73,6 +73,8 @@ public class WafApplicationSignatureProvider extends AviRestResource { * This is the getter method this will return the attribute value. * Available application names and the ruleset version, when the rules for an application changed the last time. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return availableApplications */ @VsoMethod @@ -84,6 +86,8 @@ public List getAvailableApplications() { * This is the setter method. this will set the availableApplications * Available application names and the ruleset version, when the rules for an application changed the last time. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return availableApplications */ @VsoMethod @@ -95,6 +99,8 @@ public void setAvailableApplications(List av * This is the setter method this will set the availableApplications * Available application names and the ruleset version, when the rules for an application changed the last time. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return availableApplications */ @VsoMethod @@ -112,6 +118,8 @@ public WafApplicationSignatureProvider addAvailableApplicationsItem(WafApplicati * The error message indicating why the last update check failed. * Field deprecated in 20.1.3. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return lastCheckForUpdatesError */ @VsoMethod @@ -124,6 +132,8 @@ public String getLastCheckForUpdatesError() { * The error message indicating why the last update check failed. * Field deprecated in 20.1.3. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @param lastCheckForUpdatesError set the lastCheckForUpdatesError. */ @VsoMethod @@ -136,6 +146,8 @@ public void setLastCheckForUpdatesError(String lastCheckForUpdatesError) { * The last time that we checked for updates but did not get a result because of an error. * Field deprecated in 20.1.3. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return lastFailedCheckForUpdates */ @VsoMethod @@ -148,6 +160,8 @@ public TimeStamp getLastFailedCheckForUpdates() { * The last time that we checked for updates but did not get a result because of an error. * Field deprecated in 20.1.3. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @param lastFailedCheckForUpdates set the lastFailedCheckForUpdates. */ @VsoMethod @@ -160,6 +174,8 @@ public void setLastFailedCheckForUpdates(TimeStamp lastFailedCheckForUpdates) { * The last time that we checked for updates sucessfully. * Field deprecated in 20.1.3. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return lastSuccessfulCheckForUpdates */ @VsoMethod @@ -172,6 +188,8 @@ public TimeStamp getLastSuccessfulCheckForUpdates() { * The last time that we checked for updates sucessfully. * Field deprecated in 20.1.3. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @param lastSuccessfulCheckForUpdates set the lastSuccessfulCheckForUpdates. */ @VsoMethod @@ -183,6 +201,7 @@ public void setLastSuccessfulCheckForUpdates(TimeStamp lastSuccessfulCheckForUpd * This is the getter method this will return the attribute value. * Name of application specific ruleset provider. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -195,6 +214,7 @@ public String getName() { * This is the setter method to the attribute. * Name of application specific ruleset provider. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -207,6 +227,8 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Version of signatures. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return rulesetVersion */ @VsoMethod @@ -218,6 +240,8 @@ public String getRulesetVersion() { * This is the setter method to the attribute. * Version of signatures. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @param rulesetVersion set the rulesetVersion. */ @VsoMethod @@ -229,6 +253,7 @@ public void setRulesetVersion(String rulesetVersion) { * This is the getter method this will return the attribute value. * If this object is managed by the application signatures update service, this field contain the status of this syncronization. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return serviceStatus */ @@ -241,6 +266,7 @@ public WebApplicationSignatureServiceStatus getServiceStatus() { * This is the setter method to the attribute. * If this object is managed by the application signatures update service, this field contain the status of this syncronization. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param serviceStatus set the serviceStatus. */ @@ -253,6 +279,7 @@ public void setServiceStatus(WebApplicationSignatureServiceStatus serviceStatus) * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -265,6 +292,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -295,6 +323,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -306,6 +335,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/WafApplicationSignatures.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafApplicationSignatures.java index c77c1435..7a67ee1e 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafApplicationSignatures.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafApplicationSignatures.java @@ -51,6 +51,7 @@ public class WafApplicationSignatures extends AviRestResource { * The external provide for the rules. * It is a reference to an object of type wafapplicationsignatureprovider. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return providerRef */ @@ -64,6 +65,7 @@ public String getProviderRef() { * The external provide for the rules. * It is a reference to an object of type wafapplicationsignatureprovider. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param providerRef set the providerRef. */ @@ -76,6 +78,7 @@ public void setProviderRef(String providerRef) { * This is the getter method this will return the attribute value. * Override attributes of application signature rules. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleOverrides */ @@ -88,6 +91,7 @@ public List getRuleOverrides() { * This is the setter method. this will set the ruleOverrides * Override attributes of application signature rules. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleOverrides */ @@ -100,6 +104,7 @@ public void setRuleOverrides(List ruleOverrides) { * This is the setter method this will set the ruleOverrides * Override attributes of application signature rules. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleOverrides */ @@ -119,6 +124,7 @@ public WafApplicationSignatures addRuleOverridesItem(WafRuleOverrides ruleOverri * If you want to deactivate a certain rule, please use the rule_overrides field instead. * Field deprecated in 20.1.6. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return rules */ @VsoMethod @@ -132,6 +138,7 @@ public List getRules() { * If you want to deactivate a certain rule, please use the rule_overrides field instead. * Field deprecated in 20.1.6. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return rules */ @VsoMethod @@ -145,6 +152,7 @@ public void setRules(List rules) { * If you want to deactivate a certain rule, please use the rule_overrides field instead. * Field deprecated in 20.1.6. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return rules */ @VsoMethod @@ -161,6 +169,8 @@ public WafApplicationSignatures addRulesItem(WafRule rulesItem) { * This is the getter method this will return the attribute value. * The version in use of the provided ruleset. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return rulesetVersion */ @VsoMethod @@ -172,6 +182,8 @@ public String getRulesetVersion() { * This is the setter method to the attribute. * The version in use of the provided ruleset. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @param rulesetVersion set the rulesetVersion. */ @VsoMethod @@ -183,6 +195,7 @@ public void setRulesetVersion(String rulesetVersion) { * This is the getter method this will return the attribute value. * List of applications for which we use the rules from the wafapplicationsignatureprovider. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return selectedApplications */ @@ -195,6 +208,7 @@ public List getSelectedApplications() { * This is the setter method. this will set the selectedApplications * List of applications for which we use the rules from the wafapplicationsignatureprovider. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return selectedApplications */ @@ -207,6 +221,7 @@ public void setSelectedApplications(List selectedApplications) { * This is the setter method this will set the selectedApplications * List of applications for which we use the rules from the wafapplicationsignatureprovider. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return selectedApplications */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafCRS.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafCRS.java index ed2e39cc..aac8d3ca 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafCRS.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafCRS.java @@ -70,6 +70,7 @@ public class WafCRS extends AviRestResource { * This is the getter method this will return the attribute value. * A short description of this ruleset. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -82,6 +83,7 @@ public String getDescription() { * This is the setter method to the attribute. * A short description of this ruleset. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -95,6 +97,7 @@ public void setDescription(String description) { * Waf rules are sorted in groups based on their characterization. * Field introduced in 18.1.1. * Maximum of 64 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groups */ @@ -108,6 +111,7 @@ public List getGroups() { * Waf rules are sorted in groups based on their characterization. * Field introduced in 18.1.1. * Maximum of 64 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groups */ @@ -121,6 +125,7 @@ public void setGroups(List groups) { * Waf rules are sorted in groups based on their characterization. * Field introduced in 18.1.1. * Maximum of 64 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groups */ @@ -138,6 +143,7 @@ public WafCRS addGroupsItem(WafRuleGroup groupsItem) { * This is the getter method this will return the attribute value. * Integrity protection value. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return integrity */ @@ -150,6 +156,7 @@ public String getIntegrity() { * This is the setter method to the attribute. * Integrity protection value. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param integrity set the integrity. */ @@ -162,7 +169,8 @@ public void setIntegrity(String integrity) { * 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 */ @@ -175,7 +183,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 */ @@ -188,7 +197,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 */ @@ -206,6 +216,7 @@ public WafCRS addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * The name of this ruleset object. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -218,6 +229,7 @@ public String getName() { * This is the setter method to the attribute. * The name of this ruleset object. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -230,6 +242,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * The release date of this version in rfc 3339 / iso 8601 format. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return releaseDate */ @@ -242,6 +255,7 @@ public String getReleaseDate() { * This is the setter method to the attribute. * The release date of this version in rfc 3339 / iso 8601 format. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param releaseDate set the releaseDate. */ @@ -255,6 +269,7 @@ public void setReleaseDate(String releaseDate) { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -268,6 +283,7 @@ public String getTenantRef() { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -298,6 +314,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -309,6 +326,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -321,6 +339,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * The version of this ruleset object. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return version */ @@ -333,6 +352,7 @@ public String getVersion() { * This is the setter method to the attribute. * The version of this ruleset object. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/WafConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafConfig.java index 0569f674..719673ea 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafConfig.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafConfig.java @@ -154,6 +154,7 @@ public class WafConfig extends AviRestResource { * Enum options - ZERO_NINE, ONE_ZERO, ONE_ONE, TWO_ZERO. * Field introduced in 17.2.1. * Maximum of 8 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowedHttpVersions */ @@ -168,6 +169,7 @@ public List getAllowedHttpVersions() { * Enum options - ZERO_NINE, ONE_ZERO, ONE_ONE, TWO_ZERO. * Field introduced in 17.2.1. * Maximum of 8 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowedHttpVersions */ @@ -182,6 +184,7 @@ public void setAllowedHttpVersions(List allowedHttpVersions) { * Enum options - ZERO_NINE, ONE_ZERO, ONE_ONE, TWO_ZERO. * Field introduced in 17.2.1. * Maximum of 8 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowedHttpVersions */ @@ -202,6 +205,7 @@ public WafConfig addAllowedHttpVersionsItem(String allowedHttpVersionsItem) { * HTTP_METHOD_CONNECT, HTTP_METHOD_PATCH, HTTP_METHOD_PROPFIND, HTTP_METHOD_PROPPATCH, HTTP_METHOD_MKCOL, HTTP_METHOD_COPY, HTTP_METHOD_MOVE, * HTTP_METHOD_LOCK, HTTP_METHOD_UNLOCK. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowedMethods */ @@ -217,6 +221,7 @@ public List getAllowedMethods() { * HTTP_METHOD_CONNECT, HTTP_METHOD_PATCH, HTTP_METHOD_PROPFIND, HTTP_METHOD_PROPPATCH, HTTP_METHOD_MKCOL, HTTP_METHOD_COPY, HTTP_METHOD_MOVE, * HTTP_METHOD_LOCK, HTTP_METHOD_UNLOCK. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowedMethods */ @@ -232,6 +237,7 @@ public void setAllowedMethods(List allowedMethods) { * HTTP_METHOD_CONNECT, HTTP_METHOD_PATCH, HTTP_METHOD_PROPFIND, HTTP_METHOD_PROPPATCH, HTTP_METHOD_MKCOL, HTTP_METHOD_COPY, HTTP_METHOD_MOVE, * HTTP_METHOD_LOCK, HTTP_METHOD_UNLOCK. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowedMethods */ @@ -250,6 +256,7 @@ public WafConfig addAllowedMethodsItem(String allowedMethodsItem) { * Waf allowed content types. * Field deprecated in 21.1.3. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return allowedRequestContentTypes */ @VsoMethod @@ -262,6 +269,7 @@ public List getAllowedRequestContentTypes() { * Waf allowed content types. * Field deprecated in 21.1.3. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return allowedRequestContentTypes */ @VsoMethod @@ -274,6 +282,7 @@ public void setAllowedRequestContentTypes(List allowedRequestContentTyp * Waf allowed content types. * Field deprecated in 21.1.3. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return allowedRequestContentTypes */ @VsoMethod @@ -290,6 +299,7 @@ public WafConfig addAllowedRequestContentTypesItem(String allowedRequestContentT * This is the getter method this will return the attribute value. * Argument seperator. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "&". * @return argumentSeparator */ @@ -302,6 +312,7 @@ public String getArgumentSeparator() { * This is the setter method to the attribute. * Argument seperator. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "&". * @param argumentSeparator set the argumentSeparator. */ @@ -315,6 +326,7 @@ public void setArgumentSeparator(String argumentSeparator) { * Enable to buffer response body for inspection. * Field deprecated in 18.2.2. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return bufferResponseBodyForInspection */ @VsoMethod @@ -327,6 +339,7 @@ public Boolean getBufferResponseBodyForInspection() { * Enable to buffer response body for inspection. * Field deprecated in 18.2.2. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param bufferResponseBodyForInspection set the bufferResponseBodyForInspection. */ @VsoMethod @@ -341,6 +354,7 @@ public void setBufferResponseBodyForInspection(Boolean bufferResponseBodyForIns * Field deprecated in 18.1.5. * Field introduced in 17.2.1. * Unit is kb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return clientFileUploadMaxBodySize */ @VsoMethod @@ -355,6 +369,7 @@ public Integer getClientFileUploadMaxBodySize() { * Field deprecated in 18.1.5. * Field introduced in 17.2.1. * Unit is kb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param clientFileUploadMaxBodySize set the clientFileUploadMaxBodySize. */ @VsoMethod @@ -369,6 +384,7 @@ public void setClientFileUploadMaxBodySize(Integer clientFileUploadMaxBodySize) * Field deprecated in 18.1.5. * Field introduced in 17.2.1. * Unit is kb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return clientNonfileUploadMaxBodySize */ @VsoMethod @@ -383,6 +399,7 @@ public Integer getClientNonfileUploadMaxBodySize() { * Field deprecated in 18.1.5. * Field introduced in 17.2.1. * Unit is kb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param clientNonfileUploadMaxBodySize set the clientNonfileUploadMaxBodySize. */ @VsoMethod @@ -396,6 +413,7 @@ public void setClientNonfileUploadMaxBodySize(Integer clientNonfileUploadMaxBod * Allowed values are 1-32768. * Field introduced in 18.1.5, 18.2.1. * Unit is kb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 32. * @return clientRequestMaxBodySize */ @@ -410,6 +428,7 @@ public Integer getClientRequestMaxBodySize() { * Allowed values are 1-32768. * Field introduced in 18.1.5, 18.2.1. * Unit is kb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 32. * @param clientRequestMaxBodySize set the clientRequestMaxBodySize. */ @@ -424,6 +443,7 @@ public void setClientRequestMaxBodySize(Integer clientRequestMaxBodySize) { * Configure thresholds for confidence labels. * Field deprecated in 20.1.1. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return confidenceOverride */ @VsoMethod @@ -437,6 +457,7 @@ public AppLearningConfidenceOverride getConfidenceOverride() { * Configure thresholds for confidence labels. * Field deprecated in 20.1.1. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param confidenceOverride set the confidenceOverride. */ @VsoMethod @@ -453,6 +474,7 @@ public void setConfidenceOverride(AppLearningConfidenceOverride confidenceOverri * If the request's content-type matches an entry, its request body parser will run and no other parser will be invoked. * Field introduced in 21.1.3. * Maximum of 256 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 contentTypeMappings */ @@ -470,6 +492,7 @@ public List getContentTypeMappings() { * If the request's content-type matches an entry, its request body parser will run and no other parser will be invoked. * Field introduced in 21.1.3. * Maximum of 256 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 contentTypeMappings */ @@ -487,6 +510,7 @@ public void setContentTypeMappings(List contentTypeMappi * If the request's content-type matches an entry, its request body parser will run and no other parser will be invoked. * Field introduced in 21.1.3. * Maximum of 256 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 contentTypeMappings */ @@ -506,6 +530,7 @@ public WafConfig addContentTypeMappingsItem(WafContentTypeMapping contentTypeMap * 1 for version 1 cookies. * Allowed values are 0-1. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @return cookieFormatVersion */ @@ -520,6 +545,7 @@ public Integer getCookieFormatVersion() { * 1 for version 1 cookies. * Allowed values are 0-1. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 0. * @param cookieFormatVersion set the cookieFormatVersion. */ @@ -535,6 +561,7 @@ public void setCookieFormatVersion(Integer cookieFormatVersion) { * Rules will be programmed in dedicated waf learning group. * Field deprecated in 20.1.1. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return enableAutoRuleUpdates */ @VsoMethod @@ -549,6 +576,7 @@ public Boolean getEnableAutoRuleUpdates() { * Rules will be programmed in dedicated waf learning group. * Field deprecated in 20.1.1. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param enableAutoRuleUpdates set the enableAutoRuleUpdates. */ @VsoMethod @@ -560,6 +588,7 @@ public void setEnableAutoRuleUpdates(Boolean enableAutoRuleUpdates) { * This is the getter method this will return the attribute value. * Ignore request body parsing errors due to partial scanning. * Field introduced in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return ignoreIncompleteRequestBodyError */ @@ -572,6 +601,7 @@ public Boolean getIgnoreIncompleteRequestBodyError() { * This is the setter method to the attribute. * Ignore request body parsing errors due to partial scanning. * Field introduced in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param ignoreIncompleteRequestBodyError set the ignoreIncompleteRequestBodyError. */ @@ -586,6 +616,7 @@ public void setIgnoreIncompleteRequestBodyError(Boolean ignoreIncompleteRequest * Parameters for tuning application learning. * Field deprecated in 20.1.1. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return learningParams */ @VsoMethod @@ -599,6 +630,7 @@ public AppLearningParams getLearningParams() { * Parameters for tuning application learning. * Field deprecated in 20.1.1. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param learningParams set the learningParams. */ @VsoMethod @@ -619,6 +651,7 @@ public void setLearningParams(AppLearningParams learningParams) { * Allowed values are 0-5000. * Field introduced in 17.2.12, 18.1.2. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 50. * @return maxExecutionTime */ @@ -640,6 +673,7 @@ public Integer getMaxExecutionTime() { * Allowed values are 0-5000. * Field introduced in 17.2.12, 18.1.2. * Unit is milliseconds. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 50. * @param maxExecutionTime set the maxExecutionTime. */ @@ -654,6 +688,7 @@ public void setMaxExecutionTime(Integer maxExecutionTime) { * Enum options - CONFIDENCE_VERY_HIGH, CONFIDENCE_HIGH, CONFIDENCE_PROBABLE, CONFIDENCE_LOW, CONFIDENCE_NONE. * Field deprecated in 20.1.1. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return minConfidence */ @VsoMethod @@ -667,6 +702,7 @@ public String getMinConfidence() { * Enum options - CONFIDENCE_VERY_HIGH, CONFIDENCE_HIGH, CONFIDENCE_PROBABLE, CONFIDENCE_LOW, CONFIDENCE_NONE. * Field deprecated in 20.1.1. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param minConfidence set the minConfidence. */ @VsoMethod @@ -678,6 +714,7 @@ public void setMinConfidence(String minConfidence) { * This is the getter method this will return the attribute value. * Limit cpu utilization for each regular expression match when processing rules. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30000. * @return regexMatchLimit */ @@ -690,6 +727,7 @@ public Integer getRegexMatchLimit() { * This is the setter method to the attribute. * Limit cpu utilization for each regular expression match when processing rules. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 30000. * @param regexMatchLimit set the regexMatchLimit. */ @@ -702,6 +740,7 @@ public void setRegexMatchLimit(Integer regexMatchLimit) { * This is the getter method this will return the attribute value. * Limit depth of recursion for each regular expression match when processing rules. * Field introduced in 18.2.9. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @return regexRecursionLimit */ @@ -714,6 +753,7 @@ public Integer getRegexRecursionLimit() { * This is the setter method to the attribute. * Limit depth of recursion for each regular expression match when processing rules. * Field introduced in 18.2.9. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 10000. * @param regexRecursionLimit set the regexRecursionLimit. */ @@ -726,6 +766,7 @@ public void setRegexRecursionLimit(Integer regexRecursionLimit) { * This is the getter method this will return the attribute value. * Waf default action for request body phase. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "phase:2,deny,status:403,log,auditlog". * @return requestBodyDefaultAction */ @@ -738,6 +779,7 @@ public String getRequestBodyDefaultAction() { * This is the setter method to the attribute. * Waf default action for request body phase. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "phase:2,deny,status:403,log,auditlog". * @param requestBodyDefaultAction set the requestBodyDefaultAction. */ @@ -750,6 +792,7 @@ public void setRequestBodyDefaultAction(String requestBodyDefaultAction) { * This is the getter method this will return the attribute value. * Waf default action for request header phase. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "phase:1,deny,status:403,log,auditlog". * @return requestHdrDefaultAction */ @@ -762,6 +805,7 @@ public String getRequestHdrDefaultAction() { * This is the setter method to the attribute. * Waf default action for request header phase. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "phase:1,deny,status:403,log,auditlog". * @param requestHdrDefaultAction set the requestHdrDefaultAction. */ @@ -774,6 +818,7 @@ public void setRequestHdrDefaultAction(String requestHdrDefaultAction) { * This is the getter method this will return the attribute value. * Waf default action for response body phase. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "phase:4,deny,status:403,log,auditlog". * @return responseBodyDefaultAction */ @@ -786,6 +831,7 @@ public String getResponseBodyDefaultAction() { * This is the setter method to the attribute. * Waf default action for response body phase. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "phase:4,deny,status:403,log,auditlog". * @param responseBodyDefaultAction set the responseBodyDefaultAction. */ @@ -798,6 +844,7 @@ public void setResponseBodyDefaultAction(String responseBodyDefaultAction) { * This is the getter method this will return the attribute value. * Waf default action for response header phase. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "phase:3,deny,status:403,log,auditlog". * @return responseHdrDefaultAction */ @@ -810,6 +857,7 @@ public String getResponseHdrDefaultAction() { * This is the setter method to the attribute. * Waf default action for response header phase. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "phase:3,deny,status:403,log,auditlog". * @param responseHdrDefaultAction set the responseHdrDefaultAction. */ @@ -822,6 +870,7 @@ public void setResponseHdrDefaultAction(String responseHdrDefaultAction) { * This is the getter method this will return the attribute value. * Waf restricted file extensions. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return restrictedExtensions */ @@ -834,6 +883,7 @@ public List getRestrictedExtensions() { * This is the setter method. this will set the restrictedExtensions * Waf restricted file extensions. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return restrictedExtensions */ @@ -846,6 +896,7 @@ public void setRestrictedExtensions(List restrictedExtensions) { * This is the setter method this will set the restrictedExtensions * Waf restricted file extensions. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return restrictedExtensions */ @@ -863,6 +914,7 @@ public WafConfig addRestrictedExtensionsItem(String restrictedExtensionsItem) { * This is the getter method this will return the attribute value. * Waf restricted http headers. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return restrictedHeaders */ @@ -875,6 +927,7 @@ public List getRestrictedHeaders() { * This is the setter method. this will set the restrictedHeaders * Waf restricted http headers. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return restrictedHeaders */ @@ -887,6 +940,7 @@ public void setRestrictedHeaders(List restrictedHeaders) { * This is the setter method this will set the restrictedHeaders * Waf restricted http headers. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return restrictedHeaders */ @@ -904,6 +958,7 @@ public WafConfig addRestrictedHeadersItem(String restrictedHeadersItem) { * This is the getter method this will return the attribute value. * Whether or not to send waf status in a request header to pool servers. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return sendStatusHeader */ @@ -916,6 +971,7 @@ public Boolean getSendStatusHeader() { * This is the setter method to the attribute. * Whether or not to send waf status in a request header to pool servers. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param sendStatusHeader set the sendStatusHeader. */ @@ -930,6 +986,7 @@ public void setSendStatusHeader(Boolean sendStatusHeader) { * Allowed values are 1-32768. * Field introduced in 17.2.1. * Unit is kb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @return serverResponseMaxBodySize */ @@ -944,6 +1001,7 @@ public Integer getServerResponseMaxBodySize() { * Allowed values are 1-32768. * Field introduced in 17.2.1. * Unit is kb. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 128. * @param serverResponseMaxBodySize set the serverResponseMaxBodySize. */ @@ -957,6 +1015,7 @@ public void setServerResponseMaxBodySize(Integer serverResponseMaxBodySize) { * Waf static file extensions. * Get and head requests with no query args and one of these extensions are allowed and not checked by the ruleset. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return staticExtensions */ @@ -970,6 +1029,7 @@ public List getStaticExtensions() { * Waf static file extensions. * Get and head requests with no query args and one of these extensions are allowed and not checked by the ruleset. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return staticExtensions */ @@ -983,6 +1043,7 @@ public void setStaticExtensions(List staticExtensions) { * Waf static file extensions. * Get and head requests with no query args and one of these extensions are allowed and not checked by the ruleset. * Field introduced in 17.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return staticExtensions */ @@ -1004,6 +1065,7 @@ public WafConfig addStaticExtensionsItem(String staticExtensionsItem) { * HTTP_RESPONSE_CODE_301, HTTP_RESPONSE_CODE_302, HTTP_RESPONSE_CODE_303, HTTP_RESPONSE_CODE_304, HTTP_RESPONSE_CODE_305, HTTP_RESPONSE_CODE_307, * HTTP_RESPONSE_CODE_400, HTTP_RESPONSE_CODE_401, HTTP_RESPONSE_CODE_402... * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "HTTP_RESPONSE_CODE_403". * @return statusCodeForRejectedRequests */ @@ -1020,6 +1082,7 @@ public String getStatusCodeForRejectedRequests() { * HTTP_RESPONSE_CODE_301, HTTP_RESPONSE_CODE_302, HTTP_RESPONSE_CODE_303, HTTP_RESPONSE_CODE_304, HTTP_RESPONSE_CODE_305, HTTP_RESPONSE_CODE_307, * HTTP_RESPONSE_CODE_400, HTTP_RESPONSE_CODE_401, HTTP_RESPONSE_CODE_402... * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "HTTP_RESPONSE_CODE_403". * @param statusCodeForRejectedRequests set the statusCodeForRejectedRequests. */ @@ -1032,6 +1095,7 @@ public void setStatusCodeForRejectedRequests(String statusCodeForRejectedReques * This is the getter method this will return the attribute value. * The name of the request header indicating waf evaluation status to pool servers. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "X-WAF-Result". * @return statusHeaderName */ @@ -1044,6 +1108,7 @@ public String getStatusHeaderName() { * This is the setter method to the attribute. * The name of the request header indicating waf evaluation status to pool servers. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "X-WAF-Result". * @param statusHeaderName set the statusHeaderName. */ @@ -1056,6 +1121,7 @@ public void setStatusHeaderName(String statusHeaderName) { * This is the getter method this will return the attribute value. * Block or flag xml requests referring to external entities. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return xmlXxeProtection */ @@ -1068,6 +1134,7 @@ public Boolean getXmlXxeProtection() { * This is the setter method to the attribute. * Block or flag xml requests referring to external entities. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param xmlXxeProtection set the xmlXxeProtection. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafContentTypeMapping.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafContentTypeMapping.java index ab23cc19..c04ebe19 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafContentTypeMapping.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafContentTypeMapping.java @@ -39,6 +39,7 @@ public class WafContentTypeMapping extends AviRestResource { * Request content-type. * When it is equal to request content-type header value, the specified request_body_parser is used. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return contentType */ @@ -52,6 +53,7 @@ public String getContentType() { * Request content-type. * When it is equal to request content-type header value, the specified request_body_parser is used. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param contentType set the contentType. */ @@ -66,6 +68,7 @@ public void setContentType(String contentType) { * Enum options - WAF_REQUEST_PARSER_URLENCODED, WAF_REQUEST_PARSER_MULTIPART, WAF_REQUEST_PARSER_JSON, WAF_REQUEST_PARSER_XML, * WAF_REQUEST_PARSER_HANDLE_AS_STRING, WAF_REQUEST_PARSER_DO_NOT_PARSE. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return requestBodyParser */ @@ -80,6 +83,7 @@ public String getRequestBodyParser() { * Enum options - WAF_REQUEST_PARSER_URLENCODED, WAF_REQUEST_PARSER_MULTIPART, WAF_REQUEST_PARSER_JSON, WAF_REQUEST_PARSER_XML, * WAF_REQUEST_PARSER_HANDLE_AS_STRING, WAF_REQUEST_PARSER_DO_NOT_PARSE. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param requestBodyParser set the requestBodyParser. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafCrsConfig.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafCrsConfig.java index 404bceca..2b305a93 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafCrsConfig.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafCrsConfig.java @@ -38,8 +38,8 @@ public class WafCrsConfig extends AviRestResource { * This is the getter method this will return the attribute value. * Enable to automatically download new waf signatures/crs version to the controller. * Field introduced in 21.1.1. - * Allowed in basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise(allowed values- false) edition, enterprise - * edition. + * Allowed in enterprise edition only with addon license, 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 enableAutoDownloadWafSignatures */ @@ -52,8 +52,8 @@ public Boolean getEnableAutoDownloadWafSignatures() { * This is the setter method to the attribute. * Enable to automatically download new waf signatures/crs version to the controller. * Field introduced in 21.1.1. - * Allowed in basic(allowed values- false) edition, essentials(allowed values- false) edition, enterprise(allowed values- false) edition, enterprise - * edition. + * Allowed in enterprise edition only with addon license, 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 enableAutoDownloadWafSignatures set the enableAutoDownloadWafSignatures. */ @@ -66,8 +66,9 @@ public void setEnableAutoDownloadWafSignatures(Boolean enableAutoDownloadWafSig * This is the getter method this will return the attribute value. * Enable event notifications when new waf signatures/crs versions are available. * Field introduced in 21.1.1. - * Allowed in 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 enableWafSignaturesNotifications */ @VsoMethod @@ -79,8 +80,9 @@ public Boolean getEnableWafSignaturesNotifications() { * This is the setter method to the attribute. * Enable event notifications when new waf signatures/crs versions are available. * Field introduced in 21.1.1. - * Allowed in 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 enableWafSignaturesNotifications set the enableWafSignaturesNotifications. */ @VsoMethod diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafDataFile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafDataFile.java index 03b5f807..d0a6427a 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafDataFile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafDataFile.java @@ -42,6 +42,7 @@ public class WafDataFile extends AviRestResource { * This is the getter method this will return the attribute value. * Stringified waf file data. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return data */ @@ -54,6 +55,7 @@ public String getData() { * This is the setter method to the attribute. * Stringified waf file data. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param data set the data. */ @@ -66,6 +68,7 @@ public void setData(String data) { * This is the getter method this will return the attribute value. * Waf data file name. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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. * Waf data file name. * 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. */ @@ -91,6 +95,7 @@ public void setName(String name) { * Waf data file type. * Enum options - WAF_DATAFILE_PM_FROM_FILE, WAF_DATAFILE_DTD, WAF_DATAFILE_XSD. * 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 "WAF_DATAFILE_PM_FROM_FILE". * @return type */ @@ -104,6 +109,7 @@ public String getType() { * Waf data file type. * Enum options - WAF_DATAFILE_PM_FROM_FILE, WAF_DATAFILE_DTD, WAF_DATAFILE_XSD. * 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 "WAF_DATAFILE_PM_FROM_FILE". * @param type set the type. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafExcludeListEntry.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafExcludeListEntry.java index dada5efa..89b21585 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafExcludeListEntry.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafExcludeListEntry.java @@ -57,6 +57,7 @@ public class WafExcludeListEntry extends AviRestResource { * This is the getter method this will return the attribute value. * Client ip subnet to exclude for waf rules. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return clientSubnet */ @@ -69,6 +70,7 @@ public IpAddrPrefix getClientSubnet() { * This is the setter method to the attribute. * Client ip subnet to exclude for waf rules. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param clientSubnet set the clientSubnet. */ @@ -81,6 +83,7 @@ public void setClientSubnet(IpAddrPrefix clientSubnet) { * This is the getter method this will return the attribute value. * Free-text comment about this exclusion. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -93,6 +96,7 @@ public String getDescription() { * This is the setter method to the attribute. * Free-text comment about this exclusion. * Field introduced in 18.2.6. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -107,6 +111,7 @@ public void setDescription(String description) { * 'request_body', 'request_uri', 'request_uri_raw', 'request_cookies xxx', 'request_headers xxx', 'response_headers xxx' or xml xxx. * These match_elements in the http transaction (if present) will be excluded when executing waf rules. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchElement */ @@ -121,6 +126,7 @@ public String getMatchElement() { * 'request_body', 'request_uri', 'request_uri_raw', 'request_cookies xxx', 'request_headers xxx', 'response_headers xxx' or xml xxx. * These match_elements in the http transaction (if present) will be excluded when executing waf rules. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchElement set the matchElement. */ @@ -133,6 +139,7 @@ public void setMatchElement(String matchElement) { * This is the getter method this will return the attribute value. * Criteria for match_element matching. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchElementCriteria */ @@ -145,6 +152,7 @@ public WafExclusionType getMatchElementCriteria() { * This is the setter method to the attribute. * Criteria for match_element matching. * Field introduced in 18.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchElementCriteria set the matchElementCriteria. */ @@ -157,6 +165,7 @@ public void setMatchElementCriteria(WafExclusionType matchElementCriteria) { * This is the getter method this will return the attribute value. * Criteria for uri matching. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriMatchCriteria */ @@ -169,6 +178,7 @@ public WafExclusionType getUriMatchCriteria() { * This is the setter method to the attribute. * Criteria for uri matching. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uriMatchCriteria set the uriMatchCriteria. */ @@ -181,6 +191,7 @@ public void setUriMatchCriteria(WafExclusionType uriMatchCriteria) { * This is the getter method this will return the attribute value. * Uri path to exclude for waf rules. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uriPath */ @@ -193,6 +204,7 @@ public String getUriPath() { * This is the setter method to the attribute. * Uri path to exclude for waf rules. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uriPath set the uriPath. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafExclusionType.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafExclusionType.java index 17b1ca95..70788f95 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafExclusionType.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafExclusionType.java @@ -39,6 +39,7 @@ public class WafExclusionType extends AviRestResource { * Case sensitivity to use for the matching. * Enum options - SENSITIVE, INSENSITIVE. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SENSITIVE". * @return matchCase */ @@ -52,6 +53,7 @@ public String getMatchCase() { * Case sensitivity to use for the matching. * Enum options - SENSITIVE, INSENSITIVE. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "SENSITIVE". * @param matchCase set the matchCase. */ @@ -66,6 +68,7 @@ public void setMatchCase(String matchCase) { * Enum options - BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS, DOES_NOT_EQUAL, REGEX_MATCH, * REGEX_DOES_NOT_MATCH. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "EQUALS". * @return matchOp */ @@ -80,6 +83,7 @@ public String getMatchOp() { * Enum options - BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS, DOES_NOT_EQUAL, REGEX_MATCH, * REGEX_DOES_NOT_MATCH. * Field introduced in 17.2.8. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "EQUALS". * @param matchOp set the matchOp. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafLearning.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafLearning.java index 4d9f5eb2..b5d50e62 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafLearning.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafLearning.java @@ -52,6 +52,7 @@ public class WafLearning extends AviRestResource { * Allowed values are 3-255. * Field deprecated in 18.2.3. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return argSummarizationThreshold */ @VsoMethod @@ -65,6 +66,7 @@ public Integer getArgSummarizationThreshold() { * Allowed values are 3-255. * Field deprecated in 18.2.3. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param argSummarizationThreshold set the argSummarizationThreshold. */ @VsoMethod @@ -79,6 +81,7 @@ public void setArgSummarizationThreshold(Integer argSummarizationThreshold) { * Field deprecated in 18.2.3. * Field introduced in 18.1.2. * Unit is percent. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return confidence */ @VsoMethod @@ -93,6 +96,7 @@ public Integer getConfidence() { * Field deprecated in 18.2.3. * Field introduced in 18.1.2. * Unit is percent. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param confidence set the confidence. */ @VsoMethod @@ -105,6 +109,7 @@ public void setConfidence(Integer confidence) { * Enable learning for waf policy. * Field deprecated in 18.2.3. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return enable */ @VsoMethod @@ -117,6 +122,7 @@ public Boolean getEnable() { * Enable learning for waf policy. * Field deprecated in 18.2.3. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param enable set the enable. */ @VsoMethod @@ -130,6 +136,7 @@ public void setEnable(Boolean enable) { * Allowed values are 3-255. * Field deprecated in 18.2.3. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return pathSummarizationThreshold */ @VsoMethod @@ -143,6 +150,7 @@ public Integer getPathSummarizationThreshold() { * Allowed values are 3-255. * Field deprecated in 18.2.3. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param pathSummarizationThreshold set the pathSummarizationThreshold. */ @VsoMethod @@ -157,6 +165,7 @@ public void setPathSummarizationThreshold(Integer pathSummarizationThreshold) { * Field deprecated in 18.2.3. * Field introduced in 18.1.2. * Unit is percent. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return samplingPercent */ @VsoMethod @@ -171,6 +180,7 @@ public Integer getSamplingPercent() { * Field deprecated in 18.2.3. * Field introduced in 18.1.2. * Unit is percent. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param samplingPercent set the samplingPercent. */ @VsoMethod diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafLog.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafLog.java index 3ee2e270..d9180376 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafLog.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafLog.java @@ -122,6 +122,7 @@ public class WafLog extends AviRestResource { * This is the getter method this will return the attribute value. * Set to true if there are allowlist rules in the policy. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return allowlistConfigured */ @@ -134,6 +135,7 @@ public Boolean getAllowlistConfigured() { * This is the setter method to the attribute. * Set to true if there are allowlist rules in the policy. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param allowlistConfigured set the allowlistConfigured. */ @@ -146,6 +148,7 @@ public void setAllowlistConfigured(Boolean allowlistConfigured) { * This is the getter method this will return the attribute value. * Log entries generated by waf allowlist rules. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowlistLogs */ @@ -158,6 +161,7 @@ public List getAllowlistLogs() { * This is the setter method. this will set the allowlistLogs * Log entries generated by waf allowlist rules. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowlistLogs */ @@ -170,6 +174,7 @@ public void setAllowlistLogs(List allowlistLogs) { * This is the setter method this will set the allowlistLogs * Log entries generated by waf allowlist rules. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowlistLogs */ @@ -187,6 +192,7 @@ public WafLog addAllowlistLogsItem(WafAllowlistLog allowlistLogsItem) { * This is the getter method this will return the attribute value. * Set to true if allowlist rules were processed. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return allowlistProcessed */ @@ -199,6 +205,7 @@ public Boolean getAllowlistProcessed() { * This is the setter method to the attribute. * Set to true if allowlist rules were processed. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param allowlistProcessed set the allowlistProcessed. */ @@ -211,6 +218,7 @@ public void setAllowlistProcessed(Boolean allowlistProcessed) { * This is the getter method this will return the attribute value. * Log entries generated by application specific signature rules. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return applicationRuleLogs */ @@ -223,6 +231,7 @@ public List getApplicationRuleLogs() { * This is the setter method. this will set the applicationRuleLogs * Log entries generated by application specific signature rules. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return applicationRuleLogs */ @@ -235,6 +244,7 @@ public void setApplicationRuleLogs(List applicationRuleLogs) { * This is the setter method this will set the applicationRuleLogs * Log entries generated by application specific signature rules. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return applicationRuleLogs */ @@ -252,6 +262,7 @@ public WafLog addApplicationRuleLogsItem(WafRuleLog applicationRuleLogsItem) { * This is the getter method this will return the attribute value. * Set to true if there are application specific signature rules in the policy. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return applicationRulesConfigured */ @@ -264,6 +275,7 @@ public Boolean getApplicationRulesConfigured() { * This is the setter method to the attribute. * Set to true if there are application specific signature rules in the policy. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param applicationRulesConfigured set the applicationRulesConfigured. */ @@ -277,6 +289,7 @@ public void setApplicationRulesConfigured(Boolean applicationRulesConfigured) { * Set to true if application specific signature rules were executed. * Field deprecated in 20.1.3. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return applicationRulesExecuted */ @VsoMethod @@ -289,6 +302,7 @@ public Boolean getApplicationRulesExecuted() { * Set to true if application specific signature rules were executed. * Field deprecated in 20.1.3. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param applicationRulesExecuted set the applicationRulesExecuted. */ @VsoMethod @@ -300,6 +314,7 @@ public void setApplicationRulesExecuted(Boolean applicationRulesExecuted) { * This is the getter method this will return the attribute value. * Set to true if application specific signature rules were processed. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return applicationRulesProcessed */ @@ -312,6 +327,7 @@ public Boolean getApplicationRulesProcessed() { * This is the setter method to the attribute. * Set to true if application specific signature rules were processed. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param applicationRulesProcessed set the applicationRulesProcessed. */ @@ -324,6 +340,7 @@ public void setApplicationRulesProcessed(Boolean applicationRulesProcessed) { * This is the getter method this will return the attribute value. * Latency (in microseconds) in waf request body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return latencyRequestBodyPhase */ @@ -336,6 +353,7 @@ public Integer getLatencyRequestBodyPhase() { * This is the setter method to the attribute. * Latency (in microseconds) in waf request body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param latencyRequestBodyPhase set the latencyRequestBodyPhase. */ @@ -348,6 +366,7 @@ public void setLatencyRequestBodyPhase(Integer latencyRequestBodyPhase) { * This is the getter method this will return the attribute value. * Latency (in microseconds) in waf request header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return latencyRequestHeaderPhase */ @@ -360,6 +379,7 @@ public Integer getLatencyRequestHeaderPhase() { * This is the setter method to the attribute. * Latency (in microseconds) in waf request header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param latencyRequestHeaderPhase set the latencyRequestHeaderPhase. */ @@ -372,6 +392,7 @@ public void setLatencyRequestHeaderPhase(Integer latencyRequestHeaderPhase) { * This is the getter method this will return the attribute value. * Latency (in microseconds) in waf response body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return latencyResponseBodyPhase */ @@ -384,6 +405,7 @@ public Integer getLatencyResponseBodyPhase() { * This is the setter method to the attribute. * Latency (in microseconds) in waf response body phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param latencyResponseBodyPhase set the latencyResponseBodyPhase. */ @@ -396,6 +418,7 @@ public void setLatencyResponseBodyPhase(Integer latencyResponseBodyPhase) { * This is the getter method this will return the attribute value. * Latency (in microseconds) in waf response header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return latencyResponseHeaderPhase */ @@ -408,6 +431,7 @@ public Integer getLatencyResponseHeaderPhase() { * This is the setter method to the attribute. * Latency (in microseconds) in waf response header phase. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param latencyResponseHeaderPhase set the latencyResponseHeaderPhase. */ @@ -420,6 +444,7 @@ public void setLatencyResponseHeaderPhase(Integer latencyResponseHeaderPhase) { * This is the getter method this will return the attribute value. * Set to true if there are positive security model rules in the policy. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return psmConfigured */ @@ -432,6 +457,7 @@ public Boolean getPsmConfigured() { * This is the setter method to the attribute. * Set to true if there are positive security model rules in the policy. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param psmConfigured set the psmConfigured. */ @@ -445,6 +471,7 @@ public void setPsmConfigured(Boolean psmConfigured) { * Set to true if positive security model rules were executed. * Field deprecated in 20.1.3. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return psmExecuted */ @VsoMethod @@ -457,6 +484,7 @@ public Boolean getPsmExecuted() { * Set to true if positive security model rules were executed. * Field deprecated in 20.1.3. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param psmExecuted set the psmExecuted. */ @VsoMethod @@ -468,6 +496,7 @@ public void setPsmExecuted(Boolean psmExecuted) { * This is the getter method this will return the attribute value. * Log entries generated by waf positive security model. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return psmLogs */ @@ -480,6 +509,7 @@ public List getPsmLogs() { * This is the setter method. this will set the psmLogs * Log entries generated by waf positive security model. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return psmLogs */ @@ -492,6 +522,7 @@ public void setPsmLogs(List psmLogs) { * This is the setter method this will set the psmLogs * Log entries generated by waf positive security model. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return psmLogs */ @@ -509,6 +540,7 @@ public WafLog addPsmLogsItem(WafPSMLog psmLogsItem) { * This is the getter method this will return the attribute value. * Set to true if positive security model rules were processed. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return psmProcessed */ @@ -521,6 +553,7 @@ public Boolean getPsmProcessed() { * This is the setter method to the attribute. * Set to true if positive security model rules were processed. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param psmProcessed set the psmProcessed. */ @@ -532,6 +565,7 @@ public void setPsmProcessed(Boolean psmProcessed) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleLogs */ @@ -543,6 +577,7 @@ public List getRuleLogs() { /** * This is the setter method. this will set the ruleLogs * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleLogs */ @@ -554,6 +589,7 @@ public void setRuleLogs(List ruleLogs) { /** * This is the setter method this will set the ruleLogs * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleLogs */ @@ -571,6 +607,7 @@ public WafLog addRuleLogsItem(WafRuleLog ruleLogsItem) { * This is the getter method this will return the attribute value. * Set to true if there are modsecurity rules in the policy. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return rulesConfigured */ @@ -583,6 +620,7 @@ public Boolean getRulesConfigured() { * This is the setter method to the attribute. * Set to true if there are modsecurity rules in the policy. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param rulesConfigured set the rulesConfigured. */ @@ -596,6 +634,7 @@ public void setRulesConfigured(Boolean rulesConfigured) { * Set to true if modsecurity rules were executed. * Field deprecated in 20.1.3. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return rulesExecuted */ @VsoMethod @@ -608,6 +647,7 @@ public Boolean getRulesExecuted() { * Set to true if modsecurity rules were executed. * Field deprecated in 20.1.3. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param rulesExecuted set the rulesExecuted. */ @VsoMethod @@ -619,6 +659,7 @@ public void setRulesExecuted(Boolean rulesExecuted) { * This is the getter method this will return the attribute value. * Set to true if modsecurity rules were processed. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return rulesProcessed */ @@ -631,6 +672,7 @@ public Boolean getRulesProcessed() { * This is the setter method to the attribute. * Set to true if modsecurity rules were processed. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param rulesProcessed set the rulesProcessed. */ @@ -645,6 +687,7 @@ public void setRulesProcessed(Boolean rulesProcessed) { * dropped by the waf module. * Enum options - NO_WAF, FLAGGED, PASSED, REJECTED, WHITELISTED, BYPASSED. * 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 null. * @return status */ @@ -659,6 +702,7 @@ public String getStatus() { * dropped by the waf module. * Enum options - NO_WAF, FLAGGED, PASSED, REJECTED, WHITELISTED, BYPASSED. * 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 null. * @param status set the status. */ @@ -672,6 +716,7 @@ public void setStatus(String status) { * Set to true if there are whitelist rules in the policy. * Field deprecated in 20.1.3. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return whitelistConfigured */ @VsoMethod @@ -684,6 +729,7 @@ public Boolean getWhitelistConfigured() { * Set to true if there are whitelist rules in the policy. * Field deprecated in 20.1.3. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param whitelistConfigured set the whitelistConfigured. */ @VsoMethod @@ -696,6 +742,7 @@ public void setWhitelistConfigured(Boolean whitelistConfigured) { * Set to true if whitelist rules were executed. * Field deprecated in 20.1.3. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return whitelistExecuted */ @VsoMethod @@ -708,6 +755,7 @@ public Boolean getWhitelistExecuted() { * Set to true if whitelist rules were executed. * Field deprecated in 20.1.3. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param whitelistExecuted set the whitelistExecuted. */ @VsoMethod @@ -720,6 +768,7 @@ public void setWhitelistExecuted(Boolean whitelistExecuted) { * Log entries generated by waf whitelist rules. * Field deprecated in 20.1.3. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return whitelistLogs */ @VsoMethod @@ -732,6 +781,7 @@ public List getWhitelistLogs() { * Log entries generated by waf whitelist rules. * Field deprecated in 20.1.3. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return whitelistLogs */ @VsoMethod @@ -744,6 +794,7 @@ public void setWhitelistLogs(List whitelistLogs) { * Log entries generated by waf whitelist rules. * Field deprecated in 20.1.3. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return whitelistLogs */ @VsoMethod diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPSMLocation.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPSMLocation.java index ccfc2c68..ae1dec68 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPSMLocation.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPSMLocation.java @@ -51,6 +51,7 @@ public class WafPSMLocation extends AviRestResource { * This is the getter method this will return the attribute value. * Free-text comment about this location. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -63,6 +64,7 @@ public String getDescription() { * This is the setter method to the attribute. * Free-text comment about this location. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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. * Location index, this is used to determine the order of the locations. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -87,6 +90,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Location index, this is used to determine the order of the locations. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -99,6 +103,7 @@ public void setIndex(Integer index) { * This is the getter method this will return the attribute value. * Apply these rules only if the request is matching this description. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return match */ @@ -111,6 +116,7 @@ public WafPSMLocationMatch getMatch() { * This is the setter method to the attribute. * Apply these rules only if the request is matching this description. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param match set the match. */ @@ -123,6 +129,7 @@ public void setMatch(WafPSMLocationMatch match) { * This is the getter method this will return the attribute value. * User defined name for this location, it must be unique in the group. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -135,6 +142,7 @@ public String getName() { * This is the setter method to the attribute. * User defined name for this location, it must be unique in the group. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -147,6 +155,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * A list of rules which should be applied on this location. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -159,6 +168,7 @@ public List getRules() { * This is the setter method. this will set the rules * A list of rules which should be applied on this location. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -171,6 +181,7 @@ public void setRules(List rules) { * This is the setter method this will set the rules * A list of rules which should be applied on this location. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/WafPSMLocationMatch.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPSMLocationMatch.java index 8aec4a44..f6189ddd 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPSMLocationMatch.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPSMLocationMatch.java @@ -46,6 +46,7 @@ public class WafPSMLocationMatch extends AviRestResource { * Apply the rules only to requests that match the specified host header. * If this is not set, the host header will not be checked. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return host */ @@ -59,6 +60,7 @@ public HostHdrMatch getHost() { * Apply the rules only to requests that match the specified host header. * If this is not set, the host header will not be checked. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param host set the host. */ @@ -72,6 +74,7 @@ public void setHost(HostHdrMatch host) { * Apply the rules only to requests that have the specified methods. * If this is not set, the method will not be checked. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return methods */ @@ -85,6 +88,7 @@ public MethodMatch getMethods() { * Apply the rules only to requests that have the specified methods. * If this is not set, the method will not be checked. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param methods set the methods. */ @@ -98,6 +102,7 @@ public void setMethods(MethodMatch methods) { * Apply the rules only to requests that match the specified uri. * If this is not set, the path will not be checked. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return path */ @@ -111,6 +116,7 @@ public PathMatch getPath() { * Apply the rules only to requests that match the specified uri. * If this is not set, the path will not be checked. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/WafPSMLog.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPSMLog.java index f75c90cf..97c1b924 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPSMLog.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPSMLog.java @@ -59,6 +59,7 @@ public class WafPSMLog extends AviRestResource { * Actions generated by this rule. * Enum options - WAF_ACTION_NO_OP, WAF_ACTION_BLOCK, WAF_ACTION_ALLOW_PARAMETER. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return actions */ @@ -72,6 +73,7 @@ public List getActions() { * Actions generated by this rule. * Enum options - WAF_ACTION_NO_OP, WAF_ACTION_BLOCK, WAF_ACTION_ALLOW_PARAMETER. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return actions */ @@ -85,6 +87,7 @@ public void setActions(List actions) { * Actions generated by this rule. * Enum options - WAF_ACTION_NO_OP, WAF_ACTION_BLOCK, WAF_ACTION_ALLOW_PARAMETER. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return actions */ @@ -102,6 +105,7 @@ public WafPSMLog addActionsItem(String actionsItem) { * This is the getter method this will return the attribute value. * Name of the psm group. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groupName */ @@ -114,6 +118,7 @@ public String getGroupName() { * This is the setter method to the attribute. * Name of the psm group. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param groupName set the groupName. */ @@ -126,6 +131,7 @@ public void setGroupName(String groupName) { * This is the getter method this will return the attribute value. * Uuid of the psm group. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groupUuid */ @@ -138,6 +144,7 @@ public String getGroupUuid() { * This is the setter method to the attribute. * Uuid of the psm group. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param groupUuid set the groupUuid. */ @@ -150,6 +157,7 @@ public void setGroupUuid(String groupUuid) { * This is the getter method this will return the attribute value. * Name of the psm location. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return location */ @@ -162,6 +170,7 @@ public String getLocation() { * This is the setter method to the attribute. * Name of the psm location. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param location set the location. */ @@ -174,6 +183,7 @@ public void setLocation(String location) { * This is the getter method this will return the attribute value. * Transaction data that matched the rule. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matches */ @@ -186,6 +196,7 @@ public List getMatches() { * This is the setter method. this will set the matches * Transaction data that matched the rule. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matches */ @@ -198,6 +209,7 @@ public void setMatches(List matches) { * This is the setter method this will set the matches * Transaction data that matched the rule. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matches */ @@ -215,6 +227,7 @@ public WafPSMLog addMatchesItem(WafRuleMatchData matchesItem) { * This is the getter method this will return the attribute value. * Rule id of the matching rule. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleId */ @@ -227,6 +240,7 @@ public String getRuleId() { * This is the setter method to the attribute. * Rule id of the matching rule. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ruleId set the ruleId. */ @@ -239,6 +253,7 @@ public void setRuleId(String ruleId) { * This is the getter method this will return the attribute value. * Name of the matching rule. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleName */ @@ -251,6 +266,7 @@ public String getRuleName() { * This is the setter method to the attribute. * Name of the matching rule. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/WafPSMMatchElement.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPSMMatchElement.java index 332d46e5..7d4f38fb 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPSMMatchElement.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPSMMatchElement.java @@ -54,6 +54,7 @@ public class WafPSMMatchElement extends AviRestResource { * This is the getter method this will return the attribute value. * Mark this element excluded, like in '!args password'. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return excluded */ @@ -66,6 +67,7 @@ public Boolean getExcluded() { * This is the setter method to the attribute. * Mark this element excluded, like in '!args password'. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param excluded set the excluded. */ @@ -78,6 +80,7 @@ public void setExcluded(Boolean excluded) { * This is the getter method this will return the attribute value. * Match_element index. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -90,6 +93,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Match_element index. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -103,6 +107,7 @@ public void setIndex(Integer index) { * Case sensitivity of match_op operation. * Enum options - SENSITIVE, INSENSITIVE. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @return matchCase */ @@ -116,6 +121,7 @@ public String getMatchCase() { * Case sensitivity of match_op operation. * Enum options - SENSITIVE, INSENSITIVE. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @param matchCase set the matchCase. */ @@ -131,6 +137,7 @@ public void setMatchCase(String matchCase) { * Enum options - BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS, DOES_NOT_EQUAL, REGEX_MATCH, * REGEX_DOES_NOT_MATCH. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "EQUALS". * @return matchOp */ @@ -146,6 +153,7 @@ public String getMatchOp() { * Enum options - BEGINS_WITH, DOES_NOT_BEGIN_WITH, CONTAINS, DOES_NOT_CONTAIN, ENDS_WITH, DOES_NOT_END_WITH, EQUALS, DOES_NOT_EQUAL, REGEX_MATCH, * REGEX_DOES_NOT_MATCH. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "EQUALS". * @param matchOp set the matchOp. */ @@ -162,6 +170,7 @@ public void setMatchOp(String matchOp) { * Enum options - WAF_VARIABLE_ARGS, WAF_VARIABLE_ARGS_GET, WAF_VARIABLE_ARGS_POST, WAF_VARIABLE_ARGS_NAMES, WAF_VARIABLE_REQUEST_COOKIES, * WAF_VARIABLE_QUERY_STRING, WAF_VARIABLE_REQUEST_BASENAME, WAF_VARIABLE_REQUEST_URI, WAF_VARIABLE_PATH_INFO. * 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 name */ @@ -178,6 +187,7 @@ public String getName() { * Enum options - WAF_VARIABLE_ARGS, WAF_VARIABLE_ARGS_GET, WAF_VARIABLE_ARGS_POST, WAF_VARIABLE_ARGS_NAMES, WAF_VARIABLE_REQUEST_COOKIES, * WAF_VARIABLE_QUERY_STRING, WAF_VARIABLE_REQUEST_BASENAME, WAF_VARIABLE_REQUEST_URI, WAF_VARIABLE_PATH_INFO. * 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 name set the name. */ @@ -191,6 +201,7 @@ public void setName(String name) { * The name of the request collection element. * This can be empty, if we address the whole collection or a scalar element. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return subElement */ @@ -204,6 +215,7 @@ public String getSubElement() { * The name of the request collection element. * This can be empty, if we address the whole collection or a scalar element. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param subElement set the subElement. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPSMRule.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPSMRule.java index 34f0c4c7..9a75f10d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPSMRule.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPSMRule.java @@ -82,6 +82,7 @@ public class WafPSMRule extends AviRestResource { * This is the getter method this will return the attribute value. * Free-text comment about this rule. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -94,6 +95,7 @@ public String getDescription() { * This is the setter method to the attribute. * Free-text comment about this rule. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -106,6 +108,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Enable or disable this rule. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enable */ @@ -118,6 +121,7 @@ public Boolean getEnable() { * This is the setter method to the attribute. * Enable or disable this rule. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enable set the enable. */ @@ -130,6 +134,7 @@ public void setEnable(Boolean enable) { * This is the getter method this will return the attribute value. * Rule index, this is used to determine the order of the rules. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -142,6 +147,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Rule index, this is used to determine the order of the rules. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -155,6 +161,7 @@ public void setIndex(Integer index) { * The field match_value_pattern regular expression is case sensitive. * Enum options - SENSITIVE, INSENSITIVE. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @return matchCase */ @@ -168,6 +175,7 @@ public String getMatchCase() { * The field match_value_pattern regular expression is case sensitive. * Enum options - SENSITIVE, INSENSITIVE. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "INSENSITIVE". * @param matchCase set the matchCase. */ @@ -180,6 +188,7 @@ public void setMatchCase(String matchCase) { * This is the getter method this will return the attribute value. * The match elements, for example args id or args|!args password. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchElements */ @@ -192,6 +201,7 @@ public List getMatchElements() { * This is the setter method. this will set the matchElements * The match elements, for example args id or args|!args password. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchElements */ @@ -204,6 +214,7 @@ public void setMatchElements(List matchElements) { * This is the setter method this will set the matchElements * The match elements, for example args id or args|!args password. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchElements */ @@ -222,6 +233,7 @@ public WafPSMRule addMatchElementsItem(WafPSMMatchElement matchElementsItem) { * The maximum allowed length of the match_value. * If this is not set, the length will not be checked. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchValueMaxLength */ @@ -235,6 +247,7 @@ public Integer getMatchValueMaxLength() { * The maximum allowed length of the match_value. * If this is not set, the length will not be checked. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchValueMaxLength set the matchValueMaxLength. */ @@ -247,6 +260,7 @@ public void setMatchValueMaxLength(Integer matchValueMaxLength) { * This is the getter method this will return the attribute value. * A regular expression which describes the expected value. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchValuePattern */ @@ -259,6 +273,7 @@ public String getMatchValuePattern() { * This is the setter method to the attribute. * A regular expression which describes the expected value. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchValuePattern set the matchValuePattern. */ @@ -271,6 +286,7 @@ public void setMatchValuePattern(String matchValuePattern) { * This is the getter method this will return the attribute value. * If match_value_string_group_uuid and match_value_string_group_key are set, the referenced regular expression is used as match_value_pattern. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchValueStringGroupKey */ @@ -283,6 +299,7 @@ public String getMatchValueStringGroupKey() { * This is the setter method to the attribute. * If match_value_string_group_uuid and match_value_string_group_key are set, the referenced regular expression is used as match_value_pattern. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchValueStringGroupKey set the matchValueStringGroupKey. */ @@ -296,6 +313,7 @@ public void setMatchValueStringGroupKey(String matchValueStringGroupKey) { * The uuid of a string group containing key used in match_value_string_group_key. * It is a reference to an object of type stringgroup. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchValueStringGroupRef */ @@ -309,6 +327,7 @@ public String getMatchValueStringGroupRef() { * The uuid of a string group containing key used in match_value_string_group_key. * It is a reference to an object of type stringgroup. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchValueStringGroupRef set the matchValueStringGroupRef. */ @@ -325,6 +344,7 @@ public void setMatchValueStringGroupRef(String matchValueStringGroupRef) { * This only takes effect if the policy allows delegation. * Enum options - WAF_MODE_DETECTION_ONLY, WAF_MODE_ENFORCEMENT. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mode */ @@ -341,6 +361,7 @@ public String getMode() { * This only takes effect if the policy allows delegation. * Enum options - WAF_MODE_DETECTION_ONLY, WAF_MODE_ENFORCEMENT. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mode set the mode. */ @@ -353,6 +374,7 @@ public void setMode(String mode) { * This is the getter method this will return the attribute value. * Name of the rule. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -365,6 +387,7 @@ public String getName() { * This is the setter method to the attribute. * Name of the rule. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -379,6 +402,7 @@ public void setName(String name) { * This is used to select rules based on the paranoia-level. * Enum options - WAF_PARANOIA_LEVEL_LOW, WAF_PARANOIA_LEVEL_MEDIUM, WAF_PARANOIA_LEVEL_HIGH, WAF_PARANOIA_LEVEL_EXTREME. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WAF_PARANOIA_LEVEL_LOW". * @return paranoiaLevel */ @@ -393,6 +417,7 @@ public String getParanoiaLevel() { * This is used to select rules based on the paranoia-level. * Enum options - WAF_PARANOIA_LEVEL_LOW, WAF_PARANOIA_LEVEL_MEDIUM, WAF_PARANOIA_LEVEL_HIGH, WAF_PARANOIA_LEVEL_EXTREME. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WAF_PARANOIA_LEVEL_LOW". * @param paranoiaLevel set the paranoiaLevel. */ @@ -406,6 +431,7 @@ public void setParanoiaLevel(String paranoiaLevel) { * Id field which is used for log and metric generation. * This id must be unique for all rules in this group. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleId */ @@ -419,6 +445,7 @@ public String getRuleId() { * Id field which is used for log and metric generation. * This id must be unique for all rules in this group. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ruleId set the ruleId. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPolicy.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPolicy.java index 0f30c2f7..e136bdfe 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPolicy.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPolicy.java @@ -154,6 +154,7 @@ public class WafPolicy extends AviRestResource { * Allow rules to overwrite the policy mode. * This must be set if the policy mode is set to enforcement. * Field introduced in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return allowModeDelegation */ @@ -167,6 +168,7 @@ public Boolean getAllowModeDelegation() { * Allow rules to overwrite the policy mode. * This must be set if the policy mode is set to enforcement. * Field introduced in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param allowModeDelegation set the allowModeDelegation. */ @@ -180,6 +182,7 @@ public void setAllowModeDelegation(Boolean allowModeDelegation) { * A set of rules which describe conditions under which the request will bypass the waf. * This will be processed in the request header phase before any other waf related code. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return allowlist */ @@ -193,6 +196,7 @@ public WafPolicyAllowlist getAllowlist() { * A set of rules which describe conditions under which the request will bypass the waf. * This will be processed in the request header phase before any other waf related code. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param allowlist set the allowlist. */ @@ -205,6 +209,7 @@ public void setAllowlist(WafPolicyAllowlist allowlist) { * This is the getter method this will return the attribute value. * Application specific signatures. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return applicationSignatures */ @@ -217,6 +222,7 @@ public WafApplicationSignatures getApplicationSignatures() { * This is the setter method to the attribute. * Application specific signatures. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param applicationSignatures set the applicationSignatures. */ @@ -229,6 +235,7 @@ public void setApplicationSignatures(WafApplicationSignatures applicationSignatu * This is the getter method this will return the attribute value. * Configure thresholds for confidence labels. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return confidenceOverride */ @@ -241,6 +248,7 @@ public AppLearningConfidenceOverride getConfidenceOverride() { * This is the setter method to the attribute. * Configure thresholds for confidence labels. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param confidenceOverride set the confidenceOverride. */ @@ -253,6 +261,7 @@ public void setConfidenceOverride(AppLearningConfidenceOverride confidenceOverri * This is the getter method this will return the attribute value. * Creator name. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return createdBy */ @@ -265,6 +274,7 @@ public String getCreatedBy() { * This is the setter method to the attribute. * Creator name. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param createdBy set the createdBy. */ @@ -279,6 +289,7 @@ public void setCreatedBy(String createdBy) { * If you want to change the property of a crs group or rule (enabled, mode, exclusions), please use the crs_overrides field instead. * Field deprecated in 20.1.6. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return crsGroups */ @VsoMethod @@ -292,6 +303,7 @@ public List getCrsGroups() { * If you want to change the property of a crs group or rule (enabled, mode, exclusions), please use the crs_overrides field instead. * Field deprecated in 20.1.6. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return crsGroups */ @VsoMethod @@ -305,6 +317,7 @@ public void setCrsGroups(List crsGroups) { * If you want to change the property of a crs group or rule (enabled, mode, exclusions), please use the crs_overrides field instead. * Field deprecated in 20.1.6. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return crsGroups */ @VsoMethod @@ -321,6 +334,7 @@ public WafPolicy addCrsGroupsItem(WafRuleGroup crsGroupsItem) { * This is the getter method this will return the attribute value. * Override attributes for crs rules. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return crsOverrides */ @@ -333,6 +347,7 @@ public List getCrsOverrides() { * This is the setter method. this will set the crsOverrides * Override attributes for crs rules. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return crsOverrides */ @@ -345,6 +360,7 @@ public void setCrsOverrides(List crsOverrides) { * This is the setter method this will set the crsOverrides * Override attributes for crs rules. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return crsOverrides */ @@ -361,6 +377,7 @@ public WafPolicy addCrsOverridesItem(WafRuleGroupOverrides crsOverridesItem) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -372,6 +389,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -384,6 +402,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Enable application learning for this waf policy. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return enableAppLearning */ @@ -396,6 +415,7 @@ public Boolean getEnableAppLearning() { * This is the setter method to the attribute. * Enable application learning for this waf policy. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param enableAppLearning set the enableAppLearning. */ @@ -409,6 +429,7 @@ public void setEnableAppLearning(Boolean enableAppLearning) { * Enable application learning based rule updates on the waf profile. * Rules will be programmed in dedicated waf learning group. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enableAutoRuleUpdates */ @@ -422,6 +443,7 @@ public Boolean getEnableAutoRuleUpdates() { * Enable application learning based rule updates on the waf profile. * Rules will be programmed in dedicated waf learning group. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enableAutoRuleUpdates set the enableAutoRuleUpdates. */ @@ -436,6 +458,7 @@ public void setEnableAutoRuleUpdates(Boolean enableAutoRuleUpdates) { * This can be 'open' or 'closed'. * Enum options - WAF_FAILURE_MODE_OPEN, WAF_FAILURE_MODE_CLOSED. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WAF_FAILURE_MODE_OPEN". * @return failureMode */ @@ -450,6 +473,7 @@ public String getFailureMode() { * This can be 'open' or 'closed'. * Enum options - WAF_FAILURE_MODE_OPEN, WAF_FAILURE_MODE_CLOSED. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WAF_FAILURE_MODE_OPEN". * @param failureMode set the failureMode. */ @@ -463,6 +487,7 @@ public void setFailureMode(String failureMode) { * Geo location mapping database used by this wafpolicy. * It is a reference to an object of type geodb. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return geoDbRef */ @@ -476,6 +501,7 @@ public String getGeoDbRef() { * Geo location mapping database used by this wafpolicy. * It is a reference to an object of type geodb. * Field introduced in 21.1.1. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param geoDbRef set the geoDbRef. */ @@ -491,6 +517,7 @@ public void setGeoDbRef(String geoDbRef) { * 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 @@ -505,6 +532,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 @@ -519,6 +547,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 @@ -536,6 +565,7 @@ public WafPolicy addLabelsItem(KeyValue labelsItem) { * Configure parameters for waf learning. * Field deprecated in 18.2.3. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return learning */ @VsoMethod @@ -548,6 +578,7 @@ public WafLearning getLearning() { * Configure parameters for waf learning. * Field deprecated in 18.2.3. * Field introduced in 18.1.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param learning set the learning. */ @VsoMethod @@ -559,6 +590,7 @@ public void setLearning(WafLearning learning) { * This is the getter method this will return the attribute value. * Parameters for tuning application learning. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return learningParams */ @@ -571,6 +603,7 @@ public AppLearningParams getLearningParams() { * This is the setter method to the attribute. * Parameters for tuning application learning. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param learningParams set the learningParams. */ @@ -583,7 +616,8 @@ public void setLearningParams(AppLearningParams learningParams) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in 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 */ @@ -596,7 +630,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 */ @@ -609,7 +644,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 */ @@ -628,6 +664,7 @@ public WafPolicy addMarkersItem(RoleFilterMatchLabel markersItem) { * Minimum confidence label required for auto rule updates. * Enum options - CONFIDENCE_VERY_HIGH, CONFIDENCE_HIGH, CONFIDENCE_PROBABLE, CONFIDENCE_LOW, CONFIDENCE_NONE. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "CONFIDENCE_VERY_HIGH". * @return minConfidence */ @@ -641,6 +678,7 @@ public String getMinConfidence() { * Minimum confidence label required for auto rule updates. * Enum options - CONFIDENCE_VERY_HIGH, CONFIDENCE_HIGH, CONFIDENCE_PROBABLE, CONFIDENCE_LOW, CONFIDENCE_NONE. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "CONFIDENCE_VERY_HIGH". * @param minConfidence set the minConfidence. */ @@ -656,6 +694,7 @@ public void setMinConfidence(String minConfidence) { * It can be overwritten by rules if allow_mode_delegation is set. * Enum options - WAF_MODE_DETECTION_ONLY, WAF_MODE_ENFORCEMENT. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WAF_MODE_DETECTION_ONLY". * @return mode */ @@ -671,6 +710,7 @@ public String getMode() { * It can be overwritten by rules if allow_mode_delegation is set. * Enum options - WAF_MODE_DETECTION_ONLY, WAF_MODE_ENFORCEMENT. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WAF_MODE_DETECTION_ONLY". * @param mode set the mode. */ @@ -682,6 +722,7 @@ public void setMode(String mode) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -693,6 +734,7 @@ public String getName() { /** * This is the setter method to the attribute. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -707,6 +749,7 @@ public void setName(String name) { * This is used to select rules based on the paranoia-level tag. * Enum options - WAF_PARANOIA_LEVEL_LOW, WAF_PARANOIA_LEVEL_MEDIUM, WAF_PARANOIA_LEVEL_HIGH, WAF_PARANOIA_LEVEL_EXTREME. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WAF_PARANOIA_LEVEL_LOW". * @return paranoiaLevel */ @@ -721,6 +764,7 @@ public String getParanoiaLevel() { * This is used to select rules based on the paranoia-level tag. * Enum options - WAF_PARANOIA_LEVEL_LOW, WAF_PARANOIA_LEVEL_MEDIUM, WAF_PARANOIA_LEVEL_HIGH, WAF_PARANOIA_LEVEL_EXTREME. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WAF_PARANOIA_LEVEL_LOW". * @param paranoiaLevel set the paranoiaLevel. */ @@ -735,6 +779,7 @@ public void setParanoiaLevel(String paranoiaLevel) { * This is used to describe how the request or parts of the request should look like. * It is executed in the request body phase of avi waf. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return positiveSecurityModel */ @@ -749,6 +794,7 @@ public WafPositiveSecurityModel getPositiveSecurityModel() { * This is used to describe how the request or parts of the request should look like. * It is executed in the request body phase of avi waf. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param positiveSecurityModel set the positiveSecurityModel. */ @@ -762,6 +808,7 @@ public void setPositiveSecurityModel(WafPositiveSecurityModel positiveSecurityMo * Waf rules are categorized in to groups based on their characterization. * These groups are created by the user and will be enforced after the crs groups. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return postCrsGroups */ @@ -775,6 +822,7 @@ public List getPostCrsGroups() { * Waf rules are categorized in to groups based on their characterization. * These groups are created by the user and will be enforced after the crs groups. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return postCrsGroups */ @@ -788,6 +836,7 @@ public void setPostCrsGroups(List postCrsGroups) { * Waf rules are categorized in to groups based on their characterization. * These groups are created by the user and will be enforced after the crs groups. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return postCrsGroups */ @@ -806,6 +855,7 @@ public WafPolicy addPostCrsGroupsItem(WafRuleGroup postCrsGroupsItem) { * Waf rules are categorized in to groups based on their characterization. * These groups are created by the user and will be enforced before the crs groups. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return preCrsGroups */ @@ -819,6 +869,7 @@ public List getPreCrsGroups() { * Waf rules are categorized in to groups based on their characterization. * These groups are created by the user and will be enforced before the crs groups. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return preCrsGroups */ @@ -832,6 +883,7 @@ public void setPreCrsGroups(List preCrsGroups) { * Waf rules are categorized in to groups based on their characterization. * These groups are created by the user and will be enforced before the crs groups. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return preCrsGroups */ @@ -849,6 +901,7 @@ public WafPolicy addPreCrsGroupsItem(WafRuleGroup preCrsGroupsItem) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -861,6 +914,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -891,6 +945,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -902,6 +957,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -915,6 +971,7 @@ public void setUuid(String uuid) { * Waf core ruleset used for the crs part of this policy. * It is a reference to an object of type wafcrs. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return wafCrsRef */ @@ -928,6 +985,7 @@ public String getWafCrsRef() { * Waf core ruleset used for the crs part of this policy. * It is a reference to an object of type wafcrs. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param wafCrsRef set the wafCrsRef. */ @@ -941,6 +999,7 @@ public void setWafCrsRef(String wafCrsRef) { * Waf profile for waf policy. * It is a reference to an object of type wafprofile. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return wafProfileRef */ @@ -954,6 +1013,7 @@ public String getWafProfileRef() { * Waf profile for waf policy. * It is a reference to an object of type wafprofile. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param wafProfileRef set the wafProfileRef. */ @@ -968,6 +1028,7 @@ public void setWafProfileRef(String wafProfileRef) { * This will be executed in the request header phase before any other waf related code. * Field deprecated in 20.1.3. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return whitelist */ @VsoMethod @@ -981,6 +1042,7 @@ public WafPolicyWhitelist getWhitelist() { * This will be executed in the request header phase before any other waf related code. * Field deprecated in 20.1.3. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param whitelist set the whitelist. */ @VsoMethod diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPolicyAllowlist.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPolicyAllowlist.java index b3911329..527278d0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPolicyAllowlist.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPolicyAllowlist.java @@ -34,6 +34,7 @@ public class WafPolicyAllowlist extends AviRestResource { * This is the getter method this will return the attribute value. * Rules to bypass waf. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * 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 * Rules to bypass waf. * 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 rules */ @@ -58,6 +60,7 @@ public void setRules(List rules) { * This is the setter method this will set the rules * Rules to bypass waf. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * 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/WafPolicyAllowlistRule.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPolicyAllowlistRule.java index 1cf6ddf5..8948f808 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPolicyAllowlistRule.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPolicyAllowlistRule.java @@ -62,6 +62,7 @@ public class WafPolicyAllowlistRule extends AviRestResource { * Field introduced in 20.1.3. * Minimum of 1 items required. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return actions */ @@ -77,6 +78,7 @@ public List getActions() { * Field introduced in 20.1.3. * Minimum of 1 items required. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return actions */ @@ -92,6 +94,7 @@ public void setActions(List actions) { * Field introduced in 20.1.3. * Minimum of 1 items required. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return actions */ @@ -109,6 +112,7 @@ public WafPolicyAllowlistRule addActionsItem(String actionsItem) { * This is the getter method this will return the attribute value. * Description of this rule. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -121,6 +125,7 @@ public String getDescription() { * This is the setter method to the attribute. * Description of this rule. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -133,6 +138,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Enable or deactivate the rule. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enable */ @@ -145,6 +151,7 @@ public Boolean getEnable() { * This is the setter method to the attribute. * Enable or deactivate the rule. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enable set the enable. */ @@ -157,6 +164,7 @@ public void setEnable(Boolean enable) { * This is the getter method this will return the attribute value. * Rules are processed in order of this index field. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -169,6 +177,7 @@ public Integer getIndex() { * This is the setter method to the attribute. * Rules are processed in order of this index field. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -181,6 +190,7 @@ public void setIndex(Integer index) { * This is the getter method this will return the attribute value. * Match criteria describing requests to which this rule should be applied. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return match */ @@ -193,6 +203,7 @@ public MatchTarget getMatch() { * This is the setter method to the attribute. * Match criteria describing requests to which this rule should be applied. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param match set the match. */ @@ -205,6 +216,7 @@ public void setMatch(MatchTarget match) { * This is the getter method this will return the attribute value. * A name describing the rule in a short form. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -217,6 +229,7 @@ public String getName() { * This is the setter method to the attribute. * A name describing the rule in a short form. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -231,6 +244,7 @@ public void setName(String name) { * Allowed values are 0-100. * Field introduced in 20.1.3. * Unit is percent. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @return samplingPercent */ @@ -245,6 +259,7 @@ public Integer getSamplingPercent() { * Allowed values are 0-100. * Field introduced in 20.1.3. * Unit is percent. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as 100. * @param samplingPercent set the samplingPercent. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPolicyPSMGroup.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPolicyPSMGroup.java index 6620db0b..8cb22f06 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPolicyPSMGroup.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPolicyPSMGroup.java @@ -78,6 +78,7 @@ public class WafPolicyPSMGroup extends AviRestResource { * This is the getter method this will return the attribute value. * Free-text comment about this group. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -90,6 +91,7 @@ public String getDescription() { * This is the setter method to the attribute. * Free-text comment about this group. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -102,6 +104,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * Enable or disable this waf rule group. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enable */ @@ -114,6 +117,7 @@ public Boolean getEnable() { * This is the setter method to the attribute. * Enable or disable this waf rule group. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enable set the enable. */ @@ -128,6 +132,7 @@ public void setEnable(Boolean enable) { * Allowed actions are waf_action_no_op and waf_action_allow_parameter. * Enum options - WAF_ACTION_NO_OP, WAF_ACTION_BLOCK, WAF_ACTION_ALLOW_PARAMETER. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WAF_ACTION_ALLOW_PARAMETER". * @return hitAction */ @@ -142,6 +147,7 @@ public String getHitAction() { * Allowed actions are waf_action_no_op and waf_action_allow_parameter. * Enum options - WAF_ACTION_NO_OP, WAF_ACTION_BLOCK, WAF_ACTION_ALLOW_PARAMETER. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WAF_ACTION_ALLOW_PARAMETER". * @param hitAction set the hitAction. */ @@ -154,6 +160,7 @@ public void setHitAction(String hitAction) { * This is the getter method this will return the attribute value. * This field indicates that this group is used for learning. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isLearningGroup */ @@ -166,6 +173,7 @@ public Boolean getIsLearningGroup() { * This is the setter method to the attribute. * This field indicates that this group is used for learning. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isLearningGroup set the isLearningGroup. */ @@ -181,6 +189,7 @@ public void setIsLearningGroup(Boolean isLearningGroup) { * 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 @@ -195,6 +204,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 @@ -209,6 +219,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 @@ -226,6 +237,7 @@ public WafPolicyPSMGroup addLabelsItem(KeyValue labelsItem) { * Positive security model locations. * These are used to partition the application name space. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return locations */ @@ -239,6 +251,7 @@ public List getLocations() { * Positive security model locations. * These are used to partition the application name space. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return locations */ @@ -252,6 +265,7 @@ public void setLocations(List locations) { * Positive security model locations. * These are used to partition the application name space. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return locations */ @@ -269,7 +283,8 @@ public WafPolicyPSMGroup addLocationsItem(WafPSMLocation locationsItem) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.5. - * Allowed in 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 */ @@ -282,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 */ @@ -295,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 */ @@ -315,6 +332,7 @@ public WafPolicyPSMGroup addMarkersItem(RoleFilterMatchLabel markersItem) { * Allowed actions are waf_action_no_op and waf_action_block. * Enum options - WAF_ACTION_NO_OP, WAF_ACTION_BLOCK, WAF_ACTION_ALLOW_PARAMETER. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WAF_ACTION_NO_OP". * @return missAction */ @@ -329,6 +347,7 @@ public String getMissAction() { * Allowed actions are waf_action_no_op and waf_action_block. * Enum options - WAF_ACTION_NO_OP, WAF_ACTION_BLOCK, WAF_ACTION_ALLOW_PARAMETER. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WAF_ACTION_NO_OP". * @param missAction set the missAction. */ @@ -341,6 +360,7 @@ public void setMissAction(String missAction) { * This is the getter method this will return the attribute value. * User defined name of the group. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -353,6 +373,7 @@ public String getName() { * This is the setter method to the attribute. * User defined name of the group. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -366,6 +387,7 @@ public void setName(String name) { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -379,6 +401,7 @@ public String getTenantRef() { * Tenant that this object belongs to. * It is a reference to an object of type tenant. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -410,6 +433,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of this object. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -422,6 +446,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of this object. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/WafPolicyWhitelist.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPolicyWhitelist.java index 4859a2f1..64ff783d 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPolicyWhitelist.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPolicyWhitelist.java @@ -36,6 +36,7 @@ public class WafPolicyWhitelist extends AviRestResource { * Field deprecated in 20.1.3. * Field introduced in 18.2.3. * Maximum of 1024 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return rules */ @VsoMethod @@ -49,6 +50,7 @@ public List getRules() { * Field deprecated in 20.1.3. * Field introduced in 18.2.3. * Maximum of 1024 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return rules */ @VsoMethod @@ -62,6 +64,7 @@ public void setRules(List rules) { * Field deprecated in 20.1.3. * Field introduced in 18.2.3. * Maximum of 1024 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return rules */ @VsoMethod diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPolicyWhitelistRule.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPolicyWhitelistRule.java index b25b8887..1426f5bd 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPolicyWhitelistRule.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPolicyWhitelistRule.java @@ -63,6 +63,7 @@ public class WafPolicyWhitelistRule extends AviRestResource { * Field introduced in 18.2.3. * Minimum of 1 items required. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return actions */ @VsoMethod @@ -78,6 +79,7 @@ public List getActions() { * Field introduced in 18.2.3. * Minimum of 1 items required. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return actions */ @VsoMethod @@ -93,6 +95,7 @@ public void setActions(List actions) { * Field introduced in 18.2.3. * Minimum of 1 items required. * Maximum of 1 items allowed. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return actions */ @VsoMethod @@ -110,6 +113,7 @@ public WafPolicyWhitelistRule addActionsItem(String actionsItem) { * Description of this rule. * Field deprecated in 20.1.3. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return description */ @VsoMethod @@ -122,6 +126,7 @@ public String getDescription() { * Description of this rule. * Field deprecated in 20.1.3. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param description set the description. */ @VsoMethod @@ -134,6 +139,7 @@ public void setDescription(String description) { * Enable or disable the rule. * Field deprecated in 20.1.3. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return enable */ @VsoMethod @@ -146,6 +152,7 @@ public Boolean getEnable() { * Enable or disable the rule. * Field deprecated in 20.1.3. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param enable set the enable. */ @VsoMethod @@ -158,6 +165,7 @@ public void setEnable(Boolean enable) { * Rules are executed in order of this index field. * Field deprecated in 20.1.3. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return index */ @VsoMethod @@ -170,6 +178,7 @@ public Integer getIndex() { * Rules are executed in order of this index field. * Field deprecated in 20.1.3. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param index set the index. */ @VsoMethod @@ -182,6 +191,7 @@ public void setIndex(Integer index) { * Match criteria describing requests to which this rule should be applied. * Field deprecated in 20.1.3. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return match */ @VsoMethod @@ -194,6 +204,7 @@ public MatchTarget getMatch() { * Match criteria describing requests to which this rule should be applied. * Field deprecated in 20.1.3. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param match set the match. */ @VsoMethod @@ -206,6 +217,7 @@ public void setMatch(MatchTarget match) { * A name describing the rule in a short form. * Field deprecated in 20.1.3. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return name */ @VsoMethod @@ -218,6 +230,7 @@ public String getName() { * A name describing the rule in a short form. * Field deprecated in 20.1.3. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param name set the name. */ @VsoMethod @@ -232,6 +245,7 @@ public void setName(String name) { * Field deprecated in 20.1.3. * Field introduced in 20.1.1. * Unit is percent. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return samplingPercent */ @VsoMethod @@ -246,6 +260,7 @@ public Integer getSamplingPercent() { * Field deprecated in 20.1.3. * Field introduced in 20.1.1. * Unit is percent. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param samplingPercent set the samplingPercent. */ @VsoMethod diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPositiveSecurityModel.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPositiveSecurityModel.java index 8692af70..3725bfe9 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPositiveSecurityModel.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafPositiveSecurityModel.java @@ -36,6 +36,7 @@ public class WafPositiveSecurityModel extends AviRestResource { * The order of the groups matters, one group may mark parts of the request as valid, so that subsequent groups will not check these parts. * It is a reference to an object of type wafpolicypsmgroup. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groupRefs */ @@ -50,6 +51,7 @@ public List getGroupRefs() { * The order of the groups matters, one group may mark parts of the request as valid, so that subsequent groups will not check these parts. * It is a reference to an object of type wafpolicypsmgroup. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groupRefs */ @@ -64,6 +66,7 @@ public void setGroupRefs(List groupRefs) { * The order of the groups matters, one group may mark parts of the request as valid, so that subsequent groups will not check these parts. * It is a reference to an object of type wafpolicypsmgroup. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return groupRefs */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafProfile.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafProfile.java index 5bc1bd8d..32bdc6d1 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafProfile.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafProfile.java @@ -67,6 +67,7 @@ public class WafProfile extends AviRestResource { * This is the getter method this will return the attribute value. * Config params for waf. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return config */ @@ -79,6 +80,7 @@ public WafConfig getConfig() { * This is the setter method to the attribute. * Config params for waf. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param config set the config. */ @@ -90,6 +92,7 @@ public void setConfig(WafConfig config) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -101,6 +104,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -113,6 +117,7 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * List of data files used for waf rules. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return files */ @@ -125,6 +130,7 @@ public List getFiles() { * This is the setter method. this will set the files * List of data files used for waf rules. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return files */ @@ -137,6 +143,7 @@ public void setFiles(List files) { * This is the setter method this will set the files * List of data files used for waf rules. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return files */ @@ -157,6 +164,7 @@ public WafProfile addFilesItem(WafDataFile filesItem) { * 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 @@ -171,6 +179,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 @@ -185,6 +194,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 @@ -201,7 +211,8 @@ public WafProfile 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 */ @@ -214,7 +225,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 */ @@ -227,7 +239,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 */ @@ -244,6 +257,7 @@ public WafProfile addMarkersItem(RoleFilterMatchLabel markersItem) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -255,6 +269,7 @@ public String getName() { /** * This is the setter method to the attribute. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -267,6 +282,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -279,6 +295,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -309,6 +326,7 @@ public void setUrl(String url) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -320,6 +338,7 @@ public String getUuid() { /** * This is the setter method to the attribute. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/WafRule.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafRule.java index 49f26e85..0364193f 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafRule.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafRule.java @@ -74,6 +74,7 @@ public class WafRule extends AviRestResource { * This is the getter method this will return the attribute value. * Enable or disable waf rule group. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enable */ @@ -86,6 +87,7 @@ public Boolean getEnable() { * This is the setter method to the attribute. * Enable or disable waf rule group. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enable set the enable. */ @@ -101,6 +103,7 @@ public void setEnable(Boolean enable) { * If there are multiple excludelist entries, it will be 'logical or' of them. * Field introduced in 17.2.3. * Maximum of 64 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 excludeList */ @@ -116,6 +119,7 @@ public List getExcludeList() { * If there are multiple excludelist entries, it will be 'logical or' of them. * Field introduced in 17.2.3. * Maximum of 64 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 excludeList */ @@ -131,6 +135,7 @@ public void setExcludeList(List excludeList) { * If there are multiple excludelist entries, it will be 'logical or' of them. * Field introduced in 17.2.3. * Maximum of 64 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 excludeList */ @@ -150,6 +155,7 @@ public WafRule addExcludeListItem(WafExcludeListEntry excludeListItem) { * The behavior would be as if this rule operated in detection mode regardless of waf policy setting. * Field deprecated in 18.1.5. * Field introduced in 18.1.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return forceDetection */ @VsoMethod @@ -163,6 +169,7 @@ public Boolean getForceDetection() { * The behavior would be as if this rule operated in detection mode regardless of waf policy setting. * Field deprecated in 18.1.5. * Field introduced in 18.1.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param forceDetection set the forceDetection. */ @VsoMethod @@ -173,6 +180,7 @@ public void setForceDetection(Boolean forceDetection) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -184,6 +192,7 @@ public Integer getIndex() { /** * This is the setter method to the attribute. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -196,6 +205,7 @@ public void setIndex(Integer index) { * This is the getter method this will return the attribute value. * The rule field is sensitive and will not be displayed. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isSensitive */ @@ -208,6 +218,7 @@ public Boolean getIsSensitive() { * This is the setter method to the attribute. * The rule field is sensitive and will not be displayed. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isSensitive set the isSensitive. */ @@ -224,6 +235,7 @@ public void setIsSensitive(Boolean isSensitive) { * This only takes effect if the policy allows delegation. * Enum options - WAF_MODE_DETECTION_ONLY, WAF_MODE_ENFORCEMENT. * Field introduced in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mode */ @@ -240,6 +252,7 @@ public String getMode() { * This only takes effect if the policy allows delegation. * Enum options - WAF_MODE_DETECTION_ONLY, WAF_MODE_ENFORCEMENT. * Field introduced in 18.1.5, 18.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mode set the mode. */ @@ -252,6 +265,7 @@ public void setMode(String mode) { * This is the getter method this will return the attribute value. * User-friendly optional name for a rule. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -264,6 +278,7 @@ public String getName() { * This is the setter method to the attribute. * User-friendly optional name for a rule. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -278,6 +293,8 @@ public void setName(String name) { * Enum options - WAF_PHASE_CONNECTION, WAF_PHASE_REQUEST_HEADER, WAF_PHASE_REQUEST_BODY, WAF_PHASE_RESPONSE_HEADER, WAF_PHASE_RESPONSE_BODY, * WAF_PHASE_LOGGING. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @return phase */ @VsoMethod @@ -291,6 +308,8 @@ public String getPhase() { * Enum options - WAF_PHASE_CONNECTION, WAF_PHASE_REQUEST_HEADER, WAF_PHASE_REQUEST_BODY, WAF_PHASE_RESPONSE_HEADER, WAF_PHASE_RESPONSE_BODY, * WAF_PHASE_LOGGING. * Field introduced in 20.1.1. + * Allowed in enterprise edition with any value, essentials edition with any value, basic edition with any value, enterprise with cloud services + * edition. * @param phase set the phase. */ @VsoMethod @@ -302,6 +321,7 @@ public void setPhase(String phase) { * This is the getter method this will return the attribute value. * Rule as per modsec language. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rule */ @@ -314,6 +334,7 @@ public String getRule() { * This is the setter method to the attribute. * Rule as per modsec language. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param rule set the rule. */ @@ -329,6 +350,7 @@ public void setRule(String rule) { * It is extracted from the id action in a modsec rule. * Rules within a single waf policy are required to have unique rule_ids. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleId */ @@ -344,6 +366,7 @@ public String getRuleId() { * It is extracted from the id action in a modsec rule. * Rules within a single waf policy are required to have unique rule_ids. * Field introduced in 17.2.2. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ruleId set the ruleId. */ @@ -357,6 +380,7 @@ public void setRuleId(String ruleId) { * Tags for waf rule as per modsec language. * They are extracted from the tag action in a modsec rule. * Field introduced in 18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tags */ @@ -370,6 +394,7 @@ public List getTags() { * Tags for waf rule as per modsec language. * They are extracted from the tag action in a modsec rule. * Field introduced in 18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tags */ @@ -383,6 +408,7 @@ public void setTags(List tags) { * Tags for waf rule as per modsec language. * They are extracted from the tag action in a modsec rule. * Field introduced in 18.1.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tags */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafRuleGroup.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafRuleGroup.java index 34a24551..80b98192 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafRuleGroup.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafRuleGroup.java @@ -54,6 +54,7 @@ public class WafRuleGroup extends AviRestResource { * This is the getter method this will return the attribute value. * Enable or disable waf rule group. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return enable */ @@ -66,6 +67,7 @@ public Boolean getEnable() { * This is the setter method to the attribute. * Enable or disable waf rule group. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param enable set the enable. */ @@ -81,6 +83,7 @@ public void setEnable(Boolean enable) { * If there are multiple excludelist entries, it will be 'logical or' of them. * Field introduced in 17.2.1. * Maximum of 64 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 excludeList */ @@ -96,6 +99,7 @@ public List getExcludeList() { * If there are multiple excludelist entries, it will be 'logical or' of them. * Field introduced in 17.2.1. * Maximum of 64 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 excludeList */ @@ -111,6 +115,7 @@ public void setExcludeList(List excludeList) { * If there are multiple excludelist entries, it will be 'logical or' of them. * Field introduced in 17.2.1. * Maximum of 64 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 excludeList */ @@ -130,6 +135,7 @@ public WafRuleGroup addExcludeListItem(WafExcludeListEntry excludeListItem) { * The behavior would be as if this rule operated in detection mode regardless of waf policy setting. * Field deprecated in 18.1.5. * Field introduced in 18.1.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return forceDetection */ @VsoMethod @@ -143,6 +149,7 @@ public Boolean getForceDetection() { * The behavior would be as if this rule operated in detection mode regardless of waf policy setting. * Field deprecated in 18.1.5. * Field introduced in 18.1.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param forceDetection set the forceDetection. */ @VsoMethod @@ -153,6 +160,7 @@ public void setForceDetection(Boolean forceDetection) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return index */ @@ -164,6 +172,7 @@ public Integer getIndex() { /** * This is the setter method to the attribute. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param index set the index. */ @@ -175,6 +184,7 @@ public void setIndex(Integer index) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -186,6 +196,7 @@ public String getName() { /** * This is the setter method to the attribute. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -198,6 +209,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * Rules as per modsec language. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -210,6 +222,7 @@ public List getRules() { * This is the setter method. this will set the rules * Rules as per modsec language. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return rules */ @@ -222,6 +235,7 @@ public void setRules(List rules) { * This is the setter method this will set the rules * Rules as per modsec language. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * 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/WafRuleGroupOverrides.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafRuleGroupOverrides.java index 57a1b4a6..85012042 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafRuleGroupOverrides.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafRuleGroupOverrides.java @@ -50,6 +50,7 @@ public class WafRuleGroupOverrides extends AviRestResource { * This is the getter method this will return the attribute value. * Override the enable flag for this group. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enable */ @@ -62,6 +63,7 @@ public Boolean getEnable() { * This is the setter method to the attribute. * Override the enable flag for this group. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enable set the enable. */ @@ -75,6 +77,7 @@ public void setEnable(Boolean enable) { * Replace the exclude list for this group. * Field introduced in 20.1.6. * Maximum of 64 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 excludeList */ @@ -88,6 +91,7 @@ public List getExcludeList() { * Replace the exclude list for this group. * Field introduced in 20.1.6. * Maximum of 64 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 excludeList */ @@ -101,6 +105,7 @@ public void setExcludeList(List excludeList) { * Replace the exclude list for this group. * Field introduced in 20.1.6. * Maximum of 64 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 excludeList */ @@ -119,6 +124,7 @@ public WafRuleGroupOverrides addExcludeListItem(WafExcludeListEntry excludeListI * Override the waf mode for this group. * Enum options - WAF_MODE_DETECTION_ONLY, WAF_MODE_ENFORCEMENT. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mode */ @@ -132,6 +138,7 @@ public String getMode() { * Override the waf mode for this group. * Enum options - WAF_MODE_DETECTION_ONLY, WAF_MODE_ENFORCEMENT. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mode set the mode. */ @@ -144,6 +151,7 @@ public void setMode(String mode) { * This is the getter method this will return the attribute value. * The name of the group where attributes or rules are overridden. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -156,6 +164,7 @@ public String getName() { * This is the setter method to the attribute. * The name of the group where attributes or rules are overridden. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -169,6 +178,7 @@ public void setName(String name) { * Rule specific overrides. * Field introduced in 20.1.6. * Maximum of 1024 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 ruleOverrides */ @@ -182,6 +192,7 @@ public List getRuleOverrides() { * Rule specific overrides. * Field introduced in 20.1.6. * Maximum of 1024 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 ruleOverrides */ @@ -195,6 +206,7 @@ public void setRuleOverrides(List ruleOverrides) { * Rule specific overrides. * Field introduced in 20.1.6. * Maximum of 1024 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 ruleOverrides */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafRuleLog.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafRuleLog.java index f6e79cc2..691e7cb0 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafRuleLog.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafRuleLog.java @@ -58,6 +58,7 @@ public class WafRuleLog extends AviRestResource { * This is the getter method this will return the attribute value. * Transaction data that matched the rule. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matches */ @@ -70,6 +71,7 @@ public List getMatches() { * This is the setter method. this will set the matches * Transaction data that matched the rule. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matches */ @@ -82,6 +84,7 @@ public void setMatches(List matches) { * This is the setter method this will set the matches * Transaction data that matched the rule. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matches */ @@ -99,6 +102,7 @@ public WafRuleLog addMatchesItem(WafRuleMatchData matchesItem) { * This is the getter method this will return the attribute value. * Rule's msg string per modsec language. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return msg */ @@ -111,6 +115,7 @@ public String getMsg() { * This is the setter method to the attribute. * Rule's msg string per modsec language. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param msg set the msg. */ @@ -123,6 +128,7 @@ public void setMsg(String msg) { * This is the getter method this will return the attribute value. * Phase in which transaction matched the rule - for instance, request header phase. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return phase */ @@ -135,6 +141,7 @@ public String getPhase() { * This is the setter method to the attribute. * Phase in which transaction matched the rule - for instance, request header phase. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param phase set the phase. */ @@ -147,6 +154,7 @@ public void setPhase(String phase) { * This is the getter method this will return the attribute value. * Rule group for the matching rule. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleGroup */ @@ -159,6 +167,7 @@ public String getRuleGroup() { * This is the setter method to the attribute. * Rule group for the matching rule. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ruleGroup set the ruleGroup. */ @@ -171,6 +180,7 @@ public void setRuleGroup(String ruleGroup) { * This is the getter method this will return the attribute value. * Id of the matching rule per modsec language. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleId */ @@ -183,6 +193,7 @@ public Integer getRuleId() { * This is the setter method to the attribute. * Id of the matching rule per modsec language. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ruleId set the ruleId. */ @@ -195,6 +206,7 @@ public void setRuleId(Integer ruleId) { * This is the getter method this will return the attribute value. * Name of the rule. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleName */ @@ -207,6 +219,7 @@ public String getRuleName() { * This is the setter method to the attribute. * Name of the rule. * Field introduced in 17.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ruleName set the ruleName. */ @@ -219,6 +232,7 @@ public void setRuleName(String ruleName) { * This is the getter method this will return the attribute value. * Rule's tags per modsec language. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tags */ @@ -231,6 +245,7 @@ public List getTags() { * This is the setter method. this will set the tags * Rule's tags per modsec language. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tags */ @@ -243,6 +258,7 @@ public void setTags(List tags) { * This is the setter method this will set the tags * Rule's tags per modsec language. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tags */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafRuleMatchData.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafRuleMatchData.java index c3b4395b..3da6f04c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafRuleMatchData.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafRuleMatchData.java @@ -43,6 +43,7 @@ public class WafRuleMatchData extends AviRestResource { * The match_element is an internal variable. * It is not possible to add exclusions for this element. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return isInternal */ @@ -56,6 +57,7 @@ public Boolean getIsInternal() { * The match_element is an internal variable. * It is not possible to add exclusions for this element. * Field introduced in 17.2.4. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param isInternal set the isInternal. */ @@ -68,6 +70,7 @@ public void setIsInternal(Boolean isInternal) { * This is the getter method this will return the attribute value. * Field from a transaction that matches the rule, for instance if the request parameter is password=foobar, then match_element is args password. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return matchElement */ @@ -80,6 +83,7 @@ public String getMatchElement() { * This is the setter method to the attribute. * Field from a transaction that matches the rule, for instance if the request parameter is password=foobar, then match_element is args password. * Field introduced in 17.2.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param matchElement set the matchElement. */ @@ -92,6 +96,7 @@ public void setMatchElement(String matchElement) { * This is the getter method this will return the attribute value. * Value for a field from a transaction that matches the rule, for instance if the request parameter is password=foobar, then match_value is foobar. * 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 matchValue */ @@ -104,6 +109,7 @@ public String getMatchValue() { * This is the setter method to the attribute. * Value for a field from a transaction that matches the rule, for instance if the request parameter is password=foobar, then match_value is foobar. * 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 matchValue set the matchValue. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafRuleOverrides.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafRuleOverrides.java index 85b23567..d7da91eb 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafRuleOverrides.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafRuleOverrides.java @@ -46,6 +46,7 @@ public class WafRuleOverrides extends AviRestResource { * This is the getter method this will return the attribute value. * Override the enable flag for this rule. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return enable */ @@ -58,6 +59,7 @@ public Boolean getEnable() { * This is the setter method to the attribute. * Override the enable flag for this rule. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param enable set the enable. */ @@ -71,6 +73,7 @@ public void setEnable(Boolean enable) { * Replace the exclude list for this rule. * Field introduced in 20.1.6. * Maximum of 64 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 excludeList */ @@ -84,6 +87,7 @@ public List getExcludeList() { * Replace the exclude list for this rule. * Field introduced in 20.1.6. * Maximum of 64 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 excludeList */ @@ -97,6 +101,7 @@ public void setExcludeList(List excludeList) { * Replace the exclude list for this rule. * Field introduced in 20.1.6. * Maximum of 64 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 excludeList */ @@ -115,6 +120,7 @@ public WafRuleOverrides addExcludeListItem(WafExcludeListEntry excludeListItem) * Override the waf mode for this rule. * Enum options - WAF_MODE_DETECTION_ONLY, WAF_MODE_ENFORCEMENT. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return mode */ @@ -128,6 +134,7 @@ public String getMode() { * Override the waf mode for this rule. * Enum options - WAF_MODE_DETECTION_ONLY, WAF_MODE_ENFORCEMENT. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param mode set the mode. */ @@ -140,6 +147,7 @@ public void setMode(String mode) { * This is the getter method this will return the attribute value. * The rule_id of the rule where attributes are overridden. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ruleId */ @@ -152,6 +160,7 @@ public String getRuleId() { * This is the setter method to the attribute. * The rule_id of the rule where attributes are overridden. * Field introduced in 20.1.6. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ruleId set the ruleId. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafWhitelistLog.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafWhitelistLog.java index 40283664..b6412844 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafWhitelistLog.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WafWhitelistLog.java @@ -40,6 +40,7 @@ public class WafWhitelistLog extends AviRestResource { * Enum options - WAF_POLICY_WHITELIST_ACTION_ALLOW, WAF_POLICY_WHITELIST_ACTION_DETECTION_MODE, WAF_POLICY_WHITELIST_ACTION_CONTINUE. * Field deprecated in 20.1.3. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return actions */ @VsoMethod @@ -53,6 +54,7 @@ public List getActions() { * Enum options - WAF_POLICY_WHITELIST_ACTION_ALLOW, WAF_POLICY_WHITELIST_ACTION_DETECTION_MODE, WAF_POLICY_WHITELIST_ACTION_CONTINUE. * Field deprecated in 20.1.3. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return actions */ @VsoMethod @@ -66,6 +68,7 @@ public void setActions(List actions) { * Enum options - WAF_POLICY_WHITELIST_ACTION_ALLOW, WAF_POLICY_WHITELIST_ACTION_DETECTION_MODE, WAF_POLICY_WHITELIST_ACTION_CONTINUE. * Field deprecated in 20.1.3. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return actions */ @VsoMethod @@ -83,6 +86,7 @@ public WafWhitelistLog addActionsItem(String actionsItem) { * Name of the matched rule. * Field deprecated in 20.1.3. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @return ruleName */ @VsoMethod @@ -95,6 +99,7 @@ public String getRuleName() { * Name of the matched rule. * Field deprecated in 20.1.3. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * @param ruleName set the ruleName. */ @VsoMethod diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WebApplicationSignatureServiceStatus.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WebApplicationSignatureServiceStatus.java index 79c1c9b2..3a24bb3a 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WebApplicationSignatureServiceStatus.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WebApplicationSignatureServiceStatus.java @@ -44,6 +44,7 @@ public class WebApplicationSignatureServiceStatus extends AviRestResource { * This is the getter method this will return the attribute value. * If the last attempted update failed, this is a more detailed error message. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return error */ @@ -56,6 +57,7 @@ public String getError() { * This is the setter method to the attribute. * If the last attempted update failed, this is a more detailed error message. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param error set the error. */ @@ -70,6 +72,7 @@ public void setError(String error) { * It will be not update, if an error occurs during an update attempt. * In this case, the error will be set. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return lastSuccessfulUpdateCheck */ @@ -84,6 +87,7 @@ public TimeStamp getLastSuccessfulUpdateCheck() { * It will be not update, if an error occurs during an update attempt. * In this case, the error will be set. * Field introduced in 20.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param lastSuccessfulUpdateCheck set the lastSuccessfulUpdateCheck. */ @@ -97,6 +101,7 @@ public void setLastSuccessfulUpdateCheck(TimeStamp lastSuccessfulUpdateCheck) { * A timestamp field. * It is used by the application signature sync service to keep track of the current version. * Field introduced in 21.1.1, 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return upstreamSyncTimestamp */ @@ -110,6 +115,7 @@ public TimeStamp getUpstreamSyncTimestamp() { * A timestamp field. * It is used by the application signature sync service to keep track of the current version. * Field introduced in 21.1.1, 20.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param upstreamSyncTimestamp set the upstreamSyncTimestamp. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WebappUT.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WebappUT.java new file mode 100644 index 00000000..ba10e27f --- /dev/null +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/WebappUT.java @@ -0,0 +1,383 @@ +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.avi.vro.model.L1FMandatoryTestCase; +import com.vmware.avi.vro.model.L1StringLengthTestCase; +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 WebappUT is a POJO class extends AviRestResource that used for creating + * WebappUT. + * + * @version 1.0 + * @since + * + */ +@VsoObject(create = false, name = "WebappUT") +@VsoFinder(name = Constants.FINDER_VRO_WEBAPPUT, idAccessor = "getObjectID()") +@JsonIgnoreProperties(ignoreUnknown = true) +@Service +public class WebappUT extends AviRestResource { + @JsonProperty("mandatory_test") + @JsonInclude(Include.NON_NULL) + private L1FMandatoryTestCase mandatoryTest = null; + + @JsonProperty("mandatory_tests") + @JsonInclude(Include.NON_NULL) + private List mandatoryTests = null; + + @JsonProperty("name") + @JsonInclude(Include.NON_NULL) + private String name = null; + + @JsonProperty("string_length_test") + @JsonInclude(Include.NON_NULL) + private L1StringLengthTestCase stringLengthTest = null; + + @JsonProperty("string_length_tests") + @JsonInclude(Include.NON_NULL) + private List stringLengthTests = null; + + @JsonProperty("tenant_ref") + @JsonInclude(Include.NON_NULL) + private String tenantRef = null; + + @JsonProperty("test_string") + @JsonInclude(Include.NON_NULL) + private String testString = null; + + @JsonProperty("url") + @JsonInclude(Include.NON_NULL) + private String url = "url"; + + @JsonProperty("uuid") + @JsonInclude(Include.NON_NULL) + private String uuid = null; + + + + /** + * This is the getter method this will return the attribute value. + * Optional message for nested f_mandatory test cases defined at level0. + * 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 mandatoryTest + */ + @VsoMethod + public L1FMandatoryTestCase getMandatoryTest() { + return mandatoryTest; + } + + /** + * This is the setter method to the attribute. + * Optional message for nested f_mandatory test cases defined at level0. + * 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 mandatoryTest set the mandatoryTest. + */ + @VsoMethod + public void setMandatoryTest(L1FMandatoryTestCase mandatoryTest) { + this.mandatoryTest = mandatoryTest; + } + + /** + * This is the getter method this will return the attribute value. + * Repeated message for nested f_mandatory test cases-level1. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return mandatoryTests + */ + @VsoMethod + public List getMandatoryTests() { + return mandatoryTests; + } + + /** + * This is the setter method. this will set the mandatoryTests + * Repeated message for nested f_mandatory test cases-level1. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return mandatoryTests + */ + @VsoMethod + public void setMandatoryTests(List mandatoryTests) { + this.mandatoryTests = mandatoryTests; + } + + /** + * This is the setter method this will set the mandatoryTests + * Repeated message for nested f_mandatory test cases-level1. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return mandatoryTests + */ + @VsoMethod + public WebappUT addMandatoryTestsItem(L1FMandatoryTestCase mandatoryTestsItem) { + if (this.mandatoryTests == null) { + this.mandatoryTests = new ArrayList(); + } + this.mandatoryTests.add(mandatoryTestsItem); + return this; + } + + + /** + * This is the getter method this will return the attribute value. + * Name of the webapput object-level0. + * 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 name + */ + @VsoMethod + public String getName() { + return name; + } + + /** + * This is the setter method to the attribute. + * Name of the webapput object-level0. + * 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 name set the name. + */ + @VsoMethod + public void setName(String name) { + this.name = name; + } + + /** + * This is the getter method this will return the attribute value. + * Optional message for nested max string length test cases. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return stringLengthTest + */ + @VsoMethod + public L1StringLengthTestCase getStringLengthTest() { + return stringLengthTest; + } + + /** + * This is the setter method to the attribute. + * Optional message for nested max string length test cases. + * 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 stringLengthTest set the stringLengthTest. + */ + @VsoMethod + public void setStringLengthTest(L1StringLengthTestCase stringLengthTest) { + this.stringLengthTest = stringLengthTest; + } + + /** + * This is the getter method this will return the attribute value. + * Repeated message for nested max string length test cases. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return stringLengthTests + */ + @VsoMethod + public List getStringLengthTests() { + return stringLengthTests; + } + + /** + * This is the setter method. this will set the stringLengthTests + * Repeated message for nested max string length test cases. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return stringLengthTests + */ + @VsoMethod + public void setStringLengthTests(List stringLengthTests) { + this.stringLengthTests = stringLengthTests; + } + + /** + * This is the setter method this will set the stringLengthTests + * Repeated message for nested max string length test cases. + * Field introduced in 21.1.5. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. + * Default value when not specified in API or module is interpreted by Avi Controller as null. + * @return stringLengthTests + */ + @VsoMethod + public WebappUT addStringLengthTestsItem(L1StringLengthTestCase stringLengthTestsItem) { + if (this.stringLengthTests == null) { + this.stringLengthTests = new ArrayList(); + } + this.stringLengthTests.add(stringLengthTestsItem); + return this; + } + + + /** + * This is the getter method this will return the attribute value. + * Tenant of the webapput object-level0. + * It is a reference to an object of type tenant. + * 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 tenantRef + */ + @VsoMethod + public String getTenantRef() { + return tenantRef; + } + + /** + * This is the setter method to the attribute. + * Tenant of the webapput object-level0. + * It is a reference to an object of type tenant. + * 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 tenantRef set the tenantRef. + */ + @VsoMethod + public void setTenantRef(String tenantRef) { + this.tenantRef = tenantRef; + } + + /** + * This is the getter method this will return the attribute value. + * The maximum string length. + * 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 testString + */ + @VsoMethod + public String getTestString() { + return testString; + } + + /** + * This is the setter method to the attribute. + * The maximum string length. + * 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 testString set the testString. + */ + @VsoMethod + public void setTestString(String testString) { + this.testString = testString; + } +/** + * This is the getter method this will return the attribute value. + * Avi controller URL of the object. + * @return url + */ + @VsoMethod + public String getUrl() { + return url; + } + + /** + * This is the setter method. this will set the url + * Avi controller URL of the object. + * @return url + */ + @VsoMethod + public void setUrl(String url) { + this.url = url; + } + + /** + * This is the getter method this will return the attribute value. + * Uuid of the webapput object-level0. + * 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 uuid + */ + @VsoMethod + public String getUuid() { + return uuid; + } + + /** + * This is the setter method to the attribute. + * Uuid of the webapput object-level0. + * 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 uuid set the uuid. + */ + @VsoMethod + public void setUuid(String uuid) { + this.uuid = uuid; + } + + + public String getObjectID() { + return name + "(" + uuid + ")"; + } + +@Override +public boolean equals(java.lang.Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + WebappUT objWebappUT = (WebappUT) o; + return Objects.equals(this.uuid, objWebappUT.uuid)&& + Objects.equals(this.name, objWebappUT.name)&& + Objects.equals(this.tenantRef, objWebappUT.tenantRef)&& + Objects.equals(this.testString, objWebappUT.testString)&& + Objects.equals(this.mandatoryTest, objWebappUT.mandatoryTest)&& + Objects.equals(this.mandatoryTests, objWebappUT.mandatoryTests)&& + Objects.equals(this.stringLengthTest, objWebappUT.stringLengthTest)&& + Objects.equals(this.stringLengthTests, objWebappUT.stringLengthTests); +} + +@Override +public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class WebappUT {\n"); + sb.append(" mandatoryTest: ").append(toIndentedString(mandatoryTest)).append("\n"); + sb.append(" mandatoryTests: ").append(toIndentedString(mandatoryTests)).append("\n"); + sb.append(" name: ").append(toIndentedString(name)).append("\n"); + sb.append(" stringLengthTest: ").append(toIndentedString(stringLengthTest)).append("\n"); + sb.append(" stringLengthTests: ").append(toIndentedString(stringLengthTests)).append("\n"); + sb.append(" tenantRef: ").append(toIndentedString(tenantRef)).append("\n"); + sb.append(" testString: ").append(toIndentedString(testString)).append("\n"); + sb.append(" uuid: ").append(toIndentedString(uuid)).append("\n"); + sb.append("}"); + return sb.toString(); +} + +/** +* Convert the given object to string with each line indented by 4 spaces +* (except the first line). +*/ +private String toIndentedString(java.lang.Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); +} +} + diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Webhook.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Webhook.java index 51017dc6..6cde52bf 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Webhook.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/Webhook.java @@ -62,6 +62,7 @@ public class Webhook extends AviRestResource { * This is the getter method this will return the attribute value. * Callback url for the webhook. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return callbackUrl */ @@ -74,6 +75,7 @@ public String getCallbackUrl() { * This is the setter method to the attribute. * Callback url for the webhook. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param callbackUrl set the callbackUrl. */ @@ -85,6 +87,7 @@ public void setCallbackUrl(String callbackUrl) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return description */ @@ -96,6 +99,7 @@ public String getDescription() { /** * This is the setter method to the attribute. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param description set the description. */ @@ -108,7 +112,8 @@ public void setDescription(String description) { * This is the getter method this will return the attribute value. * List of labels to be used for granular rbac. * Field introduced in 20.1.6. - * Allowed in 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 */ @@ -121,7 +126,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 */ @@ -134,7 +140,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 */ @@ -152,6 +159,7 @@ public Webhook addMarkersItem(RoleFilterMatchLabel markersItem) { * This is the getter method this will return the attribute value. * The name of the webhook profile. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return name */ @@ -164,6 +172,7 @@ public String getName() { * This is the setter method to the attribute. * The name of the webhook profile. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param name set the name. */ @@ -176,6 +185,7 @@ public void setName(String name) { * This is the getter method this will return the attribute value. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return tenantRef */ @@ -188,6 +198,7 @@ public String getTenantRef() { * This is the setter method to the attribute. * It is a reference to an object of type tenant. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param tenantRef set the tenantRef. */ @@ -219,6 +230,7 @@ public void setUrl(String url) { * This is the getter method this will return the attribute value. * Uuid of the webhook profile. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return uuid */ @@ -231,6 +243,7 @@ public String getUuid() { * This is the setter method to the attribute. * Uuid of the webhook profile. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param uuid set the uuid. */ @@ -243,6 +256,7 @@ public void setUuid(String uuid) { * This is the getter method this will return the attribute value. * Verification token sent back with the callback asquery parameters. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return verificationToken */ @@ -255,6 +269,7 @@ public String getVerificationToken() { * This is the setter method to the attribute. * Verification token sent back with the callback asquery parameters. * Field introduced in 17.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param verificationToken set the verificationToken. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/postsnapshot.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/postsnapshot.java index 4eaadace..0104b906 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/postsnapshot.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/postsnapshot.java @@ -50,6 +50,7 @@ public class postsnapshot extends AviRestResource { * This is the getter method this will return the attribute value. * Fb gs snapshot data. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gssnapshot */ @@ -62,6 +63,7 @@ public FbGsInfo getGssnapshot() { * This is the setter method to the attribute. * Fb gs snapshot data. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gssnapshot set the gssnapshot. */ @@ -74,6 +76,7 @@ public void setGssnapshot(FbGsInfo gssnapshot) { * This is the getter method this will return the attribute value. * Fb pool snapshot data. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolsnapshot */ @@ -86,6 +89,7 @@ public FbPoolInfo getPoolsnapshot() { * This is the setter method to the attribute. * Fb pool snapshot data. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolsnapshot set the poolsnapshot. */ @@ -98,6 +102,7 @@ public void setPoolsnapshot(FbPoolInfo poolsnapshot) { * This is the getter method this will return the attribute value. * Fb se snapshot data. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sesnapshot */ @@ -110,6 +115,7 @@ public FbSeInfo getSesnapshot() { * This is the setter method to the attribute. * Fb se snapshot data. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sesnapshot set the sesnapshot. */ @@ -122,6 +128,7 @@ public void setSesnapshot(FbSeInfo sesnapshot) { * This is the getter method this will return the attribute value. * Fb vs snapshot data. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vssnapshot */ @@ -134,6 +141,7 @@ public FbVsInfo getVssnapshot() { * This is the setter method to the attribute. * Fb vs snapshot data. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vssnapshot set the vssnapshot. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/presnapshot.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/presnapshot.java index 7765c722..93308b1c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/presnapshot.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/presnapshot.java @@ -50,6 +50,7 @@ public class presnapshot extends AviRestResource { * This is the getter method this will return the attribute value. * Fb gs snapshot data. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return gssnapshot */ @@ -62,6 +63,7 @@ public FbGsInfo getGssnapshot() { * This is the setter method to the attribute. * Fb gs snapshot data. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param gssnapshot set the gssnapshot. */ @@ -74,6 +76,7 @@ public void setGssnapshot(FbGsInfo gssnapshot) { * This is the getter method this will return the attribute value. * Fb pool snapshot data. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return poolsnapshot */ @@ -86,6 +89,7 @@ public FbPoolInfo getPoolsnapshot() { * This is the setter method to the attribute. * Fb pool snapshot data. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param poolsnapshot set the poolsnapshot. */ @@ -98,6 +102,7 @@ public void setPoolsnapshot(FbPoolInfo poolsnapshot) { * This is the getter method this will return the attribute value. * Fb se snapshot data. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return sesnapshot */ @@ -110,6 +115,7 @@ public FbSeInfo getSesnapshot() { * This is the setter method to the attribute. * Fb se snapshot data. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param sesnapshot set the sesnapshot. */ @@ -122,6 +128,7 @@ public void setSesnapshot(FbSeInfo sesnapshot) { * This is the getter method this will return the attribute value. * Fb vs snapshot data. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vssnapshot */ @@ -134,6 +141,7 @@ public FbVsInfo getVssnapshot() { * This is the setter method to the attribute. * Fb vs snapshot data. * Field introduced in 21.1.3. + * Allowed in enterprise edition with any value, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vssnapshot set the vssnapshot. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/vCenterConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/vCenterConfiguration.java index 3d041a17..dd750ac1 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/vCenterConfiguration.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/vCenterConfiguration.java @@ -5,6 +5,7 @@ import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonInclude.Include; +import com.vmware.avi.vro.model.ContentLibConfig; import com.vmware.avi.vro.model.IpAddrPrefix; import com.vmware.o11n.plugin.sdk.annotation.VsoFinder; import com.vmware.o11n.plugin.sdk.annotation.VsoMethod; @@ -25,6 +26,10 @@ @JsonIgnoreProperties(ignoreUnknown = true) @Service public class vCenterConfiguration extends AviRestResource { + @JsonProperty("content_lib") + @JsonInclude(Include.NON_NULL) + private ContentLibConfig contentLib = null; + @JsonProperty("datacenter") @JsonInclude(Include.NON_NULL) private String datacenter = null; @@ -49,6 +54,10 @@ public class vCenterConfiguration extends AviRestResource { @JsonInclude(Include.NON_NULL) private String privilege = "WRITE_ACCESS"; + @JsonProperty("use_content_lib") + @JsonInclude(Include.NON_NULL) + private Boolean useContentLib = false; + @JsonProperty("username") @JsonInclude(Include.NON_NULL) private String username = null; @@ -63,9 +72,36 @@ public class vCenterConfiguration extends AviRestResource { + /** + * This is the getter method this will return the attribute value. + * Vcenter content library where service engine images are stored. + * 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 null. + * @return contentLib + */ + @VsoMethod + public ContentLibConfig getContentLib() { + return contentLib; + } + + /** + * This is the setter method to the attribute. + * Vcenter content library where service engine images are stored. + * 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 null. + * @param contentLib set the contentLib. + */ + @VsoMethod + public void setContentLib(ContentLibConfig contentLib) { + this.contentLib = contentLib; + } + /** * This is the getter method this will return the attribute value. * Datacenter for virtual infrastructure discovery. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return datacenter */ @@ -77,6 +113,7 @@ public String getDatacenter() { /** * This is the setter method to the attribute. * Datacenter for virtual infrastructure discovery. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param datacenter set the datacenter. */ @@ -89,6 +126,7 @@ public void setDatacenter(String datacenter) { * This is the getter method this will return the attribute value. * If true, vm's on the vcenter will not be discovered.set it to true if there are more than 10000 vms in the datacenter. * Field introduced in 20.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 false. * @return deactivateVmDiscovery */ @@ -101,6 +139,7 @@ public Boolean getDeactivateVmDiscovery() { * This is the setter method to the attribute. * If true, vm's on the vcenter will not be discovered.set it to true if there are more than 10000 vms in the datacenter. * Field introduced in 20.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 false. * @param deactivateVmDiscovery set the deactivateVmDiscovery. */ @@ -112,6 +151,7 @@ public void setDeactivateVmDiscovery(Boolean deactivateVmDiscovery) { /** * This is the getter method this will return the attribute value. * Management subnet to use for avi service engines. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managementIpSubnet */ @@ -123,6 +163,7 @@ public IpAddrPrefix getManagementIpSubnet() { /** * This is the setter method to the attribute. * Management subnet to use for avi service engines. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managementIpSubnet set the managementIpSubnet. */ @@ -135,6 +176,7 @@ public void setManagementIpSubnet(IpAddrPrefix managementIpSubnet) { * This is the getter method this will return the attribute value. * Management network to use for avi service engines. * It is a reference to an object of type vimgrnwruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return managementNetwork */ @@ -147,6 +189,7 @@ public String getManagementNetwork() { * This is the setter method to the attribute. * Management network to use for avi service engines. * It is a reference to an object of type vimgrnwruntime. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param managementNetwork set the managementNetwork. */ @@ -158,6 +201,7 @@ public void setManagementNetwork(String managementNetwork) { /** * This is the getter method this will return the attribute value. * The password avi vantage will use when authenticating with vcenter. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return password */ @@ -169,6 +213,7 @@ public String getPassword() { /** * This is the setter method to the attribute. * The password avi vantage will use when authenticating with vcenter. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param password set the password. */ @@ -182,6 +227,7 @@ public void setPassword(String password) { * Set the access mode to vcenter as either read, which allows avi to discover networks and servers, or write, which also allows avi to create * service engines and configure their network properties. * Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WRITE_ACCESS". * @return privilege */ @@ -195,6 +241,7 @@ public String getPrivilege() { * Set the access mode to vcenter as either read, which allows avi to discover networks and servers, or write, which also allows avi to create * service engines and configure their network properties. * Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WRITE_ACCESS". * @param privilege set the privilege. */ @@ -203,9 +250,36 @@ public void setPrivilege(String privilege) { this.privilege = privilege; } + /** + * This is the getter method this will return the attribute value. + * If false, service engine image will not be pushed to content library. + * Field introduced in 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 false. + * @return useContentLib + */ + @VsoMethod + public Boolean getUseContentLib() { + return useContentLib; + } + + /** + * This is the setter method to the attribute. + * If false, service engine image will not be pushed to content library. + * 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 false. + * @param useContentLib set the useContentLib. + */ + @VsoMethod + public void setUseContentLib(Boolean useContentLib) { + this.useContentLib = useContentLib; + } + /** * This is the getter method this will return the attribute value. * The username avi vantage will use when authenticating with vcenter. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return username */ @@ -217,6 +291,7 @@ public String getUsername() { /** * This is the setter method to the attribute. * The username avi vantage will use when authenticating with vcenter. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param username set the username. */ @@ -228,6 +303,7 @@ public void setUsername(String username) { /** * This is the getter method this will return the attribute value. * Avi service engine template in vcenter to be used for creating service engines. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterTemplateSeLocation */ @@ -239,6 +315,7 @@ public String getVcenterTemplateSeLocation() { /** * This is the setter method to the attribute. * Avi service engine template in vcenter to be used for creating service engines. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterTemplateSeLocation set the vcenterTemplateSeLocation. */ @@ -250,6 +327,7 @@ public void setVcenterTemplateSeLocation(String vcenterTemplateSeLocation) { /** * This is the getter method this will return the attribute value. * Vcenter hostname or ip address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcenterUrl */ @@ -261,6 +339,7 @@ public String getVcenterUrl() { /** * This is the setter method to the attribute. * Vcenter hostname or ip address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcenterUrl set the vcenterUrl. */ @@ -288,19 +367,23 @@ public boolean equals(java.lang.Object o) { Objects.equals(this.managementNetwork, objvCenterConfiguration.managementNetwork)&& Objects.equals(this.managementIpSubnet, objvCenterConfiguration.managementIpSubnet)&& Objects.equals(this.vcenterTemplateSeLocation, objvCenterConfiguration.vcenterTemplateSeLocation)&& - Objects.equals(this.deactivateVmDiscovery, objvCenterConfiguration.deactivateVmDiscovery); + Objects.equals(this.deactivateVmDiscovery, objvCenterConfiguration.deactivateVmDiscovery)&& + Objects.equals(this.useContentLib, objvCenterConfiguration.useContentLib)&& + Objects.equals(this.contentLib, objvCenterConfiguration.contentLib); } @Override public String toString() { StringBuilder sb = new StringBuilder(); sb.append("class vCenterConfiguration {\n"); - sb.append(" datacenter: ").append(toIndentedString(datacenter)).append("\n"); + sb.append(" contentLib: ").append(toIndentedString(contentLib)).append("\n"); + sb.append(" datacenter: ").append(toIndentedString(datacenter)).append("\n"); sb.append(" deactivateVmDiscovery: ").append(toIndentedString(deactivateVmDiscovery)).append("\n"); sb.append(" managementIpSubnet: ").append(toIndentedString(managementIpSubnet)).append("\n"); sb.append(" managementNetwork: ").append(toIndentedString(managementNetwork)).append("\n"); sb.append(" password: ").append(toIndentedString(password)).append("\n"); sb.append(" privilege: ").append(toIndentedString(privilege)).append("\n"); + sb.append(" useContentLib: ").append(toIndentedString(useContentLib)).append("\n"); sb.append(" username: ").append(toIndentedString(username)).append("\n"); sb.append(" vcenterTemplateSeLocation: ").append(toIndentedString(vcenterTemplateSeLocation)).append("\n"); sb.append(" vcenterUrl: ").append(toIndentedString(vcenterUrl)).append("\n"); diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/vCloudAirConfiguration.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/vCloudAirConfiguration.java index 93f4a085..2675a49c 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/vCloudAirConfiguration.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/vCloudAirConfiguration.java @@ -62,6 +62,7 @@ public class vCloudAirConfiguration extends AviRestResource { * This is the getter method this will return the attribute value. * Vcloudair access mode. * Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WRITE_ACCESS". * @return privilege */ @@ -74,6 +75,7 @@ public String getPrivilege() { * This is the setter method to the attribute. * Vcloudair access mode. * Enum options - NO_ACCESS, READ_ACCESS, WRITE_ACCESS. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "WRITE_ACCESS". * @param privilege set the privilege. */ @@ -85,6 +87,7 @@ public void setPrivilege(String privilege) { /** * This is the getter method this will return the attribute value. * Vcloudair host address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcaHost */ @@ -96,6 +99,7 @@ public String getVcaHost() { /** * This is the setter method to the attribute. * Vcloudair host address. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcaHost set the vcaHost. */ @@ -107,6 +111,7 @@ public void setVcaHost(String vcaHost) { /** * This is the getter method this will return the attribute value. * Vcloudair instance id. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcaInstance */ @@ -118,6 +123,7 @@ public String getVcaInstance() { /** * This is the setter method to the attribute. * Vcloudair instance id. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcaInstance set the vcaInstance. */ @@ -129,6 +135,7 @@ public void setVcaInstance(String vcaInstance) { /** * This is the getter method this will return the attribute value. * Vcloudair management network. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcaMgmtNetwork */ @@ -140,6 +147,7 @@ public String getVcaMgmtNetwork() { /** * This is the setter method to the attribute. * Vcloudair management network. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcaMgmtNetwork set the vcaMgmtNetwork. */ @@ -151,6 +159,7 @@ public void setVcaMgmtNetwork(String vcaMgmtNetwork) { /** * This is the getter method this will return the attribute value. * Vcloudair orgnization id. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcaOrgnization */ @@ -162,6 +171,7 @@ public String getVcaOrgnization() { /** * This is the setter method to the attribute. * Vcloudair orgnization id. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcaOrgnization set the vcaOrgnization. */ @@ -173,6 +183,7 @@ public void setVcaOrgnization(String vcaOrgnization) { /** * This is the getter method this will return the attribute value. * Vcloudair password. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcaPassword */ @@ -184,6 +195,7 @@ public String getVcaPassword() { /** * This is the setter method to the attribute. * Vcloudair password. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcaPassword set the vcaPassword. */ @@ -195,6 +207,7 @@ public void setVcaPassword(String vcaPassword) { /** * This is the getter method this will return the attribute value. * Vcloudair username. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcaUsername */ @@ -206,6 +219,7 @@ public String getVcaUsername() { /** * This is the setter method to the attribute. * Vcloudair username. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcaUsername set the vcaUsername. */ @@ -217,6 +231,7 @@ public void setVcaUsername(String vcaUsername) { /** * This is the getter method this will return the attribute value. * Vcloudair virtual data center name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vcaVdc */ @@ -228,6 +243,7 @@ public String getVcaVdc() { /** * This is the setter method to the attribute. * Vcloudair virtual data center name. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vcaVdc set the vcaVdc. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/vNIC.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/vNIC.java index bc175efb..0e4065c2 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/vNIC.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/vNIC.java @@ -148,7 +148,7 @@ public class vNIC extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property adapter of obj type vnic field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return adapter */ @@ -159,7 +159,7 @@ public String getAdapter() { /** * This is the setter method to the attribute. - * Placeholder for description of property adapter of obj type vnic field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param adapter set the adapter. */ @@ -171,6 +171,7 @@ public void setAdapter(String adapter) { /** * This is the getter method this will return the attribute value. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return aggregatorChgd */ @@ -182,6 +183,7 @@ public Boolean getAggregatorChgd() { /** * This is the setter method to the attribute. * Field introduced in 17.2.7. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param aggregatorChgd set the aggregatorChgd. */ @@ -192,7 +194,7 @@ public void setAggregatorChgd(Boolean aggregatorChgd) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property can_se_dp_takeover of obj type vnic 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 canSeDpTakeover */ @@ -203,7 +205,7 @@ public Boolean getCanSeDpTakeover() { /** * This is the setter method to the attribute. - * Placeholder for description of property can_se_dp_takeover of obj type vnic 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 canSeDpTakeover set the canSeDpTakeover. */ @@ -214,7 +216,7 @@ public void setCanSeDpTakeover(Boolean canSeDpTakeover) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property connected of obj type vnic 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 connected */ @@ -225,7 +227,7 @@ public Boolean getConnected() { /** * This is the setter method to the attribute. - * Placeholder for description of property connected of obj type vnic 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 connected set the connected. */ @@ -236,7 +238,7 @@ public void setConnected(Boolean connected) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property del_pending of obj type vnic 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 delPending */ @@ -247,7 +249,7 @@ public Boolean getDelPending() { /** * This is the setter method to the attribute. - * Placeholder for description of property del_pending of obj type vnic 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 delPending set the delPending. */ @@ -261,6 +263,7 @@ public void setDelPending(Boolean delPending) { * Delete this vnic. * Please confirm dp_deletion_done before removing the vnic from the cloud. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return deleteVnic */ @@ -274,6 +277,7 @@ public Boolean getDeleteVnic() { * Delete this vnic. * Please confirm dp_deletion_done before removing the vnic from the cloud. * Field introduced in 18.2.5. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param deleteVnic set the deleteVnic. */ @@ -284,7 +288,7 @@ public void setDeleteVnic(Boolean deleteVnic) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property dhcp_enabled of obj type vnic 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 dhcpEnabled */ @@ -295,7 +299,7 @@ public Boolean getDhcpEnabled() { /** * This is the setter method to the attribute. - * Placeholder for description of property dhcp_enabled of obj type vnic 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 dhcpEnabled set the dhcpEnabled. */ @@ -308,6 +312,7 @@ public void setDhcpEnabled(Boolean dhcpEnabled) { * This is the getter method this will return the attribute value. * The vnic has been cleaned up in the datapath. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @return dpDeletionDone */ @@ -320,6 +325,7 @@ public Boolean getDpDeletionDone() { * This is the setter method to the attribute. * The vnic has been cleaned up in the datapath. * Field introduced in 18.2.3. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as false. * @param dpDeletionDone set the dpDeletionDone. */ @@ -330,7 +336,7 @@ public void setDpDeletionDone(Boolean dpDeletionDone) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property enabled of obj type vnic 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 enabled */ @@ -341,7 +347,7 @@ public Boolean getEnabled() { /** * This is the setter method to the attribute. - * Placeholder for description of property enabled of obj type vnic 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 enabled set the enabled. */ @@ -352,7 +358,7 @@ public void setEnabled(Boolean enabled) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property if_name of obj type vnic field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return ifName */ @@ -363,7 +369,7 @@ public String getIfName() { /** * This is the setter method to the attribute. - * Placeholder for description of property if_name of obj type vnic field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param ifName set the ifName. */ @@ -376,6 +382,7 @@ public void setIfName(String ifName) { * This is the getter method this will return the attribute value. * Enable ipv6 auto configuration. * Field introduced in 18.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return ip6AutocfgEnabled */ @@ -388,6 +395,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 true. * @param ip6AutocfgEnabled set the ip6AutocfgEnabled. */ @@ -398,7 +406,7 @@ public void setIp6AutocfgEnabled(Boolean ip6AutocfgEnabled) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property is_asm of obj type vnic 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 isAsm */ @@ -409,7 +417,7 @@ public Boolean getIsAsm() { /** * This is the setter method to the attribute. - * Placeholder for description of property is_asm of obj type vnic 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 isAsm set the isAsm. */ @@ -420,7 +428,7 @@ public void setIsAsm(Boolean isAsm) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property is_avi_internal_network of obj type vnic 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 isAviInternalNetwork */ @@ -431,7 +439,7 @@ public Boolean getIsAviInternalNetwork() { /** * This is the setter method to the attribute. - * Placeholder for description of property is_avi_internal_network of obj type vnic 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 isAviInternalNetwork set the isAviInternalNetwork. */ @@ -442,7 +450,7 @@ public void setIsAviInternalNetwork(Boolean isAviInternalNetwork) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property is_hsm of obj type vnic 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 isHsm */ @@ -453,7 +461,7 @@ public Boolean getIsHsm() { /** * This is the setter method to the attribute. - * Placeholder for description of property is_hsm of obj type vnic 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 isHsm set the isHsm. */ @@ -464,7 +472,7 @@ public void setIsHsm(Boolean isHsm) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property is_mgmt of obj type vnic 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 isMgmt */ @@ -475,7 +483,7 @@ public Boolean getIsMgmt() { /** * This is the setter method to the attribute. - * Placeholder for description of property is_mgmt of obj type vnic 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 isMgmt set the isMgmt. */ @@ -486,7 +494,7 @@ public void setIsMgmt(Boolean isMgmt) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property is_portchannel of obj type vnic 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 isPortchannel */ @@ -497,7 +505,7 @@ public Boolean getIsPortchannel() { /** * This is the setter method to the attribute. - * Placeholder for description of property is_portchannel of obj type vnic 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 isPortchannel set the isPortchannel. */ @@ -510,6 +518,7 @@ public void setIsPortchannel(Boolean isPortchannel) { * This is the getter method this will return the attribute value. * The link is operationally up. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @return linkUp */ @@ -522,6 +531,7 @@ public Boolean getLinkUp() { * This is the setter method to the attribute. * The link is operationally up. * Field introduced in 18.2.8, 20.1.1. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as true. * @param linkUp set the linkUp. */ @@ -532,7 +542,7 @@ public void setLinkUp(Boolean linkUp) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property linux_name of obj type vnic field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return linuxName */ @@ -543,7 +553,7 @@ public String getLinuxName() { /** * This is the setter method to the attribute. - * Placeholder for description of property linux_name of obj type vnic field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param linuxName set the linuxName. */ @@ -554,7 +564,7 @@ public void setLinuxName(String linuxName) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property mac_address of obj type vnic field type str type string. + * Allowed in enterprise edition with any value, 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 */ @@ -565,7 +575,7 @@ public String getMacAddress() { /** * This is the setter method to the attribute. - * Placeholder for description of property mac_address of obj type vnic field type str type string. + * Allowed in enterprise edition with any value, 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. */ @@ -576,7 +586,7 @@ public void setMacAddress(String macAddress) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property members of obj type vnic 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 members */ @@ -587,7 +597,7 @@ public List getMembers() { /** * This is the setter method. this will set the members - * Placeholder for description of property members of obj type vnic 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 members */ @@ -598,7 +608,7 @@ public void setMembers(List members) { /** * This is the setter method this will set the members - * Placeholder for description of property members of obj type vnic 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 members */ @@ -614,7 +624,7 @@ public vNIC addMembersItem(MemberInterface membersItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property mtu of obj type vnic 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 1500. * @return mtu */ @@ -625,7 +635,7 @@ public Integer getMtu() { /** * This is the setter method to the attribute. - * Placeholder for description of property mtu of obj type vnic 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 1500. * @param mtu set the mtu. */ @@ -636,7 +646,7 @@ public void setMtu(Integer mtu) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property network_name of obj type vnic field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkName */ @@ -647,7 +657,7 @@ public String getNetworkName() { /** * This is the setter method to the attribute. - * Placeholder for description of property network_name of obj type vnic field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkName set the networkName. */ @@ -659,6 +669,7 @@ public void setNetworkName(String networkName) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type network. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return networkRef */ @@ -670,6 +681,7 @@ public String getNetworkRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type network. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param networkRef set the networkRef. */ @@ -680,7 +692,7 @@ public void setNetworkRef(String networkRef) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property pci_id of obj type vnic field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return pciId */ @@ -691,7 +703,7 @@ public String getPciId() { /** * This is the setter method to the attribute. - * Placeholder for description of property pci_id of obj type vnic field type str type string. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param pciId set the pciId. */ @@ -702,7 +714,7 @@ public void setPciId(String pciId) { /** * 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 */ @@ -713,7 +725,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. */ @@ -724,7 +736,7 @@ public void setPortUuid(String portUuid) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vlan_id of obj type vnic 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 0. * @return vlanId */ @@ -735,7 +747,7 @@ public Integer getVlanId() { /** * This is the setter method to the attribute. - * Placeholder for description of property vlan_id of obj type vnic 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 0. * @param vlanId set the vlanId. */ @@ -746,7 +758,7 @@ public void setVlanId(Integer vlanId) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vlan_interfaces of obj type vnic 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 vlanInterfaces */ @@ -757,7 +769,7 @@ public List getVlanInterfaces() { /** * This is the setter method. this will set the vlanInterfaces - * Placeholder for description of property vlan_interfaces of obj type vnic 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 vlanInterfaces */ @@ -768,7 +780,7 @@ public void setVlanInterfaces(List vlanInterfaces) { /** * This is the setter method this will set the vlanInterfaces - * Placeholder for description of property vlan_interfaces of obj type vnic 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 vlanInterfaces */ @@ -784,7 +796,7 @@ public vNIC addVlanInterfacesItem(VlanInterface vlanInterfacesItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vnic_networks of obj type vnic 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 vnicNetworks */ @@ -795,7 +807,7 @@ public List getVnicNetworks() { /** * This is the setter method. this will set the vnicNetworks - * Placeholder for description of property vnic_networks of obj type vnic 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 vnicNetworks */ @@ -806,7 +818,7 @@ public void setVnicNetworks(List vnicNetworks) { /** * This is the setter method this will set the vnicNetworks - * Placeholder for description of property vnic_networks of obj type vnic 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 vnicNetworks */ @@ -822,7 +834,7 @@ public vNIC addVnicNetworksItem(vNICNetwork vnicNetworksItem) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property vrf_id of obj type vnic 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 0. * @return vrfId */ @@ -833,7 +845,7 @@ public Integer getVrfId() { /** * This is the setter method to the attribute. - * Placeholder for description of property vrf_id of obj type vnic 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 0. * @param vrfId set the vrfId. */ @@ -845,6 +857,7 @@ public void setVrfId(Integer vrfId) { /** * This is the getter method this will return the attribute value. * It is a reference to an object of type vrfcontext. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @return vrfRef */ @@ -856,6 +869,7 @@ public String getVrfRef() { /** * This is the setter method to the attribute. * It is a reference to an object of type vrfcontext. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as null. * @param vrfRef set the vrfRef. */ diff --git a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/vNICNetwork.java b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/vNICNetwork.java index ba0b1993..daad10ab 100644 --- a/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/vNICNetwork.java +++ b/o11nplugin-vro-core/src/main/java/com/vmware/avi/vro/model/vNICNetwork.java @@ -41,7 +41,7 @@ public class vNICNetwork extends AviRestResource { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ctlr_alloc of obj type vnicnetwork 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 ctlrAlloc */ @@ -52,7 +52,7 @@ public Boolean getCtlrAlloc() { /** * This is the setter method to the attribute. - * Placeholder for description of property ctlr_alloc of obj type vnicnetwork 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 ctlrAlloc set the ctlrAlloc. */ @@ -63,7 +63,7 @@ public void setCtlrAlloc(Boolean ctlrAlloc) { /** * This is the getter method this will return the attribute value. - * Placeholder for description of property ip of obj type vnicnetwork 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 */ @@ -74,7 +74,7 @@ public IpAddrPrefix getIp() { /** * This is the setter method to the attribute. - * Placeholder for description of property ip of obj type vnicnetwork 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. */ @@ -86,6 +86,7 @@ public void setIp(IpAddrPrefix ip) { /** * This is the getter method this will return the attribute value. * Enum options - DHCP, STATIC, VIP, DOCKER_HOST. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DHCP". * @return mode */ @@ -97,6 +98,7 @@ public String getMode() { /** * This is the setter method to the attribute. * Enum options - DHCP, STATIC, VIP, DOCKER_HOST. + * Allowed in enterprise edition with any value, essentials, basic, enterprise with cloud services edition. * Default value when not specified in API or module is interpreted by Avi Controller as "DHCP". * @param mode set the mode. */ diff --git a/o11nplugin-vro-package/pom.xml b/o11nplugin-vro-package/pom.xml index 09acb779..77f04659 100644 --- a/o11nplugin-vro-package/pom.xml +++ b/o11nplugin-vro-package/pom.xml @@ -9,7 +9,7 @@ vro com.vmware.avi - 21.1.3.RELEASE + 21.1.6.RELEASE diff --git a/o11nplugin-vro-package/src/main/resources/Workflow/Library/vro/Create health monitor using model.element_info.xml b/o11nplugin-vro-package/src/main/resources/Workflow/Library/vro/Create health monitor using model.element_info.xml index 6f733e64..a350ffbe 100644 --- a/o11nplugin-vro-package/src/main/resources/Workflow/Library/vro/Create health monitor using model.element_info.xml +++ b/o11nplugin-vro-package/src/main/resources/Workflow/Library/vro/Create health monitor using model.element_info.xml @@ -5,5 +5,5 @@ Library.Avi Create health monitor Workflow - f2d558ce-2e04-426e-aeb1-1e330593aba2 + f2d558ce-2e04-426e-aeb1-1e330593aba3 diff --git a/o11nplugin-vro-package/src/main/resources/Workflow/Library/vro/Create health monitor using model.xml b/o11nplugin-vro-package/src/main/resources/Workflow/Library/vro/Create health monitor using model.xml index 867adda8..01d184e6 100644 --- a/o11nplugin-vro-package/src/main/resources/Workflow/Library/vro/Create health monitor using model.xml +++ b/o11nplugin-vro-package/src/main/resources/Workflow/Library/vro/Create health monitor using model.xml @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://vmware.com/vco/workflow http://vmware.com/vco/workflow/Workflow-v4.xsd" root-name="item1" object-name="workflow:name=generic" - id="f2d558ce-2e04-426e-aeb1-1e330593aba2" version="3.0.2" + id="f2d558ce-2e04-426e-aeb1-1e330593aba3" version="3.0.2" api-version="6.0.0" allowed-operations="vef" restartMode="1" resumeFromFailedMode="0"> @@ -53,8 +53,7 @@ script-module="com.vmware.avi/initVroWorkflow"> +actionResult = System.getModule("com.vmware.avi").initVroWorkflow(controller);]]> diff --git a/o11nplugin-vro/pom.xml b/o11nplugin-vro/pom.xml index 40b12de7..50b95e2e 100644 --- a/o11nplugin-vro/pom.xml +++ b/o11nplugin-vro/pom.xml @@ -10,7 +10,7 @@ vro com.vmware.avi - 21.1.3.RELEASE + 21.1.6.RELEASE diff --git a/pom.xml b/pom.xml index 2ac65fea..52cb4e02 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.vmware.avi vro pom - 21.1.3.RELEASE + 21.1.6.RELEASE UTF-8 diff --git a/version.txt b/version.txt index 48c2703c..a996d8c9 100644 --- a/version.txt +++ b/version.txt @@ -1,3 +1,3 @@ -release_version=21.1.3 -eng_version=22.1.1 +release_version=21.1.6 +eng_version=22.1.3