public class LbRsTargets extends AbstractModel
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 绑定后端实例的端口。
|
String |
getPrivateIp()
Get 后端实例的内网ip。
|
String |
getType()
Get 内网ip类型。“cvm”或“eni”
|
Long |
getVpcId()
Get rs的vpcId
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getWeight()
Get rs的权重
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPort(Long Port)
Set 绑定后端实例的端口。
|
void |
setPrivateIp(String PrivateIp)
Set 后端实例的内网ip。
|
void |
setType(String Type)
Set 内网ip类型。“cvm”或“eni”
|
void |
setVpcId(Long VpcId)
Set rs的vpcId
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setWeight(Long Weight)
Set rs的权重
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public LbRsTargets()
public LbRsTargets(LbRsTargets source)
public String getType()
public void setType(String Type)
Type
- 内网ip类型。“cvm”或“eni”public String getPrivateIp()
public void setPrivateIp(String PrivateIp)
PrivateIp
- 后端实例的内网ip。public Long getPort()
public void setPort(Long Port)
Port
- 绑定后端实例的端口。public Long getVpcId()
public void setVpcId(Long VpcId)
VpcId
- rs的vpcId
注意:此字段可能返回 null,表示取不到有效值。public Long getWeight()
public void setWeight(Long Weight)
Weight
- rs的权重
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.