Class BindVpcIpRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bmeip.v20180625.models.BindVpcIpRequest
-
public class BindVpcIpRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description BindVpcIpRequest()
BindVpcIpRequest(BindVpcIpRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEipId()
Get Eip实例IDString
getVpcId()
Get EIP归属VpcId,例如vpc-k7j1t2x1String
getVpcIp()
Get 绑定的VPC内IP地址void
setEipId(String EipId)
Set Eip实例IDvoid
setVpcId(String VpcId)
Set EIP归属VpcId,例如vpc-k7j1t2x1void
setVpcIp(String VpcIp)
Set 绑定的VPC内IP地址void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
BindVpcIpRequest
public BindVpcIpRequest()
-
BindVpcIpRequest
public BindVpcIpRequest(BindVpcIpRequest 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.
-
-
Method Detail
-
getEipId
public String getEipId()
Get Eip实例ID- Returns:
- EipId Eip实例ID
-
setEipId
public void setEipId(String EipId)
Set Eip实例ID- Parameters:
EipId
- Eip实例ID
-
getVpcId
public String getVpcId()
Get EIP归属VpcId,例如vpc-k7j1t2x1- Returns:
- VpcId EIP归属VpcId,例如vpc-k7j1t2x1
-
setVpcId
public void setVpcId(String VpcId)
Set EIP归属VpcId,例如vpc-k7j1t2x1- Parameters:
VpcId
- EIP归属VpcId,例如vpc-k7j1t2x1
-
getVpcIp
public String getVpcIp()
Get 绑定的VPC内IP地址- Returns:
- VpcIp 绑定的VPC内IP地址
-
setVpcIp
public void setVpcIp(String VpcIp)
Set 绑定的VPC内IP地址- Parameters:
VpcIp
- 绑定的VPC内IP地址
-
-