Uses of Class
com.tencentcloudapi.as.v20180419.models.TargetAttribute
-
Packages that use TargetAttribute Package Description com.tencentcloudapi.as.v20180419.models -
-
Uses of TargetAttribute in com.tencentcloudapi.as.v20180419.models
Methods in com.tencentcloudapi.as.v20180419.models that return TargetAttribute Modifier and Type Method Description TargetAttribute[]ForwardLoadBalancer. getTargetAttributes()Get 目标规则属性列表Methods in com.tencentcloudapi.as.v20180419.models with parameters of type TargetAttribute Modifier and Type Method Description voidForwardLoadBalancer. setTargetAttributes(TargetAttribute[] TargetAttributes)Set 目标规则属性列表Constructors in com.tencentcloudapi.as.v20180419.models with parameters of type TargetAttribute Constructor Description TargetAttribute(TargetAttribute 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.
-