Package | Description |
---|---|
com.tencentcloudapi.clb.v20180317.models |
Modifier and Type | Method and Description |
---|---|
BasicTargetGroupInfo |
RuleOutput.getTargetGroup()
Get 绑定的目标组基本信息;当规则绑定目标组时,会返回该字段
注意:此字段可能返回 null,表示取不到有效值。
|
BasicTargetGroupInfo |
Listener.getTargetGroup()
Get 绑定的目标组基本信息;当监听器绑定目标组时,会返回该字段
注意:此字段可能返回 null,表示取不到有效值。
|
BasicTargetGroupInfo[] |
RuleOutput.getTargetGroupList()
Get 绑定的目标组列表
注意:此字段可能返回 null,表示取不到有效值。
|
BasicTargetGroupInfo[] |
Listener.getTargetGroupList()
Get 绑定的目标组列表
注意:此字段可能返回 null,表示取不到有效值。
|
Modifier and Type | Method and Description |
---|---|
void |
RuleOutput.setTargetGroup(BasicTargetGroupInfo TargetGroup)
Set 绑定的目标组基本信息;当规则绑定目标组时,会返回该字段
注意:此字段可能返回 null,表示取不到有效值。
|
void |
Listener.setTargetGroup(BasicTargetGroupInfo TargetGroup)
Set 绑定的目标组基本信息;当监听器绑定目标组时,会返回该字段
注意:此字段可能返回 null,表示取不到有效值。
|
void |
RuleOutput.setTargetGroupList(BasicTargetGroupInfo[] TargetGroupList)
Set 绑定的目标组列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
Listener.setTargetGroupList(BasicTargetGroupInfo[] TargetGroupList)
Set 绑定的目标组列表
注意:此字段可能返回 null,表示取不到有效值。
|
Constructor and Description |
---|
BasicTargetGroupInfo(BasicTargetGroupInfo 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.
|
Copyright © 2023. All rights reserved.