public static final class GetInterceptionRuleDetailResponseBody.DstTarget.Builder extends Object
public GetInterceptionRuleDetailResponseBody.DstTarget.Builder appName(String appName)
The name of the application.
example:console
public GetInterceptionRuleDetailResponseBody.DstTarget.Builder imageList(List<String> imageList)
An array that consists of the name of the image specified for the network object.
public GetInterceptionRuleDetailResponseBody.DstTarget.Builder namespace(String namespace)
The namespace to which the network object belongs.
example:kube-system
public GetInterceptionRuleDetailResponseBody.DstTarget.Builder ports(List<String> ports)
An array that consists of the port range of the destination network object.
public GetInterceptionRuleDetailResponseBody.DstTarget.Builder ruleType(String ruleType)
The type of the rule.
example:customize
public GetInterceptionRuleDetailResponseBody.DstTarget.Builder tagList(List<String> tagList)
An array that consists of the labels specified for the network object.
public GetInterceptionRuleDetailResponseBody.DstTarget.Builder targetId(Integer targetId)
The ID of the network object.
example:200014
public GetInterceptionRuleDetailResponseBody.DstTarget.Builder targetName(String targetName)
The name of the object.
example:demo4-be1
public GetInterceptionRuleDetailResponseBody.DstTarget.Builder targetType(String targetType)
The type of the network object.
example:IMAGE
public GetInterceptionRuleDetailResponseBody.DstTarget build()
Copyright © 2026. All rights reserved.