public class ListVSwitchCidrReservationsResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
maxResults
The number of entries to return per page.
|
String |
nextToken
The returned value of NextToken is a pagination token, which can be used in the next request to retrieve a new page of results.
|
String |
requestId
The request ID.
|
Long |
totalCount
The total number of entries returned.
|
List<ListVSwitchCidrReservationsResponseBody.ListVSwitchCidrReservationsResponseBodyVSwitchCidrReservations> |
vSwitchCidrReservations
A list of reserved CIDR blocks.
|
构造器和说明 |
---|
ListVSwitchCidrReservationsResponseBody() |
@NameInMap(value="MaxResults") public Long maxResults
The number of entries to return per page.
example:10
@NameInMap(value="NextToken") public String nextToken
The returned value of NextToken is a pagination token, which can be used in the next request to retrieve a new page of results. Valid values:
FFmyTO70tTpLG6I3FmYAXGKPd****
@NameInMap(value="RequestId") public String requestId
The request ID.
example:54B48E3D-DF70-471B-AA93-08E683A1B45
@NameInMap(value="TotalCount") public Long totalCount
The total number of entries returned.
example:10
@NameInMap(value="VSwitchCidrReservations") public List<ListVSwitchCidrReservationsResponseBody.ListVSwitchCidrReservationsResponseBodyVSwitchCidrReservations> vSwitchCidrReservations
A list of reserved CIDR blocks.
public static ListVSwitchCidrReservationsResponseBody build(Map<String,?> map) throws Exception
Exception
public ListVSwitchCidrReservationsResponseBody setMaxResults(Long maxResults)
public Long getMaxResults()
public ListVSwitchCidrReservationsResponseBody setNextToken(String nextToken)
public String getNextToken()
public ListVSwitchCidrReservationsResponseBody setRequestId(String requestId)
public String getRequestId()
public ListVSwitchCidrReservationsResponseBody setTotalCount(Long totalCount)
public Long getTotalCount()
public ListVSwitchCidrReservationsResponseBody setVSwitchCidrReservations(List<ListVSwitchCidrReservationsResponseBody.ListVSwitchCidrReservationsResponseBodyVSwitchCidrReservations> vSwitchCidrReservations)
public List<ListVSwitchCidrReservationsResponseBody.ListVSwitchCidrReservationsResponseBodyVSwitchCidrReservations> getVSwitchCidrReservations()
Copyright © 2024. All rights reserved.