public class DescribeNetworkInterfacesResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
DescribeNetworkInterfacesResponseBody.DescribeNetworkInterfacesResponseBodyNetworkInterfaceSets |
networkInterfaceSets
Details of the ENIs.
|
String |
nextToken
A pagination token.
|
Integer |
pageNumber
The page number of the returned page.
|
Integer |
pageSize
The number of entries returned per page.
|
String |
requestId
The request ID.
|
Integer |
totalCount
The total number of ENIs.
|
构造器和说明 |
---|
DescribeNetworkInterfacesResponseBody() |
@NameInMap(value="NetworkInterfaceSets") public DescribeNetworkInterfacesResponseBody.DescribeNetworkInterfacesResponseBodyNetworkInterfaceSets networkInterfaceSets
Details of the ENIs.
@NameInMap(value="NextToken") public String nextToken
A pagination token. It can be used in the next request to retrieve a new page of results.
example:AAAAAdDWBF2****
@NameInMap(value="PageNumber") public Integer pageNumber
The page number of the returned page.
example:This parameter will be removed in the future. We recommend that you use the NextToken and MaxResults parameters for a paged query.
1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries returned per page.
example:This parameter will be removed in the future. We recommend that you use the NextToken and MaxResults parameters for a paged query.
1
@NameInMap(value="RequestId") public String requestId
The request ID.
example:473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
@NameInMap(value="TotalCount") public Integer totalCount
The total number of ENIs.
example:If you specify the
MaxResults
andNextToken
parameters to perform a paged query, the value of theTotalCount
response parameter is invalid.
2
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 © 2024. All rights reserved.