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
> The parameter is deprecated.
|
String |
granularity
> The parameter is deprecated.
|
String |
networkType
> The parameter is deprecated.
|
String |
ownerAccount |
Long |
ownerId |
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each 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 up to 100 deployment set IDs in the format of `["ds-xxxxxxxxx", "ds-yyyyyyyyy", … "ds-zzzzzzzzz"]`. Separate multiple deployment set IDs with commas (,).
@NameInMap(value="DeploymentSetName") public String deploymentSetName
The name of the deployment set. The name must be 2 to 128 characters in length. It must start with a letter and cannot start with `http://` or `https://`. It can contain letters, digits, colons (:), underscores (\_), and hyphens (-).
@NameInMap(value="Domain") public String domain
> The parameter is deprecated.
@NameInMap(value="Granularity") public String granularity
> The parameter is deprecated.
@NameInMap(value="NetworkType") public String networkType
> The parameter is deprecated.
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNumber") public Integer pageNumber
The number of the page to return.
Pages start from page 1.
Default value: 1.
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page.
Maximum value: 50.
Default value: 10.
@NameInMap(value="RegionId") public String regionId
The region ID of the deployment set. You can call the [DescribeRegions](~~25609~~) operation to query the most recent region list.
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="Strategy") public String strategy
The deployment strategy. Valid values:
* Availability: high availability strategy.
* AvailabilityGroup: high availability group strategy.
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 © 2023. All rights reserved.