类 DeploymentSetForDescribeDeploymentSetsOutput
- java.lang.Object
-
- com.volcengine.ecs.model.DeploymentSetForDescribeDeploymentSetsOutput
-
public class DeploymentSetForDescribeDeploymentSetsOutput extends Object
DeploymentSetForDescribeDeploymentSetsOutput
-
-
构造器概要
构造器 构造器 说明 DeploymentSetForDescribeDeploymentSetsOutput()
-
方法概要
-
-
-
方法详细资料
-
capacities
public DeploymentSetForDescribeDeploymentSetsOutput capacities(List<CapacityForDescribeDeploymentSetsOutput> capacities)
-
addCapacitiesItem
public DeploymentSetForDescribeDeploymentSetsOutput addCapacitiesItem(CapacityForDescribeDeploymentSetsOutput capacitiesItem)
-
getCapacities
@Valid public @Valid List<CapacityForDescribeDeploymentSetsOutput> getCapacities()
Get capacities- 返回:
- capacities
-
setCapacities
public void setCapacities(List<CapacityForDescribeDeploymentSetsOutput> capacities)
-
createdAt
public DeploymentSetForDescribeDeploymentSetsOutput createdAt(String createdAt)
-
getCreatedAt
public String getCreatedAt()
Get createdAt- 返回:
- createdAt
-
setCreatedAt
public void setCreatedAt(String createdAt)
-
deploymentSetDescription
public DeploymentSetForDescribeDeploymentSetsOutput deploymentSetDescription(String deploymentSetDescription)
-
getDeploymentSetDescription
public String getDeploymentSetDescription()
Get deploymentSetDescription- 返回:
- deploymentSetDescription
-
setDeploymentSetDescription
public void setDeploymentSetDescription(String deploymentSetDescription)
-
deploymentSetId
public DeploymentSetForDescribeDeploymentSetsOutput deploymentSetId(String deploymentSetId)
-
getDeploymentSetId
public String getDeploymentSetId()
Get deploymentSetId- 返回:
- deploymentSetId
-
setDeploymentSetId
public void setDeploymentSetId(String deploymentSetId)
-
deploymentSetName
public DeploymentSetForDescribeDeploymentSetsOutput deploymentSetName(String deploymentSetName)
-
getDeploymentSetName
public String getDeploymentSetName()
Get deploymentSetName- 返回:
- deploymentSetName
-
setDeploymentSetName
public void setDeploymentSetName(String deploymentSetName)
-
granularity
public DeploymentSetForDescribeDeploymentSetsOutput granularity(String granularity)
-
getGranularity
public String getGranularity()
Get granularity- 返回:
- granularity
-
setGranularity
public void setGranularity(String granularity)
-
instanceAmount
public DeploymentSetForDescribeDeploymentSetsOutput instanceAmount(Integer instanceAmount)
-
getInstanceAmount
public Integer getInstanceAmount()
Get instanceAmount- 返回:
- instanceAmount
-
setInstanceAmount
public void setInstanceAmount(Integer instanceAmount)
-
instanceIds
public DeploymentSetForDescribeDeploymentSetsOutput instanceIds(List<String> instanceIds)
-
addInstanceIdsItem
public DeploymentSetForDescribeDeploymentSetsOutput addInstanceIdsItem(String instanceIdsItem)
-
strategy
public DeploymentSetForDescribeDeploymentSetsOutput strategy(String strategy)
-
getStrategy
public String getStrategy()
Get strategy- 返回:
- strategy
-
setStrategy
public void setStrategy(String strategy)
-
-