public class DescribeInstancesResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeInstancesResponse.InstanceInfo |
| Modifier and Type | Field and Description |
|---|---|
List<DescribeInstancesResponse.InstanceInfo> |
dataSet
结果集。
|
String |
requestId
唯一请求 ID,每次请求都会返回。
定位问题时需要提供该次请求的requestId。
|
Integer |
totalCount
符合条件的数据总数。
|
| Constructor and Description |
|---|
DescribeInstancesResponse() |
public String requestId
public Integer totalCount
public List<DescribeInstancesResponse.InstanceInfo> dataSet
Copyright © 2024. All rights reserved.