public class LbRsTargets extends AbstractModel
skipSign
Constructor and Description |
---|
LbRsTargets() |
LbRsTargets(LbRsTargets 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 |
---|---|
Long |
getPort()
Get Port bound to the real server.
|
String |
getPrivateIp()
Get Private network IP of the real server.
|
String |
getType()
Get Private network IP type, which can be `cvm` or `eni`.
|
Long |
getVpcId()
Get VPC ID of the real server.
|
Long |
getWeight()
Get Weight of the real server.
|
void |
setPort(Long Port)
Set Port bound to the real server.
|
void |
setPrivateIp(String PrivateIp)
Set Private network IP of the real server.
|
void |
setType(String Type)
Set Private network IP type, which can be `cvm` or `eni`.
|
void |
setVpcId(Long VpcId)
Set VPC ID of the real server.
|
void |
setWeight(Long Weight)
Set 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, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public LbRsTargets()
public LbRsTargets(LbRsTargets source)
public String getType()
public void setType(String Type)
Type
- Private network IP type, which can be `cvm` or `eni`.public String getPrivateIp()
public void setPrivateIp(String PrivateIp)
PrivateIp
- Private network IP of the real server.public Long getPort()
public void setPort(Long Port)
Port
- Port bound to the real server.public Long getVpcId()
public void setVpcId(Long VpcId)
VpcId
- VPC ID 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
- Weight of the real server.
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.