public class DescribeDeploymentSetsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
deploymentSetIds
The IDs of deployment sets.
|
String |
deploymentSetName
The name of the deployment set.
|
String |
domain
This parameter is deprecated.
|
String |
granularity
This parameter is deprecated.
|
String |
networkType
This parameter is deprecated.
|
String |
ownerAccount |
Long |
ownerId |
Integer |
pageNumber
The page number.
|
Integer |
pageSize
The number of entries per page.
|
String |
regionId
The region ID of the deployment set.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
strategy
The deployment strategy.
|
构造器和说明 |
---|
DescribeDeploymentSetsRequest() |
@NameInMap(value="DeploymentSetIds") public String deploymentSetIds
The IDs of deployment sets. The value can be a JSON array that consists of deployment set IDs in the format of ["ds-xxxxxxxxx", "ds-yyyyyyyyy", ... "ds-zzzzzzzzz"]
. You can specify up to 100 deployment set IDs in each request. Separate the deployment set IDs with commas (,).
["ds-bp67acfmxazb4ph****", "ds-bp67acfmxazb4pi****", … "ds-bp67acfmxazb4pj****"]
@NameInMap(value="DeploymentSetName") public String deploymentSetName
The name of the deployment set. The name must be 2 to 128 characters in length. The name must start with a letter and cannot start with http://
or https://
. The name can contain digits, letters, colons (:), underscores (_), and hyphens (-).
testDeploymentSetName
@NameInMap(value="Domain") public String domain
example:This parameter is deprecated.
null
@NameInMap(value="Granularity") public String granularity
example:This parameter is deprecated.
null
@NameInMap(value="NetworkType") public String networkType
example:This parameter is deprecated.
null
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNumber") public Integer pageNumber
The page number.
Pages start from page 1.
Default value: 1.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries per page.
Valid values: 1 to 50.
Default value: 10.
example:10
@NameInMap(value="RegionId") public String regionId
The region ID of the deployment set. You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="Strategy") public String strategy
The deployment strategy. Valid values:
Availability
public static DescribeDeploymentSetsRequest build(Map<String,?> map) throws Exception
Exception
public DescribeDeploymentSetsRequest setDeploymentSetIds(String deploymentSetIds)
public String getDeploymentSetIds()
public DescribeDeploymentSetsRequest setDeploymentSetName(String deploymentSetName)
public String getDeploymentSetName()
public DescribeDeploymentSetsRequest setDomain(String domain)
public String getDomain()
public DescribeDeploymentSetsRequest setGranularity(String granularity)
public String getGranularity()
public DescribeDeploymentSetsRequest setNetworkType(String networkType)
public String getNetworkType()
public DescribeDeploymentSetsRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeDeploymentSetsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeDeploymentSetsRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeDeploymentSetsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeDeploymentSetsRequest setRegionId(String regionId)
public String getRegionId()
public DescribeDeploymentSetsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeDeploymentSetsRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeDeploymentSetsRequest setStrategy(String strategy)
public String getStrategy()
Copyright © 2024. All rights reserved.