public class ListPluginStatusRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<String> |
instanceId
The IDs of ECS instances.
|
String |
name
The name of the Cloud Assistant plug-in.
|
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 ECS instance.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
ListPluginStatusRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ListPluginStatusRequest |
build(Map<String,?> map) |
List<String> |
getInstanceId() |
String |
getName() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
Long |
getPageNumber() |
Long |
getPageSize() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
ListPluginStatusRequest |
setInstanceId(List<String> instanceId) |
ListPluginStatusRequest |
setName(String name) |
ListPluginStatusRequest |
setOwnerAccount(String ownerAccount) |
ListPluginStatusRequest |
setOwnerId(Long ownerId) |
ListPluginStatusRequest |
setPageNumber(Long pageNumber) |
ListPluginStatusRequest |
setPageSize(Long pageSize) |
ListPluginStatusRequest |
setRegionId(String regionId) |
ListPluginStatusRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
ListPluginStatusRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="InstanceId") public List<String> instanceId
The IDs of ECS instances. You can specify up to 50 instance IDs in each request.
@NameInMap(value="Name") public String name
The name of the Cloud Assistant plug-in. The name supports all character sets and must be 1 to 255 characters in length.
* If this parameter is not specified, the states of all Cloud Assistant plug-ins that are installed on the specified ECS instances are queried.
> If this parameter is not specified, only a single instance ID can be specified.
* If this parameter is specified, the state of the specified Cloud Assistant plug-in is queried.
@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.
* Maximum value: 50.
* Default value: 10.
@NameInMap(value="RegionId") public String regionId
The region ID of the ECS 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 static ListPluginStatusRequest build(Map<String,?> map) throws Exception
Exception
public ListPluginStatusRequest setInstanceId(List<String> instanceId)
public ListPluginStatusRequest setName(String name)
public String getName()
public ListPluginStatusRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ListPluginStatusRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ListPluginStatusRequest setPageNumber(Long pageNumber)
public Long getPageNumber()
public ListPluginStatusRequest setPageSize(Long pageSize)
public Long getPageSize()
public ListPluginStatusRequest setRegionId(String regionId)
public String getRegionId()
public ListPluginStatusRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ListPluginStatusRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2023. All rights reserved.