Uses of Class
com.tencentcloudapi.tse.v20201207.models.CloudNativeAPIGatewayNodeConfig
-
Packages that use CloudNativeAPIGatewayNodeConfig Package Description com.tencentcloudapi.tse.v20201207.models -
-
Uses of CloudNativeAPIGatewayNodeConfig in com.tencentcloudapi.tse.v20201207.models
Methods in com.tencentcloudapi.tse.v20201207.models that return CloudNativeAPIGatewayNodeConfig Modifier and Type Method Description CloudNativeAPIGatewayNodeConfigCreateCloudNativeAPIGatewayRequest. getNodeConfig()Get 云原生API网关节点配置。CloudNativeAPIGatewayNodeConfigCreateNativeGatewayServerGroupRequest. getNodeConfig()Get 节点配置CloudNativeAPIGatewayNodeConfigDescribeCloudNativeAPIGatewayResult. getNodeConfig()Get 云原生API网关节点信息。CloudNativeAPIGatewayNodeConfigNativeGatewayServerGroup. getNodeConfig()Get 节点规格、节点数信息CloudNativeAPIGatewayNodeConfigUpdateCloudNativeAPIGatewaySpecRequest. getNodeConfig()Get 网关分组节点规格配置。Methods in com.tencentcloudapi.tse.v20201207.models with parameters of type CloudNativeAPIGatewayNodeConfig Modifier and Type Method Description voidCreateCloudNativeAPIGatewayRequest. setNodeConfig(CloudNativeAPIGatewayNodeConfig NodeConfig)Set 云原生API网关节点配置。voidCreateNativeGatewayServerGroupRequest. setNodeConfig(CloudNativeAPIGatewayNodeConfig NodeConfig)Set 节点配置voidDescribeCloudNativeAPIGatewayResult. setNodeConfig(CloudNativeAPIGatewayNodeConfig NodeConfig)Set 云原生API网关节点信息。voidNativeGatewayServerGroup. setNodeConfig(CloudNativeAPIGatewayNodeConfig NodeConfig)Set 节点规格、节点数信息voidUpdateCloudNativeAPIGatewaySpecRequest. setNodeConfig(CloudNativeAPIGatewayNodeConfig NodeConfig)Set 网关分组节点规格配置。Constructors in com.tencentcloudapi.tse.v20201207.models with parameters of type CloudNativeAPIGatewayNodeConfig Constructor Description CloudNativeAPIGatewayNodeConfig(CloudNativeAPIGatewayNodeConfig 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.
-