public class DescribeInstanceMaintenanceAttributesRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<String> |
instanceId
The IDs of instances.
|
String |
ownerAccount |
Long |
ownerId |
Long |
pageNumber
The number of the page to return.
|
Long |
pageSize
The number of entries to return on each 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 IDs of instances. You can specify the IDs of up to 100 instances.
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNumber") public Long pageNumber
The number of the page to return.
Pages start from page 1.
Default value: 1.
@NameInMap(value="PageSize") public Long pageSize
The number of entries to return on each page. Valid values: 1 to 100.
Default value: 10.
@NameInMap(value="RegionId") public String regionId
The region ID of the instance. 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
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 © 2023. All rights reserved.