public class BindVpcIpRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getEipId()
Get Eip实例ID
|
String |
getVpcId()
Get EIP归属VpcId,例如vpc-k7j1t2x1
|
String |
getVpcIp()
Get 绑定的VPC内IP地址
|
void |
setEipId(String EipId)
Set Eip实例ID
|
void |
setVpcId(String VpcId)
Set EIP归属VpcId,例如vpc-k7j1t2x1
|
void |
setVpcIp(String VpcIp)
Set 绑定的VPC内IP地址
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BindVpcIpRequest()
public BindVpcIpRequest(BindVpcIpRequest source)
public String getEipId()
public void setEipId(String EipId)
EipId
- Eip实例IDpublic String getVpcId()
public void setVpcId(String VpcId)
VpcId
- EIP归属VpcId,例如vpc-k7j1t2x1public String getVpcIp()
public void setVpcIp(String VpcIp)
VpcIp
- 绑定的VPC内IP地址Copyright © 2024. All rights reserved.