public class TargetGroupInstance extends AbstractModel
header, skipSign| 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 Private network IP of target group instance. 
 | 
Long | 
getPort()
Get Port of target group instance. 
 | 
Long | 
getWeight()
Get Weight of target group instance. 
 | 
void | 
setBindIP(String BindIP)
Set Private network IP of target group instance. 
 | 
void | 
setPort(Long Port)
Set Port of target group instance. 
 | 
void | 
setWeight(Long Weight)
Set Weight of target group instance. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TargetGroupInstance()
public TargetGroupInstance(TargetGroupInstance source)
public String getBindIP()
public void setBindIP(String BindIP)
BindIP - Private network IP of target group instance.public Long getPort()
public void setPort(Long Port)
Port - Port of target group instance. Only 6081 is supported.public Long getWeight()
public void setWeight(Long Weight)
Weight - Weight of target group instance. Only 0 or 16 is supported, and non-0 is uniformly treated as 16.Copyright © 2025. All rights reserved.