Uses of Class
com.tencentcloudapi.tem.v20210701.models.IngressRulePath
-
Packages that use IngressRulePath Package Description com.tencentcloudapi.tem.v20210701.models -
-
Uses of IngressRulePath in com.tencentcloudapi.tem.v20210701.models
Methods in com.tencentcloudapi.tem.v20210701.models that return IngressRulePath Modifier and Type Method Description IngressRulePath[]IngressRuleValue. getPaths()Get rule 整体配置Methods in com.tencentcloudapi.tem.v20210701.models with parameters of type IngressRulePath Modifier and Type Method Description voidIngressRuleValue. setPaths(IngressRulePath[] Paths)Set rule 整体配置Constructors in com.tencentcloudapi.tem.v20210701.models with parameters of type IngressRulePath Constructor Description IngressRulePath(IngressRulePath 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.
-