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 Private IP of target group instance 
 | 
Long | 
getNewPort()
Get New port 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 IP of target group instance 
 | 
void | 
setNewPort(Long NewPort)
Set New port 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic TargetGroupInstance()
public TargetGroupInstance(TargetGroupInstance source)
public String getBindIP()
public void setBindIP(String BindIP)
BindIP - Private IP of target group instancepublic Long getPort()
public void setPort(Long Port)
Port - Port of target group instancepublic Long getWeight()
public void setWeight(Long Weight)
Weight - Weight of target group instancepublic Long getNewPort()
public void setNewPort(Long NewPort)
NewPort - New port of target group instanceCopyright © 2022. All rights reserved.