@Metadata(description="A WebSphere dynamic ODR cluster managed by a WebSphere deployment manager (WAS ND)") public class DynamicOdrCluster extends com.xebialabs.deployit.plugin.api.udm.base.BaseContainer implements HealthPolicyMembershipContainer, com.xebialabs.deployit.plugin.python.PythonManagedContainer
| Constructor and Description |
|---|
DynamicOdrCluster() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> |
create() |
java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> |
destroy() |
DeploymentManager |
getCell() |
java.lang.String |
getCellName() |
java.lang.String |
getContainmentPath() |
com.xebialabs.deployit.plugin.overthere.Host |
getHost() |
com.xebialabs.deployit.plugin.python.PythonManagingContainer |
getManagingContainer() |
java.util.Set<Node> |
getNodes() |
java.lang.String |
getShortTypeDescription() |
java.lang.String |
getWasConfigIdType() |
java.lang.String |
getWasTargetType() |
java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> |
modify() |
void |
setCell(DeploymentManager cell) |
getTags, setTagscompareTo, equals, get$ciAttributes, get$token, get$validationMessages, getId, getName, getProperty, getPropertyDescriptor, getType, hashCode, hasProperty, set$ciAttributes, set$token, set$validationMessages, setId, setProperty, setType, toStringpublic DeploymentManager getCell()
getCell in interface WasContainerpublic void setCell(DeploymentManager cell)
public com.xebialabs.deployit.plugin.python.PythonManagingContainer getManagingContainer()
getManagingContainer in interface com.xebialabs.deployit.plugin.python.PythonManagedContainer@DerivedProperty(value="cellName") public java.lang.String getCellName()
getCellName in interface WasContainer@ControlTask(label="Create",
description="This control task is used to create a new DynamicOdrCluster")
public java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> create()
@ControlTask(label="Modify",
description="This control task is used to modify the properties of an existing DynamicOdrCluster")
public java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> modify()
@ControlTask(label="Destroy",
description="This control task is used to destroy an existing DynamicOdrCluster")
public java.util.List<com.xebialabs.deployit.plugin.api.flow.Step> destroy()
public java.lang.String getContainmentPath()
getContainmentPath in interface WasContainerpublic java.lang.String getWasConfigIdType()
getWasConfigIdType in interface WasContainerpublic java.lang.String getWasTargetType()
getWasTargetType in interface WasContainerpublic java.lang.String getShortTypeDescription()
getShortTypeDescription in interface WasContainerpublic com.xebialabs.deployit.plugin.overthere.Host getHost()
getHost in interface com.xebialabs.deployit.plugin.overthere.HostContainerpublic java.util.Set<Node> getNodes()
getNodes in interface WasContainer