public class DescribeInstanceMaintenanceAttributesRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<String> |
instanceId
The instance IDs.
|
String |
ownerAccount |
Long |
ownerId |
Long |
pageNumber
The page number.
|
Long |
pageSize
The number of entries per page.
|
String |
regionId
The region ID of the instance.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
DescribeInstanceMaintenanceAttributesRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DescribeInstanceMaintenanceAttributesRequest |
build(Map<String,?> map) |
List<String> |
getInstanceId() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
Long |
getPageNumber() |
Long |
getPageSize() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
DescribeInstanceMaintenanceAttributesRequest |
setInstanceId(List<String> instanceId) |
DescribeInstanceMaintenanceAttributesRequest |
setOwnerAccount(String ownerAccount) |
DescribeInstanceMaintenanceAttributesRequest |
setOwnerId(Long ownerId) |
DescribeInstanceMaintenanceAttributesRequest |
setPageNumber(Long pageNumber) |
DescribeInstanceMaintenanceAttributesRequest |
setPageSize(Long pageSize) |
DescribeInstanceMaintenanceAttributesRequest |
setRegionId(String regionId) |
DescribeInstanceMaintenanceAttributesRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DescribeInstanceMaintenanceAttributesRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="InstanceId") public List<String> instanceId
The instance IDs. You can specify up to 100 instance IDs.
example:i-bp67acfmxazb4p****
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNumber") public Long pageNumber
The page number.
Pages start from page 1.
Default value: 1.
example:1
@NameInMap(value="PageSize") public Long pageSize
The number of entries per page. Valid values: 1 to 100.
Default value: 10.
example:10
@NameInMap(value="RegionId") public String regionId
The region ID of the instance. 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 DescribeInstanceMaintenanceAttributesRequest()
public static DescribeInstanceMaintenanceAttributesRequest build(Map<String,?> map) throws Exception
Exception
public DescribeInstanceMaintenanceAttributesRequest setInstanceId(List<String> instanceId)
public DescribeInstanceMaintenanceAttributesRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeInstanceMaintenanceAttributesRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeInstanceMaintenanceAttributesRequest setPageNumber(Long pageNumber)
public Long getPageNumber()
public DescribeInstanceMaintenanceAttributesRequest setPageSize(Long pageSize)
public Long getPageSize()
public DescribeInstanceMaintenanceAttributesRequest setRegionId(String regionId)
public String getRegionId()
public DescribeInstanceMaintenanceAttributesRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeInstanceMaintenanceAttributesRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.