public class DescribeClassicLinkInstancesResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
DescribeClassicLinkInstancesResponseBody.DescribeClassicLinkInstancesResponseBodyLinks |
links
The details about the ClassicLink connections between the instances located in the classic network and the VPCs.
|
Integer |
pageNumber
The page number of the returned page.
|
Integer |
pageSize
The number of entries returned per page.
|
String |
requestId
The ID of the request.
|
Integer |
totalCount
The total number of ClassicLink connections.
|
构造器和说明 |
---|
DescribeClassicLinkInstancesResponseBody() |
@NameInMap(value="Links") public DescribeClassicLinkInstancesResponseBody.DescribeClassicLinkInstancesResponseBodyLinks links
The details about the ClassicLink connections between the instances located in the classic network and the VPCs.
@NameInMap(value="PageNumber") public Integer pageNumber
The page number of the returned page.
@NameInMap(value="PageSize") public Integer pageSize
The number of entries returned per page.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="TotalCount") public Integer totalCount
The total number of ClassicLink connections.
public static DescribeClassicLinkInstancesResponseBody build(Map<String,?> map) throws Exception
Exception
public DescribeClassicLinkInstancesResponseBody setLinks(DescribeClassicLinkInstancesResponseBody.DescribeClassicLinkInstancesResponseBodyLinks links)
public DescribeClassicLinkInstancesResponseBody.DescribeClassicLinkInstancesResponseBodyLinks getLinks()
public DescribeClassicLinkInstancesResponseBody setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeClassicLinkInstancesResponseBody setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeClassicLinkInstancesResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeClassicLinkInstancesResponseBody setTotalCount(Integer totalCount)
public Integer getTotalCount()
Copyright © 2023. All rights reserved.