public class DeploymentConfigInfo extends Object implements Serializable, Cloneable
Information about a deployment configuration.
Constructor and Description |
---|
DeploymentConfigInfo() |
Modifier and Type | Method and Description |
---|---|
DeploymentConfigInfo |
clone() |
boolean |
equals(Object obj) |
Date |
getCreateTime()
The time that the deployment configuration was created.
|
String |
getDeploymentConfigId()
The deployment configuration ID.
|
String |
getDeploymentConfigName()
The deployment configuration name.
|
MinimumHealthyHosts |
getMinimumHealthyHosts()
Information about the number or percentage of minimum healthy instances.
|
int |
hashCode() |
void |
setCreateTime(Date createTime)
The time that the deployment configuration was created.
|
void |
setDeploymentConfigId(String deploymentConfigId)
The deployment configuration ID.
|
void |
setDeploymentConfigName(String deploymentConfigName)
The deployment configuration name.
|
void |
setMinimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
Information about the number or percentage of minimum healthy instances.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeploymentConfigInfo |
withCreateTime(Date createTime)
The time that the deployment configuration was created.
|
DeploymentConfigInfo |
withDeploymentConfigId(String deploymentConfigId)
The deployment configuration ID.
|
DeploymentConfigInfo |
withDeploymentConfigName(String deploymentConfigName)
The deployment configuration name.
|
DeploymentConfigInfo |
withMinimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
Information about the number or percentage of minimum healthy instances.
|
public void setDeploymentConfigId(String deploymentConfigId)
The deployment configuration ID.
deploymentConfigId
- The deployment configuration ID.public String getDeploymentConfigId()
The deployment configuration ID.
public DeploymentConfigInfo withDeploymentConfigId(String deploymentConfigId)
The deployment configuration ID.
deploymentConfigId
- The deployment configuration ID.public void setDeploymentConfigName(String deploymentConfigName)
The deployment configuration name.
deploymentConfigName
- The deployment configuration name.public String getDeploymentConfigName()
The deployment configuration name.
public DeploymentConfigInfo withDeploymentConfigName(String deploymentConfigName)
The deployment configuration name.
deploymentConfigName
- The deployment configuration name.public void setMinimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
Information about the number or percentage of minimum healthy instances.
minimumHealthyHosts
- Information about the number or percentage of minimum healthy
instances.public MinimumHealthyHosts getMinimumHealthyHosts()
Information about the number or percentage of minimum healthy instances.
public DeploymentConfigInfo withMinimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
Information about the number or percentage of minimum healthy instances.
minimumHealthyHosts
- Information about the number or percentage of minimum healthy
instances.public void setCreateTime(Date createTime)
The time that the deployment configuration was created.
createTime
- The time that the deployment configuration was created.public Date getCreateTime()
The time that the deployment configuration was created.
public DeploymentConfigInfo withCreateTime(Date createTime)
The time that the deployment configuration was created.
createTime
- The time that the deployment configuration was created.public String toString()
toString
in class Object
Object.toString()
public DeploymentConfigInfo clone()
Copyright © 2015. All rights reserved.