public class BindRealServer extends AbstractModel
| Constructor and Description | 
|---|
| BindRealServer() | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getDownIPList()Get If the origin server is a domain name, the domain name will be resolved to one or multiple IPs. | 
| String | getRealServerId()Get Origin server ID | 
| String | getRealServerIP()Get Origin server IP or domain name | 
| Long | getRealServerPort()Get Origin server port number
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getRealServerStatus()Get Origin server health check status. | 
| Long | getRealServerWeight()Get Origin server weight | 
| void | setDownIPList(String[] DownIPList)Set If the origin server is a domain name, the domain name will be resolved to one or multiple IPs. | 
| void | setRealServerId(String RealServerId)Set Origin server ID | 
| void | setRealServerIP(String RealServerIP)Set Origin server IP or domain name | 
| void | setRealServerPort(Long RealServerPort)Set Origin server port number
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setRealServerStatus(Long RealServerStatus)Set Origin server health check status. | 
| void | setRealServerWeight(Long RealServerWeight)Set Origin server 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 String getRealServerId()
public void setRealServerId(String RealServerId)
RealServerId - Origin server IDpublic String getRealServerIP()
public void setRealServerIP(String RealServerIP)
RealServerIP - Origin server IP or domain namepublic Long getRealServerWeight()
public void setRealServerWeight(Long RealServerWeight)
RealServerWeight - Origin server weightpublic Long getRealServerStatus()
public void setRealServerStatus(Long RealServerStatus)
RealServerStatus - Origin server health check status. Valid values:
0: normal;
1: exceptional.
If health check is not enabled, this status will always be normal.
Note: this field may return null, indicating that no valid values can be obtained.public Long getRealServerPort()
public void setRealServerPort(Long RealServerPort)
RealServerPort - Origin server port number
Note: This field may return null, indicating that no valid values can be obtained.public String[] getDownIPList()
public void setDownIPList(String[] DownIPList)
DownIPList - If the origin server is a domain name, the domain name will be resolved to one or multiple IPs. This field indicates the exceptional IP list.Copyright © 2020. All rights reserved.