public class BatchTarget extends AbstractModel
| Constructor and Description | 
|---|
| BatchTarget() | 
| BatchTarget(BatchTarget 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 | getEniIp()Get ENI IP or other private IP. | 
| String | getInstanceId()Get CVM instance ID. | 
| String | getListenerId()Get Listener ID | 
| String | getLocationId()Get Layer-7 rule ID | 
| Long | getPort()Get Binding port | 
| Long | getWeight()Get CVM instance weight. | 
| void | setEniIp(String EniIp)Set ENI IP or other private IP. | 
| void | setInstanceId(String InstanceId)Set CVM instance ID. | 
| void | setListenerId(String ListenerId)Set Listener ID | 
| void | setLocationId(String LocationId)Set Layer-7 rule ID | 
| void | setPort(Long Port)Set Binding port | 
| void | setWeight(Long Weight)Set CVM instance weight. | 
| 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 BatchTarget()
public BatchTarget(BatchTarget source)
public String getListenerId()
public void setListenerId(String ListenerId)
ListenerId - Listener IDpublic Long getPort()
public void setPort(Long Port)
Port - Binding portpublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - CVM instance ID. Indicating binding the primary IP of the primary ENI.public String getEniIp()
public void setEniIp(String EniIp)
EniIp - ENI IP or other private IP. This parameter is required for binding a dual-stack IPv6 CVM instance.public Long getWeight()
public void setWeight(Long Weight)
Weight - CVM instance weight. Value range: [0, 100]. If it is not specified when binding the instance, 10 will be used by default.public String getLocationId()
public void setLocationId(String LocationId)
LocationId - Layer-7 rule IDCopyright © 2021. All rights reserved.