Uses of Class
com.tencentcloudapi.tse.v20201207.models.CloudNativeAPIGatewayNode
-
Packages that use CloudNativeAPIGatewayNode Package Description com.tencentcloudapi.tse.v20201207.models -
-
Uses of CloudNativeAPIGatewayNode in com.tencentcloudapi.tse.v20201207.models
Methods in com.tencentcloudapi.tse.v20201207.models that return CloudNativeAPIGatewayNode Modifier and Type Method Description CloudNativeAPIGatewayNode[]DescribeCloudNativeAPIGatewayNodesResult. getNodeList()Get 云原生API网关节点列表。Methods in com.tencentcloudapi.tse.v20201207.models with parameters of type CloudNativeAPIGatewayNode Modifier and Type Method Description voidDescribeCloudNativeAPIGatewayNodesResult. setNodeList(CloudNativeAPIGatewayNode[] NodeList)Set 云原生API网关节点列表。Constructors in com.tencentcloudapi.tse.v20201207.models with parameters of type CloudNativeAPIGatewayNode Constructor Description CloudNativeAPIGatewayNode(CloudNativeAPIGatewayNode source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-