public class TargetGroupInstance extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getBindIP()
Get 目标组实例的内网IP
|
Long |
getNewPort()
Get 目标组实例的新端口
|
Long |
getPort()
Get 目标组实例的端口
|
Long |
getWeight()
Get 目标组实例的权重
|
void |
setBindIP(String BindIP)
Set 目标组实例的内网IP
|
void |
setNewPort(Long NewPort)
Set 目标组实例的新端口
|
void |
setPort(Long Port)
Set 目标组实例的端口
|
void |
setWeight(Long Weight)
Set 目标组实例的权重
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public TargetGroupInstance()
public TargetGroupInstance(TargetGroupInstance source)
public String getBindIP()
public void setBindIP(String BindIP)
BindIP
- 目标组实例的内网IPpublic Long getPort()
public void setPort(Long Port)
Port
- 目标组实例的端口public Long getWeight()
public void setWeight(Long Weight)
Weight
- 目标组实例的权重public Long getNewPort()
public void setNewPort(Long NewPort)
NewPort
- 目标组实例的新端口Copyright © 2022. All rights reserved.