public class LbRsItem extends AbstractModel
skipSign
Constructor and Description |
---|
LbRsItem() |
LbRsItem(LbRsItem 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 |
getPrivateIp()
Get Private network IP to be queried, which can be of the CVM or ENI.
|
String |
getVpcId()
Get VPC ID
|
void |
setPrivateIp(String PrivateIp)
Set Private network IP to be queried, which can be of the CVM or ENI.
|
void |
setVpcId(String VpcId)
Set VPC ID
|
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 LbRsItem()
public LbRsItem(LbRsItem source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC IDpublic String getPrivateIp()
public void setPrivateIp(String PrivateIp)
PrivateIp
- Private network IP to be queried, which can be of the CVM or ENI.Copyright © 2023. All rights reserved.