public class ListPluginStatusRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<String> |
instanceId
The ID of the instance.
|
Integer |
maxResults
The maximum number of entries per page.
|
String |
name
The name of the Cloud Assistant plug-in.
|
String |
nextToken
The pagination token that is used in the next request to retrieve a new page of results.
|
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 |
构造器和说明 |
---|
ListPluginStatusRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ListPluginStatusRequest |
build(Map<String,?> map) |
List<String> |
getInstanceId() |
Integer |
getMaxResults() |
String |
getName() |
String |
getNextToken() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
Long |
getPageNumber() |
Long |
getPageSize() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
ListPluginStatusRequest |
setInstanceId(List<String> instanceId) |
ListPluginStatusRequest |
setMaxResults(Integer maxResults) |
ListPluginStatusRequest |
setName(String name) |
ListPluginStatusRequest |
setNextToken(String nextToken) |
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="MaxResults") public Integer maxResults
The maximum number of entries per page.
Valid values: 1 to 50.
Default value: 10.
example:10
@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 status of all Cloud Assistant plug-ins that are installed on the specified instances are queried.
**
Note If this parameter is not specified, only a single instance ID can be specified.
If this parameter is specified, the status of the specified Cloud Assistant plug-in is queried.
testPluginName
@NameInMap(value="NextToken") public String nextToken
The pagination token that is used in the next request to retrieve a new page of results. You must specify the token that is obtained from the previous query as the value of NextToken.
example:AAAAAdDWBF2
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNumber") public Long pageNumber
The page number.
1
@NameInMap(value="PageSize") public Long pageSize
The number of entries per page.
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 static ListPluginStatusRequest build(Map<String,?> map) throws Exception
Exception
public ListPluginStatusRequest setInstanceId(List<String> instanceId)
public ListPluginStatusRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListPluginStatusRequest setName(String name)
public String getName()
public ListPluginStatusRequest setNextToken(String nextToken)
public String getNextToken()
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 © 2024. All rights reserved.