public class DescribeManagedInstancesRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeManagedInstancesRequest.DescribeManagedInstancesRequestTag |
限定符和类型 | 字段和说明 |
---|---|
String |
activationId
The ID of the activation code.
|
List<String> |
instanceId
The ID of managed instance N.
|
String |
instanceIp
The internal or public IP address of the managed instance.
|
String |
instanceName
The name of the managed instance.
|
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 managed instance.
|
String |
ownerAccount |
Long |
ownerId |
Long |
pageNumber
The page number.
|
Long |
pageSize
The number of entries per page.
|
String |
regionId
The region ID.
|
String |
resourceGroupId
The ID of the resource group to which the managed instance belongs.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
List<DescribeManagedInstancesRequest.DescribeManagedInstancesRequestTag> |
tag
The tags of the managed instance.
|
构造器和说明 |
---|
DescribeManagedInstancesRequest() |
@NameInMap(value="ActivationId") public String activationId
The ID of the activation code.
example:4ECEEE12-56F1-4FBC-9AB1-890F7494****
@NameInMap(value="InstanceId") public List<String> instanceId
The ID of managed instance N. Valid values of N: 1 to 50.
example:mi-hz018jrc1o0****
@NameInMap(value="InstanceIp") public String instanceIp
The internal or public IP address of the managed instance.
example:192.168.**.**
@NameInMap(value="InstanceName") public String instanceName
The name of the managed instance.
example:my-webapp-server
@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="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 managed 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.
Valid values: 1 to 50.
Default value: 10.
example:10
@NameInMap(value="RegionId") public String regionId
The region ID. Supported regions: China (Qingdao), China (Beijing), China (Zhangjiakou), China (Hohhot), China (Ulanqab), China (Hangzhou), China (Shanghai), China (Shenzhen), China (Heyuan), China (Guangzhou), China (Chengdu), China (Hong Kong), Singapore, Japan (Tokyo), US (Silicon Valley), and US (Virginia).
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the managed instance belongs.
example:rg-123******
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="Tag") public List<DescribeManagedInstancesRequest.DescribeManagedInstancesRequestTag> tag
The tags of the managed instance.
public static DescribeManagedInstancesRequest build(Map<String,?> map) throws Exception
Exception
public DescribeManagedInstancesRequest setActivationId(String activationId)
public String getActivationId()
public DescribeManagedInstancesRequest setInstanceId(List<String> instanceId)
public DescribeManagedInstancesRequest setInstanceIp(String instanceIp)
public String getInstanceIp()
public DescribeManagedInstancesRequest setInstanceName(String instanceName)
public String getInstanceName()
public DescribeManagedInstancesRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public DescribeManagedInstancesRequest setNextToken(String nextToken)
public String getNextToken()
public DescribeManagedInstancesRequest setOsType(String osType)
public String getOsType()
public DescribeManagedInstancesRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeManagedInstancesRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeManagedInstancesRequest setPageNumber(Long pageNumber)
public Long getPageNumber()
public DescribeManagedInstancesRequest setPageSize(Long pageSize)
public Long getPageSize()
public DescribeManagedInstancesRequest setRegionId(String regionId)
public String getRegionId()
public DescribeManagedInstancesRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribeManagedInstancesRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeManagedInstancesRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeManagedInstancesRequest setTag(List<DescribeManagedInstancesRequest.DescribeManagedInstancesRequestTag> tag)
public List<DescribeManagedInstancesRequest.DescribeManagedInstancesRequestTag> getTag()
Copyright © 2024. All rights reserved.