public static final class FindContainerNetworkConnectRequest.DstNode.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
FindContainerNetworkConnectRequest.DstNode.Builder |
appName(String appName)
The name of the container application.
|
FindContainerNetworkConnectRequest.DstNode |
build() |
FindContainerNetworkConnectRequest.DstNode.Builder |
clusterId(String clusterId)
The ID of the container cluster.
|
FindContainerNetworkConnectRequest.DstNode.Builder |
namespace(String namespace)
The namespace of the cluster.
|
FindContainerNetworkConnectRequest.DstNode.Builder |
nodeIds(List<String> nodeIds)
The node IDs.
|
FindContainerNetworkConnectRequest.DstNode.Builder |
nodeType(String nodeType)
The type of the node.
|
FindContainerNetworkConnectRequest.DstNode.Builder |
podName(String podName)
The name of the pod.
|
public FindContainerNetworkConnectRequest.DstNode.Builder appName(String appName)
The name of the container application.
example:nginx-ingress-controller
public FindContainerNetworkConnectRequest.DstNode.Builder clusterId(String clusterId)
The ID of the container cluster.
example:You can call the DescribeGroupedContainerInstances operation to query the IDs of container clusters.
f5x833820xx
public FindContainerNetworkConnectRequest.DstNode.Builder namespace(String namespace)
The namespace of the cluster.
example:default
public FindContainerNetworkConnectRequest.DstNode.Builder nodeIds(List<String> nodeIds)
The node IDs.
public FindContainerNetworkConnectRequest.DstNode.Builder nodeType(String nodeType)
The type of the node. Valid values:
app
public FindContainerNetworkConnectRequest.DstNode.Builder podName(String podName)
The name of the pod.
example:abc-deployment-yacs-31144-39265-1384966-7f8c8cd578-h6mhb
public FindContainerNetworkConnectRequest.DstNode build()
Copyright © 2026. All rights reserved.