public class CloudHubDeployment extends AnypointDeployment
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
applyLatestRuntimePatch |
protected Boolean |
disableCloudHubLogs |
protected Boolean |
objectStoreV2 |
protected Boolean |
overrideProperties |
protected Boolean |
persistentQueues |
protected String |
region |
protected Integer |
waitBeforeValidation |
protected Integer |
workers |
protected String |
workerType |
ANYPOINT_BASE_URI, authToken, businessGroup, businessGroupId, connectedAppClientId, connectedAppClientSecret, connectedAppGrantType, environment, password, properties, server, skipDeploymentVerification, uri, usernameapplicationName, artifact, deploymentTimeout, javaVersion, muleVersion, releaseChannel, skip| Constructor and Description |
|---|
CloudHubDeployment() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getApplyLatestRuntimePatch()
Apply latest runtime patch in Cloudhub.
|
Boolean |
getDisableCloudHubLogs() |
Boolean |
getObjectStoreV2()
Define object store version of the application in Cloudhub.
|
Boolean |
getPersistentQueues()
Define object store version of the application in Cloudhub.
|
String |
getRegion()
Region to deploy the application in Cloudhub.
|
Integer |
getWaitBeforeValidation() |
Integer |
getWorkers()
Number of workers for the deploymentConfiguration of the application in Cloudhub.
|
String |
getWorkerType()
Type of workers for the deploymentConfiguration of the application in Cloudhub.
|
boolean |
overrideProperties() |
void |
setApplyLatestRuntimePatch(Boolean applyLatestRuntimePatch) |
void |
setDisableCloudHubLogs(Boolean disableCloudHubLogs) |
void |
setEnvironmentSpecificValues() |
void |
setObjectStoreV2(Boolean objectStoreV2) |
void |
setPersistentQueues(Boolean persistentQueues) |
void |
setRegion(String region) |
void |
setWaitBeforeValidation(Integer time) |
void |
setWorkers(Integer workers) |
void |
setWorkerType(String workerType) |
getAuthToken, getBusinessGroup, getBusinessGroupId, getConnectedAppClientId, getConnectedAppClientSecret, getConnectedAppGrantType, getEnvironment, getPassword, getProperties, getServer, getSkipDeploymentVerification, getUri, getUsername, setAuthToken, setBusinessGroup, setBusinessGroupId, setConnectedAppClientId, setConnectedAppClientSecret, setConnectedAppGrantType, setEnvironment, setPassword, setProperties, setServer, setSkipDeploymentVerification, setUri, setUsernamegetApplicationName, getArtifact, getArtifactId, getDeploymentTimeout, getGroupId, getJavaVersion, getMuleVersion, getPackaging, getReleaseChannel, getSkip, getVersion, setApplicationName, setArtifact, setArtifact, setArtifactId, setBasicDeploymentValues, setDefaultValues, setDeploymentTimeout, setGroupId, setJavaVersion, setMuleVersion, setPackaging, setReleaseChannel, setSkip, setVersion, validateVersion@Parameter protected Integer workers
@Parameter protected String workerType
@Parameter protected String region
@Parameter protected Boolean overrideProperties
@Parameter protected Boolean objectStoreV2
@Parameter protected Boolean persistentQueues
@Parameter protected Boolean disableCloudHubLogs
@Parameter protected Integer waitBeforeValidation
@Parameter protected Boolean applyLatestRuntimePatch
public String getRegion()
public void setRegion(String region)
public Integer getWorkers()
public void setWorkers(Integer workers)
public String getWorkerType()
public void setWorkerType(String workerType)
public Boolean getObjectStoreV2()
public void setObjectStoreV2(Boolean objectStoreV2)
public Boolean getPersistentQueues()
public void setPersistentQueues(Boolean persistentQueues)
public Boolean getDisableCloudHubLogs()
public void setDisableCloudHubLogs(Boolean disableCloudHubLogs)
public Integer getWaitBeforeValidation()
public void setWaitBeforeValidation(Integer time)
public Boolean getApplyLatestRuntimePatch()
public void setApplyLatestRuntimePatch(Boolean applyLatestRuntimePatch)
public void setEnvironmentSpecificValues()
throws DeploymentException
setEnvironmentSpecificValues in class AnypointDeploymentDeploymentExceptionpublic boolean overrideProperties()
Copyright © 2024 MuleSoft Inc. All rights reserved.