public class DescribeNetworkInterfacesResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
DescribeNetworkInterfacesResponseBody.DescribeNetworkInterfacesResponseBodyNetworkInterfaceSets |
networkInterfaceSets
Details about the ENIs.
|
String |
nextToken
The query token returned in this call.
|
Integer |
pageNumber
The page number of the returned page.
|
Integer |
pageSize
The page number of the returned page.
|
String |
requestId
The ID of the request.
|
Integer |
totalCount
The total number of ENIs.
|
构造器和说明 |
---|
DescribeNetworkInterfacesResponseBody() |
@NameInMap(value="NetworkInterfaceSets") public DescribeNetworkInterfacesResponseBody.DescribeNetworkInterfacesResponseBodyNetworkInterfaceSets networkInterfaceSets
Details about the ENIs.
@NameInMap(value="NextToken") public String nextToken
The query token returned in this call.
@NameInMap(value="PageNumber") public Integer pageNumber
The page number of the returned page.
> This parameter will be removed in the future. We recommend that you use the NextToken and MaxResults parameters for a paged query.
@NameInMap(value="PageSize") public Integer pageSize
The page number of the returned page.
> This parameter will be removed in the future. We recommend that you use the NextToken and MaxResults parameters for a paged query.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="TotalCount") public Integer totalCount
The total number of ENIs.
> If you specify the `MaxResults` and `NextToken` parameters to perform a paged query, the value of the `TotalCount` response parameter is invalid.
public static DescribeNetworkInterfacesResponseBody build(Map<String,?> map) throws Exception
Exception
public DescribeNetworkInterfacesResponseBody setNetworkInterfaceSets(DescribeNetworkInterfacesResponseBody.DescribeNetworkInterfacesResponseBodyNetworkInterfaceSets networkInterfaceSets)
public DescribeNetworkInterfacesResponseBody.DescribeNetworkInterfacesResponseBodyNetworkInterfaceSets getNetworkInterfaceSets()
public DescribeNetworkInterfacesResponseBody setNextToken(String nextToken)
public String getNextToken()
public DescribeNetworkInterfacesResponseBody setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeNetworkInterfacesResponseBody setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeNetworkInterfacesResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeNetworkInterfacesResponseBody setTotalCount(Integer totalCount)
public Integer getTotalCount()
Copyright © 2023. All rights reserved.