Uses of Class
com.tencentcloudapi.clb.v20180317.models.AssociationItem
-
Packages that use AssociationItem Package Description com.tencentcloudapi.clb.v20180317.models -
-
Uses of AssociationItem in com.tencentcloudapi.clb.v20180317.models
Methods in com.tencentcloudapi.clb.v20180317.models that return AssociationItem Modifier and Type Method Description AssociationItem[]TargetGroupInfo. getAssociatedRule()Get 关联到的规则数组 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.clb.v20180317.models with parameters of type AssociationItem Modifier and Type Method Description voidTargetGroupInfo. setAssociatedRule(AssociationItem[] AssociatedRule)Set 关联到的规则数组 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.clb.v20180317.models with parameters of type AssociationItem Constructor Description AssociationItem(AssociationItem 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.
-