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)
* **EDGE**: connection information
public FindContainerNetworkConnectRequest.Builder currentPage(Long currentPage)
public FindContainerNetworkConnectRequest.Builder dstNode(FindContainerNetworkConnectRequest.DstNode dstNode)
public FindContainerNetworkConnectRequest.Builder endTime(Long endTime)
public FindContainerNetworkConnectRequest.Builder pageSize(Long pageSize)
> We recommend that you do not leave this parameter empty.
public FindContainerNetworkConnectRequest.Builder srcNode(FindContainerNetworkConnectRequest.SrcNode srcNode)
public FindContainerNetworkConnectRequest.Builder startTime(Long startTime)
public FindContainerNetworkConnectRequest build()
Copyright © 2023. All rights reserved.