public static final class FindContainerNetworkConnectRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
FindContainerNetworkConnectRequest |
build() |
FindContainerNetworkConnectRequest.Builder |
criteriaType(String criteriaType)
The type of the information that you want to query.
|
FindContainerNetworkConnectRequest.Builder |
currentPage(Long currentPage)
The number of the page to return.
|
FindContainerNetworkConnectRequest.Builder |
dstNode(FindContainerNetworkConnectRequest.DstNode dstNode)
The information about the destination node.
|
FindContainerNetworkConnectRequest.Builder |
endTime(Long endTime)
The end time of the network connection.
|
FindContainerNetworkConnectRequest.Builder |
pageSize(Long pageSize)
The number of entries to return on each page.
|
FindContainerNetworkConnectRequest.Builder |
srcNode(FindContainerNetworkConnectRequest.SrcNode srcNode)
The information about the source node.
|
FindContainerNetworkConnectRequest.Builder |
startTime(Long startTime)
The start time of the network connection.
|
public FindContainerNetworkConnectRequest.Builder criteriaType(String criteriaType)
The type of the information that you want to query. Valid values:
EDGE
public FindContainerNetworkConnectRequest.Builder currentPage(Long currentPage)
The number of the page to return. Default value: 1.
example:1
public FindContainerNetworkConnectRequest.Builder dstNode(FindContainerNetworkConnectRequest.DstNode dstNode)
The information about the destination node.
public FindContainerNetworkConnectRequest.Builder endTime(Long endTime)
The end time of the network connection.
example:1649260799999
public FindContainerNetworkConnectRequest.Builder pageSize(Long pageSize)
The number of entries to return on each page. Default value: 20. If you leave this parameter empty, 20 entries are returned on each page.
example:We recommend that you do not leave this parameter empty.
20
public FindContainerNetworkConnectRequest.Builder srcNode(FindContainerNetworkConnectRequest.SrcNode srcNode)
The information about the source node.
public FindContainerNetworkConnectRequest.Builder startTime(Long startTime)
The start time of the network connection.
example:1666886400000
public FindContainerNetworkConnectRequest build()
Copyright © 2026. All rights reserved.