Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.K8sService
-
Packages that use K8sService Package Description com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of K8sService in com.tencentcloudapi.apigateway.v20180808.models
Methods in com.tencentcloudapi.apigateway.v20180808.models that return K8sService Modifier and Type Method Description K8sService[]CreateUpstreamRequest. getK8sService()Get K8S容器服务的配置K8sService[]ModifyUpstreamRequest. getK8sService()Get 容器服务配置K8sService[]ModifyUpstreamResultInfo. getK8sServices()Get K8S容器服务配置 注意:此字段可能返回 null,表示取不到有效值。K8sService[]UpstreamInfo. getK8sServices()Get K8S容器服务配置 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.apigateway.v20180808.models with parameters of type K8sService Modifier and Type Method Description voidCreateUpstreamRequest. setK8sService(K8sService[] K8sService)Set K8S容器服务的配置voidModifyUpstreamRequest. setK8sService(K8sService[] K8sService)Set 容器服务配置voidModifyUpstreamResultInfo. setK8sServices(K8sService[] K8sServices)Set K8S容器服务配置 注意:此字段可能返回 null,表示取不到有效值。voidUpstreamInfo. setK8sServices(K8sService[] K8sServices)Set K8S容器服务配置 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type K8sService Constructor Description K8sService(K8sService 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.
-