public class DescribeCloudAssistantStatusRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<String> |
instanceId
The instance ID.
|
Integer |
maxResults
The maximum number of entries per page.
|
String |
nextToken
The pagination token that is used in the next request to retrieve a new page of results.
|
String |
OSType
The operating system type of the instance.
|
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 |
构造器和说明 |
---|
DescribeCloudAssistantStatusRequest() |
@NameInMap(value="InstanceId") public List<String> instanceId
The instance ID.
example:i-bp1iudwa5b1tqa****
@NameInMap(value="MaxResults") public Integer maxResults
The maximum number of entries per page. If you specify InstanceId, this parameter does not take effect.
Valid values: 1 to 50.
Default value: 10.
example:10
@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="OSType") public String OSType
The operating system type of the instance. Valid values:
Windows
@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. If you specify InstanceId, this parameter does not take effect. Valid values: 1 to 50.
Default value: 10.
example:10
@NameInMap(value="RegionId") public String regionId
The region ID of the instance. You can call DescribeRegions 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 DescribeCloudAssistantStatusRequest build(Map<String,?> map) throws Exception
Exception
public DescribeCloudAssistantStatusRequest setInstanceId(List<String> instanceId)
public DescribeCloudAssistantStatusRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public DescribeCloudAssistantStatusRequest setNextToken(String nextToken)
public String getNextToken()
public DescribeCloudAssistantStatusRequest setOSType(String OSType)
public String getOSType()
public DescribeCloudAssistantStatusRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeCloudAssistantStatusRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeCloudAssistantStatusRequest setPageNumber(Long pageNumber)
public Long getPageNumber()
public DescribeCloudAssistantStatusRequest setPageSize(Long pageSize)
public Long getPageSize()
public DescribeCloudAssistantStatusRequest setRegionId(String regionId)
public String getRegionId()
public DescribeCloudAssistantStatusRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeCloudAssistantStatusRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.