public class Backend extends AbstractModel
| Constructor and Description | 
|---|
| Backend() | 
| Backend(Backend 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 | getEniId()Get Unique ENI ID
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getInstanceId()Get Unique real server ID
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getInstanceName()Get Real server instance name
Note: this field may return null, indicating that no valid values can be obtained. | 
| Long | getPort()Get Listening port of the real server
Note: this field may return null, indicating that no valid values can be obtained. | 
| String[] | getPrivateIpAddresses()Get Private IP of the real server
Note: this field may return null, indicating that no valid values can be obtained. | 
| String[] | getPublicIpAddresses()Get Public IP of the real server
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getRegisteredTime()Get Real server binding time
Note: this field may return null, indicating that no valid values can be obtained. | 
| Long | getWeight()Get Forwarding weight of the real server. | 
| void | setEniId(String EniId)Set Unique ENI ID
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setInstanceId(String InstanceId)Set Unique real server ID
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setInstanceName(String InstanceName)Set Real server instance name
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setPort(Long Port)Set Listening port of the real server
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setPrivateIpAddresses(String[] PrivateIpAddresses)Set Private IP of the real server
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setPublicIpAddresses(String[] PublicIpAddresses)Set Public IP of the real server
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setRegisteredTime(String RegisteredTime)Set Real server binding time
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setWeight(Long Weight)Set Forwarding weight of the real server. | 
| 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 Backend()
public Backend(Backend source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Unique real server ID
Note: this field may return null, indicating that no valid values can be obtained.public Long getPort()
public void setPort(Long Port)
Port - Listening port of the real server
Note: this field may return null, indicating that no valid values can be obtained.public Long getWeight()
public void setWeight(Long Weight)
Weight - Forwarding weight of the real server. Value range: [0, 100]. Default value: 10.
Note: this field may return null, indicating that no valid values can be obtained.public String[] getPrivateIpAddresses()
public void setPrivateIpAddresses(String[] PrivateIpAddresses)
PrivateIpAddresses - Private IP of the real server
Note: this field may return null, indicating that no valid values can be obtained.public String getRegisteredTime()
public void setRegisteredTime(String RegisteredTime)
RegisteredTime - Real server binding time
Note: this field may return null, indicating that no valid values can be obtained.public String getEniId()
public void setEniId(String EniId)
EniId - Unique ENI ID
Note: this field may return null, indicating that no valid values can be obtained.public String[] getPublicIpAddresses()
public void setPublicIpAddresses(String[] PublicIpAddresses)
PublicIpAddresses - Public IP of the real server
Note: this field may return null, indicating that no valid values can be obtained.public String getInstanceName()
public void setInstanceName(String InstanceName)
InstanceName - Real server instance name
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.