Package com.axway.apim.setup.lib
Class APIManagerSetupExportParams
java.lang.Object
com.axway.apim.lib.CoreParameters
com.axway.apim.lib.StandardExportParams
com.axway.apim.setup.lib.APIManagerSetupExportParams
- All Implemented Interfaces:
com.axway.apim.lib.Parameters
public class APIManagerSetupExportParams
extends com.axway.apim.lib.StandardExportParams
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAPIManagerSetupExportParams.Type -
Field Summary
-
Constructor Summary
Constructors Constructor Description APIManagerSetupExportParams() -
Method Summary
Modifier and Type Method Description static APIManagerSetupExportParamsgetInstance()StringgetRemoteHostId()StringgetRemoteHostName()BooleanisExportAlerts()BooleanisExportConfig()BooleanisExportCustomProperties()BooleanisExportPolicies()BooleanisExportRemoteHosts()voidsetConfigType(String configType)voidsetExportAlerts(Boolean exportAlerts)voidsetExportConfig(Boolean exportConfig)voidsetExportRemoteHosts(Boolean exportRemoteHosts)voidsetRemoteHostId(String remoteHostId)voidsetRemoteHostName(String remoteHostName)Methods inherited from class com.axway.apim.lib.StandardExportParams
getOutputFormat, getTarget, getWide, isDeleteTarget, setDeleteTarget, setOutputFormat, setTarget, setWideMethods inherited from class com.axway.apim.lib.CoreParameters
clearCaches, createCacheList, getAdminPassword, getAdminUsername, getApiBasepath, getAPIManagerURL, getApimCLIHome, getClearCache, getClientAppsMode, getClientOrgsMode, getConfDir, getDetailsExportFile, getEnabledCacheTypes, getHostname, getPassword, getPort, getProperties, getProxyHost, getProxyPassword, getProxyPort, getProxyUsername, getQuotaMode, getRetryDelay, getReturnCodeMapping, getStage, getUsername, isAllowOrgAdminsToPublish, isForce, isIgnoreAdminAccount, isIgnoreCache, isIgnoreClientApps, isIgnoreClientOrgs, isIgnoreQuotas, isReplaceHostInSwagger, isRollback, isZeroDowntimeUpdate, setAdminPassword, setAdminUsername, setAllowOrgAdminsToPublish, setApiBasepath, setApimCLIHome, setClearCache, setClientAppsMode, setClientOrgsMode, setConfDir, setDetailsExportFile, setForce, setHostname, setIgnoreAdminAccount, setIgnoreCache, setIgnoreQuotas, setPassword, setPort, setProperties, setProxyHost, setProxyPassword, setProxyPort, setProxyUsername, setQuotaMode, setReplaceHostInSwagger, setRetryDelay, setRetryDelay, setReturnCodeMapping, setRollback, setStage, setUsername, setZeroDowntimeUpdate, toString, validateRequiredParameters
-
Constructor Details
-
APIManagerSetupExportParams
public APIManagerSetupExportParams()
-
-
Method Details