public class DescribeInstanceAttachmentAttributesRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
instanceIds
The IDs of the instances.
|
String |
ownerAccount |
Long |
ownerId |
Integer |
pageNumber
The page number.
|
Integer |
pageSize
The number of entries per page.
|
String |
regionId
The region ID of the elasticity assurance.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DescribeInstanceAttachmentAttributesRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DescribeInstanceAttachmentAttributesRequest |
build(Map<String,?> map) |
String |
getInstanceIds() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DescribeInstanceAttachmentAttributesRequest |
setInstanceIds(String instanceIds) |
DescribeInstanceAttachmentAttributesRequest |
setOwnerAccount(String ownerAccount) |
DescribeInstanceAttachmentAttributesRequest |
setOwnerId(Long ownerId) |
DescribeInstanceAttachmentAttributesRequest |
setPageNumber(Integer pageNumber) |
DescribeInstanceAttachmentAttributesRequest |
setPageSize(Integer pageSize) |
DescribeInstanceAttachmentAttributesRequest |
setRegionId(String regionId) |
DescribeInstanceAttachmentAttributesRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DescribeInstanceAttachmentAttributesRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="InstanceIds") public String instanceIds
The IDs of the instances. The value can be a JSON array that consists of up to 100 instance IDs. Separate the IDs with commas (,).
This parameter is required.
example:["i-bp67acfmxazb4****", "i-bp67acfmxazb5****", "i-bp67acfmxazb6****"]
@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.
Maximum value: 100.
Default value: 10.
example:10
@NameInMap(value="RegionId") public String regionId
The region ID of the elasticity assurance. 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
public DescribeInstanceAttachmentAttributesRequest()
public static DescribeInstanceAttachmentAttributesRequest build(Map<String,?> map) throws Exception
Exception
public DescribeInstanceAttachmentAttributesRequest setInstanceIds(String instanceIds)
public String getInstanceIds()
public DescribeInstanceAttachmentAttributesRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeInstanceAttachmentAttributesRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeInstanceAttachmentAttributesRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeInstanceAttachmentAttributesRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeInstanceAttachmentAttributesRequest setRegionId(String regionId)
public String getRegionId()
public DescribeInstanceAttachmentAttributesRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeInstanceAttachmentAttributesRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.