Uses of Class
com.tencentcloudapi.tem.v20210701.models.IngressRule
-
Packages that use IngressRule Package Description com.tencentcloudapi.tem.v20210701.models -
-
Uses of IngressRule in com.tencentcloudapi.tem.v20210701.models
Methods in com.tencentcloudapi.tem.v20210701.models that return IngressRule Modifier and Type Method Description IngressRule[]IngressInfo. getRules()Get rules 配置Methods in com.tencentcloudapi.tem.v20210701.models with parameters of type IngressRule Modifier and Type Method Description voidIngressInfo. setRules(IngressRule[] Rules)Set rules 配置Constructors in com.tencentcloudapi.tem.v20210701.models with parameters of type IngressRule Constructor Description IngressRule(IngressRule 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.
-