Class TargetGroupInstance
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.clb.v20180317.models.TargetGroupInstance
-
public class TargetGroupInstance extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TargetGroupInstance()TargetGroupInstance(TargetGroupInstance 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBindIP()Get 目标组实例的内网IPLonggetNewPort()Get 目标组实例的新端口LonggetPort()Get 目标组实例的端口LonggetWeight()Get 目标组实例的权重voidsetBindIP(String BindIP)Set 目标组实例的内网IPvoidsetNewPort(Long NewPort)Set 目标组实例的新端口voidsetPort(Long Port)Set 目标组实例的端口voidsetWeight(Long Weight)Set 目标组实例的权重voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
TargetGroupInstance
public TargetGroupInstance()
-
TargetGroupInstance
public TargetGroupInstance(TargetGroupInstance 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.
-
-
Method Detail
-
getBindIP
public String getBindIP()
Get 目标组实例的内网IP- Returns:
- BindIP 目标组实例的内网IP
-
setBindIP
public void setBindIP(String BindIP)
Set 目标组实例的内网IP- Parameters:
BindIP- 目标组实例的内网IP
-
getPort
public Long getPort()
Get 目标组实例的端口- Returns:
- Port 目标组实例的端口
-
setPort
public void setPort(Long Port)
Set 目标组实例的端口- Parameters:
Port- 目标组实例的端口
-
getWeight
public Long getWeight()
Get 目标组实例的权重- Returns:
- Weight 目标组实例的权重
-
setWeight
public void setWeight(Long Weight)
Set 目标组实例的权重- Parameters:
Weight- 目标组实例的权重
-
getNewPort
public Long getNewPort()
Get 目标组实例的新端口- Returns:
- NewPort 目标组实例的新端口
-
setNewPort
public void setNewPort(Long NewPort)
Set 目标组实例的新端口- Parameters:
NewPort- 目标组实例的新端口
-
-