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.
|
String |
osType
The operating system type of the managed instance.
|
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 managed instance.
|
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.
@NameInMap(value="InstanceId") public List<String> instanceId
The ID of managed instance N. Valid values of N: 1 to 50.
@NameInMap(value="InstanceIp") public String instanceIp
The internal or public IP address of the managed instance.
@NameInMap(value="InstanceName") public String instanceName
The name of the managed instance.
@NameInMap(value="OsType") public String osType
The operating system type of the managed instance. Valid values:
* windows
* linux
@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 managed instance. The following regions are supported: China (Qingdao), China (Beijing), China (Zhangjiakou), China (Hohhot), China (Hangzhou), China (Shanghai), China (Shenzhen), China (Heyuan), and China (Hong Kong).
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
@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 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 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 © 2023. All rights reserved.