public class UnbindVpcIpRequest extends AbstractModel
Constructor and Description |
---|
UnbindVpcIpRequest() |
UnbindVpcIpRequest(UnbindVpcIpRequest 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public UnbindVpcIpRequest()
public UnbindVpcIpRequest(UnbindVpcIpRequest 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 © 2021. All rights reserved.