Uses of Class
com.tencentcloudapi.ssl.v20191205.models.TkeIngressDetail
-
Packages that use TkeIngressDetail Package Description com.tencentcloudapi.ssl.v20191205.models -
-
Uses of TkeIngressDetail in com.tencentcloudapi.ssl.v20191205.models
Methods in com.tencentcloudapi.ssl.v20191205.models that return TkeIngressDetail Modifier and Type Method Description TkeIngressDetail[]TkeSecretDetail. getIngressList()Get ingress列表Methods in com.tencentcloudapi.ssl.v20191205.models with parameters of type TkeIngressDetail Modifier and Type Method Description voidTkeSecretDetail. setIngressList(TkeIngressDetail[] IngressList)Set ingress列表Constructors in com.tencentcloudapi.ssl.v20191205.models with parameters of type TkeIngressDetail Constructor Description TkeIngressDetail(TkeIngressDetail 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.
-