Uses of Class
com.tencentcloudapi.tem.v20210701.models.IngressRuleValue
-
Packages that use IngressRuleValue Package Description com.tencentcloudapi.tem.v20210701.models -
-
Uses of IngressRuleValue in com.tencentcloudapi.tem.v20210701.models
Methods in com.tencentcloudapi.tem.v20210701.models that return IngressRuleValue Modifier and Type Method Description IngressRuleValueIngressRule. getHttp()Get ingress rule valueMethods in com.tencentcloudapi.tem.v20210701.models with parameters of type IngressRuleValue Modifier and Type Method Description voidIngressRule. setHttp(IngressRuleValue Http)Set ingress rule valueConstructors in com.tencentcloudapi.tem.v20210701.models with parameters of type IngressRuleValue Constructor Description IngressRuleValue(IngressRuleValue 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.
-